(describe-function-1): Fill arglist.
[emacs.git] / lisp / ChangeLog
blobae1a178ae0f328195cf7756302c4e812d4c8009e
1 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3         * help-fns.el (describe-function-1): Fill arglist output.
5 2005-11-30  Kim F. Storm  <storm@cua.dk>
7         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9         after revert-buffer (or anything else which kills all local variables).
11         * apropos.el (apropos-parse-pattern): Doc fix.
12         Set apropos-regexp directly, rather than expecting callers to do so.
13         (apropos-command, apropos, apropos-value, apropos-documentation):
14         Simplify calls to apropos-parse-pattern.
16 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19         (hi-lock-face-phrase-buffer): Use hi-yellow face.
20         (hi-lock-write-interactive-patterns): Use comment-region.
22         * longlines.el (longlines-mode): Add mail-setup-hook.
24         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
26         * simple.el (sendmail-user-agent-compose, next-line):
27         Conditionally use hard-newline.
29 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
31         * international/latexenc.el (latex-inputenc-coding-alist): Reword
32         doc string.
34 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
36         * help.el (describe-key-briefly, describe-key): Recognize default
37         bindings.
39 2005-11-29  Romain Francoise  <romain@orebokech.com>
41         * view.el (view-inhibit-help-message): New defcustom.
42         (view-mode-enter): Use it.
44 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
46         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
47         preserve user position.
49 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
51         * font-lock.el: Throw error if facemenu is not loaded to prevent
52         accidental change of loading order in loadup.el.  (Suggested by RMS.)
54         * loadup.el: Add comment explaining why facemenu must be loaded
55         before font-lock.
57 2005-11-28  Jay Belanger  <belanger@truman.edu>
59         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
60         (calc-dispatch-map): Add more keys for `calc-same-interface'.
62         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
64         * calc/calc-embed.el (calc-do-embedded): Update help message.
66         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
68 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
72         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
73         called-interactively-p.
74         (elp-profilable-p): Rename from elp-not-profilable-p.
75         Invert result and take into account macros and autoloaded functions.
76         (elp-instrument-function): Update call.
77         (elp-instrument-package): Update call.  Add completion.
78         (elp-pack-number): Use match-string.
79         (elp-results-jump-to-definition-by-mouse): Merge into
80         elp-results-jump-to-definition and then remove.
81         (elp-output-insert-symname): Make help echo text single-line.
83         * replace.el (query-replace-map): Move initialization into declaration.
84         (occur-engine): Use with-current-buffer.
85         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
86         (occur-mode-mouse-goto): Replace with an alias.
88 2005-11-28  Juri Linkov  <juri@jurta.org>
90         * simple.el (quoted-insert): Let-bind input-method-function to nil.
92         * term/w32-win.el: Bind [S-tab] to [backtab].
94         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
95         `Info-find-file' to t.
97         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
98         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
99         and same-window-regexps.
100         (occur-next-error): Don't move point for arg 0.
102 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
104         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
106 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * log-edit.el (log-edit-changelog-use-first): New var.
109         (log-edit-changelog-ours-p): Use it.
110         (log-edit-insert-changelog): Set it with new arg `use-first'.
111         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
112         (log-edit-hook): Add them to the list of suggested options.
114         * textmodes/flyspell.el (flyspell-last-buffer): New var.
115         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
116         redundant work.
117         (flyspell-mode-on): Use add-hook for after-change-functions.
118         (flyspell-mode-off): Use remove-hook for after-change-functions.
119         (flyspell-changes): Make it buffer-local.
120         (flyspell-after-change-function): Make it non-interactive.  Use push.
121         (flyspell-post-command-hook): Check input-pending-p while processing
122         the potentially long list of buffer changes.
124 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
126         * buff-menu.el (list-buffers-noselect): Display the selected
127         frame's buffer list, not the global one.
129 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
131         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
132         that (list last-input-event) works as in interactive spec.
134 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
136         * loadup.el ("facemenu"): Load facemenu before font-lock, because
137         `facemenu-keymap' needs to be defined when font-lock is loaded.
138         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
140 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * completion.el: Remove useless leading * in defcustom docstrings.
143         (save-completions-file-name): Use ~/.emacs.d if available.
144         (completion-standard-syntax-table): Rename from
145         cmpl-standard-syntax-table and fold initialization into declaration,
146         thus removing cmpl-make-standard-completion-syntax-table.
147         (completion-lisp-syntax-table, completion-c-syntax-table)
148         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
149         (cmpl-saved-syntax, cmpl-saved-point): Remove.
150         (symbol-under-point, symbol-before-point)
151         (symbol-under-or-before-point, symbol-before-point-for-complete)
152         (add-completions-from-c-buffer): Use with-syntax-table.
153         (make-completion): Don't return a list of completion entries.
154         Update callers.
155         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
156         (completion-initialize): Rename from initialize-completions.
157         (completion-find-file-hook): Rename from cmpl-find-file-hook.
158         (kill-emacs-save-completions): Collect stats here.
159         (save-completions-to-file, load-completions-from-file):
160         Use with-current-buffer.
161         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
162         into a function.  Move all calls to toplevel.
163         (completion-lisp-mode-hook): New fun.
164         (completion-c-mode-hook, completion-setup-fortran-mode):
165         Set the syntax-table here.  Use local-set-key.
166         (completion-saved-bindings): New var.
167         (dynamic-completion-mode): Make it into a proper minor mode.
168         (load-completions-from-file): Remove unused var `num-uses'.
170         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
171         constructor if it is explicitly overridden.
173         * complete.el (PC-completion-as-file-name-predicate):
174         Use minibuffer-completing-file-name.
175         (partial-completion-mode): Use find-file-not-found-functions.
176         (PC-lisp-complete-symbol): Use with-syntax-table.
177         (PC-look-for-include-file): Remove dead setq.
178         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
179         (PC-complete): Use with-current-buffer.
181         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
182         escape single quotes.
184 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
186         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
187         of `if' whose condition always returned nil.  Doc fix.
189         * buff-menu.el (Buffer-menu-revert-function): Make the selected
190         window's buffer the current buffer around the call to
191         `list-buffers-noselect'.  This is necessary to mark that buffer
192         with a `.' in the Buffer Menu when called from Lisp, for instance
193         by Auto Revert Mode.
195 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
197         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
198         attaching to it.
199         (gdb-pre-prompt): Make sure gdb-error is reset.
201         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
202         with a child process, detect it.
203         (gud-speedbar-buttons): Match regexp more carefully.
205 2005-11-27  Richard M. Stallman  <rms@gnu.org>
207         * mouse.el (mouse-drag-move-window-bottom):
208         Use adjust-window-trailing-edge.
210 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
212         * simple.el (blink-matching-open): Ignore
213         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
214         (blink-matching-paren-on-screen): Update docstring.
216         * paren.el (show-paren-mode): No longer change
217         `blink-matching-paren-on-screen'.
219 2005-11-27  John Paul Wallington  <jpw@pobox.com>
221         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
222         (gdb-threads-select, gdb-edit-register-value):
223         Use `posn-set-point' instead of `mouse-set-point' because the
224         latter is not fbound when configured without X.
226 2005-11-27  Kim F. Storm  <storm@cua.dk>
228         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
229         existing face when partially highlighting a TAB in a rectangle.
231 2005-11-26  Kim F. Storm  <storm@cua.dk>
233         * ido.el (ido-mode-map): Doc fix.
234         (ido-mode-common-map, ido-mode-file-map)
235         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
236         (ido-define-mode-map): Rewrite.  Select one of the new maps as
237         parent for ido-mode-map instead of building from scratch.
238         (ido-init-mode-maps): New defun to initialize new maps.
239         (ido-mode): Call it.
240         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
241         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
243 2005-11-26  John Paul Wallington  <jpw@pobox.com>
245         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
246         `mouse-set-point' because the latter is not fbound when configured
247         without X.
249 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
251         * files.el (file-relative-name): Doc fix.
253 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
255         * progmodes/octave-inf.el (inferior-octave-startup): Force a
256         non-empty string for secondary prompt PS2.
258 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
260         * progmodes/compile.el (compilation-setup): Fix last change.
262 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
264         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
265         (gdb-mouse-toggle-breakpoint-margin)
266         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
267         Add gdb-server-prefix to keep out of command history.
268         (gdb-edit-register-value): New function.
269         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
270         (gdb-info-registers-custom): Use above map.
272 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
274         * custom.el (enable-theme): Signal error if argument is not a
275         theme.  Don't recalculate a face if it's not loaded yet.
277         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
278         the `user' theme is in effect.
280         * info.el (Info-on-current-buffer): Record actual filename in
281         Info-current-file, instead of t, or a fake filename if a non-file
282         buffer.  Make autoload.
283         (Info-find-node, Info-revert-find-node): No need to check for
284         Info-current-file nil.
285         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
286         Info-current-file is now never `t'.
287         (Info-fontify-node): Many simplifications due to Info-current-file
288         always being valid.  Use Info-find-file to find node filename.
290 2005-11-25  David Kastrup  <dak@gnu.org>
292         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
293         new character, then delete" in order to preserve markers.
295 2005-11-25  David Ponce  <david@dponce.com>
297         * recentf.el (recentf-arrange-by-rule): Handle a special
298         `auto-mode-alist'-like "strip suffix" rule.
299         (recentf-build-mode-rules): Handle second level auto-mode entries.
301 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
303         * viper-keym.el (viper-ESC-key): Use different values in terminal and
304         window modes.
306         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
307         jde-javadoc-checker-report-mode.
309         * ediff-wind (ediff-make-wide-display): Slight simplification.
311         * ediff.el (ediff-date): Change the date of last update.
313 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
315         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
316         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
317         (hi-lock-mode): New global minor mode.
318         (turn-on-hi-lock-if-enabled): New function.
319         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
320         Change arguments to regexp and face instead of a font-lock pattern.
321         Directly set face property, instead of refontifying.
322         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
323         (hi-lock-find-patterns): Use line-number-at-pos.
325         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
326         arguments for hi-lock-set-pattern.
327         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
328         font-lock-fontify-buffer.
329         (hi-lock-find-file-hook, hi-lock-current-line)
330         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
332         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
333         turned off.
335         * progmodes/compile.el (compilation-setup): Don't fiddle with
336         font-lock-defaults.
338 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
340         * progmodes/gdb-ui.el (gdb-var-create-handler)
341         (gdb-var-list-children-handler): Find values for all variable
342         objects.  gud-speedbar-buttons decides whether to display them.
344 2005-11-24  Romain Francoise  <romain@orebokech.com>
346         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
347         buffer name with a space.
349 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
351         * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
352         `org-export-local-list-max-depth'.  Change default value to 3.
353         (org-auto-renumber-ordered-lists)
354         (org-plain-list-ordered-item-terminator): New options.
355         (org-at-item-p, org-beginning-of-item, org-end-of-item)
356         (org-get-indentation, org-get-string-indentation)
357         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
358         functions.
359         (org-move-item-down, org-move-item-up): New commands.
360         (org-export-as-html): New classes for CSS support.  Bug fix in
361         regular expression detecting fixed-width regions.  Respect
362         `org-local-list-ordered-item-terminator'.
363         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
364         also a list item.
365         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
366         New item moving functions.
368 2005-11-24  Juri Linkov  <juri@jurta.org>
370         * isearch.el (isearch-repeat): With empty search ring set
371         `isearch-error' to the error string instead of signaling error
372         with the function `error'.
374 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
376         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
378 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
380         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
381         and variable.
382         (gdb-var-create-handler, gdb-var-list-children-handler):
383         Don't match on "char **...".
384         (gdb-var-update-handler): Find values for all variable objects.
385         (gdb-info-frames-custom): Identify frames by leading "#".
387         * progmodes/gud.el (gud-speedbar-menu-items): Add
388         gdb-speedbar-auto-raise as radio button.
389         (gud-speedbar-buttons): Raise speedbar if requested.
390         Don't match on "char **...".
391         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
392         Make it editable.
394 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
396         * info.el (Info-fontify-node): Handle the case where
397         Info-current-file is t.
399 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * simple.el (blink-matching-open): Fix off-by-one in last change.
403 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
405         * term/mac-win.el: Don't change default directory.
407 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
409         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
410         buffers correctly.  (It used to throw an error in such buffers.)
411         Make it ask for confirmation in group buffers and other Custom
412         buffers containing more than one customization item.
414 2005-11-22  John Paul Wallington  <jpw@gnu.org>
416         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
417         property on mail and url overlays.
418         (goto-address-at-point): Use `posn-set-point' instead of
419         `mouse-set-point' because the latter is not fbound when configured
420         without X.
422 2005-11-22  Lars Hansen  <larsh@soem.dk>
424         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
425         (ls-lisp-classify, ls-lisp-format): Delete call to
426         ls-lisp-parse-symlink.
427         (ls-lisp-handle-switches): Handle symlinks to directories as
428         directories when ls-lisp-dirs-first in non-nil.
430 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
432         * startup.el (command-line): Make sure that loaddefs.el is handled
433         correctly in load-history.
435 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
437         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
438         (gdb-struct-string, gdb-array-string): New constants.
439         (gdb-info-locals-handler): Use them.
440         (gdb-reset): Reset gdb-var-list to nil.
442 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
445         in patterns.
447 2005-11-21  Juri Linkov  <juri@jurta.org>
449         * custom.el (defcustom): Update link types in docstring.
451 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
453         * custom.el (defgroup): Add doc-string-elt info.
455         * widget.el (define-widget): Don't use declare for the doc-string-elt.
457 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * newcomment.el (comment-enter-backward): Fix last fix.
461         * simple.el (blink-matching-open):
462         * paren.el (show-paren-function): Allow new paren-class info.
464 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
466         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
467         handled automagically.
469 2005-11-20  Andreas Schwab  <schwab@suse.de>
471         * descr-text.el (describe-char): When copying overlays put them
472         over the full char description instead of just the first character
473         of it.
475 2005-11-20  Juri Linkov  <juri@jurta.org>
477         * simple.el (what-cursor-position):
478         * descr-text.el (describe-char): Use Lisp-readable syntax
479         for octal and hex.  Reorder decimal, octal and hex values.
480         Remove excess whitespace in the output.  Use `=' in `column='
481         like in `point=' and `Hscroll='.
483         * international/mule-cmds.el (encoded-string-description):
484         Use Lisp-readable syntax for hex.
486 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
488         * newcomment.el (comment-enter-backward): Handle the case where the
489         comment is closed by EOB.
491 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
493         * longlines.el (longlines-before-revert-hook)
494         (longlines-after-revert-hook): New functions.
495         (longlines-mode): Turn off longlines temporarily when reverting.
496         Add a message-setup-hook.
497         (longlines-decode-buffer): New function.
498         (longlines-wrap-line): Preserve marker positions.
500 2005-11-19  Andreas Schwab  <schwab@suse.de>
502         * emacs-lisp/shadow.el: Handle compressed files.
504 2005-11-19  Romain Francoise  <romain@orebokech.com>
506         * net/browse-url.el (browse-url-default-browser): Signal an error
507         if no usable browser can be found, rather than try to load w3.
509 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
511         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
512         replacing existing properties.
513         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
514         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
515         tty specs.
516         (rcirc-server-prefix, rcirc-server): New faces.
517         (rcirc-url-regexp): Generate with rx macro.
518         (rcirc-last-server-message-time): New variable.
519         (rcirc-filter): Record time of last message.
520         (rcirc-keepalive): Kill processes that did not send a message
521         since the last ping.
522         (rcirc-mode): Give rcirc-topic a local binding here.
524 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
526         * subr.el (read-passwd): Fontify the prompt as we do with other
527         prompts.
529 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
531         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
532         binding buffer-read-only to nil.
534 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
536         * complete.el (partial-completion-mode):
537         Mention completion-auto-help in the doc string.
539         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
540         more Lisp-ish way.
542 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
544         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
545         digits, not 8, to avoid misalignment for files larger than 100MB.
547 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
549         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
550         Mention "keyboard shortcuts" in the help text.
552 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
554         * startup.el (fancy-splash-default-action): Discard only
555         mouse-down and succeeding mouse-up events in the splash screen
556         window so that drag-n-drop event can be processed.
558 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
560         * longlines.el (longlines-mode): Add hacks for mail-mode and
561         message-mode.
563 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
565         * textmodes/org.el: (org-table-sort-lines): New command.
566         (org-tbl-menu): Add entry for `org-table-sort-lines'.
567         (org-add-file): Command removed, use `org-agenda-file-to-front'
568         instead.
569         (org-export-icalendar): Use `org-icalendar-combined-name'.
570         (org-cycle-agenda-files, org-agenda-file-to-end)
571         (org-agenda-file-to-front): New commands.
572         (org-table-tab-jumps-over-hlines,org-export-html-style): New
573         options.
574         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
575         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
576         New functions.
577         (org-fill-paragraph): Call `org-table-align' in tables.
578         (org-mode): Call `org-set-autofill-regexps'.
579         (org-export-as-html): Support for local handformatted lists.
580         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
581         (org-export-local-list-max-depth): New option.
582         (org-html-expand): Use `org-html-protect'.
584 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
586         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
587         to "p".
588         (gdb): Move definition of gud-pp to...
590         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
591         speedbar.
592         (gdb-find-watch-expression): New function.
594 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
596         * faces.el (face-attribute, set-face-attribute): Mention existence
597         of `:ignore-defface' setting in docstring.
599 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * simple.el (completion-setup-function): Fix last change.
603 2005-11-17  John Paul Wallington  <jpw@pobox.com>
605         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
606         Use `posn-set-point' instead of `mouse-set-point' because the
607         latter is not fbound when configured without X.
609         * comint.el (comint-insert-input): Likewise.
611 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
613         * simple.el (hard-newline): New variable.
614         (sendmail-user-agent-compose, next-line): Use it.
616         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
617         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
618         (mail-mail-reply-to, mail-mail-followup-to)
619         (mail-position-on-field, mail-signature, mail-yank-original)
620         (mail-attach-file): Likewise.
622         * mail/mailheader.el (mail-header-format)
623         (mail-header-format-function): Likewise.
625         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
627 2005-11-17  Juri Linkov  <juri@jurta.org>
629         * font-lock.el (font-lock-faces): Rename this defgroup from
630         `font-lock-highlighting-faces'.
631         (font-lock-comment-face, font-lock-comment-delimiter-face)
632         (font-lock-string-face, font-lock-doc-face)
633         (font-lock-keyword-face, font-lock-builtin-face)
634         (font-lock-function-name-face, font-lock-variable-name-face)
635         (font-lock-type-face, font-lock-constant-face)
636         (font-lock-warning-face, font-lock-negation-char-face)
637         (font-lock-preprocessor-face)
638         (font-lock-regexp-grouping-backslash)
639         (font-lock-regexp-grouping-construct): Rename :group from
640         `font-lock-highlighting-faces' to `font-lock-faces'.
642         * cus-edit.el (lisp, c, tex):
643         * progmodes/ada-mode.el (ada):
644         * progmodes/asm-mode.el (asm):
645         * progmodes/cperl-mode.el (cperl-faces):
646         * progmodes/cpp.el (cpp):
647         * progmodes/dcl-mode.el (dcl):
648         * progmodes/f90.el (f90):
649         * progmodes/fortran.el (fortran):
650         * progmodes/icon.el (icon):
651         * progmodes/idlwave.el (idlwave-misc):
652         * progmodes/m4-mode.el (m4):
653         * progmodes/make-mode.el (makefile):
654         * progmodes/meta-mode.el (meta-font):
655         * progmodes/modula2.el (modula2):
656         * progmodes/octave-mod.el (octave):
657         * progmodes/pascal.el (pascal):
658         * progmodes/perl-mode.el (perl):
659         * progmodes/prolog.el (prolog):
660         * progmodes/ps-mode.el (PostScript-edit):
661         * progmodes/scheme.el (scheme):
662         * progmodes/sh-script.el (sh-script):
663         * progmodes/simula.el (simula):
664         * progmodes/tcl.el (tcl):
665         * textmodes/nroff-mode.el (nroff):
666         * textmodes/reftex-vars.el (reftex-fontification-configurations):
667         * textmodes/sgml-mode.el (sgml):
668         * textmodes/texinfo.el (texinfo):
669         Add :link (custom-group-link font-lock-faces) to defgroup.
671         * hi-lock.el (hi-lock): Rename this defgroup from
672         `hi-lock-interactive-text-highlighting'.  Change parent group from
673         `faces' to `font-lock'.  Add link to the manual.
674         (hi-lock-mode, hi-lock-file-patterns-range)
675         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
676         `hi-lock-interactive-text-highlighting' to `hi-lock'.
677         (hi-lock-faces): Add :group `faces'.
679         * cus-edit.el (custom-variable-prompt): Clarify the code.
681         * faces.el (face-read-string): Set the default value arg of
682         completing-read.
684 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
686         * rfn-eshadow.el (file-name-shadow-properties)
687         (file-name-shadow-tty-properties, file-name-shadow-mode):
688         Remove autoloads, because the file is now preloaded.
690 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * printing.el (easy-menu-intern): Don't define.
693         (pr-get-symbol): Use easy-menu-intern only if defined.
695         * simple.el (blink-matching-open): Simplify a bit.
696         (completion-setup-function): Fix the case of partial-completion-mode
697         when the minibuffer's contents start with "-".
698         Obey completion-base-size-function even when
699         minibuffer-completing-file-name is non-nil.
701 2005-11-16  Richard M. Stallman  <rms@gnu.org>
703         * net/eudcb-ph.el (eudc-ph-open-session):
704         Use set-process-query-on-exit-flag.
706         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
708         * international/ucs-tables.el (ucs-set-table-for-input):
709         Use make-local-variable, not make-variable-buffer-local.
711         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
712         Improve warning message text.
714         * savehist.el (savehist-save-hook): Add :group.
716         * menu-bar.el (menu-bar-help-menu):
717         Rename Find Extra Packages to External Packages.
719         * cus-edit.el (Custom-reset-standard): Verify that
720         :custom-standard-value prop exists before calling it.
722         * apropos.el (apropos-calc-scores): Use apropos-pattern.
724 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
726         * wid-edit.el (color): Enclose %t in %{...%}.
728         * cus-edit.el (face): Enclose %t in %{...%}.
730 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
732         * savehist.el (savehist-mode-hook): Re-add the var.
733         (savehist-mode): Use it.
735 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * textmodes/flyspell.el: Fix commenting convention.
738         Remove unnecessary leading * in custom docstrings.
739         (flyspell-emacs): Remove unused var.
740         (flyspell-delete-region-overlays): Use remove-overlays.
741         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
742         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
743         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
744         (flyspell-debug-signal-word-checked): Use with-current-buffer.
745         (make-flyspell-overlay): Don't locally reuse a global name.
746         (flyspell-highlight-incorrect-region)
747         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
748         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
749         (flyspell-notify-misspell): Remove unused args `start' and `end'.
750         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
751         Wrap calls to accept-process-output inside with-local-quit since it's
752         often called from a post-command-hook.
753         (flyspell-correct-word, flyspell-auto-correct-word):
754         Use ispell-send-string.
755         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
757         * calendar/diary-lib.el (diary-list-entries): Also hide the
758         terminating newline.
760 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
762         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
763         window-system, to allow fonts on tty.
765 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
767         * progmodes/gud.el (gud-speedbar-item-info): New function.
768         (gud-install-speedbar-variables): Use it to display data type
769         of watch expression as a tooltip in speedbar.
771 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
773         * font-core.el (global-font-lock-mode): Add :version keyword,
774         because default was changed.
776         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
778         * startup.el (command-line): Use `custom-reevaluate-setting' for
779         `file-name-shadow-mode'.
781         * loadup.el: Preload rfn-eshadow.
783         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
784         Add :version keyword.
785         (file-name-shadow-properties, file-name-shadow-tty-properties)
786         (file-name-shadow): Add :version keyword.
788         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
789         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
790         in the custom-group property of the symbol frames and the fringe
791         group got no link to its parent group frames.
792         Doc fix.
794 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
796         * progmodes/gud.el (gud-stop-subjob): New function.
797         (gud-menu-map, gud-tool-bar-map): Use it.
799 2005-11-16  Kim F. Storm  <storm@cua.dk>
801         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
802         than kill it.
803         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
804         to a more useful/logical place.
806 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
808         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
809         go buttons complementary.
811 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
814         (rfn-eshadow-sifn-equal): New function.
815         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
817 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
819         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
820         string.
822         * viper.el (viper-emacs-state-mode-list): Ensure that
823         rcirc-mode buffers come up in Emacs state.
825         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
826         operation.
828 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
830         * term.el (term-termcap-format): Fix typos.
831         (term-down): Fix the negative argument case.
833 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
835         * progmodes/gdb-ui.el: Remove face-alias left over from change on
836         2005-08-15.
837         (gdb-ann3): New command gud-go.
838         (menu): Accomodate gdb-mi.el.
839         (gdb-assembler-custom): Make buffer of selected window current
840         so that set-window-point works.
842         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
843         buttons and include new ones.
845 2005-11-16  Kim F. Storm  <storm@cua.dk>
847         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
848         (gud-menu-map): Use it.
850 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
852         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
853         that works correctly for Custom and that does not override a user
854         who disables it.
856         * help-mode.el (help-make-xrefs, help-xref-on-pp)
857         (help-xref-interned, help-follow): Make hyperlinks for variables
858         that are unbound, but have a non-nil variable-documentation property.
860         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
861         mode hook.  (It conflicted with defcustoms for some mode hooks.)
862         Use the `variable-documentation' property to give the mode hook a
863         docstring and expand that docstring.
865 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
867         * savehist.el (savehist-mode): Don't bother with
868         `custom-set-minor-mode'.
869         (savehist-coding-system): Check XEmacs version.
870         (history-length): Declare also at run time.
871         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
872         Don't set the customize state.
873         (savehist-minibuffer-hook): Special case for when
874         minibuffer-history-variable is equal to t.
876 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * files.el (write-file): Refresh VC status.
880         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
881         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
882         than fundamental-mode to see if the mode was set.
884 2005-11-14  Romain Francoise  <romain@orebokech.com>
886         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
887         dummy function in `eval-when-compile' to avoid compiler warning.
888         Require `man' at compile time.
890 2005-11-14  Jay Belanger  <belanger@truman.edu>
892         * calc-alg.el (calcFunc-write-out-power): Rename it to
893         calcFunc-powerexpand.
894         (math-write-out-power): Rename it to math-powerexpand; have it
895         handle negative exponents.
896         (calc-writeoutpower): Rename it to calc-powerexpand.
898         * calc-ext.el: Change calcFunc-writeoutpower and
899         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
900         autoloads.
901         Add calcFunc-ldiv to autoloads.
903         * calc-arith.el (calcFunc-ldiv): New function.
905         * calc.el (calc-left-divide): New function.
907 2005-11-14  Juri Linkov  <juri@jurta.org>
909         * cus-edit.el (custom-variable-prompt): Set the default value arg
910         of completing-read.
912         * cus-dep.el (custom-make-dependencies): Reverse the list of
913         found dependencies.
915 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
917         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
918         Highlighting" entry, it is on by default now.
919         (menu-bar-options-save): Do not save global-font-lock-mode.
921 2005-11-13  Richard M. Stallman  <rms@gnu.org>
923         * textmodes/flyspell.el (flyspell-large-region):
924         Call flyspell-accept-buffer-local-defs.
926 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
928         * textmodes/flyspell.el (flyspell-notify-misspell):
929         Fix misspelling of "Misspelling".
930         (flyspell-process-localwords): New function.
931         (flyspell-large-region): Call flyspell-process-localwords and
932         flyspell-delete-region-overlays.
933         (flyspell-delete-region-overlays): New function.
934         (flyspell-delete-all-overlays): Call that.
936 2005-11-13  Richard M. Stallman  <rms@gnu.org>
938         * help.el (help-for-help-internal): Improve doc of C-h a.
939         (describe-key): Improve prompt; doc fix.
941 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * vc-svn.el (vc-svn-registered): Catch all errors.
945         * cus-dep.el (custom-make-dependencies): Typo.
947 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
949         * net/tramp-util.el (top): Fix compilation warning.
951 2005-11-13  Kim F. Storm  <storm@cua.dk>
953         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
955 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
957         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
958         (gud-speedbar-buttons): Match on "const char *" too.
960         * progmodes/gdb-ui.el (gdb-var-create-handler)
961         (gdb-var-list-children-handler): Match on "const char *" too.
962         (gdb-var-evaluate-expression-handler): Match on empty string.
963         (gdb-var-update-handler): Only call
964         gdb-var-evaluate-expression-handler when required.
966 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
968         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
969         selected window.  This still doesn't work for speedbar.
970         (gud-speedbar-buttons): Handle string expressions properly.
972         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
973         (gdb-var-create-handler): Handle string expressions properly.
974         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
975         Handle string expressions properly.  Move "type" field into regexp.
977 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
979         * bookmark.el (bookmark-maybe-message): New function to reduce
980         code duplication: invokes `message' iff baud-rate is high enough.
981         (bookmark-write-file): Use above instead of an inline conditional.
982         (bookmark-load): Same.
984 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
986         * bookmark.el (bookmark-write-file): Don't visit the destination
987         file, just write the data to it using write-region.  This is
988         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
989         change to avoid visiting the file in the first place.
991 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
993         * hi-lock.el (hi-lock-mode): Set the default value of
994         font-lock-defaults.
996 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
998         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
999         arg to `file-attributes'.
1000         (find-lisp-format): The UID and GID can now be strings.
1002 2005-11-12  Kim F. Storm  <storm@cua.dk>
1004         * help.el (help-map): Bind C-h d to apropos-documentation.
1006         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
1007         when point is at end-of-buffer.
1009         * apropos.el (apropos-match-face): Doc fix.
1010         (apropos-sort-by-scores): Add new choice `verbose'.
1011         (apropos-documentation-sort-by-scores): New defcustom.
1012         (apropos-pattern): Now contains the pattern entered by the user.
1013         (apropos-pattern-quoted): New defvar.
1014         (apropos-regexp): New defvar, containing the regexp corresponding
1015         to apropos-pattern.
1016         (apropos-all-words-regexp): Rename from apropos-all-regexp.
1017         (apropos-read-pattern): New defun.  Use it to read pattern arg in
1018         interactive calls; returns list of words for a word list, and
1019         string for a regexp.
1020         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
1021         parses a list of words or regexp as returned by apropos-read-pattern.
1022         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
1023         (apropos-score-doc): Return a very high score if the string
1024         entered by the user matches literally.
1025         (apropos-variable): Doc fix.  Use apropos-read-pattern.
1026         (apropos-command): Doc fix.  Use apropos-read-pattern and
1027         apropos-parse-pattern.  Call apropos-print with nosubst=t.
1028         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
1029         apropos-parse-pattern.
1030         (apropos-documentation): Doc fix. Use apropos-read-pattern and
1031         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
1032         apropos-documentation-sort-by-scores.  Call apropos-print with
1033         nosubst=t.
1034         (apropos-documentation-internal): Pass doc string through
1035         substitute-key-definition before adding text properties.
1036         Highlight substring matching literal user input if possible.
1037         (apropos-documentation-check-doc-file): Remove locals beg and end.
1038         Fix calculation of score (as added twice).  Pass doc string through
1039         substitute-key-definition before adding text properties.
1040         (apropos-documentation-check-elc-file): Pass doc string through
1041         substitute-key-definition before adding text properties.
1042         Highlight substring matching literal user input if possible.
1043         (apropos-print): Add new arg NOSUBST; if set, command and variable
1044         doc strings have already been passed through substitute-key-definition.
1045         Add code to handle apropos-accumulator items without score element
1046         for backwards compatibility (e.g. with woman package).
1047         Only show scores if apropos-sort-by-scores is `verbose'.
1049 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
1052         Add jka-compr-load-suffixes to load-suffixes.
1054         * jka-compr.el: Require 'jka-cmpr-hook.
1055         (jka-compr-info-compress-message, jka-compr-info-compress-program)
1056         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1057         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1058         (jka-compr-info-can-append, jka-compr-info-strip-extension)
1059         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1060         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
1061         (jka-compr-uninstall): Remove entries from
1062         jka-compr-added-to-file-coding-system-alist after they are used.
1063         (jka-compr-error): Remove unused var `curbuf'.
1064         (jka-compr-file-local-copy): Remove unused var `notfound'.
1066 2005-11-10  Romain Francoise  <romain@orebokech.com>
1068         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1070 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
1072         * progmodes/gud.el (gud-menu-map): Move parentheses.
1073         (gdb): New command gud-pv.
1075 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * tar-mode.el: Remove spurious or unnecessary leading stars
1078         in docstrings.
1079         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1080         (tar-parse-octal-integer-safe): Use mapc.
1081         (tar-header-block-summarize): Remove unused var `ck'.
1082         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1083         cleared before.  Obey default-enable-multibyte-characters.
1084         Use mapconcat.  Simplify setting of tar-header-offset.
1085         (tar-mode-map): Move initialization inside delcaration.
1086         (tar-flag-deleted): Use `abs'.
1087         (tar-expunge-internal): Remove unused var `line'.
1088         (tar-expunge-internal): Don't hardcode point-min==1.
1089         (tar-expunge): Widen while doing set-buffer-multibyte.
1090         (tar-rename-entry): Use file-name-coding-system.
1091         (tar-alter-one-field): Don't hardcode point-min==1.
1092         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1093         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
1095 2005-11-10  Masatake YAMATO  <jet@gyve.org>
1097         * add-log.el (add-log-current-defun): Handle class::method
1098         notation of c++. Fix incorrect comment.
1100 2005-11-10  Alan Mackenzie  <acm@muc.de>
1102         * help-fns.el (describe-variable): Make C-h v work when a variable
1103         has variable documentation yet is unbound.
1105 2005-11-10  Masatake YAMATO  <jet@gyve.org>
1107         * man.el (Man-highlight-references): Set an empty
1108         string to `Man-arguments' if it is nil.
1109         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1111 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1114         commenting conventions.
1116         * cus-dep.el (custom-make-dependencies): Simplify.
1117         Better follow the commenting conventions.
1119 2005-11-09  Richard M. Stallman  <rms@gnu.org>
1121         * apropos.el (apropos-pattern): Rename from apropos-regexp.
1122         (apropos-orig-pattern): Rename from apropos-orig-regexp.
1123         All uses changed.
1124         (apropos-rewrite-regexp): Doc fix.
1125         (apropos-variable, apropos-command, apropos, apropos-value):
1126         Change prompt; carry through the argument renaming.
1128 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
1130         * find-lisp.el: Require dired.
1131         (find-lisp-find-dired-internal): Do not call
1132         `abbreviate-file-name' on DIR.
1134 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
1136         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1138 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
1140         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1141         when using the speedbar.
1142         (gdb): New command gud-pp.
1143         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1145 2005-11-09  Juri Linkov  <juri@jurta.org>
1147         * replace.el (occur-excluded-properties): New defcustom.
1148         (occur-1, occur-engine, occur-accumulate-lines): Use it.
1150 2005-11-08  Jay Belanger  <belanger@truman.edu>
1152         * calc/calc-units.el (math-convert-units): Replace any composite
1153         unit by its definition.
1155 2005-11-08  Lars Hansen  <larsh@soem.dk>
1157         * emacs-lisp/autoload.el (update-directory-autoloads):
1158         Add obsolete function alias.
1160 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1163         comment-indent-function.
1164         (lisp-comment-indent): Replace by an alias for comment-indent-default.
1166         * reveal.el (reveal-post-command): Rework the handling of
1167         reveal-open-spots, so as to be more reliable.  There were several
1168         tricky corner cases where an open spot might be lost, or where
1169         a closed spot might end up on the list of open spots.
1170         Only reveal text that's ellipsised.
1172 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
1174         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1176 2005-11-07  John Paul Wallington  <jpw@gnu.org>
1178         * ibuffer.el (ibuffer): Search iconified frames too when
1179         getting Ibuffer buffer's window.
1181 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1183         * progmodes/compile.el (compilation-internal-error-properties):
1184         save-excursion around the computation of MARKER.
1186 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
1188         * textmodes/flyspell.el (flyspell-external-point-words):
1189         flyspell-get-word returns a list, not just a string.
1191 2005-11-06  John Paul Wallington  <jpw@pobox.com>
1193         * ibuffer.el (ibuffer): Search all visible frames when getting
1194         Ibuffer buffer's window.
1196 2005-11-07  Masatake YAMATO  <jet@gyve.org>
1198         * man.el (Man-reference-regexp): Accept spaces between
1199         `Man-name-regexp' and `Man-section-regexp'.
1200         (Man-apropos-regexp): New variable.
1201         (Man-abstract-xref-man-page): Use value for `Man-target-string'
1202         if available.
1203         (Man-highlight-references, Man-highlight-references0):
1204         Handle the case when `Man-arguments' includes "-k".
1205         (Man-highlight-references0): Rename the argument `TARGET-POS' to
1206         `TARGET'. `TARGET' can be a number, function or nil.
1208 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
1210         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1211         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1212         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1213         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1214         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1215         (gdb-send-item): Use buffer-local-value and simplify.
1217 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
1219         * startup.el (command-line): Use `custom-reevaluate-setting' for
1220         `global-font-lock-mode'.
1222         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1223         by default, except in batch mode or when the -D option is given.
1225         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1226         specified keyword args on to `define-minor-mode'.  Update docstring.
1228 2005-11-05  Romain Francoise  <romain@orebokech.com>
1230         * replace.el (occur-engine): Add marker at end of line, too.
1232 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1234         * font-lock.el: Don't deal with font-lock-face-attributes here,
1235         move the code ...
1237         * startup.el (command-line): ... here. Use face-spec-set instead
1238         of custom-declare-face.
1240         * faces.el (face-spec-set): Reset the face if spec is not nil.
1242 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * newcomment.el (comment-region-internal): Box more tightly in the
1245         common case where there's no TAB in the boxed text.
1247 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1249         * info.el (info-tool-bar-map): Use images prev-node, next-node and
1250         up-node.
1252 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
1254         * newsticker.el: Commentary updated. Code formatting changed.
1255         (newsticker-version): Change to "1.9".
1256         (newsticker, newsticker-feed): Doc fix.
1257         (newsticker-url-list): Doc fix.  Add option "Weekly".
1258         (newsticker-retrieval-interval): Add option "Weekly".
1259         (newsticker-headline-processing): Doc fix.
1260         (newsticker-auto-mark-filter): Remove.
1261         (newsticker-auto-mark-filter-list): New.
1262         (newsticker-layout, newsticker-sort-method): Doc fix.
1263         (newsticker-hide-old-items-in-newsticker-buffer)
1264         (newsticker-heading-format, newsticker-item-format)
1265         (newsticker-desc-format): Doc fix.
1266         (newsticker-show-all-rss-elements): Remove.
1267         (newsticker-show-all-news-elements): New.
1268         (newsticker-faces, newsticker-ticker): Doc fix.
1269         (remove-from-invisibility-spec): Code formatting.
1270         (newsticker--process-ids): New.
1271         (newsticker-mode): Doc fix.
1272         (newsticker-mode): Change mode-line-format.
1273         (newsticker-start): Remove debug output.
1274         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
1275         (newsticker-w3m-show-inline-images): Code formatting.
1276         (newsticker-next-item): Call `force-mode-line-update'.
1277         (newsticker-previous-item): Call `force-mode-line-update'.
1278         (newsticker-next-feed): Call `force-mode-line-update'.
1279         (newsticker-previous-feed): Call `force-mode-line-update'.
1280         (newsticker-mark-all-items-at-point-as-read): Code formatting.
1281         (newsticker-show-old-items): Do not show descs.
1282         (newsticker-hide-entry): Hide too much.
1283         (newsticker-hide-entry, newsticker-show-entry)
1284         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1285         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1286         (newsticker-toggle-auto-narrow-to-item): Code formatting.
1287         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1288         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1289         (newsticker-get-news): Call `force-mode-line-update'.
1290         Collect process ids.
1291         (newsticker--sentinel): Change coding system handling.
1292         Move image retrieval to new functions newsticker--get-logo-url-*.
1293         Move feed parsing to new functions newsticker--parse-*.
1294         Update list of process ids.
1295         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1296         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1297         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1298         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1299         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1300         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1301         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1302         (newsticker--decode-coding-string): Remove.
1303         (newsticker--decode-numeric-entities): Check input.  Format code.
1304         (newsticker--remove-whitespace): Check input.
1305         (newsticker--do-forget-preformatted): Doc fix.
1306         (newsticker--decode-rfc822-date): Allow for missing time.
1307         (newsticker--update-process-ids): New.
1308         (newsticker--image-sentinel): Change comment.
1309         (newsticker--image-read): Change error message.
1310         (newsticker--imenu-goto): Doc fix.  Show headline title.
1311         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1312         (newsticker--buffer-do-insert-text): Clean whitespace in
1313         html-rendered headline title.  Code formatting.
1314         Call `newsticker--buffer-print-extra-elements'.
1315         (newsticker--buffer-print-extra-element): Remove.
1316         (newsticker--buffer-print-extra-elements): New.
1317         (newsticker--buffer-do-print-extra-element): New.
1318         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
1319         large sizes.
1320         (newsticker--run-auto-mark-filter)
1321         (newsticker--do-run-auto-mark-filter):
1322         Use `newsticker-auto-mark-filter-list'.
1324 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
1326         * net/rcirc.el: Use split-string OMIT-NULLS argument.
1327         (rcirc-print): Force redisplay before running hooks.  Do long
1328         buffer truncation after making new text read-only.  Deal with nil
1329         text when decoding strings.  If TARGET is nil, use either the
1330         currently selected buffer, if it is an rcirc buffer and of the
1331         same process or the process buffer.
1332         (rcirc-mode): Remove header-line.  Recompute short buffer names.
1333         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1334         (rcirc-short-buffer-name): Add variable.
1335         (rcirc-kill-buffer-hook): Recompute short buffer names.
1336         Remove nick from private channel.
1337         (rcirc-send-input): Send command text to current-buffer.
1338         Don't clear overlay arrow here.
1339         (rcirc-short-buffer-name): Return a short buffer name.
1340         (rcirc-update-short-buffer-names, rcirc-abbreviate)
1341         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1342         buffer-name abbreviations.
1343         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1344         Do not touch nick-table when killing a parted channel.
1345         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1346         Clear arrow from current buffer if it is now hidden.
1347         (rcirc-current-buffer): Add variable.
1348         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1349         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1350         Remove -face from names.
1351         (rcirc-update-activity-string): Print "DND" when globally ignoring
1352         activity.
1353         (rcirc-ignore-buffer-activity-flag): Rename from
1354         rcirc-ignore-channel-activity.
1355         (rcirc-ignore-all-activity-flag): Doc fix.
1356         (rcirc-channels): Remove variable.
1357         (rcirc-kill-buffer-hook):
1358         (rcirc-get-buffer-create): Add nick to private channel.
1359         (rcirc-multiline-edit-submit): Remove tabs.
1360         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1361         folded.
1362         (rcirc-remove-nick-channel): Bug fix.
1363         (rcirc-toggle-ignore-buffer-activity): Rename from
1364         rcirc-toggle-ignore-channel-activity.
1365         (rcirc-record-activity): Add buffers to the front of the list.
1366         (rcirc-update-activity): Remove killed buffers from list.
1367         (rcirc-process-server-response-1): Remove last argument if it is
1368         null before calling handler.
1369         (rcirc): Add "rcirc" defcustom prefix.
1370         (rcirc-prompt): Simplify default prompt.
1371         Use custom-initialize-default.
1372         (rcirc-private-chats): Remove variable.
1373         (rcirc-prompt): Change initialization.
1374         (rcirc-version): Remove function.
1375         (rcirc-id-string): Add constant.
1376         (rcirc-last-buffer): Remove variable.
1377         (rcirc-buffer-alist): Add variable.
1378         (rcirc-connect): Update variable setup.
1379         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1380         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1381         default.
1382         (rcirc-handler-generic): Trigger activity.
1383         (rcirc-send-message): Create the buffor of the target.
1384         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1385         (rcirc-get-buffer): Just return nil if there is no matching buffer.
1386         (rcirc-multiline-edit-cancel): Remove function.
1387         (rcirc-set-last-buffer): Remove function.
1388         (rcirc-get-any-buffer): Add function.
1389         (rcirc-join-channels): Don't print /join text.
1390         (rcirc-toggle-ignore-channel-activity): Add and update echo area
1391         messages.
1392         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1393         (rcirc-handler-NOTICE): Recognize CTCP responses.
1394         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1395         constructing TOPIC string for buffers we are not JOINed.
1396         (rcirc-handler-CTCP-response): Add handler.
1397         (rcirc-multiline-edit-submit): Restore the window-configuration
1398         before adjusting point.
1399         (rcirc): Add customization group.
1400         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1401         (rcirc-user-full-name, rcirc-startup-channels-alist)
1402         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1403         (rcirc-ignore-all-activity-flag, rcirc-time-format)
1404         (rcirc-input-ring-size, rcirc-read-only-flag)
1405         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1406         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1407         Change defvar to defcustom.
1408         (rcirc-update-prompt): Add optional ALL arg, which will update
1409         prompts in all rcirc buffers.  Regexp quote replacement text.
1410         (rcirc-fill-column): Accept 'frame-width as a value.
1411         (rcirc-set-changed): Add function.
1412         (rcirc-next-active-buffer): Write more meaningful messages.
1413         (rcirc-faces): Add customization group.
1414         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1415         (rcirc-nick-in-message-face, rcirc-prompt-face)
1416         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1417         (with-rcirc-process-buffer): Move before first usage.
1418         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1419         (rcirc-debug-flag): Rename from `rcirc-log-p'.
1420         (rcirc-debug): Rename from `rcirc-log'.
1421         (rcirc-format-response-string): Do not print '-' chars for a
1422         NOTICE with no sender.  Simplify output of server responses.
1424 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1426         (rcirc-browse-url-map, rcirc-browse-url-at-point)
1427         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1428         mouse and RET clickable.
1430 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1432         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1434 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1436         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1437         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1438         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1439         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1440         argument to all these routines, so the passphrase can be managed
1441         externally and passed in to the system.
1442         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1443         pgg-add-passphrase-to-cache function.
1445         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1446         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1447         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1448         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1449         argument to all these routines, so the passphrase can be managed
1450         externally and passed in to the system.
1451         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1452         function.
1454 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1456         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1457         from goto-address-url-regexp.
1459 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1461         * textmodes/org.el (org-read-date, org-goto-calendar)
1462         (org-recenter-calendar, org-agenda-goto-calendar):
1463         Temporarily clear 'calendar-move-hook'.
1465 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1467         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1468         merging.
1470         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1471         have merge clashes.
1473 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1475         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1476         Undo previous change.
1478         * startup.el (command-line): Use `custom-reevaluate-setting' for
1479         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1480         tty-register-default-colors on Mac.
1482 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1484         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1485         (gdb-buffer-type): Make it automatically buffer local...
1486         (gdb-get-create-buffer): ...and set it accordingly.
1487         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1488         actually work.
1490 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1492         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1493         not red.
1495 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1497         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1498         case GUD buffer is not visible.
1499         (gdb-goto-breakpoint): Try to force display in source buffer.
1500         (gdb-frame-gdb-buffer): Copy other similar functions.
1501         (gdb-restore-windows): Don't display source if not asked for.
1502         (gdb-assembler-buffer-name): Don't capitalise.
1504 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1506         * wid-edit.el (key-sequence): New widget type.
1508         * simple.el (set-mark-command-repeat-pop): New variable.
1509         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1510         if set-mark-command-repeat-pop is true.
1512         * info.el (Info-fontify-node): Don't display extra "see" if there
1513         already is one here.
1515         * mouse.el: Fix special handling of DEL after dragging a region:
1516         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1517         (mouse-region-delete-keys): Add [backspace].
1519         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1521         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1522         not to assume it pertains to an affix.
1524         * textmodes/flyspell.el (flyspell-post-command-hook):
1525         Bind deactivate-mark to prevent deactivation.
1527 2005-11-03  Lars Hansen  <larsh@soem.dk>
1529         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1530         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1531         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1533 2005-11-03  Romain Francoise  <romain@orebokech.com>
1535         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1536         Update copyright years.
1538 2005-11-03  Sam Steingold  <sds@gnu.org>
1540         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1541         Use system-type instead of window-system because window-system is not
1542         correctly defined during loadup.
1544 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1546         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1547         (xml-parse-tag): Join strings separated by a comment properly.
1549 2005-11-02  Andreas Schwab  <schwab@suse.de>
1551         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1553 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1555         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1556         (byte-optimize-pure-func): Quote the eval'd value.
1558         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1559         Rename from perl-font-lock-syntactic-face-function.
1560         Change the calling convention so it can be used as a font-lock MATCHER.
1561         Do the parse-partial-sexp loop outselves.
1562         (perl-font-lock-syntactic-keywords): Use it.
1563         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1565 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1567         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1568         disassembly buffer too.
1569         (gdb-exited): Remove overlay arrows when execution has finished.
1570         (gdb-info-frames-custom, gdb-info-threads-custom)
1571         (gdb-info-registers-custom): Don't add inappropriate text
1572         properties if inferior is not active.
1574 2005-11-02  Glenn Morris  <rgm@gnu.org>
1576         * progmodes/fortran.el (fortran-blink-match):
1577         Use `blink-matching-delay'.
1579 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1581         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1583 2005-11-02  Lars Hansen  <larsh@soem.dk>
1585         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1586         "Permission denied".
1588 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1590         * textmodes/flyspell.el (flyspell-external-point-words):
1591         Pass nil to flyspell-get-word.
1593 2005-11-02  Kim F. Storm  <storm@cua.dk>
1595         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1596         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1598 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1601         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1602         (calendar-mouse-print-dates): Add optional `event' argument.
1603         Update interactive-spec.
1604         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1605         Use `calendar-event-to-date' instead of `event'.
1607 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1609         * progmodes/ld-script.el (ld-script-builtins):
1610         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1611         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1612         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1614 2005-11-01  Romain Francoise  <romain@orebokech.com>
1616         * vc-sccs.el: Update copyright year.
1617         * ezimage.el: Likewise.
1619 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1621         * info.el (Info-fontify-node): Use `string-width' for fontifying
1622         underlined titles.
1624 2005-11-01  Juri Linkov  <juri@jurta.org>
1626         * info.el (Info-fontify-node): Downcase node header keywords Node,
1627         Prev, Next, Up before comparison.
1628         (Info-history): Insert absolute directory name, and put invisible
1629         property on it.
1631 2005-11-01  Juri Linkov  <juri@jurta.org>
1633         * info.el (Info-file-supports-index-cookies): New variable.
1634         (Info-find-node-2): Check makeinfo version for index cookie support.
1635         (Info-index-nodes): Search for nodes with index cookies only when
1636         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1637         with "Index" in the node name.
1638         (Info-index-node): Search index cookie in the current node only when
1639         Info-file-supports-index-cookies is t.  Otherwise, check the word
1640         "Index" in the node name.
1641         (Info-find-emacs-command-nodes): Remove code that searches nodes
1642         with "Index" node name in the top menu.
1644 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * progmodes/scheme.el (scheme-mode-variables): Use the default
1647         comment-indent-function.
1649         * faces.el (face-attribute): Handle the case where a face inherits from
1650         a non-existent face.
1652         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1653         for octal and hexa output, and merge the char into the paren.
1654         (kill-new): Use push.
1655         (copy-to-buffer): Use with-current-buffer.
1656         (completion-setup-function): Move code in loop to remove redundancy.
1657         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1658         those inherited from minibuffer-local-completion-map.
1660         * savehist.el (savehist-mode) <defcustom>:
1661         Use custom-set-minor-mode if available.
1662         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1663         and emit a message if applicable.
1665 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1667         * savehist.el: Sync up to version 19.
1668         (savehist-mode): New minor mode.
1669         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1670         (savehist-length): Remove (use history-length instead).
1671         (savehist-file-modes): Rename from savehist-modes.
1672         (savehist-save-hook, savehist-loaded): New vars.
1673         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1674         old format to new format.
1675         (savehist-install): Allow savehist-autosave-interval to be nil.
1676         (savehist-save): Run the new hook.  Be more careful to only trim the
1677         history variables.
1678         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1679         (savehist-printable): Print into a buffer rather than char-by-char.
1681 2005-11-01  John Wiegley  <johnw@newartisans.com>
1683         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1684         toggle-ignore keybinding (C-a).  The author said it had been
1685         disabled much earlier due to a possible incompatibility, but after
1686         many months of usage I have encountered no problems (and it is a
1687         rather useful option, especially for switching to " *temp*").
1689         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1690         support for OS/X's AddressBook, by calling out to the open source
1691         program "contacts" (installable through Fink).
1693         * net/eudc.el (eudc-expand-inline): If the
1694         `eudc-multiple-match-handling-method' is set to `all', delete the
1695         query string before inserting the query result.
1697         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1698         flag, to prevent Eshell from using the system ls when
1699         `eshell-ls-insert-directory' is in used.
1700         (eshell-ls-insert-directory): Disable font-lock in directory
1701         buffer so that Eshell's own fontification is seen.  This broke
1702         recently due to changes in font-lock, so this goes back to version
1703         21 behavior.
1705 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1707         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1708         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1709         (gdb-many-windows): Doc fix.
1711 2005-10-31  Romain Francoise  <romain@orebokech.com>
1713         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1715 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1717         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1718         that global-font-lock-mode can be enabled by default.
1720         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1721         (font-lock-add-keywords, font-lock-remove-keywords)
1722         (font-lock-fontify-buffer): Remove autoload cookies.
1724         * jit-lock.el (jit-lock-register): Likewise.
1726         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1728 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1730         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1731         intact if there is no gud-comint-buffer.
1733 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1735         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1736         old prompt comint-prompt-read-only is t and GDB commands are
1737         issued from tool bar etc.
1739 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1741         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1743 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1745         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1746         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1748 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1751         starting at beginning of line.  Fontification is messed up when
1752         `open-paren-in-column-0-is-defun-start' set to t.
1753         Reported by John Paul Wallington <jpw@pobox.com>.
1755 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1757         * comint.el (comint-send-input): Call `comint-update-fence' when
1758         `comint-process-echoes' and `comint-prompt-read-only' are both
1759         non-nil, to avoid leftover read-only newline.
1761 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1763         * textmodes/flyspell.el (flyspell-external-point-words):
1764         Detect when WORD can't be checked properly because
1765         flyspell-get-word finds just part of it, and move on.
1767         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1768         boundarychar for Polish.
1769         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1770         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1772 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1774         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1775         (gdb-registers-font-lock-keywords): Delete.
1776         (gdb-registers-mode): Don't fontify.
1777         (gdb-info-registers-custom): Use text properties instead as, in
1778         future, changed register values will use font-lock-warning-face.
1779         (gdb-local-font-lock-keywords): Rename to...
1780         (gdb-locals-font-lock-keywords): ...for consistency.
1782 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1784         * vc.el (vc-switch-backend): Better error message if the buffer is
1785         not visiting a file under version control.
1787         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1789 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1791         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1792         ~/.emacs.d/.emacs.
1794 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1796         * replace.el (occur-mode-mouse-goto): Always go to other window.
1797         (occur-mode-goto-occurrence): Always switch in same window.
1799         * simple.el (undo): Display message at end, not at start.
1801         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1802         New arg REUSE-CELL.
1803         (cancel-timer-internal): New function.
1804         (timer-event-handler): Use cancel-timer-internal,
1805         and pass the cell it returns to timer-activate...
1807         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1808         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1809         (jit-lock-after-change): Test memory-full.
1811 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1813         * textmodes/conf-mode.el (conf-assignment-sign)
1814         (conf-assignment-regexp): Fix docstrings.
1815         (conf-mode-initialize): New function.
1816         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1817         recognize recursive calls.
1818         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1819         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1820         (conf-xdefaults-mode): Use define-derived-mode and
1821         conf-mode-initialize.
1823 2005-10-29  Romain Francoise  <romain@orebokech.com>
1825         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1827 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1829         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1830         part of the decoded armor to find the key-identifier.
1831         (pgg-gpg-lookup-key-owner): New function to return the
1832         human-readable identifier of a key owner.
1833         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1834         key itself.
1835         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1836         the key value) if we have a key and can match it against a secret
1837         key.  Also, added a note pointing out fact that the prompt only
1838         indicates the first matching key.
1840         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1841         pgg-decrypt-region.
1842         (pgg-pending-timers): A new hash for tracking the passphrase cache
1843         timers, so that new ones supercede old ones.
1844         (pgg-add-passphrase-to-cache): Rename from
1845         `pgg-add-passphrase-cache' to reduce confusion (all callers
1846         changed).  Modified to cancel old timers when new ones are added.
1847         (pgg-remove-passphrase-from-cache): Rename from
1848         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1849         changed).  Modified to cancel old timers when their keys are
1850         removed from the cache.
1851         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1852         XEmacs, an indirection to delete-itimer.
1853         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1854         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1855         users can only check cache without risk of prompting.  Correct bug in
1856         notruncate behavior.
1857         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1858         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1859         Add informative docstrings.
1860         (pgg-decrypt): Convey provided passphrase in subordinate call to
1861         pgg-decrypt-region.
1863 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1865         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1866         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1867         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1868         'passphrase' argument, so the passphrase can be managed externally
1869         and then passed in to the system.
1871         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1872         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1873         so the passphrase cache can be used reliably with identifiers
1874         besides a pgp packet's key id.
1876         * pgg-gpg.el (pgg-pgp-encrypt-region)
1877         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1878         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1879         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1880         argument to all these routines, so the passphrase can be managed
1881         externally and passed in to the system.
1883         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1884         'notruncate' argument, so the passphrase cache can be used
1885         reliably with identifiers besides a pgp packet's key id.
1887 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1889         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1890         symmetric encryption.
1891         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1892         encrypted session key.
1893         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1894         message ask for the passphrase in a proper way.
1896         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1897         New user commands for symmetric encryption.
1899 2005-10-28  Bill Wohler  <wohler@newt.com>
1901         * help-mode.el (help-url): New button type. Calls browse-url.
1902         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1903         Similar to Info nodes: URL `url'.
1904         (help-make-xrefs): Create help-url buttons for
1905         help-xref-url-regexp matches.
1907 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1909         * tool-bar.el (tool-bar-add-item-from-menu)
1910         (tool-bar-local-item-from-menu): Fix doc strings.
1912 2005-10-28  Romain Francoise  <romain@orebokech.com>
1914         * ldefs-boot.el: Update.
1916         * subr.el (locate-library): Move from help-fns.el.
1917         * help-fns.el (locate-library): Move to subr.el.
1919 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1921         * net/tramp.el (tramp-completion-mode): defvar moved up.
1923         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1925         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1927         * files.el (find-file-noselect): Use %d to format large file size.
1929         * bindings.el (mode-line-format): Add %e.
1931         * loadup.el ("facemenu"): Load unconditionally.
1932         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1933         ("x-dnd"): Load, when appropriate.
1935         * startup.el (command-line): Call before-init-hook earlier.
1936         Warn about some bad characters in -u user name.
1938         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1939         (flyspell-external-point-words): Error if misspelled word is not found.
1940         Set flyspell-large-region-beg at end of word.
1942 2005-10-28  Andreas Schwab  <schwab@suse.de>
1944         * view.el (View-revert-buffer-scroll-page-forward):
1945         Use view-page-size-default.
1947 2005-10-28  Juri Linkov  <juri@jurta.org>
1949         * international/quail.el (quail-get-current-str): Translate last
1950         raw character for deterministic input methods.
1952 2005-10-27  Jay Belanger  <belanger@truman.edu>
1954         * calc/calc-ext.el: Add functions to autoloads.
1955         (math-identity-matrix-p, math-ident-row-p): New functions.
1957         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1958         multiplication by an identity matrix; don't turn multiplication by
1959         an inverse matrix into division.
1960         (math-div-symbol-fancy):  Replace division by matrices with
1961         multiplication by inverse.
1963         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1965         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1966         (calc-writeoutpower): New functions.
1968 2005-10-27  Romain Francoise  <romain@orebokech.com>
1970         * replace.el (occur-engine): Include colon in mouse-face highlight.
1972         * dired-x.el: Change Maintainer field.
1974 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1976         * longlines.el (longlines-mode): Bind after-change-functions to
1977         nil during initial decoding and final encoding.
1979 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1981         * term.el (term-emulate-terminal, term-handle-colors-array)
1982         (term-handle-ansi-escape): Specify the terminfo capabilities
1983         implemented.
1985 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1987         * info.el (Info-fontify-node): Fix detection of sentence-break
1988         before *Note.
1990 2005-10-26  Romain Francoise  <romain@orebokech.com>
1992         * smerge-mode.el: Add `tools' to file keywords.
1994 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1996         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1997         when the fringe is not available.
1999         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
2000         (def-gdb-auto-update-trigger): Simplify construction.
2001         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
2002         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
2003         defined explicitly.
2004         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
2005         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
2006         defined explicitly.
2007         (gdb-info-locals-custom): Remove as it's a no-op.
2009 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
2011         * longlines.el (longlines-mode): Remove narrowing before
2012         performing the initial decoding or final encoding.
2014 2005-10-25  Romain Francoise  <romain@orebokech.com>
2016         * emacs-lisp/find-func.el (find-library-name): Also strip
2017         extension if library name ends in .el, to take advantage of
2018         `find-library-suffixes'.
2020 2005-10-25  Richard M. Stallman  <rms@gnu.org>
2022         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
2024 2005-10-25  Juri Linkov  <juri@jurta.org>
2026         * textmodes/texinfo.el (texinfo-mode): Change charset of one
2027         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2029 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
2032         (blackbox-redefine-key): Add argument `map'.
2034         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
2035         regions when moving the jit-lock-context-unfontify-pos boundary.
2037 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2039         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2041 2005-10-25  Masatake YAMATO  <jet@gyve.org>
2043         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
2045 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2047         * play/blackbox.el (blackbox-redefine-key): New function.
2048         (blackbox-mode-map): Use it to remap existing bindings for cursor
2049         motion instead of binding literal keys.
2051 2005-10-25  Glenn Morris  <rgm@gnu.org>
2053         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
2054         diary does not end in a newline.  Do not assume a blank line at
2055         the start of the diary file.
2057 2005-10-25  Kenichi Handa  <handa@m17n.org>
2059         * international/quail.el (quail-translate-key): If the input
2060         method is deterministic and failed to handle the last key, restart
2061         the key handling loop from an appropriate key.
2063 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
2065         * vc.el (vc-dired-mode): Extend comment for binding of
2066         `directory-listing-before-filename-regexp'.
2068 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * textmodes/texinfo.el (texinfo-mode):
2071         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2072         not to unnecessarily expose emacs-mule's internal char codes.
2074 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
2076         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2077         Display hand pointer and help-echo on disabled icon too.
2078         (gdb-mouse-until): New function.
2079         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2081 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
2083         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2084         with 2005-10-23 change to doctor.el.
2086         * finder.el (finder-mode-map): Add follow-link binding.
2088 2005-10-25  Kim F. Storm  <storm@cua.dk>
2090         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2091         to gdb-mouse-toggle-breakpoint-fringe.
2092         (gdb-mouse-toggle-breakpoint-margin): Rename from
2093         gdb-mouse-toggle-breakpoint. Fix doc.
2094         (gdb-mouse-toggle-breakpoint-fringe): New defun.
2095         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
2096         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2097         string properties also for fringe breakpoint bitmaps.
2099 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
2101         * textmodes/org.el (org-start-icalendar-file): Fix format form.
2103 2005-10-25  Masatake YAMATO  <jet@gyve.org>
2105         * simple.el (completion-common-substring):
2106         Use `completion-common-substring' prior to `completion-base-size'.
2108 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
2110         * savehist.el: Require CL while compiling.
2111         (savehist-history-variables): Remove.
2112         (savehist-save-minibuffer-history, savehist-additional-variables)
2113         (savehist-minibuffer-history-variables): New vars.
2114         (savehist-save): Use them.
2115         (savehist-uninstall, savehist-minibuffer-hook): New funs.
2116         (savehist-install): New fun, extracted from savehist-load.
2117         (savehist-load): Use them.
2119 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2121         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2122         a dummy doc-string-elt property.
2123         (defalias, defvaralias, define-category): Add a docstring property.
2125         * image.el (defimage):
2126         * widget.el (define-widget):
2127         * custom.el (defface, defcustom): Add `doc-string' declaration.
2129         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2130         (defadvice): Add `doc-string' declaration.
2132         * emacs-lisp/byte-run.el (macro-declaration-function):
2133         Handle `doc-string' declarations.
2134         (define-obsolete-function-alias, define-obsolete-variable-alias):
2135         Add `doc-string' declaration.
2137 2005-10-24  Kenichi Handa  <handa@m17n.org>
2139         * international/utf-7.el (utf-7): Add autoload cookie.
2141         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2143 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
2145         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2146         list of directories passed to batch-update-autoloads.  Add "." to
2147         the list of the echoed directories.
2149         * pgg-def.el:
2150         * pgg-gpg.el:
2151         * pgg-parse.el:
2152         * pgg-pgp.el:
2153         * pgg-pgp5.el:
2154         * pgg.el: Moved here from the gnus subdirectory.
2156 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
2158         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2159         in case comint-prompt-read-only is set to t.
2161         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2162         in case comint-prompt-read-only is set to t.
2164 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
2166         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2167         Now a string.
2168         (icalendar-import-format): Handle CLASS, STATUS, URL.
2169         Rename `subject' to `summary'.
2170         (icalendar-import-format-summary): Rename from
2171         `icalendar-import-format-subject'.
2172         (icalendar-import-format-url, icalendar-import-format-status)
2173         (icalendar-import-format-class): New variables.
2174         (icalendar--rris): Take variable argument list.
2175         (icalendar--datestring-to-isodate): Remove unnecessary
2176         calendar-style check when converting dates with explicit month names.
2177         (icalendar-export-region): Change return type of conversion
2178         subroutines.  Bury current buffer unless error occurred.
2179         (icalendar--convert-to-ical)
2180         (icalendar--parse-summary-and-rest): New functions.
2181         (icalendar--convert-ordinary-to-ical)
2182         (icalendar--convert-weekly-to-ical)
2183         (icalendar--convert-yearly-to-ical)
2184         (icalendar--convert-block-to-ical)
2185         (icalendar--convert-cyclic-to-ical)
2186         (icalendar--convert-anniversary-to-ical): Change return type.
2187         Strip trailing blanks from subject.
2188         (icalendar--convert-sexp-to-ical): Change return type.
2189         Strip trailing blanks from subject.  Handle simple sexp
2190         entries as generated by icalendar.el.
2191         (icalendar--convert-float-to-ical)
2192         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2193         (icalendar-import-file): Doc fix.
2194         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2195         Correct call to icalendar--rris.
2196         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
2197         `summary'.
2198         (icalendar--add-diary-entry): Rename `subject' to `summary'.
2200 2005-10-24  Romain Francoise  <romain@orebokech.com>
2202         * server.el (server-sentinel): Set query-on-exit flag to nil on
2203         new client processes (it isn't inherited from the server process).
2205         * replace.el (occur-engine): Rearrange text properties.
2207 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2210         case-fold-search is nil.
2211         (debug-help-follow): Use help-xref-interned directly.
2213 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2215         * thumbs.el (thumbs-image-type): Add .pbm.
2217 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2219         * faces.el (inhibit-face-set-after-frame-default): New variable.
2220         (set-face-attribute): Bind it.
2221         (face-set-after-frame-default): Test it.
2223         * help-fns.el (describe-simplify-lib-file-name): New function.
2224         (describe-function-1, describe-variable): Use it.
2226         * faces.el (describe-face): Use describe-simplify-lib-file-name.
2228         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2229         Eliminate nil as possible value.
2230         (tooltip-hide-delay): Reduce internal-border-width.
2232         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2233         (menu-bar-file-menu) <new-file>: Likewise.
2235         * simple.el (line-move-finish): Ignore fields computing LINE-END.
2237         * international/mule.el (load-with-code-conversion):
2238         Pass full file name to `eval-buffer' unless preloading.
2240         * textmodes/flyspell.el (flyspell-large-region):
2241         Call ispell-check-version.
2243         * textmodes/ispell.el (ispell-local-dictionary-overridden):
2244         Fix the make-variable-buffer-local call that was supposed
2245         to be for this variable.
2246         (ispell-aspell-supports-utf8): Doc fix.
2247         (ispell-find-aspell-dictionaries): Preserve elements of
2248         ispell-dictionary-alist for dictionaries that aspell doesn't report.
2249         (ispell-aspell-find-dictionary): Return nil on error.
2251         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2252         (doctor-symptoms): Likewise.
2254         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2256 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2258         * cus-edit.el (custom-button, custom-button-pressed): New vars.
2259         (custom-raised-buttons): Add :set spec.
2260         (custom-button-unraised, custom-button-pressed-unraised):
2261         New faces, so that custom-raised-buttons actually does something.
2262         (custom-mode): Use custom-button and custom-button-pressed.
2264         * wid-edit.el (widget-specify-button): Don't ignore
2265         widget-mouse-face on graphic terminals.
2266         (widget-move-and-invoke): Cleanup.
2268 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
2270         * whitespace.el (whitespace-cleanup): Doc fix.
2272 2005-10-23  Romain Francoise  <romain@orebokech.com>
2274         * emulation/viper.el (viper-set-hooks): Quote forms passed to
2275         `eval-after-load' to avoid evaluating their result.
2277 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
2279         * files.el (directory-listing-before-filename-regexp):
2280         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
2282         * dired.el (dired-move-to-filename-regexp): Remove.
2283         All occurences replaced by `directory-listing-before-filename-regexp'.
2285         * dired-x.el, locate.el, vc.el:
2286         Replace `dired-move-to-filename-regexp' by
2287         `directory-listing-before-filename-regexp'.  In vc.el it is
2288         overwritten locally; maybe this can be handled in files.el too.
2290         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
2291         replaced by `directory-listing-before-filename-regexp'.
2293 2005-10-23  Andreas Schwab  <schwab@suse.de>
2295         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2296         and eval-next-after-load.
2298 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
2300         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2301         exist, create it.
2303 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
2305         * allout.el: Remove autoloads for mailcrypt and crypt++.
2306         Require pgg, pgg-gpg during compilation.
2307         (allout-version): Increment version number to 2.1, and use a literal
2308         rather than RCS Id.
2309         (allout-default-encryption-scheme): Remove.
2310         (allout-passphrase-verifier-handling)
2311         (allout-passphrase-verifier-string)
2312         (allout-file-passphrase-verifier-string)
2313         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2314         (allout-passphrase-hint-handling): Rename and simplify.
2315         (allout-init): Use `find-file-hook' if available, otherwise
2316         `find-file-hooks'.
2317         (allout-mode): Use `write-file-functions' if available, otherwise
2318         `local-write-file-hooks' and, instead of making auto-save-hook
2319         buffer local, make the write-file-hook activity contingent to
2320         allout-mode.
2321         (allout-mode): Use key-binding substitution in the docstring.
2322         (allout-kill-line): Spell-out kill ring data structure mutation
2323         instead of using byte-compiler-complaint-provoking `pop'.
2324         (allout-insert-listified): Use `insert' rather than `insert-string'
2325         (allout-toggle-current-subtree-encryption): Update docstring, adjust
2326         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2327         (allout-encrypt-string): Totally revamped vis new underlying
2328         encryption facilities.
2329         (allout-mc-activate-passwd): Remove.
2330         (allout-obtain-passphrase): New, more or less replaces
2331         allout-mc-activate-passwd.
2332         (allout-encrypted-key-info): More or less replaces
2333         allout-encrypted-text-type.
2334         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2335         (my-mark-marker): Use `(featurep 'xemacs)'.
2337 2005-10-23  Lars Hansen <larsh@soem.dk>
2339         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2340         (byte-compile-file-form-defmumble, byte-compile-defun)
2341         (byte-compile-defmacro): Use it.
2342         (byte-compile-form): Don't call byte-compile-set-symbol-position
2343         when a byte-compile handler is called.
2345 2005-10-22  Romain Francoise  <romain@orebokech.com>
2347         * savehist.el (savehist-history-variables): Add `grep-find-history'.
2349         * subr.el (eval-after-load): Convert library name to an absolute
2350         file name using locate-library, since load-history no longer has
2351         library names in it.
2353 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2355         * files.el (make-temp-file): Move from subr.el.
2356         * subr.el (make-temp-file): Move to files.el.
2358         * window.el (get-buffer-window-list): Move from subr.el.
2359         * subr.el (get-buffer-window-list): Move to window.el.
2361         * image.el (image-load-path): Use eval-at-startup to initialize.
2363         * subr.el (eval-at-startup): New macro.
2365         * subr.el: Much rearrangement of functions and division
2366         into pages.  No code changes.
2368 2005-10-22  Kenichi Handa  <handa@m17n.org>
2370         * tar-mode.el (tar-extract): Be sure to call
2371         find-operation-coding-system if set-auto-coding doesn't find a
2372         coding system.
2374 2005-10-22  Kim F. Storm  <storm@cua.dk>
2376         * image.el (image-type-header-regexps): Rename from image-type-regexps.
2377         Change users.
2378         (image-type-file-name-regexps): New defconst.
2379         (image-type-from-data): Simplify loop.
2380         (image-type-from-buffer): New defun.
2381         (image-type-from-file-header): Use it instead of image-type-from-data.
2382         Use image-search-load-path instead of only looking in data-directory.
2383         (image-type-from-file-name): New defun.
2384         (image-search-load-path): Change `pathname' to `filename'.
2385         Make PATH arg optional, default to image-load-path.
2387 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2389         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2391         * textmodes/paragraphs.el (sentence-end-base): New variable.
2392         (sentence-end): Use sentence-end-base.
2394 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * font-lock.el (font-lock-default-fontify-region): Check the multiline
2397         property independently from the font-lock-multiline variable.
2399 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2401         * emacs-lisp/find-func.el (find-library-name): Doc fix.
2403         * startup.el (command-line): Convert library names
2404         in `load-history' to absolute file names.
2406         * subr.el (symbol-file): Doc fix.
2408         * loadhist.el (file-loadhist-lookup): Call locate-library
2409         instead of find-library-name.  Don't try converting
2410         abs file names to library names, since load-history no longer
2411         has library names in it.
2412         (file-dependents, file-provides, file-requires): Doc fixes.
2414 2005-10-21  Juri Linkov  <juri@jurta.org>
2416         * progmodes/etags.el (tags-table-mode): New function.
2417         (tags-verify-table): Replace initialize-new-tags-table with
2418         tags-table-mode.
2420         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2421         default value.
2422         (desktop-modes-not-to-save): Add tags-table-mode to the
2423         default value.
2425         * info.el (Info-index-next): Add total number of index
2426         alternatives to the message.
2428         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2429         backward only space (instead of space and period) before looking
2430         at sentence end.
2432         * simple.el (set-variable): Use user-variable-p instead of symbolp.
2433         Add the old variable value as 4th default-value arg of read-string.
2435 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2437         * cus-face.el (custom-declare-face): Make face from X resources
2438         also on Mac.
2440         * disp-table.el (standard-display-g1, standard-display-graphic):
2441         Refuse to use string glyphs also on Mac.
2442         (standard-display-european): Don't set terminal coding system also
2443         on Mac.
2445         * frame.el (display-screens): Use x-display-screens also on Mac.
2447 2005-10-21  Romain Francoise  <romain@orebokech.com>
2449         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
2451 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2454         and $? into sexps.
2456         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2457         warning face on open-paren-in-column-0.
2459         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2460         boundary case.  Fix typo.
2461         Suggested by Martin Rudalics <rudalics@gmx.at>.
2463 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2465         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2466         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2467         (org-export-icalendar-this-file)
2468         (org-export-icalendar-all-agenda-files)
2469         (org-export-icalendar-combine-agenda-files): New commands.
2470         (org-export-icalendar, org-print-icalendar-entries)
2471         (org-start-icalendar-file, org-finish-icalendar-file)
2472         (org-ical-ts-to-string): New functions.
2473         (org-read-date, org-goto-calendar)
2474         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2475         call to `calendar'.
2476         (orgtbl-setup): Remove the :keys arguments from the menu description.
2477         (org-after-save-iCalendar-file-hook): New variable.
2479 2005-10-21  Kenichi Handa  <handa@m17n.org>
2481         * language/vietnamese.el (tcvn-5712): Make it an alias of
2482         vietnamese-tcvn coding-system.
2484 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2486         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2487         group id is given.
2489 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2492         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2493         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2494         whose line is either continued or ends with a comment.
2496 2005-10-20  Romain Francoise  <romain@orebokech.com>
2498         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2500         * replace.el (occur-engine): Add follow-link property.
2502         * font-core.el (font-lock-mode): Doc fix.
2504 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2506         * net/rcirc.el: New file.
2508 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2510         * term.el (term-term-name): Initialize to "eterm-color".
2512 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2514         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2515         for encryption functionality.
2516         Move allout customization subgroup from `editing' to `outlines' group.
2517         Fix commentary 'keywords' to legitimate ones.
2518         Update author info (using my current email address, obscurified).
2519         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2520         (allout-encrypted-topic-p, allout-encrypted-text-type)
2521         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2522         (allout-situate-encryption-key-verifier)
2523         (allout-get-encryption-key-verifier, allout-verify-key)
2524         (allout-next-topic-pending-encryption)
2525         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2526         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2527         (outline-key-verifier-handling, outline-key-hint-handling)
2528         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2529         (allout-file-key-verifier-string, allout-encryption-scheme)
2530         (allout-key-verifier-string, allout-key-hint-string)
2531         (allout-after-save-decrypt): New variables.
2532         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2533         (allout-after-saves-handler): New hook functions.
2534         (allout-post-command-business): Do allout-after-save-decrypt.
2535         (allout-enable-file-variable-adjustment): Custom var to enable
2536         mechanism for adding and adjusting settings of Emacs file variables.
2537         (allout-adjust-file-variable, allout-file-vars-section-data):
2538         New functions, implement the mechanism.
2539         (outlineify-sticky): Use the file vars mechanism.
2540         (allout-inhibit-protection, allout-during-write-cue)
2541         (allout-override-protect, allout-before-change-protect): Remove.
2542         (allout-flag-region, allout-open-topic): Adjust read-only text.
2543         (allout-open-line-not-read-only): Add to facilitate read-only
2544         text based protection.
2545         (allout-kill-line): Revise to adjust read-only text, clue the
2546         user about the inhibition.
2547         (allout-unprotected): Use unwind-protect.
2548         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2549         topic deeper than the offspring depth of the previous topic -
2550         avoiding confusing "containment discontinuities".
2551         (allout-reindent-bodies): Fix retention of body relative hanging
2552         indent during promotion of collapsed bodies.
2553         (allout-open-topic): Make it easy to open new topic with same
2554         bullet as current topic - topic creation functions provided with
2555         any universal argument provokes now prompt for bullet, defaulting
2556         to the bullet of the previous topic.
2557         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2558         Plain bullet alternates '.' period and ',' comma only.  All other
2559         bullets are relegated to special status (but customizable).
2560         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2561         since it actually operates w.r.t. most immediately containing
2562         entry, visible or not.
2563         (allout-hide-current-entry, allout-show-current-entry): Use the
2564         revised version.
2565         (allout-old-expose-topic): Solidify deprecation.
2566         (allout-end-of-subtree): Add so we can span concealed as well
2567         as visible topics.
2568         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2569         (allout-end-of-current-heading): Tweak to just respect the first line.
2570         (allout-get-body-text): Add.
2571         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2572         when invoked interactively.
2573         (allout-up-current-level): Use `interactive-p'.
2574         (allout-mode, allout-init): Miscellaneous docstring and
2575         operational refinements, as well as hookups of new encryption stuff.
2576         (allout-beginning-of-current-entry): Now works as advertised.
2577         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2578         (allout-isearch-rectification): Refine condition for isearching.
2579         (allout-isearch-abort, allout-enwrap-isearch)
2580         (allout-flag-region, my-region-active-p): Relocate some macros.
2581         (allout-title): Fallback title is '(buffer-name)', not
2582         non-existing '(current-buffer-name)'.
2583         (subst-char-in-string): Define if absent (for some XEmacs versions).
2585 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2587         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2588         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2589         (mail-citation-prefix-regexp, mail-signature-file)
2590         (mail-default-headers, mail-bury-selects-summary)
2591         (mail-send-nonascii): Add autoload cookies.
2593 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2595         * frame.el (blink-cursor-mode): Add `mac' to the list of
2596         window-system's that support blinking cursor.
2598 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2600         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2602 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2604         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2605         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2606         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2608 2005-10-20  Kim F. Storm  <storm@cua.dk>
2610         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2611         (ido-set-current-directory): Don't add / after final @.
2612         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2613         Explicitly handle ange-ftp completion oddities.
2614         (ido-make-file-list): Don't rotate list at tramp root to avoid
2615         triggering tramp file handler for expand-file-name via get-file-buffer.
2617 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2621 2005-10-19  Jay Belanger  <belanger@truman.edu>
2623         * calc/calc-units.el (math-standard-units): Add units, adjust
2624         symbols and update values.
2625         (math-unit-prefixes):  Add more prefixes.
2627 2005-10-19  Romain Francoise  <romain@orebokech.com>
2629         * bookmark.el (bookmark-menu-heading): New face.
2630         (bookmark-bmenu-list): Use it.
2631         Don't fiddle with `baud-rate' at top-level.
2633 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2635         * image.el (create-image, find-image): Mention max-image-size in
2636         docstring.
2638 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2640         * savehist.el (savehist-load): Revert to checking XEmacs.
2642         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2643         Various docstring and line-width fixups.
2644         (conf-mode): Use cond.
2645         Set font-lock-defaults.  Don't set comment-use-syntax.
2647 2005-10-18  David Ponce  <david@dponce.com>
2649         * tree-widget.el (tree-widget-button-click): New function.
2650         (tree-widget-button-keymap): Use it.
2652 2005-10-18  Romain Francoise  <romain@orebokech.com>
2654         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2655         (bookmark-bmenu-hide-filenames): Add follow-link property.
2656         Improve help-echo text.
2658         * ffap.el (find-file-at-point): Doc fix.
2660 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2662         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2664 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2666         Install to the CVS repository what I forgot to install in my
2667         2005-10-16 changes.
2669         * progmodes/python.el (python-complete-symbol): Pass the common
2670         prefix substring of completion to `display-completion-list'.
2672         * textmodes/org.el (org-complete): Ditto.
2674 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2676         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2678         * woman.el (WoMan-xref-man-page): New button type derived
2679         from `Man-abstract-xref-man-page'.
2680         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2682         * man.el (Man-abstract-xref-man-page): New button type.
2683         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2684         (Man-highlight-references): Add new optional argument `xref-man-type'.
2686 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2688         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2690 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2692         * cus-edit.el (Custom-move-and-invoke): Delete.
2693         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2695         * wid-edit.el (widget-move-and-invoke): New function, from
2696         Custom-move-and-invoke.
2698 2005-10-17  Bill Wohler  <wohler@newt.com>
2700         Move all remaining images from lisp/toolbar to etc/images, move
2701         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2702         the low resolution images in their own directory (low-color).
2704         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2705         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2706         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2707         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2708         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2709         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2710         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2712         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2713         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2714         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2715         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2716         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2717         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2718         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2719         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2720         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2721         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2722         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2723         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2724         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2725         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2726         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2728         To conform with convention, replace the underscore (_) in the
2729         following image names with dash (-) or (/) as appropriate.
2731         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2732         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2733         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2734         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2735         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2736         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2737         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2738         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2739         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2740         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2741         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2742         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2743         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2744         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2745         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2747         * info.el (info-tool-bar-map): Replace underscores in image names
2748         with dashes.
2750         * makefile.w32-in (WINS): Remove toolbar.
2752         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2754         * tool-bar.el: Move to lisp from toolbar.  Now that
2755         toolbar is empty, it should be deleted when folks run "cvs up -P".
2757 2005-10-18  Jay Belanger  <belanger@truman.edu>
2759         * calc/calc-store.el (calc-store-into): Get the proper variable name
2760         to display in message.
2762 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2764         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2765         expressions display in speedbar for all buffers when debugging.
2766         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2768         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2769         (speedbar-insert-button, speedbar-make-button):
2770         Use add-text-properties.
2771         (speedbar-update-localized-contents)
2772         (speedbar-update-directory-contents)
2773         (speedbar-update-special-contents): Use dolist.
2774         (speedbar-buffer-easymenu-definition): Add a menu separator.
2776 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2778         * makefile.w32-in: Use $(lisp) consistently.
2779         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2780         for shell specific generation of mh-autoloads.
2782 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2784         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2786 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2788         * jit-lock.el (jit-lock-fontify-now):
2789         Move jit-lock-context-unfontify-pos to avoid wasted work.
2791 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2793         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2794         `tramp-completion-mode' for checking if we are in completion mode.
2795         (tramp-completion-handle-file-name-all-completions): Reorder code
2796         in order to complete for file names only in case there are no
2797         method/user/host completions.  This is necessary for cooperation
2798         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2800 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2802         * longlines.el (longlines-search-forward)
2803         (longlines-search-backward): Match any number of spaces.
2805 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2807         * diff-mode.el (diff-mode): Doc fix.
2809 2005-10-16  David Reitter <david.reitter@gmail.com>
2811         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2812         as default on darwin and windows systems.
2814 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2816         * arc-mode.el (archive-zip-extract): Doc fix.
2818 2005-10-16  Romain Francoise  <romain@orebokech.com>
2820         * mouse.el (mouse-1-click-follows-link): Doc fix.
2822 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * savehist.el: Don't require CL at runtime.
2825         (savehist-xemacs): Remove.
2826         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2827         (savehist-no-conversion): Use (featurep 'xemacs).
2828         (savehist-load): Check existence of start-itimer rather than XEmacs.
2829         Use an idle timer.
2830         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2831         `delete-if-not'.
2833 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2835         * savehist.el: Newer version.
2836         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2837         (savehist-last-checksum, savehist-no-conversion): New vars.
2838         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2839         New functions.
2840         (savehist-load, savehist-save): Use them.
2841         (savehist-delimit): Remove.
2843 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * progmodes/compile.el (compilation-goto-locus): Display the
2846         compilation buffer first and the source buffer second, in case they're
2847         in overlapping frames.  Don't raise the compilation frame if it was the
2848         selected window upon entry.  Pass the `other-window' arg to
2849         pop-to-buffer.
2851         * info.el (Info-fontify-node): Use dolist.
2852         Change add-text-properties to put-text-property.
2854 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2856         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2857         bound of search.
2859 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2861         * dabbrev.el (dabbrev-completion): Pass the common
2862         prefix substring of completion to `display-completion-list'.
2864         * filecache.el (file-cache-minibuffer-complete)
2865         (file-cache-complete): Ditto.
2867         * tempo.el (tempo-display-completions): Ditto.
2869         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2871         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2873         * eshell/em-hist.el (eshell-list-history): Ditto.
2875         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2877         * mail/mailalias.el (mail-complete): Ditto.
2879         * progmodes/etags.el (complete-tag): Ditto.
2881         * progmodes/make-mode.el (makefile-complete): Ditto.
2883         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2885         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2887         * progmodes/pascal.el (pascal-complete-word)
2888         (pascal-show-completions): Ditto.
2890         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2892         * simple.el (completion-common-substring): New variable.
2893         (completion-setup-function): Use `completion-common-substring'
2894         to put faces.
2896 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2898         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2899         (x-get-selection, mac-select-convert-to-string): Convert from/to
2900         UTF-16 clipboard data as in native byte order, no BOM.
2902 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2904         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2905         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2906         (gud-sentinel): Use speedbar-frame to check for speedbar.
2908 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2910         * savehist.el: New file.
2912 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2914         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2915         Fix bug in \bf fontification.
2917 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2919         * pcvs.el (cvs-edit-log-files): New var.
2920         (cvs-mode-edit-log): New arg `file'.
2921         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2922         Instead force the use of the original file and nothing else.
2923         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2924         the cvs-minor-wrap-function is set.
2925         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2927 2005-10-14  Bill Wohler  <wohler@newt.com>
2929         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2930         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2931         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2932         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2933         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2934         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2935         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2936         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2937         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2938         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2939         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2940         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2941         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2942         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2943         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2945         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2946         appropriately (for example, gud-break to gud/break).
2948 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2950         * longlines.el (longlinges-search-function)
2951         (longlines-search-forward, longlines-search-backward): New functions.
2952         (longlines-mode): Set isearch-search-fun-function to
2953         longlinges-search-function.
2955         * mouse.el (mouse-drag-region-1): Handle the case where a
2956         double-click event is bound to an arbitrary function.
2958 2005-10-14  David Ponce  <david@dponce.com>
2960         * recentf.el (recentf-track-opened-file)
2961         (recentf-track-closed-file, recentf-update-menu)
2962         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2963         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2964         mouse-1-click-follows-link.
2966 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2968         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2969         Gnome file-manager.png.  Suggested by
2970         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2972         * toolbar/README: Add diropen.xpm.
2974 2005-10-13  Bill Wohler  <wohler@newt.com>
2976         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2977         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2979 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2982         Don't waste the byte-compiler's time on constant data.
2984 2005-10-13  Kenichi Handa  <handa@m17n.org>
2986         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2987         byte with `escape-glyph' face.
2989         * international/fontset.el (ccl-encode-unicode-font):
2990         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2991         Handle the case that ucs-mule-to-mule-unicode translates a character to
2992         ASCII (usually for IPA characters).
2994 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2997         Don't hide the underline of titles if font-lock-mode is disabled.
2999 2005-10-12  Bill Wohler  <wohler@newt.com>
3001         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
3002         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3003         files in MH-E-SRC have been updated.
3004         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
3006 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3008         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
3009         (mixal-mode-syntax-table): Add \n as end-comment.
3010         (mixal-operation-codes-alist): Immediately initialize to full value.
3011         (mixal-add-operation-code): Remove.
3012         (mixal-describe-operation-code): Make the arg non-optional.
3013         Use the interactive spec instead.
3014         Use mixal-operation-codes-alist rather than mixal-operation-codes.
3015         (mixal-font-lock-keywords): Don't highlight comments here any more.
3016         (mixal-font-lock-syntactic-keywords): New var.
3017         (mixal-mode): Use it.  Fix comment-start-skip.
3019 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3021         * startup.el (command-line-x-option-alist): -nb => -nbi
3023 2005-10-12  Kim F. Storm  <storm@cua.dk>
3025         * startup.el (fancy-splash-default-action): Discard mouse click in
3026         the splash screen window, as it has no sensible meaning in the
3027         next window to be selected.  Fixes error reported by Jan D.
3029 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3031         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
3033 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
3036         Try to fix up minor layout issues like indentation, line break, etc...
3037         (mixal-mode-syntax-table): Don't try to specify comment syntax,
3038         because it doesn't work.
3039         (mixal-operation-codes): Add some more codes.
3040         (mixal-font-lock-keywords): Process comments here.
3041         (mixal-mode): mixasm no longer needs -g option.
3043 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3045         * progmodes/sh-script.el (sh-tmp-file):
3046         Use mktemp -t.  Finish support for es and rc shells.
3048 2005-10-11  Jay Belanger  <belanger@truman.edu>
3050         * calc/calcalg2.el (calc-integral): With an argument, compute the
3051         definite integral.
3053 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
3055         * mouse.el (mouse-drag-region-1): Don't try to catch a
3056         double-click when doing follow-link (it's overridden anyway).
3058 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
3060         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3061         (autoload-print-form-outbuf): Add docstring.
3063 2005-10-11  Juri Linkov  <juri@jurta.org>
3065         * info.el (Info-mode-menu): Delete menu item "Edit".
3066         (Info-mode): Delete description of Info-edit from docstring,
3067         and rearrange descriptions of Info commands in the order
3068         they are documented in the Info manual.
3070 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * calendar/appt.el (appt-check): Use diary-selective-display var.
3074 2005-10-10  Richard M. Stallman  <rms@gnu.org>
3076         * net/newsticker.el (newsticker-start, newsticker-show-news):
3077         Add autoload cookies.
3079 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
3081         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3083 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
3085         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3087 2005-10-10  Jay Belanger  <belanger@truman.edu>
3089         * calc/calc-arith.el (math-check-known-scalarp)
3090         (math-check-known-matrixp): Check the values of arguments that are
3091         variables.
3092         (math-check-known-square-matrixp): New function.
3093         (math-known-square-matrixp): Use math-check-known-square-matrixp.
3094         (math-super-types): Add sqmatrix type.
3096         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3097         mode name `square' to 'sqmatrix'.
3099         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3100         mode name `square' to 'sqmatrix'.
3102 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * progmodes/etags.el (select-tags-table-mode): Don't use
3105         selective-display.
3106         (tags-select-tags-table): Pass `button' to the action function.
3107         (select-tags-table): Place the side-info on button properties rather
3108         than in hidden text.  Abbreviate file names.
3109         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3110         (select-tags-table-select): Add `button' argument.
3111         Get side-info from the button property rather than from hidden text.
3113 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
3115         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3116         (gud-speedbar-buttons): Preserve point if possible.
3117         (gud-sentinel): Restore previous speedbar display type.
3119         * progmodes/gdb-ui.el (gdba): Improve diagram.
3120         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3121         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3122         Call get-buffer-window once.
3124 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3127         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3128         (pascal-indent-command): Remove unused var `ind'.
3129         (pascal-indent-case): Remove unused var `oldpos'.
3130         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3131         since it's now used as a proper minor mode map.
3132         (pascal-outline): Rename to pascal-outline-mode.
3133         (pascal-outline-mode): Use define-minor-mode.
3134         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3135         selective-display.
3137 2005-10-10  Andreas Schwab  <schwab@suse.de>
3139         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3140         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
3142         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3143         outside source directory.
3145 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
3147         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3148         C-x' as a prefix.
3149         (orgtbl-mode-map): Full keymap instead of sparse, because all
3150         `self-insert-command' keys are redefined in this map.
3151         (org-export-as-html): Specify charset for HTML file, by taking it
3152         from the coding system.
3154 2005-10-10  Kenichi Handa  <handa@m17n.org>
3156         * textmodes/flyspell.el (flyspell-check-word-p):
3157         If unread-command-events is non-empty, don't call sit-for.
3159 2005-10-09  Richard M. Stallman  <rms@gnu.org>
3161         * font-lock.el (font-lock-syntactic-keywords)
3162         (font-lock-keywords): Doc fixes.
3164         * textmodes/flyspell.el (flyspell-external-point-words):
3165         Simplify logic, and don't try to check for consecutive appearances
3166         of one incorrect word.
3168 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
3170         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3171         separator.
3173         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3174         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3175         (gud-expansion-speedbar-buttons): New function.
3176         (gud-speedbar-buttons): Check for gud-comint-buffer.
3178 2005-10-09  Bill Wohler  <wohler@newt.com>
3180         * Makefile.in (updates): Add mh-loaddefs dependency.
3182 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
3184         * speedbar.el (speedbar-file-key-map): Fix typo.
3186 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3188         * cus-start.el (line-spacing): Add custom spec.
3190 2005-10-09  Romain Francoise  <romain@orebokech.com>
3192         * textmodes/ispell.el (ispell-check-version): Fix last change.
3194 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3196         * term/x-win.el: Remove -i, --icon-type from comment.
3198         * startup.el (command-line-x-option-alist): Remove options -i,
3199         -itype, --icon-type, added -nb, --no-bitmap-icon
3201 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
3203         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3204         instead of :active.
3206 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
3208         * textmodes/ispell.el (ispell-check-version):
3209         Ignore hyphen, and all that follows, in aspell's version text.
3211 2005-10-08  Jay Belanger  <belanger@truman.edu>
3213         * calc/calc-arith.el (math-known-square-matrixp): New function.
3214         (math-pow-fancy): Check for matrices before distributing exponent
3215         across products.
3217         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3218         fullscreen keypad.  Suggested by Luc Teirlinck.
3219         (calc-keypad-show-input): Add space for formatting.
3221         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3222         Add square matrix option.
3224         * calc/calc-poly.el (math-expand-term): Check for matrices instead
3225         of checking calc-matrix-mode when deciding how to expand.
3227         * calc/calc.el (calc-set-mode-line): Add square matrix option.
3229 2005-10-08  Lars Hansen  <larsh@soem.dk>
3231         * net/tramp.el (tramp-perl-directory-files-and-attributes):
3232         Add error handling.
3233         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3235 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
3237         Sync with Tramp 2.0.51.
3239         * net/tramp.el (tramp-handle-set-visited-file-modtime)
3240         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3241         Insert special handling for `last-coding-system-used', again
3242         it still seems to be necessary (unlike stated before).
3243         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3244         (tramp-password-prompt-regexp): There might be other words before
3245         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3246         (tramp-chunksize): Improve docstring.
3247         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3248         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
3249         Christian Joergensen <bugs@razor.dk>.
3251 2005-10-07  Glenn Morris  <rgm@gnu.org>
3253         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3254         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3255         precision'.
3257 2005-10-07  Romain Francoise  <romain@orebokech.com>
3259         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3260         (ibuffer-do-shell-command-pipe-replace)
3261         (ibuffer-do-shell-command-file, ibuffer-do-eval)
3262         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3263         (ibuffer-do-revert, ibuffer-do-replace-regexp)
3264         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3265         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3266         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3267         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3268         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3269         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3270         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3271         Autoload file sans suffix.
3273         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3275 2005-10-07  David Ponce  <david@dponce.com>
3277         * recentf.el (recentf-menu-open-all-flag): New option.
3278         (recentf-digit-shortcut-command-name): New function.
3279         (recentf--shortcuts-keymap): New variable.
3280         (recentf-menu-shortcuts): New variable.
3281         (recentf-make-menu-items): Initialize it.  Replace the "More..."
3282         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3283         (recentf-menu-value-shortcut): New function.
3284         (recentf-make-menu-item): Use it.  No more in-lined.
3285         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3286         (recentf-open-most-recent-file): Rename from
3287         `recentf-open-file-with-key'.  Don't depend on key binding.
3288         (recentf-mode-map): New variable.
3289         (recentf-mode): Use it.
3291 2005-10-06  Bill Wohler  <wohler@newt.com>
3293         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
3295         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3296         (MH-E-SRC): New.  Used by mh-autoloads.
3297         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
3298         files in MH-E-SRC have been updated.
3299         (compile, recompile, bootstrap): Depend on mh-autoloads.
3301 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
3303         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3304         gud-break and gud-remove icons when the fringe is not available.
3306         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3307         Typo.
3309 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
3311         * play/zone.el (zone): Wrap body with save-window-excursion.
3313 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3316         Use the new `list-only' arg to diary-list-entries.
3318         * calendar/diary-lib.el: Use overlays rather than selective-display.
3319         (diary-selective-display): New var.
3320         (diary-header-line-format): Use it.
3321         (diary-list-entries): Add argument `list-only'.
3322         Put the buffer in diary-mode.  Don't add \^M at beg and end.
3323         Replace \^M by invisible overlays.
3324         (diary-unhide-everything): Replace \^M by invisible overlays.
3325         (print-diary-entries): Look for overlays rather than \^M.
3326         Add a space to the temp buffer name.
3327         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3328         Put the buffer in diary-mode.
3329         (list-sexp-diary-entries): Replace \^M by invisible overlays.
3330         (diary-anniversary): Make the year arg optional.
3331         (diary-time-regexp): New const.
3332         (diary-font-lock-keywords): Use it to accept a few more time formats.
3334         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3336 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
3338         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3339         Fix bug introduced 2005-07-03: Use (car (last ...))
3340         to faithfully reproduce replaced artist-last.
3341         (artist-set-arrow-points-for-poly): Likewise.
3342         Suggested by Johan Bockg\e,Ae\e(Brd.
3344 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
3346         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3347         * wid-edit.el (widget):
3348         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3349         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3351 2005-10-06  Kenichi Handa  <handa@m17n.org>
3353         * international/mule-cmds.el (set-language-environment):
3354         Fix setting up of case-table for unibyte mode.
3356         * simple.el (what-cursor-position): If the character is displayed
3357         by some `display' text property, show that.  Don't use
3358         single-key-description for eight-bit characters in multibyte mode.
3360 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
3362         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3363         (gdb-ann3): Set it.
3364         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3365         (gdb-info-frames-custom): Use inverse-video for first five
3366         characters of selected frame only.
3367         (gdb-get-frame-number): Select frame even when point is on frame
3368         number.
3370 2005-10-06  Masatake YAMATO  <jet@gyve.org>
3372         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3373         Put `font-lock-function-name-face'.
3374         (gdb-info-frames-custom): Put `font-lock-function-name-face'
3375         and `font-lock-variable-name-face'
3376         (gdb-registers-font-lock-keywords): New font lock keywords definition.
3377         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3378         (gdb-memory-font-lock-keywords): New font lock keywords definition.
3379         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3380         (gdb-local-font-lock-keywords): New font lock keywords definition.
3381         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3382         (gdb-threads-font-lock-keywords): New font lock keywords definition.
3383         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3385 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
3387         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3388         (ediff-merge-region-is-non-clash-to-skip): Previously called
3389         ediff-merge-region-is-non-clash.
3391         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3392         Use insert-buffer-substring.
3394         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3395         selecting files to patch.  Also bug fixes.
3397         * ediff-util.el (ediff-setup): Bug fix.
3398         (ediff-next-difference): Never skip clashes that differ in white
3399         space only.
3401         * ediff-wind.el (ediff-setup-control-frame)
3402         (ediff-destroy-control-frame): Check the menubar feature.
3404         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3405         (viper-refresh-mode-line): Use make-local-variable to localize
3406         some vars instead of make-variable-buffer-local.  Suggested by
3407         Stefan Monnier.
3409         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3410         (viper-restore-cursor-type, viper-set-insert-cursor-type):
3411         Use make-local-variable instead of make-variable-buffer-local.
3412         Suggested by Stefan Monnier.
3414         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3415         (viper-comint-mode-hook): Use make-local-variable on
3416         require-final-newline.
3417         (viper-non-hook-settings): Don't use make-variable-buffer-local.
3419 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3422         also the second char of a comment-start sequence.
3423         (scheme-sexp-comment-syntax-table): New var.
3424         (lambda, define): Set their scheme-doc-string-elt property.
3425         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3426         Use lisp-font-lock-syntactic-face-function now that it properly
3427         handles |...| symbols.
3428         (scheme-mode-variables): Set lisp-doc-string-elt-property,
3429         parse-sexp-lookup-properties and font-lock-extra-managed-props.
3431         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3432         bit from # to |.
3433         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3435         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3436         (lisp-doc-string-elt-property): New var.
3437         (lisp-font-lock-syntactic-face-function): Use it.
3438         Rewrite to recognize docstrings even for forms not at toplevel.
3440         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3441         annotation on the | part of #| rather than on the # part.
3442         (scheme-font-lock-syntactic-face-function): New function, to
3443         distinguish strings from |...| symbols.
3444         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
3445         syntax-table so that #|...|# is properly highlighted.
3447         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3448         Don't mark as docstring the 3rd elem of an unknown toplevel form.
3450 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3453         and C-e.
3455         * emacs-lisp/eldoc.el: Move comments into docstrings.
3456         (eldoc-message-commands): Initialize in its declaration.
3457         Add move-beginning-of-line and move-end-of-line.
3458         (eldoc-add-command, eldoc-add-command-completions)
3459         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3461         * outline.el (outline-mark-subtree): Activate the mark.
3463         * calendar/appt.el (appt-time-regexp): New var.
3464         (appt-add, appt-make-list): Use it.
3465         (appt-convert-time): Clean up.
3467         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3468         Don't set any syntax-table property here.
3469         (tex-font-lock-verb): New function.  Do it here.
3470         (tex-font-lock-syntactic-keywords): Use it.
3472 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3474         * wid-edit.el (widget-file-complete): Get the widget start point
3475         the right way.  Default directory to `/' if file has none.
3477         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3479         * textmodes/flyspell.el (flyspell-mode-on):
3480         Call ispell-maybe-find-aspell-dictionaries.
3482         * textmodes/ispell.el (ispell-word, ispell-region):
3483         Call ispell-maybe-find-aspell-dictionaries.
3484         (ispell-accept-buffer-local-defs):
3485         Don't call ispell-maybe-find-aspell-dictionaries
3487 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3489         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3491 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3493         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3494         instead of `fboundp' in order to allow for anonymous functions.
3496 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3498         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3499         case the user clicks on the link while another window is selected.
3500         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3502         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3503         functionality.
3504         (dframe-help-echo): Save point in case mouse tracking is off.
3506 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3508         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3510 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3512         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3513         not change the global value of those vars.
3515         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3516         make-local-variable which we do not need any more.
3518 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3520         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3521         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3522         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3523         (speedbar-path-line): Define obsolete aliases.
3524         (speedbar-line-directory): Doc fix.
3526         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3527         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3528         instead of speedbar-line-path.
3530 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3532         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3533         to nil if dropping on a window.  Handle dropping on a minibuffer window
3534         like dropping on a non-window part of Emacs.
3536 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * net/ange-ftp.el: Use with-current-buffer.
3539         (ange-ftp-insert-directory): Do not follow symlinks any more.
3541         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3542         Remove interactive spec.
3544 2005-10-03  Kim F. Storm  <storm@cua.dk>
3546         * ido.el (ido-mode): Use custom-initialize-set.
3548 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3550         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3551         Use insert-buffer-substring.
3553         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3554         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3556 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3559         in last change.
3560         (ange-ftp-insert-directory): Fix up the search for the case where
3561         `file' is absolute.
3563 2005-10-02  Romain Francoise  <romain@orebokech.com>
3565         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3567 2005-10-02  Andreas Schwab  <schwab@suse.de>
3569         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3570         directory component in the session info.
3572 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3574         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3576         * simple.el (next-error-internal): New function.
3578         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3579         (compilation-start): Pass new arg to compilation-buffer-name.
3580         (compile-goto-error): Use next-error-internal.
3582 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3584         * speedbar.el: Remove RCS tag.
3585         (speedbar-check-read-only): Handle non-existent files.
3587         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3589         * info.el (Info-speedbar-hierarchy-buttons)
3590         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3592 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3594         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3595         Do not match newline.
3596         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3597         (bibtex-summary): Remove unnecessary save-excursion.
3598         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3600 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3602         * term/mac-win.el: Add charset info for "iso10646-1".
3603         Modify default fontset to use ATSUI-compatible fonts for some charsets
3604         if available.
3606 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3608         * speedbar.el: Re-apply arch tag.
3609         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3610         M. Ludlam.
3611         Reapply two changes from Emacs CVS' version of speedbar lost
3612         during the merge:
3613         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3614         (speedbar-frame-parameters): Improve customize type.
3616 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3619         (ange-ftp-file-directory-p): Fix the symlink case.
3620         (ange-ftp-insert-directory): When listing a single file, get a list of
3621         the parent buffer and extract the relevant line.  Inspired from a patch
3622         by Katsumi Yamaoka <yamaoka@jpl.org>.
3623         (ange-ftp-file-name-sans-versions): Simplify.
3625 2005-09-30  Bill Wohler  <wohler@newt.com>
3627         Move MH-E image files from toolbar and mail directories into
3628         etc/images.
3630         * mail/reply2.*: Move to etc/images/mail/reply*.
3632         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3633         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3634         etc/images.
3636         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3637         * toolbar/reply*: Move to etc/images/mail.
3639         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3641 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3643         * speedbar.el: New version 1.0pre3.
3645         Frame management code (including timer, and mouse click specifics)
3646         moved to dframe.el:
3647         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3648         (speedbar-timer): Removed.  Use dframe-timer.
3649         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3650         (speedbar-activity-change-focus-flag): Removed.  Use
3651         dframe-activity-change-focus-flag.
3652         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3653         dframe-update-speed.
3655         (speedbar-current-frame): New macro.  Use this instead of the
3656         variable speedbar-frame.
3658         (speedbar-use-images, speedbar-expand-image-button-alist)
3659         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3661         (speedbar-find-image-on-load-path): Removed.  Replaced by
3662         defezimage in ezimage.el.
3663         (speedbar-expand-image-button-alist): Removed.  Replaced by
3664         ezimage-expand-image-button-alist in ezimage.el.
3666         (speedbar-ignored-directory-regexp)
3667         (speedbar-add-ignored-directory-regexp)
3668         (speedbar-ignored-directory-expressions)
3669         (speedbar-line-directory, speedbar-buffers-line-directory)
3670         (speedbar-directory-line, speedbar-buffers-line-directory):
3671         Renamed, replacing `path' with `directory'.
3673         (speedbar-create-directory, speedbar-expand-line-descendants)
3674         (speedbar-toggle-line-expansion)
3675         (speedbar-contract-line-descendants): New commands.
3677         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3678         (speedbar-use-tool-tips-flag): New options.
3680         (speedbar-check-read-only, speedbar-require-version)
3681         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3682         (speedbar-handle-delete-frame, speedbar-try-completion)
3683         (speedbar-update-localized-contents): New functions.
3685         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3686         (speedbar-object-read-only-indicator): New variables.
3688         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3689         New hooks.
3691         (speedbar-separator-face): New face.
3693         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3694         (speedbar-ignored-modes): Add fundamental-mode.
3695         (speedbar-directory-unshown-regexp): Add . directories.
3697         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3698         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3699         `]' for full expand/close.
3700         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3702         (speedbar-check-vc): Support hidden files.
3703         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3704         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3705         state is nil, it is not checked out.
3707         (speedbar-line-text, speedbar-line-token): Support expand buttons
3708         with no text.
3709         (speedbar-refresh): Universal argument acts as power-click.
3710         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3711         that buffer to get variable values.
3713         And many other bugfixes.
3715         * dframe.el, ezimage.el, sb-image.el: New files.
3717         * sb-*.xpm: Remove files.  New image files installed into
3718         etc/images/ezimage.
3720 2005-09-30  Kenichi Handa  <handa@m17n.org>
3722         * ps-mule.el (ps-mule-show-warning): If a character is in
3723         ps-print-translation-table, don't treat it as non-printable.
3725 2005-09-30  David Ponce  <david@dponce.com>
3727         * tree-widget.el (tree-widget-themes-load-path): New variable.
3728         (tree-widget-themes-directory): Doc fix.
3729         (tree-widget-image-formats) [Emacs]: Doc fix.
3730         (tree-widget--locate-sub-directory): New function.
3731         (tree-widget-themes-directory): Use it.
3733         * recentf.el (recentf-filename-handlers): Rename from
3734         `recentf-filename-handler'.  Allow a list of functions.
3735         (recentf-menu-items-for-commands): Fix :help strings.
3736         (recentf-apply-filename-handlers): New function.
3737         (recentf-expand-file-name): Use it.
3738         (recentf-cleanup): Remove duplicates too.
3740 2005-09-29  Juri Linkov  <juri@jurta.org>
3742         * faces.el: Rearrange face definitions to be in the same order as
3743         their face descriptions in "(emacs)Standard Faces".
3745         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3747         * tooltip.el (tooltip): Add group `basic-faces'.
3749         * buff-menu.el (Buffer-menu-buffer): Remove group
3750         `font-lock-highlighting-faces'.
3752         * progmodes/compile.el (compilation-error, compilation-warning)
3753         (compilation-info, compilation-line-number, compilation-column-number):
3754         Change group from `font-lock-highlighting-faces' to `compilation'.
3756         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3757         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3758         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3759         (vhdl-font-lock-reserved-words-face)
3760         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3761         `font-lock-highlighting-faces'.
3763         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3765 2005-09-28  Kim F. Storm  <storm@cua.dk>
3767         * emulation/cua-base.el: Set CUA move property on additional commands:
3768         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3769         forward-sexp, backward-sexp, forward-list, backward-list.
3771 2005-09-28  Romain Francoise  <romain@orebokech.com>
3773         * comint.el (comint-show-output): Really set point at the
3774         beginning of the output when not using `comint-use-prompt-regexp'.
3776 2005-09-27  Jay Belanger  <belanger@truman.edu>
3778         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3779         in TeX mode.
3781 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3783         * textmodes/org.el (org-table-sum): Fix format string.
3785         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3786         Quote face names.
3788 2005-09-26  Romain Francoise  <romain@orebokech.com>
3790         * isearch.el (isearch-forward-regexp): Close doc string.
3792 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3794         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3796         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3798         * progmodes/compile.el (compilation-error-properties):
3799         When getting the file from the previous error message,
3800         correctly decode the new data format.
3802         * progmodes/cc-cmds.el (c-electric-paren):
3803         Call old-blink-paren only for close-paren.
3805 2005-09-24  Andreas Schwab  <schwab@suse.de>
3807         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3808         condition.
3810 2005-09-25  Romain Francoise  <romain@orebokech.com>
3812         * dired-aux.el (dired-copy-file-recursive):
3813         * dired.el (dired-delete-file):
3814         * ediff-mult.el (ediff-dir-diff-copy-file):
3815         * ediff-util.el (ediff-test-save-region):
3816         * forms.el (forms-mode):
3817         * ido.el (ido-file-internal, ido-delete-file-at-head):
3818         * log-edit.el (log-edit-done):
3819         * ses.el (ses-yank-resize):
3820         * play/gomoku.el (gomoku-human-plays, gomoku)
3821         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3822         (gomoku-offer-a-draw):
3823         * play/landmark.el (lm-human-resigns, lm):
3824         * net/eudcb-ldap.el (eudc-ldap-check-base):
3825         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3826         * progmodes/ebrowse.el (ebrowse-find-pattern):
3827         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3828         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3829         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3831         * vc.el (vc-delete-file):
3832         * play/gomoku.el (gomoku-terminate-game, gomoku)
3833         (gomoku-prompt-for-move, gomoku-human-takes-back):
3834         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3835         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3837 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3839         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3840         color rxvt terminals by using the code xterm.el used to use before
3841         2005-04-09 in order to match the colors used by rxvt.
3843 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3845         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3846         colors rxvt-unicode terminals by using the same code as xterm.el.
3848 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3851         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3852         new symbol used for the tex-verbatim face.
3854 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3856         * woman.el (woman-file-name):
3857         * wid-edit.el (widget-file-prompt-value)
3858         (widget-coding-system-prompt-value):
3859         * w32-fns.el (set-w32-system-coding-system):
3860         * vc.el (vc-version-diff, vc-annotate):
3861         * textmodes/reftex-auc.el (reftex-arg-cite)
3862         (reftex-arg-index-tag):
3863         * textmodes/refer.el (refer-get-bib-files):
3864         * textmodes/artist.el (artist-figlet-choose-font):
3865         * terminal.el (terminal-emulator):
3866         * replace.el (occur-read-primary-args):
3867         * rect.el (string-rectangle, string-insert-rectangle):
3868         * ps-print.el (ps-print-preprint):
3869         * progmodes/pascal.el (pascal-goto-defun):
3870         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3871         * progmodes/compile.el (compilation-find-file):
3872         * printing.el (pr-interactive-n-up):
3873         * play/animate.el (animate-birthday-present):
3874         * net/rcompile.el (remote-compile):
3875         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3876         * mail/rmailsum.el (rmail-summary-search-backward)
3877         (rmail-summary-search):
3878         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3879         (rmail-output-read-file-name):
3880         * mail/rmail.el (rmail-search, rmail-search-backwards):
3881         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3882         * locate.el (locate):
3883         * international/quail.el (quail-show-keyboard-layout):
3884         * international/mule.el (set-buffer-file-coding-system)
3885         (revert-buffer-with-coding-system, set-file-name-coding-system)
3886         (set-terminal-coding-system, set-keyboard-coding-system)
3887         (set-next-selection-coding-system):
3888         * international/mule-diag.el (describe-coding-system)
3889         (describe-font, describe-fontset):
3890         * international/mule-cmds.el (universal-coding-system-argument)
3891         (search-unencodable-char, describe-input-method)
3892         (set-language-environment, describe-language-environment):
3893         * international/codepage.el (codepage-setup):
3894         * international/code-pages.el (codepage-setup):
3895         * info.el (Info-search, Info-follow-reference)
3896         (Info-search-backward):
3897         * emacs-lisp/advice.el (ad-read-advised-function)
3898         (ad-read-advice-class, ad-clear-cache, ad-activate)
3899         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3900         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3901         (ad-read-regexp):
3902         * ediff-util.el (ediff-toggle-regexp-match):
3903         * ediff-ptch.el (ediff-prompt-for-patch-file):
3904         * dired-aux.el (dired-diff):
3905         * diff.el (diff):
3906         * cus-edit.el (custom-variable-prompt):
3907         * calendar/timeclock.el (timeclock-ask-for-project):
3908         * calc/calcalg3.el (calc-get-fit-variables):
3909         * calc/calc-store.el (calc-edit-variable)
3910         (calc-permanent-variable):
3911         * vc-mcvs.el (vc-mcvs-register):
3912         * shadowfile.el (shadow-define-literal-group):
3913         * woman.el (woman-file-name):
3914         * vc.el (vc-version-diff, vc-merge):
3915         * textmodes/reftex-index.el (reftex-index-complete-tag):
3916         * format.el (format-decode-buffer, format-decode-region):
3917         * emulation/viper-cmd.el (viper-read-string-with-history):
3918         * emacs-lisp/debug.el (cancel-debug-on-entry):
3919         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3920         * ediff.el (ediff-merge-revisions)
3921         (ediff-merge-revisions-with-ancestor, ediff-revision):
3922         * completion.el (interactive-completion-string-reader):
3923         * calc/calc-prog.el (calc-user-define-formula):
3924         Follow convention for reading with the minibuffer.
3926 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3928         * progmodes/python.el (python-describe-symbol): Add globals() and
3929         locals() to the arguments of emacs.ehelp.
3931 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3933         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3934         New function, code extracted from ispell-valid-dictionary-list.
3935         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3936         Call it.
3938 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3940         * subr.el (version-regexp-alist): Extend valid syntax for version
3941         strings: allow any of the characters -,_,+ to separate the
3942         alpha/beta/rc part from the version part.  Doc fix.
3943         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3945 2005-09-23  David Reitter  <david.reitter@gmail.com>
3947         * mail/mailclient.el: New file.
3949 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3951         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3952         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3953         Doc fixes.
3955         * progmodes/cc-mode.el (c-font-lock-init):
3956         Specify font-lock-lines-before.
3958 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3961         whole conflict.
3963 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3965         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3966         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3967         of `remap' feature when available.  Additional key bindings for
3968         better tty support.
3969         (org-mode-restart, org-force-self-insert): New commands.
3970         (org-time-stamp-inactive): New command.
3971         (org-remap): New function.
3972         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3973         (org-enable-fixed-width-editor): Move to `org-structure'
3974         customization group.
3975         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3976         blank field after field motion commands.
3978 2005-09-23  Kenichi Handa  <handa@m17n.org>
3980         * international/mule-cmds.el (set-language-environment):
3981         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3982         have to call utf-translate-cjk-load-tables.
3984 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * mouse.el (mouse-move-drag-overlay): Fix last change.
3988 2005-09-22  David Ponce  <david@dponce.com>
3990         * tree-widget.el (tree-widget-value-create): Fix previous change.
3992 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3994         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3996 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * mouse.el (mouse-move-drag-overlay): New function.
3999         (mouse-drag-region-1): Use it.
4000         Try to simplify a bit the state handling.  Handle clicks on links
4001         inside intangible areas.
4002         (mouse-save-then-kill): Minor simplification.
4003         (mouse-secondary-overlay): Make it always non-nil instead of
4004         recreating it each time.
4005         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
4006         (mouse-kill-secondary, mouse-secondary-save-then-kill):
4007         Simplify accordingly.
4009 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
4011         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
4013 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
4015         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
4016         (ediff-file-name-sans-prefix): Treat nil as an empty string.
4017         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
4018         to patch.
4020         * ediff-util.el: Use insert-buffer-substring.
4022         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
4024         * emulation/viper-cmd.el (viper-change-state): Don't move over the
4025         field boundaries in the minibuffer.
4026         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
4027         (viper-minibuffer-post-command-hook): New hook.
4028         (viper-line): Don't move cursor at bolp.
4030         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
4032         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
4033         avoid compiler warnings.
4035         * emulation/viper-macs.el (ex-map): Better messages.
4037         * emulation/viper-utils.el (viper-beginning-of-field): New function.
4039         * emulation/viper.el: Replace make-variable-buffer-local with
4040         viper-make-variable-buffer-local everywhere, to avoid warnings.
4042 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4045         Delete unused var `old-selected-window'.
4046         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
4047         (mouse-drag-secondary): Delete unused var `start-frame'.
4049 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4051         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
4053 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4055         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
4056         Re-indent within 80 columns.  Use inhibit-read-only.
4058 2005-09-19  Romain Francoise  <romain@orebokech.com>
4060         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4062 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * font-lock.el (font-lock-default-fontify-region): Don't add a line
4065         unconditionally, since the after-change-function already did it.
4067 2005-09-19  Miles Bader  <miles@gnu.org>
4069         * net/newsticker.el: Get rid of CVS keyword.
4071 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
4073         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4074         The prompt is formatted later.
4076 2005-09-19  David Ponce  <david@dponce.com>
4078         * tree-widget.el (tree-widget-value-create): Save the converted
4079         tree :node widget.
4081 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
4083         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4084         variable `message'.
4086 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
4088         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4089         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
4090         <slawomir.nowaczyk.847@student.lu.se>.
4092 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4094         * image.el (image-load-path): Use symbol `data-directory' instead
4095         of its value, for backward compatibility with packages that bind
4096         it during `find-image'.  Suggested by Katsumi Yamaoka.
4097         (image-search-load-path): Handle symbols whose values are strings.
4099 2005-09-18  Romain Francoise  <romain@orebokech.com>
4101         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4102         with-current-buffer form in save-excursion.
4104 2005-09-18  D Goel  <deego@gnufans.org>
4106         * apropos.el (apropos-command): Fix `message' call: first arg
4107         should be a format spec.  In this and all other cases that appear
4108         below and elsewhere in the source code, I made a change only when
4109         two conditions were satisfied: [1] I can think of a possibility
4110         that the arguments would cause an error, for example, the code in
4111         question relies on external variables such as filenames.  [2] I
4112         was sure that the arg to `message' could not have been nil in the code.
4114         * textmodes/tildify.el (tildify-region): Ditto.
4116         * textmodes/reftex-index.el (reftex-index-change-entry)
4117         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4118         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4119         * textmodes/org.el (org-complete, org-deadline, org-schedule)
4120         (org-priority, org-table-sum):
4121         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4122         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4123         (flyspell-word, flyspell-display-next-corrections):
4124         * textmodes/bibtex.el (bibtex-print-help-message):
4125         * textmodes/artist.el (artist-key-set-point-poly):
4126         * term/mac-win.el (mac-services-insert-text):
4127         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4128         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4129         (vhdl-port-paste-testbench, vhdl-compose-new-component)
4130         (vhdl-compose-configuration):
4131         * progmodes/sh-script.el (sh-blink, sh-show-indent)
4132         (sh-set-indent, sh-learn-line-indent):
4133         * progmodes/ps-mode.el (ps-mode-target-column):
4134         * progmodes/idlwave.el (idlwave-make-tags)
4135         (idlwave-scan-library-catalogs):
4136         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4137         * progmodes/gud.el (gud-jdb-analyze-source):
4138         * progmodes/flymake.el (flymake-log):
4139         * progmodes/ebnf2ps.el (ebnf-generate-region):
4140         * progmodes/cmacexp.el (c-macro-expansion):
4141         * progmodes/ada-xref.el (ada-treat-cmd-string):
4142         * progmodes/ada-mode.el (ada-create-case-exception-substring)
4143         (ada-justified-indent-current, ada-batch-reformat):
4144         * play/zone.el (zone):
4145         * play/landmark.el (lm-move):
4146         * play/decipher.el (decipher-show-alphabet):
4147         * net/newsticker.el (newsticker--display-jump)
4148         (newsticker--display-scroll):
4149         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4150         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4151         * mail/feedmail.el (feedmail-dump-message-to-queue):
4152         * eshell/esh-proc.el (eshell-remove-process-entry):
4153         * emulation/ws-mode.el (ws-last-error):
4154         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4155         (viper-record-kbd-macro):
4156         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4157         * emacs-lisp/lisp-mnt.el (lm-report-bug):
4158         * emacs-lisp/find-func.el (find-function-noselect):
4159         * calendar/timeclock.el (timeclock-status-string)
4160         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4161         (timeclock-when-to-leave-string):
4162         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4163         * calc/calc-units.el (calc-enter-units-table):
4164         * calc/calc-mode.el (calc-mode-record-mode):
4165         * woman.el (woman-mini-help):
4166         * wdired.el (wdired-change-to-wdired-mode):
4167         * vc.el (vc-retrieve-snapshot):
4168         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4169         * startup.el (display-startup-echo-area-message):
4170         * simple.el (set-goal-column):
4171         * ses.el (ses-command-hook, ses-recalculate-cell):
4172         * server.el (server-process-filter):
4173         * printing.el (pr-interface-txt-print, pr-interface-printify)
4174         (pr-interface-ps):
4175         * pcvs.el (cvs-help):
4176         * log-edit.el (log-edit, log-edit-mode-help):
4177         * iswitchb.el (iswitchb-possible-new-buffer):
4178         * isearch.el (isearch-edit-string):
4179         * image-mode.el (image-mode, image-minor-mode):
4180         * ibuf-macs.el (define-ibuffer-filter):
4181         * hi-lock.el (hi-lock-find-patterns):
4182         * files.el (toggle-read-only):
4183         * ediff-util.el (ediff-copy-diff)
4184         (ediff-write-merge-buffer-and-maybe-kill):
4185         * echistory.el (Electric-history-undefined):
4186         * dnd.el (dnd-insert-text):
4187         * dired-aux.el (dired-query):
4188         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4189         * bookmark.el (bookmark-bmenu-locate):
4190         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4191         Fix `message' calls to ensure first arg is a format string.
4192         The change was made only when these two conditions were satisfied:
4193         [1] when there is a possibility that the arguments would cause an error
4194         for example, if the code in question relies on external variables
4195         such as filenames, and
4196         [2] if the arg to `message' could not have been nil in the code.
4198         * pcomplete.el (pcomplete--help): Fix `message' format spec.
4199         Not having a %s would be weird, though not technically wrong.
4201 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4203         * term/mac-win.el (mac-add-charset-info): Doc fix.
4205 2005-09-17  Romain Francoise  <romain@orebokech.com>
4207         * shell.el (shell-resync-dirs): Handle echoing processes more
4208         reliably.  Don't insert resync command if `comint-process-echoes'
4209         is non-nil.
4211 2005-09-17  Magnus Henoch  <mange@freemail.hu>
4213         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4214         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4215         aspell versions >= 0.60.
4216         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4217         only if ispell-aspell-supports-utf8 is non-nil.
4219 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4221         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4222         buffer-local value to lisp-indent-function.
4224 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
4226         * progmodes/glasses.el (glasses-make-readable): If
4227         glasses-separator differs from underscore, put appropriate
4228         overlays over underscore characters.
4229         (glasses-convert-to-unreadable): If glasses-separator differs from
4230         underscore, try to convert glasses-separator characters to
4231         underscores.
4233 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4236         Use with-syntax-table and dolist.
4238 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
4240         * textmodes/reftex-auc.el:
4241         * textmodes/reftex-cite.el:
4242         * textmodes/reftex-dcr.el:
4243         * textmodes/reftex-global.el:
4244         * textmodes/reftex-parse.el:
4245         * textmodes/reftex-ref.el:
4246         * textmodes/reftex-sel.el:
4247         * textmodes/reftex-toc.el:
4248         * textmodes/reftex-vars.el:
4249         * textmodes/reftex.el: Small changes to remove compiler warnings.
4251         * textmodes/reftex-index.el: Likewise.
4252         (reftex-query-index-phrase): More efficient use of markers.
4254 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4256         * image.el (image-load-path): New variable.
4257         (image-search-load-path): New function.
4258         (find-image): Search for images in `image-load-path'.
4260 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4262         * follow.el: Change Maintainer field.
4264 2005-09-15  David Ponce  <david@dponce.com>
4266         * recentf.el (recentf-save-file-modes): New option.
4267         (recentf-save-list): Use it.
4269 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
4271         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4272         (mode-line-mule-info, mode-line-modified): Move bindings from
4273         mouse-3 to mouse-1.
4275 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4277         * simple.el (sendmail-user-agent-compose): Revert last change.
4279 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4281         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4282         Use with-current-buffer.
4283         (ange-ftp-gwp-start): Remove unused var `gw-user'.
4284         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4285         (ange-ftp-insert-directory): Remove unused var `short'.
4286         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4288         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4289         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4291         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4292         (check-calendar-holidays, diary-list-entries): Autoload.
4293         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4294         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4296         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4297         which mistakenly removed a call to display-buffer.
4299 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
4301         * obsolete/iso-insert.el: Move to obsolete/ from international/.
4303 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
4305         * progmodes/hideshow.el
4306         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4307         (hs-allow-nesting): New user var.
4308         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4309         (hs-hide-block-at-point): When nesting allowed,
4310         if there is already an overlay in place, delete it.
4311         (hs-safety-is-job-n): Delete func; remove call sites.
4312         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4313         (hs-overlay-at): New func.
4314         (hs-already-hidden-p, hs-show-block): Use it.
4315         (hs-hide-all): Don't pre-clean if nesting allowed.
4316         (hs-show-all): Temporarily disallow
4317         nesting around call to `hs-discard-overlays'.
4319 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
4321         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4322         Delete unused local var.
4324 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
4326         * help-fns.el (describe-categories): "?\ " -> "?\s".
4327         (help-do-arg-highlight): Recognize also ARG-n, as in
4328         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
4330         * international/codepage.el (dos-unsupported-char-glyph):
4331         * net/newsticker.el (tool-bar-map, w3-mode-map)
4332         (w3m-minor-mode-map):
4333         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4334         (ent-alist):
4335         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4337 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
4339         * custom.el (custom-push-theme): Handle the case where a symbol is
4340         bound but face properties have not yet been assigned.
4342         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4343         Fix behavior if noerase is `t' and there is no mail buffer.
4345         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4346         if `continue' is nil, rather than signal an error.
4348 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4350         * font-lock.el (font-lock-keywords): Add autoload.
4352         * help-fns.el (describe-variable): Rearrange to put source link
4353         in a predictable place.
4355         * net/newsticker.el: New file.
4357 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4359         * calendar/calendar.el (calendar-for-loop): Add edebug info.
4360         (calendar-basic-setup): Use the new nil arg.
4361         (number-of-diary-entries): Move to diary-lib.el.
4363         * calendar/diary-lib.el: Use with-current-buffer, match-string.
4364         (diary-list-entries): Use with-syntax-table and dolist.
4365         Rename from list-diary-entries.
4366         Use number-of-diary-entries if `number' is nil.
4367         (diary, diary-view-entries): Use this new name and new nil arg value.
4368         (number-of-diary-entries): Move from calendar.el.
4369         (diary-unhide-everything): New function.
4370         (include-other-diary-files, fancy-diary-display)
4371         (diary-show-all-entries, make-diary-entry): Use it.
4372         (diary-mail-entries): Use buffer-string.
4373         (mark-diary-entries): Fix long standing paren typo.
4374         (diary-sexp-entry): Use count-lines.
4375         (make-diary-entry): Avoid `previous-line'.
4376         (diary-mode-map): New var.
4377         (diary-mode): Redraw cal after saving.  Setup header-line.
4378         (fancy-diary-display-mode): Use local-set-key.
4380         * startup.el (command-line): Try calling various terminal-init-foo-bar
4381         functions by stripping hyphenated suffixes from $TERM.
4383         * files.el (normal-mode): Check boundness of font-lock-keywords.
4385 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4387         * progmodes/compile.el: Don't decide a file's directory
4388         until the user actually tries to go there.
4389         (compilation-next-error-function):
4390         Pass compilation-find-file the directory from the file-struct.
4391         (compilation-internal-error-properties): Separate local FILE-STRUCT
4392         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
4393         (compilation-find-file): Arg DIR renamed to DIRECTORY.
4394         Expand it, and if nil, use default-directory.
4395         (compilation-get-file-structure): Don't mix specified directory
4396         with default directory.  Put specified directory into
4397         file-struct.  Don't make the file name absolute.
4399         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4400         (compile-command): Add autoload.
4401         (compilation-disable-input): Add autoload.
4403 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
4405         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4406         strings of the variables it can override.
4407         (time-stamp): New (as yet undocumented) time-stamp-format escapes
4408         %Q and %q, for fully-qualified domain name and unqualified host name.
4410 2005-09-11  Kim F. Storm  <storm@cua.dk>
4412         * emacs-lisp/authors.el (authors-aliases): Update list.
4413         (authors-fixed-entries): Update mldrag.el entry.
4415 2005-09-10  Alan Mackenzie  <acm@muc.de>
4417         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4418         from the region narrowed to.
4420 2005-09-10  Magnus Henoch  <mange@freemail.hu>
4422         * textmodes/ispell.el (ispell-check-version): Signal an error if
4423         aspell version is less than 0.60.
4425 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
4427         * progmodes/octave-inf.el (inferior-octave-startup):
4428         Resync current dir at the end.
4430 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
4432         * woman.el (woman-topic-at-point-default):
4433         Rename to woman-use-topic-at-point-default.
4434         (woman-topic-at-point): Rename to woman-use-topic-at-point.
4435         (woman-file-name): Reflect renames above.  Automatically use the
4436         word at point as topic if woman-use-topic-at-point is non-nil.
4437         Otherwise offer it as default but don't insert it in the
4438         minibuffer.  Also use `test-completion' instead of `assoc' as
4439         suggested by Stefan Monnier.
4441 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
4443         * vc.el (vc-directory, vc-update-change-log): Throw an error on
4444         the attempt to do it over Tramp.  This is not yet supported.
4446 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4448         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4449         (menu-bar-non-minibuffer-window-p): New functions.
4450         ("Split Window", "Save As..."): Use them.
4451         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4452         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4453         Use menu-bar-menu-frame-live-and-visible-p.
4454         ("Save Buffer", "Insert File", "Open Directory...")
4455         ("Open File...", "Visit New File..."):
4456         Use menu-bar-non-minibuffer-window-p.
4457         (kill-this-buffer-enabled-p, dired <menu-enable>):
4458         Use menu-bar-non-minibuffer-window-p.
4460 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4462         * cus-start.el (all): Don't complain about fringe-related
4463         built-ins if fringes are not supported.  Ditto about
4464         selection-related built-ins.  Fix the test for GTK-related built-ins.
4466         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4467         ("Postscript Print Buffer", "Print Region", "Save As...")
4468         ("Save", "Insert File...", "Open Directory...")
4469         ("Open File...", "Visit New File..."")
4470         ("Truncate Long Lines in this Buffer"): Don't look at
4471         menu-updating-frame if this display does not support multiple frames.
4473 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4475         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4477 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4479         * woman.el: Format- and whitespace-related changes.
4481 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4483         * woman.el: Fix my email address.
4485 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4487         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4488         (sh-mode): Locally set skeleton-pair-default-alist.
4490         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4492         * progmodes/flymake.el: Require `compile' unconditionally.
4494         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4496         * woman.el (woman-file-name): Provide a default, not initial input.
4498         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4500         * font-lock.el (font-lock-support-mode): Doc fix.
4502         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4504 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4506         * simple.el (blink-matching-open): Get rid of text props from
4507         the string shown in echo area.  Don't permanently set point.
4508         Some rearrangements.
4510 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4512         * recentf.el (recentf-filename-handler): Add custom choice
4513         `abbreviate-file-name'.
4515         * msb.el (msb--very-many-menus): Fix typo.
4517         * disp-table.el (standard-display-european): Don't set
4518         enable-multibyte-characters to nil.
4520 2005-09-08  David Ponce  <david@dponce.com>
4522         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4523         (recentf-expand-file-name): Doc fix.
4524         (recentf-dialog-mode-map): Define digit shortcuts.
4525         (recentf--files-with-key): New variable.
4526         (recentf-show-digit-shortcut-filter): New function.
4527         (recentf-open-files-items): New function.
4528         (recentf-open-files): Use it.
4529         (recentf-open-file-with-key): New command.
4531 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4533         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4534         Suggested by Kim F. Storm.
4535         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4536         (Buffer-menu-make-sort-button): Use global keymap.
4538 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4540         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4541         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4542         necessary any longer with the remapped command.
4543         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4544         formatting time only.
4546         * net/tramp.el (tramp-action-password)
4547         (tramp-multi-action-password): Compile the password prompt from
4548         `method', `user' and `host'.  Sometimes it isn't obvious which
4549         password to enter, for example with remote files offered by
4550         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4551         <robert@chezmarshall.freeserve.co.uk>.
4553 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4556         Fix regexp for when "s///" is at the beginning of line.
4558 2005-09-07  Jay Belanger  <belanger@truman.edu>
4560         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4561         when in matrix mode.
4563 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4566         non-anonymous functions.
4568 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4570         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4571         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4573         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4574         can't be moved; don't signal an error.
4576 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4578         * cus-theme.el (custom-theme-write-faces): Save the current face
4579         spec, not the defface spec.
4581         * custom.el (custom-known-themes): Clarify meaning of "standard".
4582         (custom-push-theme): Save old values in the standard theme.
4583         (disable-theme): Correct typo.
4584         (custom-face-theme-value) Deleted unused function.
4585         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4587 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * progmodes/compile.el (compilation-goto-locus): Take into account
4590         iconified frames when determining whether the buffer is
4591         already visible.
4592         Don't reset window height if the window already existed.
4594 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4596         * custom.el (load-theme): Rename from require-theme.
4597         Add interactive spec.
4598         (enable-theme): Rename from custom-enable-theme.
4599         Add interactive spec.
4600         (disable-theme): Rename from custom-disable-theme.
4601         Add interactive spec.
4602         (custom-make-theme-feature): Doc fix.
4603         (custom-theme-directory): Doc fix.
4604         (provide-theme): Call enable-theme.
4606 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * obsolete/lazy-lock.el (lazy-lock-mode):
4609         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4610         font-lock-mode if it's off.  Print a warning instead.
4612         * progmodes/compile.el (compilation-start): Ignore errors if the
4613         process died before we get to send-eof.
4615         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4616         Undo last change.  Enclosing the result in quotes broke things on Unix
4617         since tex-send-command passes it through shell-quote-argument.
4618         (tex-send-command): Pass `file' through convert-standard-filename
4619         when possible.
4620         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4621         info in a transcript.
4623 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4625         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4626         fix compilation warning. Reorder the key definitions to group
4627         together keys emitted by the current version of xterm.
4629         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4630         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4631         Reorder predicates to correct min-color usage.
4633 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4635         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4636         Kill local variables when longlines-mode is turned off.
4638 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4642         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4644         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4646         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4647         (font-lock-lines-before): Change default to being inactive.
4648         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4649         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4651 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4653         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4654         Deactivate temporarily advice if active (not needed for Emacs 22,
4655         but for backwards compatibility).
4656         (tramp-exists-file-name-handler): Rewrite.  First implementation
4657         was too simple.
4658         (tramp-advice-make-auto-save-file-name):
4659         Call `tramp-handle-make-auto-save-file-name' (again, just for
4660         backwards compatibility).
4662 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4664         * progmodes/vhdl-mode.el
4665         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4666         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4667         (vhdl-set-default-project): New function (easier setting of default).
4668         (vhdl-port-copy): Handle extended identifiers for generics.
4669         (vhdl-compiler-alist): Better description for error message regexp.
4670         (vhdl-make): Query for target, use previous as default.
4671         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4672         (vhdl-font-lock-keywords-2): Fix fontification for record
4673         el. assign.
4674         (vhdl-speedbar-make-subpack-line): Add package body link.
4675         (vhdl-generate-makefile-1): Not include itself as dependency.
4676         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4677         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4678         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4679         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4680         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4681         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4682         (vhdl-import-project): Add string argument for `error'.
4683         (vhdl-compose-configuration)
4684         (vhdl-compose-configuration-architecture): Add configuration
4685         declaration generation.
4686         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4687         (vhdl-trailer-re): Add "record" keyword (better indentation).
4688         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4689         "[^ \t-\"]+".
4690         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4691         (vhdl-testbench-entity-file-name)
4692         (vhdl-testbench-architecture-file-name): Allow separate
4693         customization of testbench file names.
4694         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4695         (vhdl-get-visible-signals): Allow newline within alias declaration.
4696         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4697         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4698         (member-ignore-case): Alias for missing function in XEmacs.
4699         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4700         (vhdl-update-sensitivity-list): Ignore case on read signals.
4701         (vhdl-replace-string): Adjust case only for file names.
4702         (vhdl-update-sensitivity-list): Fix search for read signals.
4703         (vhdl-update-sensitivity-list): Exclude formal parameters.
4704         (vhdl-get-visible-signals): Include aliases of signals.
4705         (vhdl-get-visible-signals): Fix signal name searching.
4706         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4707         (vhdl-fixup-whitespace-region): Fix for character
4708         literals (e.g. ':').
4710 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4712         * ansi-color.el (comint-last-output-start):
4713         * bs.el (font-lock-verbose):
4714         * diff-mode.el (add-log-buffer-file-name-function):
4715         * dired-x.el (vm-folder-directory):
4716         * faces.el (help-xref-stack-item):
4717         * files.el (font-lock-keywords):
4718         * find-lisp.el (dired-buffers, dired-subdir-alist):
4719         * ido.el (cua-inhibit-cua-keys):
4720         * log-view.el (cvs-minor-wrap-function):
4721         * outline.el (font-lock-warning-face):
4722         * simple.el (compilation-current-error):
4723         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4724         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4725         * tooltip.el (comint-prompt-regexp):
4726         * w32-fns.el (explicit-shell-file-name):
4727         * term/mac-win.el (mac-charset-info-alist)
4728         (mac-services-selection, mac-system-script-code):
4729         * term/tty-colors.el (msdos-color-values):
4730         * term/w32-win.el (xlfd-regexp-registry-subnum):
4731         * term/x-win.el (x-keysym-table, x-selection-timeout)
4732         (x-session-id, x-session-previous-id):
4733         * textmodes/ispell.el (mail-yank-prefix):
4734         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4735         * textmodes/org.el (calc-embedded-close-formula)
4736         (calc-embedded-open-formula)
4737         (font-lock-unfontify-region-function):
4738         * textmodes/reftex-global.el (isearch-next-buffer-function)
4739         (TeX-master):
4740         * textmodes/reftex.el (font-lock-keywords):
4741         * textmodes/tex-mode.el (font-lock-comment-face)
4742         (font-lock-doc-face):
4743         * textmodes/texinfo.el (outline-heading-alist):
4744         Add defvars.
4746         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4747         (artist-spray-chars, artist-mode-init, artist-replace-string)
4748         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4749         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4750         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4752         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4753         (conf-align-assignments): "?\ " -> "?\s".
4755         * textmodes/reftex-index.el (TeX-master): Add defvar.
4756         (reftex-index-phrases-marker): Move up defvar.
4758         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4759         (reftex-toc-include-labels-indicator)
4760         (reftex-toc-include-index-indicator)
4761         (reftex-toc-max-level-indicator): Move up declarations.
4763         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4764         of args to `tramp-run-real-handler', even if it's empty in this case.
4766 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4768         * dired.el (dired-move-to-filename-regexp): Add date format for
4769         Mac OS X 10.3 in East Asian locales.
4771 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4773         * files.el (make-auto-save-file-name): Add file name handler call
4774         if applicable.
4776         * net/tramp.el (tramp-file-name-handler-alist)
4777         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4778         (tramp-handle-make-auto-save-file-name): Rename from
4779         `tramp-make-auto-save-file-name'.
4780         (tramp-exists-file-name-handler): New defun.
4781         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4782         `make-auto-save-file-name' is not a magic file name operation.
4784 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4786         * files.el (risky-local-variable-p):
4787         Match `-predicates' and `-commands.
4789         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4790         (custom-save-all): Visit the file if necessary;
4791         kill the buffer if we created it.
4792         (custom-save-delete): Don't visit file or kill buffer here.
4794 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4796         * textmodes/org.el (org-special-keyword): New face.
4797         (org-table-copy-down, org-table-eval-formula)
4798         (org-table-recalculate, org-init-section-numbers):
4799         Use `string-to-number' instead of `string-to-int'.
4800         (org-get-location): Use `insert-buffer-substring' instead of
4801         `insert-buffer'.
4802         (org-modify-diary-entry-string): New function.
4803         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4804         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4805         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4806         active region.
4807         (org-export-as-html): Handle QUOTE keyword.
4808         (org-quote-string): New option.
4809         (org-bookmark-jump-unhide): New function, used for
4810         `bookmark-after-jump-hook'.
4811         (org-diary-default-entry): Apply only when not called through
4812         `org-agenda'.
4814 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4816         * net/eudc.el (mode-popup-menu):
4817         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4818         * progmodes/ada-mode.el (compile-auto-highlight)
4819         (skeleton-further-elements):
4820         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4821         * progmodes/cmacexp.el (msdos-shells):
4822         * progmodes/compile.el (font-lock-extra-managed-props)
4823         (font-lock-keywords, font-lock-maximum-size)
4824         (font-lock-support-mode):
4825         * progmodes/grep.el (font-lock-lines-before):
4826         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4827         * progmodes/mixal-mode.el (compile-command):
4828         * progmodes/perl-mode.el (font-lock-comment-face)
4829         (font-lock-doc-face, font-lock-string-face):
4830         * progmodes/prolog.el (comint-prompt-regexp):
4831         * progmodes/sh-script.el (font-lock-comment-face)
4832         (font-lock-set-defaults, font-lock-string-face):
4833         * progmodes/sql.el (font-lock-keyword-face)
4834         (font-lock-set-defaults, font-lock-string-face):
4835         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4836         (itimer-version, lazy-lock-defer-contextually)
4837         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4838         Add defvars.
4840         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4841         (cperl-electric-keyword, cperl-electric-pod)
4842         (cperl-electric-backspace, cperl-forward-re)
4843         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4844         (vc-rcs-header, vc-sccs-header): Add defvars.
4846         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4847         (font-lock-syntactic-keywords, gud-find-expr-function):
4848         Add defvars.
4850         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4851         (gdb-frame-parameters): Declare before use.
4853         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4854         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4855         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4856         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4858         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4859         (idlwave-help-with-source): Use `insert-buffer-substring', not
4860         `insert-buffer'.
4862 2005-08-29  Juri Linkov  <juri@jurta.org>
4864         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4865         Put outline-back-to-heading function call inside save-excursion.
4867 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4869         * man.el (Man-init-defvars, Man-translate-references)
4870         (Man-support-local-filenames, Man-highlight-references):
4871         * progmodes/sql.el (sql-interactive-mode):
4872         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4874         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4875         (compilation-mode-font-lock-keywords): Add defvars.
4876         (checkdoc-interactive-loop): "?\ " -> "?\s".
4878         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4879         (font-lock-doc-face, font-lock-string-face)
4880         (font-lock-keywords-case-fold-search): Add defvars.
4881         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4883         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4884         Don't pass X and Y (they are ignored anyway).
4885         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4886         (mouse-delete-window): Make arguments optional.
4888         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4889         (caesar-translate-table, minor-modes, news-buffer-save)
4890         (news-group-name, news-minor-modes): Add defvars.
4892         * emacs-lisp/lselect.el (mouse-highlight-priority)
4893         (x-lost-selection-functions, zmacs-regions):
4894         * emacs-lisp/pp.el (font-lock-verbose):
4895         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4896         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4897         (ses-mode-map):
4898         * emacs-lisp/tcover-unsafep.el (safe-functions):
4899         * international/mule-cmds.el (mac-system-coding-system)
4900         (mac-system-locale):
4901         * language/ethio-util.el (rmail-current-message)
4902         (rmail-message-vector):
4903         * language/thai-util.el (thai-auto-composition-mode):
4904         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4905         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4906         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4907         (vm-primary-inbox, vm-spool-files):
4908         * mail/rmail.el (deleted-head, font-lock-fontified)
4909         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4910         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4911         (total-messages):
4912         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4913         (rmail-summary-mode-map):
4914         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4915         (rmail-last-label, rmail-last-multi-labels)
4916         (rmail-summary-vector, rmail-total-messages):
4917         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4918         * mail/rmailsum.el (msgnum):
4919         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4920         (rmail-current-message):
4921         * obsolete/fast-lock.el (font-lock-face-list):
4922         * obsolete/rnewspost.el (mail-reply-buffer):
4923         * obsolete/scribe.el (compile-command):
4924         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4926 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4928         * ibuf-ext.el (ibuffer-auto-update-changed):
4929         Use `frame-or-buffer-changed-p' to check whether we need to update.
4930         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4931         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4932         as a `frame-or-buffer-changed-p' state vector instead.
4934 2005-08-27  Romain Francoise  <romain@orebokech.com>
4936         * textmodes/makeinfo.el (makeinfo-compile):
4937         Use `compilation-start'.  Set `next-error-function' according to
4938         `disable-errors'.
4939         (makeinfo-next-error): New function.
4940         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4941         (makeinfo-buffer): Likewise.
4943         * progmodes/compile.el (compilation-start): Add autoload cookie.
4945         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4946         * textmodes/sgml-mode.el: Likewise.
4947         * progmodes/python.el: Likewise.
4949 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4951         * simple.el (blink-matching-paren-distance): Document the meaning
4952         of nil value, and allow to customize to nil.
4954         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4955         command.com, not command.exe.
4957 2005-08-26  John Wiegley  <johnw@newartisans.com>
4959         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4960         code around a bit so that an extraneous nil argument is not added
4961         to a command when no args are given.
4963         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4964         double-quoted argument resolves to nil, return it as an empty
4965         string rather than as nil.  This made it impossible to pass "" to
4966         a shell script as a null string argument.
4968 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         * outline.el (outline-invent-heading): New fun.
4971         (outline-promote, outline-demote): Use it.
4972         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4973         (outline-end-of-subtree): Remove unused var `opoint'.
4975 2005-08-26  David Reitter  <david.reitter@gmail.com>
4977         * menu-bar.el (truncate-lines, write-file, print-buffer)
4978         (ps-print-buffer-faces, ps-print-buffer, split-window):
4979         Disable menu items when the frame they refer to is invisible, or when
4980         they refer to a buffer and the minibuffer is selected.
4982 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4984         * progmodes/flymake.el (flymake-highlight-err-lines):
4985         Use save-excursion around flymake-highlight-line to preserve point.
4987 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4989         * progmodes/octave-mod.el: Change Author and Maintainer address.
4990         (octave-maintainer-address): Change Kurt's email address.
4991         * progmodes/octave-inf.el: Change Author and Maintainer address.
4992         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4994 2005-08-26  Kim F. Storm  <storm@cua.dk>
4996         * subr.el (version-list-<, version-list-<=, version-list-=):
4997         Renamed from integer-list-*.
4998         (version-list-not-zero): Likewise.  Fix while loop.
4999         (version=): Use version-list-= instead of string-equal.
5001 2005-08-26  Richard M. Stallman  <rms@gnu.org>
5003         * outline.el (outline-promote): Try shortening the heading.
5004         As last resort, read the heading to use.
5005         (outline-demote): As last resort, read the heading to use.
5007 2005-08-26  Romain Francoise  <romain@orebokech.com>
5009         * progmodes/compile.el (compilation-start): Doc fix.
5011         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
5012         (antlr-font-lock-additional-keywords): Fix reference to
5013         `antlr-font-lock-literal-regexp' erroneously changed during the
5014         mass face rename.
5015         (antlr-run-tool): Use `compilation-start'.
5017         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
5018         instead of the obsolete `compile-internal'.
5020 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
5022         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
5023         (number, original-date):
5024         * calendar/cal-china.el (date):
5025         * calendar/cal-coptic.el (date):
5026         * calendar/cal-french.el (date):
5027         * calendar/cal-hebrew.el (date, entry, number, original-date):
5028         * calendar/cal-islam.el (date, number, original-date):
5029         * calendar/cal-iso.el (date):
5030         * calendar/cal-julian.el (date):
5031         * calendar/cal-mayan.el (date):
5032         * calendar/cal-menu.el (date, event):
5033         * calendar/cal-persia.el (date):
5034         * calendar/lunar.el (date):
5035         * calendar/solar.el (date): Add defvars.
5037         * emerge.el:
5038         * ibuffer.el:
5039         * info-xref.el:
5040         * obsolete/bg-mouse.el:
5041         * obsolete/sun-curs.el:
5042         * obsolete/swedish.el: Move the `defvar's to the top level.
5044         * smerge-mode.el (smerge-refined-change): Add :group.
5046 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5048         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
5049         (smerge-keep-n): Remove props.
5050         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5051         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
5052         now that it's done in smerge-keep-n.
5053         (smerge-refined-change): New face.
5054         (smerge-refine-chopup-region, smerge-refine-highlight-change)
5055         (smerge-refine): New funs.
5056         (smerge-basic-map): Bind smerge-refine.
5058 2005-08-25  Juri Linkov  <juri@jurta.org>
5060         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5061         compilation-process-setup-function and compilation-disable-input
5062         in grep-mode instead of let-bindings in grep.
5064         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5065         Delete "Automatic File De/compression" (auto-compression-mode).
5067 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
5069         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5070         Silence warning about non-existent variable.
5072 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5074         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5075         Rename "Describe Key" to "Describe Key or Mouse Operation".
5077         * mail/mailalias.el (build-mail-aliases): Delete comments
5078         from the contents before processing them.
5080         * isearch.el (isearch-edit-string): Erase the Search prompt
5081         if user enters an empty string and there is no default.
5083         * comint.el (comint-file-name-prefix): Add autoload.
5085 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
5087         * subr.el (play-sound): Rearrange to avoid warning.
5089 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
5091         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5092         New hook.
5093         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5095 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5099         * custom.el (custom-theme-set-variables): Sort minor modes last.
5101 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5103         * subr.el (version-separator, version-regexp-alist): New vars used by
5104         version comparison funs.
5105         (integer-list-<, integer-list-=, integer-list-<=)
5106         (integer-list-not-zero): New funs for integer list comparison.
5107         (version-to-list, version=, version<, version<=): New funs for version
5108         comparison.
5110 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
5112         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5113         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5114         time to silence the byte-compiler.
5116         * ibuffer.el (ibuffer-compile-make-eliding-form)
5117         (ibuffer-check-formats): Use `with-no-warnings' to hide references
5118         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5119         so it's silly to get warnings for it).
5120         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5121         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5122         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5123         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5124         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5125         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5126         Defvar at compile time.
5127         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5128         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5129         Declare them before use.
5131         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5132         (info-xref-good, info-xref-bad): Defvar at compile time.
5134         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5135         Use `let*' instead of `let'.
5137         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5138         (*mouse-y*, menu, char): Defvar at compile time.
5139         (sc::menu): Declare it before use.
5140         (sc::pack-one-line): Use `let', not `let*'.
5142         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5143         (mail-send-hook): Defvar at compile time.
5145         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5146         Defvar at compile time.
5148         * term/sun-mouse.el (current-global-mousemap)
5149         (current-local-mousemap): Declare them before use.
5151 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
5153         * bookmark.el (bookmark-after-jump-hook): New hook.
5154         (bookmark-jump): Run `bookmark-after-jump-hook'.
5156 2005-08-23  Juri Linkov  <juri@jurta.org>
5158         * faces.el (minibuffer-prompt): Doc fix.
5160 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
5162         * progmodes/xscheme.el: Trivial changes to silence warnings.
5163         (xscheme-previous-mode, xscheme-previous-process-state):
5164         Add defvars.
5165         (xscheme-last-input-end, xscheme-process-command-line)
5166         (xscheme-process-name, xscheme-buffer-name)
5167         (xscheme-expressions-ring-max, xscheme-expressions-ring)
5168         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5169         (xscheme-control-g-synchronization-p)
5170         (xscheme-control-g-disabled-p, xscheme-string-receiver)
5171         (default-xscheme-runlight, xscheme-runlight)
5172         (xscheme-runlight-string, xscheme-process-filter-state)
5173         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5174         Move to beginning of file.
5175         (scheme-interaction-mode-commands-alist)
5176         (scheme-interaction-mode-map, scheme-debugger-mode-map):
5177         Declare them before use.  Note: the initialization code for the variables
5178         has not been moved because it uses functions that reference the variables.
5179         (xscheme-control-g-message-string, xscheme-process-filter-alist)
5180         (xscheme-prompt-for-expression-map): Declare them before use.
5181         (scheme-debugger-mode-commands): "?\ " -> "?\s".
5183 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
5185         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5187 2005-08-22  Juri Linkov  <juri@jurta.org>
5189         * faces.el (set-face-underline): Delete this duplicate function
5190         and make an obsolete alias to set-face-underline-p.
5191         (set-face-underline-p): Use docstring of set-face-underline.
5192         (describe-face): Create hyperlink to parent face.
5194         * info.el (Info-insert-dir): Use save-excursion around
5195         insert-buffer-substring.
5196         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5197         (Info-escape-percent): Delete function.
5198         (Info-fontify-node): Replace Info-escape-percent by
5199         replace-regexp-in-string with REP arg set to lambda that
5200         duplicates `%' and preserves text properties.
5202         * progmodes/compile.el (compilation-disable-input): Doc fix.
5203         (define-compilation-mode): Doc fix and refill.
5204         (kill-compilation): Use `mode-name' in the error message.
5205         (compilation-find-file): Use `compilation-error' in the
5206         read-file-name's prompt.
5208 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5211         (smerge-auto-leave): Make undo re-enable the mode.
5212         (debug-ignored-errors): Add the user-error of impossible resolution.
5213         (smerge-resolve): Move things around a bit, in preparation for later.
5214         (smerge-diff): Don't fail if the buffer has no associated file.
5215         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5216         (smerge-conflict-overlay): New function.
5217         (smerge-match-conflict): Don't add text properties here.
5218         (smerge-find-conflict): Instead, add an overlay here.
5219         Also check for the case where we're inside a conflict already, so as to
5220         obviate the need for font-lock-multiline, which is unbearably slow with
5221         large conflicts and ciomplex font-lock patterns.
5222         (smerge-remove-props): Remove overlay rather than text-properties.
5223         (smerge-mode): Don't set font-lock-multiline.
5224         Remove overlays when turned off.
5226 2005-08-21  Kim F. Storm  <storm@cua.dk>
5228         * ido.el (ido-ignore-item-p): Use save-match-data.
5229         Bind case-fold-search to ido-case-fold locally.
5231 2005-08-20  Richard M. Stallman  <rms@gnu.org>
5233         * files.el (normal-mode): If font lock is on, turn it off and on.
5235         * subr.el (replace-regexp-in-string): Doc fix.
5237         * startup.el (command-line-1): Don't suppress startup screen
5238         due to existing processes.
5240         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5242         * progmodes/compile.el (compilation-disable-input): Default to nil.
5244 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5246         * progmodes/compile.el (compilation-disable-input): New defcustom.
5247         (compilation-start): If compilation-disable-input is non-nil, send
5248         EOF to the compilation process.
5250 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
5252         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5253         Run the argument of tex-shell-cd-command through
5254         convert-standard-filename, to get the correct style of slashes on
5255         Windows, and enclose the result in quotes, in case the file name
5256         includes whitespace or other special characters.
5258 2005-08-19  Andreas Schwab  <schwab@suse.de>
5260         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5261         process.
5263 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
5265         * cus-start.el (minibuffer-prompt-properties): Correct typo.
5267 2005-08-18  Kim F. Storm  <storm@cua.dk>
5269         * scroll-lock.el: Fix errors due to incorrect line wrapping.
5271 2005-08-18  Richard M. Stallman  <rms@gnu.org>
5273         * scroll-lock.el: New file.
5275 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
5277         * dired.el (dired-move-to-end-of-filename):
5278         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5280 2005-08-18  Kim F. Storm  <storm@cua.dk>
5282         * ido.el (ido-everywhere): Fix defcustom :set function to disable
5283         rather than toggle mode when custom value is nil.
5284         (ido-everywhere): Fix defun doc string.
5286 2005-08-17  Richard M. Stallman  <rms@gnu.org>
5288         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5289         as tag instead of "Inviolable".
5291 2005-08-17  Kim F. Storm  <storm@cua.dk>
5293         * windmove.el (windmove-coordinates-of-position): Remove.
5294         (windmove-coordinates-of-window-position): Remove.
5295         (windmove-reference-loc): Use posn-at-point instead.
5297         * subr.el (insert-for-yank-1): Doc fix.
5299         * ido.el (ido-enter-matching-directory): Rename from
5300         ido-enter-single-matching-directory.  Change 'slash choice to
5301         'only.  Add 'first choice.
5302         (ido-exhibit): Adapt to above changes.
5304 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
5306         * Makefile.in: Expand comment about building loaddefs.el.
5308 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
5310         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5311         Comment use of defadvice.
5313         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5315 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
5317         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5318         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5319         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5320         * progmodes/idlw-shell.el, progmodes/ld-script.el,
5321         * progmodes/which-func.el, ruler-mode.el, strokes.el,
5322         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5323         for backward compatibility for faces that did not appear in the
5324         previous Emacs release.
5326         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5328 2005-08-15  Kim F. Storm  <storm@cua.dk>
5330         * emulation/cua-base.el (cua-delete-region): Return t if
5331         deleted region was non-empty.
5332         (cua-replace-region): Inhibit overwrite-mode for
5333         self-insert-command if replaced region was non-empty.
5334         (cua--explicit-region-start, cua--status-string): Make them
5335         buffer-local at top-level...
5336         (cua-mode): ...rather than when mode is enabled.
5338 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
5340         * progmodes/vhdl-mode.el (vhdl-emacs-21):
5341         Set t for Emacs 21, 22, and so on.
5343 2005-08-15  David Ponce  <david@dponce.com>
5345         * tree-widget.el: Update Commentary header.
5346         (tree-widget-theme): Doc fix.
5347         (tree-widget-space-width): New option.
5348         (tree-widget-image-properties): Look up in the default theme too.
5349         (tree-widget--cursors): Only for images with arrow pointer shape.
5350         (tree-widget-lookup-image): Pointer shape is hand by default.
5351         (tree-widget-icon): Rename generic icon widget from
5352         `tree-widget-control'.
5353         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5354         derive from `tree-widget-icon'.
5355         (tree-widget-handle): Improve default look and feel of the text
5356         representation.
5357         (tree-widget): Rename :*-control properties to :*-icon properties.
5358         Add :action and :help-echo properties.
5359         (tree-widget-after-toggle-functions): Move.
5360         (tree-widget-close-node, tree-widget-open-node): Remove.
5361         (tree-widget-before-create-icon-functions): New hook.
5362         (tree-widget-value-create): Update to allow customization of icons
5363         and nodes at run-time via that new hook.
5364         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5365         (tree-widget-icon-action, tree-widget-icon-help-echo)
5366         (tree-widget-action, tree-widget-help-echo): New functions.
5368 2005-08-15  Kim F. Storm  <storm@cua.dk>
5370         * ido.el (ido-buffer-internal): Use with-no-warnings.
5371         (ido-make-merged-file-list): Use while-no-input.
5373 2005-08-15  Richard M. Stallman  <rms@gnu.org>
5375         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5376         (flyspell-large-region): Fix doc and custom type.
5378 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5380         * files.el (interpreter-mode-alist): Doc fix.
5382         * mail/rmail.el (rmail-nonignored-headers): New variable.
5383         (rmail-clear-headers): Use it.
5384         (rmail-reply): Better handling of mail-followup-to header.
5386         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5387         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
5388         don't try to refer to executable-font-lock-keywords.
5389         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5390         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5391         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5392         (sh-mode): Set comment-start-skip, local-abbrev-table,
5393         imenu-case-fold-search.
5394         (sh-set-shell): Don't set them here.
5395         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
5396         Don't cache the results in the original alist; don't ever modify
5397         that alist.
5399         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5401         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5402         empty.
5404 2005-08-15  Andreas Schwab  <schwab@suse.de>
5406         * desktop.el: Put autoload cookie at risky-local-variable declarations.
5408         * dired.el, info.el, mail/rmail.el: Revert last change.
5410 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
5412         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5413         modification in `eval-after-load' form.
5414         * info.el: Likewise.
5415         * mail/rmail.el: Likewise.
5417 2005-08-14  Juri Linkov  <juri@jurta.org>
5419         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5420         Remove highlighting of "Compilation started".  Highlight only
5421         the word "finished" in "Compilation finished".  Add highlighting
5422         of "interrupt", "killed", "terminated" and the exit code.
5423         (compilation-start): Add newline after header.  Use exactly the
5424         same time stamp format as the finishing message.
5425         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5427         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5428         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5429         Add highlighting of "interrupt", "killed", "terminated".
5431         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5432         enabled and the current command is self-insert-command, call it
5433         explicitly with overwrite-mode bound to nil, to not allow it
5434         to delete the character after the selected region.
5436 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
5438         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5439         move-end-of-line, end-of-line, and beginning-of-line to the list
5440         of commands after which the echo area is updated.
5442 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
5444         * cus-edit.el (custom-save-all, custom-save-delete):
5445         Bind recentf-exclude to exclude custom-file.
5447 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
5449         * mail/rmailsum.el (rmail-summary-end-of-message): New command
5450         to go to the bottom of the mail message.  Added to
5451         `rmail-summary-mode-map' with key "/".
5452         (rmail-summary-show-message): New (internal) function for use by
5453         both `rmail-summary-beginning/end-of-message'.
5454         (rmail-summary-beginning-of-message): Change to use
5455         rmail-summary-show-message.
5457         * mail/rmail.el (rmail-end-of-message): New command to go to the
5458         end of the current message.  Added to `rmail-mode-map' with key "/".
5459         (rmail-beginning-of-message): Fix to work as documented.
5460         (rmail-mode): Change documentation.
5462         * progmodes/compile.el (compilation-start): Add the line
5463         "Compilation started" with compilation start time.
5464         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5466 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5468         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5469         of menu items.
5471 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5473         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5475         * battery.el (battery-status-function): Don't use ignore-errors.
5477 2005-08-11  Lute Kamstra  <lute@gnu.org>
5479         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5480         define-obsolete-variable-alias.
5482 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5485         (ange-ftp-send-cmd): Revert last change, and expand
5486         the comment explaining the problem.
5488 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5490         * ldefs-boot.el: Update.
5492         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5493         item to "Time, Load and Mail".  Change help echo text.
5495         * time.el (display-time-use-mail-icon, display-time-format)
5496         (display-time-string-forms): Shorten first line of docstrings.
5498 2005-08-10  Lars Hansen  <larsh@soem.dk>
5500         * desktop.el (desktop-buffer-mode-handlers):
5501         Make non-customizable. Add autoload cookie.  Change initial value to
5502         nil; add elements in respective modules instead.  Fix doc string.
5503         (desktop-load-file): New function.
5504         (desktop-minor-mode-handlers): New autoloaded variable.
5505         (desktop-create-buffer): Call minor mode handlers.
5506         Use desktop-load-file to load major and minor mode modules prior to
5507         checking for a handler.
5508         (desktop-save): Don't add nil to desktop-minor-modes for minor
5509         modes with nil function in desktop-minor-mode-table.  Don't delete
5510         desktop file before rewriting it.
5511         (desktop-locals-to-save): Add autoload cookie.  Don't make
5512         automatically buffer-local.  Add variables column-number-mode,
5513         size-indication-mode, indent-tabs-mode,
5514         indicate-buffer-boundaries, indicate-empty-lines and
5515         show-trailing-whitespace.
5516         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5517         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5518         (desktop-clear-preserve-buffers-regexp): Delete.
5519         (desktop-clear-preserve-buffers): Update initial value and docstring.
5520         (desktop-save-buffer): Fix doc string.
5522         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5523         (hilit-chg-desktop-restore): New function.
5524         (highlight-changes-mode): Add highlight-changes-mode to
5525         desktop-locals-to-save.
5527         * dired.el: Add handler to desktop-buffer-mode-handlers.
5528         (dired-restore-desktop-buffer): Remove autoload cookie.
5529         (dired-mode): Add autoload cookie.
5531         * info.el: Add handler to desktop-buffer-mode-handlers.
5532         (Info-restore-desktop-buffer): Remove autoload cookie.
5533         (Info-mode): Add autoload cookie.
5535         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5536         (mh-restore-desktop-buffer): Remove autoload cookie.
5537         (mh-folder-mode): Add autoload cookie.
5539         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5540         (rmail-restore-desktop-buffer): Remove autoload cookie.
5542 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5544         * hexl.el (hexl-address-region):
5545         (hexl-ascii-region, hexl-font-lock-keywords):
5546         (hexl-highlight-line-range): Use the term "region"
5547         instead of "area" for consistency with the other symbols
5548         defined in hexl.el.
5550 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5552         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5553         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5554         out by Juri Linkov).  Add `display-battery-mode'.
5556 2005-08-09  Juri Linkov  <juri@jurta.org>
5558         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5559         Remove `-text' from face variable names.
5560         (compilation-error-file-name, compilation-warning-file-name)
5561         (compilation-info-file-name): Delete faces.
5562         (compilation-line-number, compilation-column-number):
5563         Remove face underlining.
5564         (compilation-message-face): Set to `underline' value by default.
5565         (compilation-error-face, compilation-warning-face)
5566         (compilation-info-face): Remove `-file-name' from face names.
5567         (compilation-error-text-face, compilation-warning-text-face)
5568         (compilation-info-text-face): Delete face variables.
5569         (compilation-text-face): Delete function.
5571         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5572         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5573         (grep-error-face): Set to `compilation-error' instead of
5574         `compilation-error-face' (which is redefined to `grep-hit-face' in
5575         grep buffers).
5576         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5577         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5579         * dired-aux.el (dired-do-query-replace-regexp):
5580         Use `query-replace-read-args'.
5582         * replace.el (query-replace-read-from, query-replace-read-to)
5583         (query-replace-read-args): Rename arg `string' to `prompt'.
5585         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5587 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5589         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5590         uploading files.
5591         (ange-ftp-canonize-filename): Handle file names beginning with ~
5592         correctly.
5594 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5596         * textmodes/fill.el (canonically-space-region)
5597         (fill-context-prefix, fill-french-nobreak-p)
5598         (fill-delete-newlines, fill-comment-paragraph)
5599         (justify-current-line): "?\ " -> "?\s".
5601 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5603         * textmodes/fill.el (fill-nonuniform-paragraphs):
5604         Improve argument/docstring consistency.
5606 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5608         * textmodes/ispell.el (ispell-word): More fboundp checks.
5610         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5611         (find-file-noselect-1): Call it here, only if RAWFILE.
5612         (normal-mode): Always set some major mode.
5613         (save-some-buffers-action-alist): Change some explanation strings.
5614         (file-name-non-special): In the `quote' method, use unwind-protect.
5616 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5618         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5619         (ispell-have-aspell-dictionaries): New variable.
5620         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5621         (ispell-get-aspell-config-value): New function.
5622         (ispell-aspell-find-dictionary): New function.
5623         (ispell-aspell-add-aliases): New function.
5624         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5625         appropriate.  Don't look for ispell dictionaries if we use aspell.
5626         (ispell-menu-map): Don't build a submenu of dictionaries.
5628 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5630         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5631         (sql-read-passwd): Use read-passwd.
5633         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5634         (idlwave-toolbar-is-possible): Add defvars.
5636         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5637         Avoid warnings.
5639         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5640         (idlwave-system-class-info, idlwave-executive-commands-alist):
5641         Use defvar.
5643         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5645         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5646         Avoid warnings.
5648         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5649         and content-type: headers.
5651         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5653         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5654         and rename some of them to be more self-explanatory.
5656         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5658         * startup.el (command-line-1): Implement -scriptload.
5660         * replace.el (occur-engine): Initial *Occur* output not undoable.
5662         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5663         and improve help strings.
5665         * isearch.el (isearch-repeat): When changing direction,
5666         mark search successful.
5668         * ediff-init.el: Use (featurep 'xemacs).
5670         * comint.el (send-invisible): Identify buffer, if not selected.
5672         * align.el: Delete autoload for c-guess-basic-syntax.
5674 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5676         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5677         Improve argument/docstring consistency.  Doc fixes.
5678         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5679         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5680         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5681         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5682         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5683         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5684         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5685         Defvar at compile time.
5687 2005-08-09  Juri Linkov  <juri@jurta.org>
5689         * info.el: Replace `info' with upper-case `Info' where appropriate.
5690         (info-title-1, info-title-2, info-title-3, info-title-4)
5691         (info-menu-header): Move up face definitions.
5692         (info-menu-star): Rename from `info-menu-5'.
5693         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5694         (Info-fontify-visited-nodes): Fix docstring.
5695         (Info-hide-note-references): Fix docstring.
5696         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5697         menu items in the same way as on cross-references.
5698         (info-apropos): Fix sorting order and formatting to be like in the
5699         stand-alone Info browser.  Display error messages for 1 sec.
5700         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5701         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5702         from the menu bar.
5703         (Info-insert-dir): Restore point after calling
5704         `insert-buffer-substring'.
5706 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5708         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5709         (recompute-lucid-menubar): Add defvars.
5711         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5713         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5715         * net/net-utils.el (run-dig): Rename from `dig'.
5717         * play/gametree.el (gametree-mode): Use make-local-variable,
5718         not make-variable-buffer-local.
5720         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5722         * ansi-color.el (ansi-color-make-extent)
5723         (ansi-color-set-extent-face): Use fboundp, not functionp.
5725         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5726         not make-variable-buffer-local.
5728         * bookmark.el (Info-current-file): Add defvar.
5729         (bookmark-jump-noselect): Use with-no-warnings.
5731         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5733         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5735         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5737         * find-file.el (ada-procedure-start-regexp)
5738         (ada-package-start-regexp): Add defvars.
5740         * info.el (Info-insert-dir): Use insert-buffer-substring.
5742         * xml.el (xml-att-def-re): Add defvar.
5744         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5745         calling convention.
5747         * subr.el (while-no-input): Return t if there is input.
5749 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5751         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5753 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5755         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5756         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5758 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5760         * cmuscheme.el (scheme-start-file): Replace reference to
5761         `user-emacs-directory' by "~/.emacs.d/".
5763 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5765         * info.el (Info-dir-remove-duplicates): Avoid case folding
5766         in loop; instead, keep downcased strings for comparison.
5767         Suggested by Helmut Eller.
5769 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5771         Sync with Tramp 2.0.50.
5773         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5774         XEmacs case; not necessary anymore.
5775         (tramp-user-regexp): Allow "@" as part of user name.
5776         (tramp-handle-set-visited-file-modtime)
5777         (tramp-handle-insert-file-contents)
5778         (tramp-handle-write-region): No special handling for
5779         `last-coding-system-used, because this is done in
5780         `tramp-accept-process-output' now.
5781         (tramp-accept-process-output): New defun.
5782         (tramp-process-one-action, tramp-process-one-multi-action)
5783         (tramp-wait-for-regexp, tramp-wait-for-output)
5784         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5785         Howells <dhowells@redhat.com>.
5786         (clear-visited-file-modtime): Defadvice removed.  The check for
5787         unset buffer's modtime does not need to be based on
5788         `tramp-buffer-file-attributes'.  Suggested by RMS.
5789         (tramp-message): Insert "\n" if not being at beginning of line.
5790         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5791         sequence with same logic.
5792         (tramp-completion-handle-expand-file-name): Discard call of
5793         `tramp-drop-volume-letter'.  It is not necessary, and there have
5794         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5795         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5796         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5797         should always be visible.
5798         (tramp-handle-insert-directory, tramp-setup-complete)
5799         (tramp-set-process-query-on-exit-flag)
5800         (tramp-append-tramp-buffers): Pacify byte-compiler.
5801         (tramp-bug): Delete non-existing variables from list.
5802         Apply `tramp-load-report-modules' as pre-hook.
5803         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5804         `shell-prompt-pattern' because of non-7bit characters.
5805         Reported by Sebastian Luque <sluque@mun.ca>.
5806         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5807         (tramp-match-string-list): Remove function.
5808         (tramp-wait-for-regexp): Remove call of that function.
5809         Suggested by Kim F. Storm <storm@cua.dk>.
5810         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5811         instead of octal character code ?\600.  The latter resulted in a
5812         syntax error with XEmacs.
5814         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5815         XEmacs case; not necessary anymore.
5816         (tramp-smb-handle-write-region): No special handling for
5817         `last-coding-system-used, because this is done in
5818         `tramp-accept-process-output' now.
5819         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5821 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5823         * wid-edit.el (widget-choice-value-create):
5824         Unconditionally respect user choice.  Set :explicit-choice back to nil
5825         when no longer needed.
5826         (widget-choice-action): Unconditionally respect user choice.
5827         Eliminate :explicit-choice-value.
5829         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5831         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5832         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5833         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5834         running new function `toggle-indicate-empty-lines'.
5835         Rename "Customize" item to "Customize fringe".
5836         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5837         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5838         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5839         Delete "Empty lines only" item.
5840         (menu-bar-showhide-fringe-ind-customize): New function.
5841         (menu-bar-showhide-fringe-ind-mixed)
5842         (menu-bar-showhide-fringe-ind-box)
5843         (menu-bar-showhide-fringe-ind-right)
5844         (menu-bar-showhide-fringe-ind-left)
5845         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5846         instead of `fringe-indicators'.
5848 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5850         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5851         Change the date of last update.
5853 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5855         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5856         (viper-exec-yank, viper-put-back): Don't display modification msg
5857         if in the minibuffer.
5859         * viper-init.el (viper-replace-overlay-cursor-color)
5860         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5861         Make variables frame local.
5863         * viper-util.el (viper-append-filter-alist): Use append instead of
5864         nconc.
5866         * viper.el (viper-vi-state-mode-list)
5867         (viper-emacs-state-mode-list): Move help-mode and
5868         completion-list-mode from the first list to the second.
5869         (viper-mode): Docstring.
5870         (viper-go-away, viper-non-hook-settings): Don't localize
5871         minor-mode-alist in newer Emacsen.  Add advice to
5872         set-cursor-color.  Don't bind "\C-c\\".
5874 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5876         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5877         (scheme-macro-expand-command): New user options.
5878         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5879         (scheme-form-at-point, scheme-start-file)
5880         (scheme-interactively-start-process): New functions.
5881         (scheme-get-process): New function, extracted from `scheme-proc'.
5882         (run-scheme): Call `scheme-start-file' to get start file, and pass
5883         it to `make-comint'.
5884         (switch-to-scheme, scheme-proc):
5885         Call `scheme-interactively-start-process' if no Scheme buffer/process
5886         is available.
5888 2005-08-06  Juri Linkov  <juri@jurta.org>
5890         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5891         Use `compilation-text-face', `compilation-info-text-face' and
5892         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5893         (compilation-error): New face.
5894         (compilation-error-file-name): Inherit from
5895         `compilation-error' instead of `font-lock-warning-face'.
5896         (compilation-warning-file-name): Inherit from
5897         `compilation-warning' instead of `font-lock-warning-face'.
5898         (compilation-info, compilation-error-file-name)
5899         (compilation-warning-file-name, compilation-info-file-name)
5900         (compilation-line-number, compilation-column-number): Doc fix.
5901         (compilation-error-text-face, compilation-warning-text-face)
5902         (compilation-info-text-face): New face variables.
5903         (compilation-line-face, compilation-column-face)
5904         (compilation-enter-directory-face)
5905         (compilation-leave-directory-face): Doc fix.
5906         (compilation-text-face): New function.
5908         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5909         instead of 1 to display binary file names as info file links.
5910         (grep-error-face): Use `compilation-error-face' instead of
5911         `font-lock-keyword-face'.
5912         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5913         and `compilation-warning-text-face' instead of
5914         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5915         instead of `grep-error-face'.
5917 2005-08-05  Kenichi Handa  <handa@m17n.org>
5919         * international/code-pages.el: Add autoload cookies for all coding
5920         systems.
5922 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5924         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5926 2005-08-04  Juri Linkov  <juri@jurta.org>
5928         * progmodes/compile.el (compilation-mode-map):
5929         * progmodes/grep.el (grep-mode-map):
5930         Bind TAB to `compilation-next-error' and [backtab] to
5931         `compilation-previous-error'.
5933         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5934         matching line numbers, column numbers and their ranges with regexp
5935         matching only line numbers.
5936         (grep-context-face): New face variable.
5937         (grep-mode-font-lock-keywords): Use it.
5939         * faces.el (read-face-name): Delete duplicate faces.
5941 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5943         * thumbs.el (thumbs-find-image): Don't make variables
5944         automatically buffer local.
5945         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5946         (thumbs-image-num): Make automatically buffer local.
5947         (thumbs-show-thumbs-list): Use `make-local-variable', not
5948         `make-variable-buffer-local'.
5949         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5951         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5952         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5953         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5954         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5955         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5956         (feelings-about, foullst, found, hello, history, howareyoulst)
5957         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5958         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5959         (neglst, obj, object, owner, please, problems, qlist)
5960         (random-adjective, relation, remlst, repetitive-shortness)
5961         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5962         (shortlst, something, sportslst, stallmanlst, states, subj)
5963         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5964         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5965         Defvar at compile time.
5967         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5968         not `make-variable-buffer-local'.
5970 2005-08-02  Kim F. Storm  <storm@cua.dk>
5972         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5973         rectangle overlay in selected window.
5975 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5977         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5978         instead of display group.  Make `indicate-buffer-boundaries'
5979         customizable through Custom.
5981 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5983         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5984         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5985         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5986         (gdb-put-string): Fix typos in docstrings.
5988 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5990         Update copyright notices of files in progmodes directory for
5991         release of Emacs 22.1.
5993         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5995         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5996         Don't barf if the GUD buffer has been killed.
5998 2005-08-01  Kim F. Storm  <storm@cua.dk>
6000         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
6002 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6004         * simple.el (next-error-follow-minor-mode):
6005         make-variable-buffer-local -> make-local-variable.
6007         * emacs-lisp/cl-extra.el: Require CL also when compiling.
6009         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
6010         (byte-compile-form-make-variable-buffer-local): New functions to warn
6011         about misuses of make-variable-buffer-local where make-local-variable
6012         was meant.
6014 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
6016         * bs.el (bs-attributes-list): Doc fix.
6017         (bs): Update url-link.
6019         * desktop.el (desktop-save-buffer): Fix typos in docstring.
6020         (desktop-load-default): Simplify.
6022         * ibuffer.el (ibuffer-columnize-and-insert-list)
6023         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
6024         (ibuffer-unmark-all, ibuffer-toggle-marks)
6025         (ibuffer-unmark-forward, ibuffer-unmark-backward)
6026         (ibuffer-compile-make-format-form, ibuffer-format-column)
6027         (ibuffer-current-buffers-with-marks)
6028         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
6029         (ibuffer): Doc fix.
6030         (ibuffer-mode): Fix typo in docstring.
6031         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
6032         with `define-obsolete-variable-alias'.
6033         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
6035 2005-07-29  Kenichi Handa  <handa@m17n.org>
6037         * international/mule-cmds.el (select-message-coding-system):
6038         Be sure to use LF for end-of-line.  If no coding system is decided,
6039         return iso-8859-1-unix.
6041 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
6044         (ange-ftp-pending-error-line): New vars.
6045         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6046         to handle the non-fatal no-route-to-host messages.
6047         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
6049 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
6051         * isearch.el (isearch-mode-map, isearch-other-meta-char)
6052         (isearch-quote-char, isearch-printing-char)
6053         (isearch-text-char-description): "?\ " -> "?\s".
6054         (isearch-lazy-highlight-cleanup)
6055         (isearch-lazy-highlight-initial-delay)
6056         (isearch-lazy-highlight-interval)
6057         (isearch-lazy-highlight-max-at-a-time)
6058         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6059         Declare with define-obsolete-*-alias macros.
6060         (isearch-forward): Fix typo in docstring.
6061         (search-invisible, search-ring-yank-pointer)
6062         (regexp-search-ring-yank-pointer): Doc fixes.
6064         * recentf.el (recentf-menu-append-commands-p): Declare with
6065         `define-obsolete-variable-alias'.
6066         (recentf-max-saved-items, recentf-menu-filter)
6067         (recentf-arrange-by-rule-subfilter): Doc fixes.
6068         (recentf-menu-append-commands-flag)
6069         (recentf-initialize-file-name-history, recentf-expand-file-name)
6070         (recentf-clear-data): Fix typos in docstrings.
6072 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
6074         * progmodes/gdb-ui.el: Smarten comments.
6075         (gdb-info-breakpoints-custom): Use nowarn when finding file.
6077 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * term/apollo.el (terminal-init-apollo): New function containing
6080         all former top level forms in the file.
6081         * term/bobcat.el (terminal-init-bobcat):
6082         * term/cygwin.el (terminal-init-cygwin):
6083         * term/iris-ansi.el (terminal-init-iris-ansi):
6084         * term/linux.el (terminal-init-linux):
6085         * term/news.el (terminal-init-news):
6086         * term/rxvt.el (terminal-init-rxvt):
6087         * term/sun.el (terminal-init-sun):
6088         * term/tvi970.el (terminal-init-tvi970):
6089         * term/vt100.el (terminal-init-vt100):
6090         * term/vt102.el (terminal-init-vt102):
6091         * term/vt125.el (terminal-init-vt125):
6092         * term/vt200.el (terminal-init-vt200):
6093         * term/vt201.el (terminal-init-vt201):
6094         * term/vt220.el (terminal-init-vt220):
6095         * term/vt240.el (terminal-init-vt240):
6096         * term/vt300.el (terminal-init-vt300):
6097         * term/vt320.el (terminal-init-vt320):
6098         * term/vt400.el (terminal-init-vt400):
6099         * term/vt420.el (terminal-init-vt420):
6100         * term/wyse50.el (terminal-init-wyse50):
6101         * term/xterm.el (terminal-init-xterm): Likewise.
6103         * term/README: Describe the terminal-init-* functionality.
6105         * startup.el (command-line): After loading the terminal initialization
6106         file call the corresponding terminal initialization function.
6108 2005-07-27  Kenichi Handa  <handa@m17n.org>
6110         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6111         negative.
6113         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6114         (ps-mule-composition-prologue): Fix for the case that
6115         RelativeCompose is false.
6117 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6119         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6121         * descr-text.el (describe-char): Handle the case where the list of
6122         chars is displayed in a separate frame.
6123         Be a bit more discriminating when looking for the char.
6125 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
6127         * bookmark.el (bookmark-automatically-show-annotations)
6128         (bookmark-read-annotation-text-func): Doc fixes.
6129         (bookmark-save): Improve argument/docstring consistency.
6130         (bookmark-get-bookmark, bookmark-get-bookmark-record)
6131         (bookmark-alist-from-buffer)
6132         (bookmark-upgrade-file-format-from-0)
6133         (bookmark-grok-file-format-version)
6134         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6135         (bookmark-read-annotation-mode)
6136         (bookmark-insert-current-bookmark, bookmark-jump)
6137         (bookmark-exit-hook): Fix typos in docstrings.
6138         (bookmark-exit-hooks): Define as obsolete alias.
6139         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6140         not `bookmark-exit-hooks'.  Fix docstring.
6141         (bookmark-bmenu-select): "?\ " -> "?\s".
6143 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
6145         * startup.el (command-line): Fix typo.
6147 2005-07-24  Richard M. Stallman  <rms@gnu.org>
6149         * tooltip.el (tooltip-mode): Test emacs-basic-display,
6150         not emacs-quick-startup.
6152 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
6154         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6155         (reb-next-match, reb-show-subexp): Use `with-selected-window'
6156         instead of `reb-with-current-window'.
6157         (reb-prev-match): Likewise.  Also, don't move left if the search
6158         was unsuccessful.
6159         (reb-initialize-buffer): New function.
6160         (re-builder, reb-change-syntax): Use it.
6162         * man.el (Man-goto-page): Make second argument NOERROR optional.
6164 2005-07-23  Richard M. Stallman  <rms@gnu.org>
6166         * man.el (Man-bgproc-sentinel): Check here for failure to find
6167         any man page in the output, and report the error here.
6168         (Man-arguments): Make it permanent local.
6169         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
6170         (Man-mode): Pass t for NOERROR.
6172         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6173         (grep-mode-font-lock-keywords):
6174         Don't use compilation-...-face for messages that are not file names.
6176         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6177         Don't use compilation-...-face for messages that are not file names.
6179 2005-07-22  Juri Linkov  <juri@jurta.org>
6181         * startup.el (normal-splash-screen): Update menu name.
6183         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6185 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6187         * term/xterm.el: Load term/rxvt if the terminal is actually an
6188         rxvt terminal.
6189         (xterm-rxvt-set-background-mode): Remove, not used anymore.
6191         * term/rxvt.el (function-key-map): Use substitute-key-definition
6192         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6194         * term/cygwin.el: New file.
6196 2005-07-22  Kim F. Storm  <storm@cua.dk>
6198         * image-file.el (insert-image-file, image-file-yank-handler):
6199         Fix last change to maintain a (unique) yank-handler on yanked images.
6201 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
6203         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6204         of the file size (as in "177B" for 177 bytes).  This happens with
6205         "ls -lh" on FreeBSD.
6207 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
6209         * hilit-chg.el (highlight-changes-global-initial-state)
6210         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6211         (hilit-chg-fixup, highlight-changes-mode):
6212         Fix typos in docstrings.
6213         (highlight-changes-global-modes, highlight-changes-rotate-faces):
6214         Doc fixes.
6216 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
6218         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6219         mode function using `eval-after-load'.
6221 2005-07-21  Kim F. Storm  <storm@cua.dk>
6223         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6224         included when reporting an emacs crash, and tell about the DEBUG file.
6226         * image-file.el (insert-image-file): Add yank-handler.
6227         (image-file-yank-handler): Yank handler to make unique copies of
6228         images when they are yanked into a buffer next to each other.
6230 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
6232         * comint.el (comint-use-prompt-regexp, comint-send-input)
6233         (comint-source-default, comint-extract-string)
6234         (comint-get-source, comint-word, comint-completion)
6235         (comint-source, comint-prompt-read-only, comint-update-fence):
6236         Fix typos in docstrings.
6237         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6238         Declare with define-obsolete-*-alias macros.
6239         (comint-previous-matching-input-from-input)
6240         (comint-next-matching-input-from-input)
6241         (comint-previous-matching-input, comint-next-matching-input)
6242         (comint-forward-matching-input):
6243         Improve argument/docstring consistency.
6245         * desktop.el (desktop-clear-preserve-buffers-regexp):
6246         Also preserve the *server* buffer.
6248         * simple.el (clone-indirect-buffer): Doc fix.
6249         (fixup-whitespace, just-one-space)
6250         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6251         (next-error, next-error-highlight)
6252         (next-error-highlight-no-select, next-error-last-buffer)
6253         (next-error-buffer-p, next-error-find-buffer, next-error)
6254         (previous-error, next-error-no-select, previous-error-no-select)
6255         (open-line, split-line, minibuffer-prompt-width, kill-new)
6256         (binary-overwrite-mode): Fix typos in docstrings.
6257         (set-fill-column): Fix typo in message.
6259         * skeleton.el (skeleton-proxy-new): Doc fix.
6261         * strokes.el (strokes-load-hook): Doc fix.
6262         (strokes-grid-resolution, strokes-get-grid-position)
6263         (strokes-renormalize-to-grid, strokes-read-stroke)
6264         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6265         (strokes-global-map): Fix typos in docstrings.
6266         (strokes-help): Doc fix.  Fix help message and pass it through
6267         `substitute-command-keys'.
6269         * tempo.el (tempo-insert-prompt, tempo-interactive)
6270         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6271         (tempo-insert-string-functions, tempo-local-tags)
6272         (tempo-define-template, tempo-insert-template)
6273         (tempo-insert-prompt-compat, tempo-is-user-element)
6274         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6275         Fix typos in docstrings.
6277         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6278         (vcursor-key-bindings, vcursor-use-vcursor-map)
6279         (vcursor-find-window, vcursor-scroll-down)
6280         (vcursor-disable, vcursor-beginning-of-buffer)
6281         (vcursor-end-of-buffer): Fix typos in docstrings.
6282         (vcursor-relative-move, vcursor-get-char-count):
6283         Improve argument/docstring consistency.
6285         * version.el: "?\ " -> "?\s".
6287         * wid-edit.el (widget-default-create, widget-after-change)
6288         (widget-default-format-handler, widget-checklist-add-item)
6289         (widget-radio-add-item, widget-choose, widget-specify-secret)
6290         (widget-field-value-create, widget-field-value-get)
6291         (widget-editable-list-format-handler)
6292         (widget-editable-list-entry-create, widget-group-value-create)
6293         (widget-documentation-link-add)
6294         (widget-documentation-string-value-create): "?\ " -> "?\s".
6295         (widget-convert-text): Doc fix.
6296         (widget-narrow-to-field, widget-field-find)
6297         (widget-url-link-action, widget-emacs-library-link-action)
6298         (widget-color-notify): Fix typos in docstrings.
6300         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6301         (x-select-text, set-w32-system-coding-system)
6302         (w32-add-charset-info): Fix typos in docstrings.
6304         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6305         (cua-enable-cua-keys, cua-use-hyper-key)
6306         (cua-virtual-rectangle-edges): Fix typos in docstrings.
6307         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6309         * net/tramp.el (tramp-handle-load): Fix typo in error message.
6311         * emacs-lisp/re-builder.el (regexp-builder): Declare with
6312         `defalias' instead of faking it.
6314         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6315         (eshell-ls-missing, eshell-ls-dired-initial-args)
6316         (eshell-ls-use-in-dired): Fix typos in docstrings.
6318 2005-07-20  Kim F. Storm  <storm@cua.dk>
6320         * emulation/cua-base.el (cua-mode): Improve doc string.
6322 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
6324         * abbrev.el (expand-region-abbrevs): Doc fix.
6325         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6326         Improve argument/docstring consistency.
6328         * arc-mode.el (archive-get-descr, archive-alternate-display):
6329         Doc fixes.
6330         (archive-l-e): Improve argument/docstring consistency.
6331         (archive-tmpdir, archive-unixdate, archive-unixtime)
6332         (archive-chmod-entry): Fix typos in docstrings.
6333         (archive-unflag, archive-unflag-backwards)
6334         (archive-unmark-all-files): "?\ " -> "?\s".
6336         * buff-menu.el (Buffer-menu-unmark): Doc fix.
6337         (Buffer-menu-not-modified, Buffer-menu-execute)
6338         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6339         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6341         * composite.el (compose-string, encode-composition-rule)
6342         (compose-last-chars): Fix typos in docstrings.
6344         * desktop.el (desktop-enable, desktop-basefilename):
6345         Declare with `define-obsolete-variable-alias'.
6346         (desktop-internal-v2s): Don't quote keywords.
6347         (desktop-clear): "?\ " -> "?\s".
6349         * dired.el (dired-align-file, dired-flag-backup-files)
6350         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6351         (dired-listing-switches, dired-ls-F-marks-symlinks)
6352         (dired-dwim-target, dired-load-hook, dired-mode-hook)
6353         (dired-directory, dired-faces, dired, dired-revert)
6354         (dired-mode, dired-summary, dired-view-file)
6355         (dired-copy-filename-as-kill, dired-delete-file)
6356         (dired-no-confirm, dired-unmark-all-marks)
6357         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6358         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6359         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6360         Fix typos in message strings.
6362         * dired-x.el (virtual-dired): Declare with `defalias'.
6363         (dired-mark-unmarked-files, dired-local-variables-file)
6364         (dired-omit-here-always): Doc fix.
6365         (dired-omit-mode, dired-find-subdir)
6366         (dired-enable-local-variables, dired-clean-up-buffers-too)
6367         (dired-extra-startup, dired-mark-extension, dired-jump)
6368         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6369         (dired-smart-shell-command, dired-guess-shell-alist-user)
6370         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6371         (dired-x-bind-find-file, dired-x-submit-report):
6372         Fix typos in docstrings.
6373         (dired-mark-unmarked-files): "?\ " -> "?\s".
6375         * dirtrack.el (dirtrack-list): Fix typos in docstring.
6377         * faces.el (describe-face): "?\ " -> "?\s".
6378         (read-all-face-attributes, read-face-font, modify-face)
6379         (face-attr-construct, italic): Fix typos in docstrings.
6380         (frame-update-face-colors): Declare with
6381         `define-obsolete-function-alias'.
6383         * files.el (find-file-noselect, recode-file-name): Doc fixes.
6384         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6385         (magic-mode-alist, buffer-file-numbers-unique)
6386         (write-file-functions, get-free-disk-space):
6387         Fix typos in docstrings.
6388         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6389         (write-contents-hooks, write-file-hooks):
6390         Declare with `define-obsolete-variable-alias'.
6392         * forms-d2.el (arch-rj): Fix typo in docstrings.
6393         (arch-tocol): Likewise.  "?\ " -> "?\s".
6395         * frame.el (set-frame-font, cursor-in-non-selected-windows):
6396         Fix typo in docstring.
6397         (set-screen-width, set-screen-height): Delete redundant info in
6398         doctrings.
6399         (new-frame, screen-height, screen-width): Declare with
6400         `define-obsolete-function-alias'.
6401         (delete-frame-hook, blink-cursor): Declare with
6402         `define-obsolete-variable-alias'.
6404         * paths.el (prune-directory-list): Fix typos in docstring.
6406         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6407         (cvs-prefix-get): Fix typos in docstrings.
6409         * ps-print.el (ps-extend-face-list, ps-extend-face)
6410         (ps-print-background-image): Fix typos in docstrings.
6411         (ps-default-fg, ps-default-bg): Doc fixes.
6413         * s-region.el (s-region-bind): Doc fix.
6414         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6416         * textmodes/org.el (org-table-formula-substitute-names)
6417         (org-table-get-vertical-vector): Doc fixes.
6418         (org-table-recalculate): Remove unused argument to `message'.
6420 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6422         * textmodes/org.el (org-table-column-names)
6423         (org-table-column-name-regexp)
6424         (org-table-named-field-locations): New variables.
6425         (org-archive-subtree): Protect `this-command' when calling
6426         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6427         the kill buffer.
6428         (org-complete): Remove fixed-formula completion.
6429         (org-edit-formulas-map): New variable.
6430         (org-table-edit-formulas): New command.
6431         (org-finish-edit-formulas, org-abort-edit-formulas)
6432         (org-show-variable, org-table-get-vertical-vector): New functions.
6433         (org-table-maybe-eval-formula): Handle `:=' fields.
6434         (org-table-get-stored-formulas, org-table-store-formulas)
6435         (org-table-get-formula, org-table-modify-formulas)
6436         (org-table-replace-in-formulas): Handle named field formulas.
6437         (org-table-get-specials): Store locations of named fields.
6439 2005-07-19  Juri Linkov  <juri@jurta.org>
6441         * progmodes/grep.el (grep-regexp-alist)
6442         (grep-mode-font-lock-keywords, grep-process-setup):
6443         Use default GNU grep match color "01;31m" instead of "01;41m".
6444         (grep-regexp-alist, grep-mode-font-lock-keywords):
6445         Use `\\[[0-9]*m' instead of `\\[00m'.
6446         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6447         sgr_start where its handling is more important.  Use the real
6448         length of sgr_start instead of constant 8.
6449         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6450         specially.  Delete all remaining escape sequences.
6451         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6452         (grep-regexp-alist): Make hyperlink only for binary file name
6453         instead of the whole line.
6454         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6455         (grep-mode): Add autoload.
6457         * emacs-lisp/find-func.el (find-function-regexp):
6458         Add `define-compilation-mode'.
6460 2005-07-19  Juri Linkov  <juri@jurta.org>
6462         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6463         (compare-windows-sync-string-size, compare-windows-recenter)
6464         (compare-windows-highlight, compare-windows): Add version 22.1.
6465         (compare-windows) <defface>: Inherit from lazy-highlight instead
6466         of duplicating its default value.
6468         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6469         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6471         * descr-text.el (describe-char): Create link buttons for `charset'
6472         and `code point'.  Add the current input method name with a link
6473         button to `to input' field.  Print face names of display table
6474         characters in `The display table entry is displayed by' section
6475         instead of printing face-id in the `display' field.
6476         Guess hardcoded faces and create a link button for them.
6477         Skip empty fields when calculating max-width.
6478         Treat `widget-create' specially while inserting strings from the
6479         collected field list.
6480         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6482         * diff-mode.el (diff-file-header): Change foreground color from
6483         yellow to green on light backgrounds.
6484         (diff-context): Inherit from `shadow' only for color/grayscale
6485         with more than 88 colors.
6486         (diff-indicator-removed, diff-indicator-added)
6487         (diff-indicator-changed): New faces.
6488         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6489         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6490         font-lock-comment-delimiter-face and font-lock-comment-face.
6491         Add `#' to ^[^...] in the rule for `diff-context-face'.
6493         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6494         a button-like box.  Inherit from `highlight' on low colors.
6495         (shadow): Use shades of gray only for color/grayscale with
6496         more than 88 colors.  Use green for light backgrounds with
6497         8 colors, and yellow for dark backgrounds with 8 colors.
6499         * font-lock.el (font-lock-regexp-grouping-backslash):
6500         Don't inherit from escape-glyph (use bold for all cases).
6502         * info.el (info-xref-visited): Use light foreground color `violet'
6503         for dark backgrounds instead of dark color `magenta3'.
6504         (info-title-1): Use `yellow' color for dark backgrounds.
6506         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6507         too-light magenta2.
6509         * replace.el (match): Use slightly more light RoyalBlue3 instead
6510         of dark RoyalBlue4.
6512         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6514 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6516         * novice.el (disabled-command-hook): Declare it with
6517         `define-obsolete-variable-alias'.
6519         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6520         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6521         (desktop-load-default): Add release to obsolescence info.
6522         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6523         (desktop-append-buffer-args, desktop-read):
6524         Fix typos in docstrings.
6525         (desktop-kill): Fix typo in message.
6526         (desktop-save): Doc fix.
6528 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6530         * viper-cmd.el (viper-escape-to-state): Bug fix.
6531         (viper-envelop-ESC-key): Change the definition of fast
6532         keysequence so it'll work with keyboard macros.
6534         * ediff.el (ediff-patch-buffer): Change the docstring.
6536 2005-07-19  Kenichi Handa  <handa@m17n.org>
6538         * international/mule-cmds.el (select-safe-coding-system): Try to
6539         use an auto-coding (if any) before anything else.  If the found
6540         auto-coding is invalid, show a warning message.
6542         * international/mule.el (find-auto-coding): New function created
6543         by modifying the body of set-auto-coding.
6544         (set-auto-coding): Use find-auto-coding to find a coding.
6546 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6548         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6549         not isearch-mode-end-hook-error.
6550         (allout-before-change-protect): Fix error message.
6552 2005-07-18  Juri Linkov  <juri@jurta.org>
6554         * allout.el (allout-mode):
6555         * calculator.el (calculator-copy):
6556         * custom.el (custom-known-themes):
6557         * dired.el (dired-desktop-buffer-misc-data)
6558         (dired-restore-desktop-buffer):
6559         * dired-x.el (dired-omit-marker-char):
6560         * files.el (basic-save-buffer):
6561         * font-core.el (font-lock-mode):
6562         * calendar/calendar.el (calendar-goto-hebrew-date)
6563         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6564         (calendar-goto-persian-date):
6565         * language/ethio-util.el (ethio-sera-to-fidel-region):
6566         * textmodes/picture.el (picture-mode):
6567         Delete duplicate duplicate words.
6569 2005-07-18  Juri Linkov  <juri@jurta.org>
6571         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6572         chars * ? } |.
6573         (isearch-fallback): Don't call `isearch-process-search-char'.
6574         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6575         (isearch-process-search-char): Call `isearch-fallback' for regexp
6576         chars * ? } |.
6577         (isearch-return-char): Make obsolete with `make-obsolete' instead
6578         of simply documenting it as obsolete in the docstring.
6579         (isearch-fallback): Refill docstring.
6581         * international/isearch-x.el
6582         (isearch-process-search-multibyte-characters): Remove unneeded
6583         `concat'.  Add intermediate values to `junk-hist' instead of
6584         `minibuffer-history'.  Test the length of `str'.
6586 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6588         * allout.el (allout-resolve-xref): Fix typos in error strings.
6589         (allout-before-change-protect): Remove unneeded `concat'.
6591         * array.el (array-mode, array-reconfigure-rows)
6592         (untabify-backward): Fix typos in docstrings.
6593         (array-reconfigure-rows): Use `insert-buffer-substring', not
6594         `insert-buffer'.
6596         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6597         * progmodes/ada-mode.el (ada-make-body):
6598         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6600         * dired.el (dired-log):
6601         * tar-mode.el (tar-subfile-save-buffer):
6602         * play/zone.el (zone-pgm-stress-destress):
6603         Use `insert-buffer-substring', not `insert-buffer'.
6605 2005-07-17  Simon Josefsson  <jas@extundo.com>
6607         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6609 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6611         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6612         Add plain auth method.
6613         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6615 2005-07-17  Kim F. Storm  <storm@cua.dk>
6617         * ido.el (dired-other-window): Add ido property.
6619 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6621         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6622         Fix typo in docstring.
6623         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6624         `insert-file-literally'.
6626         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6627         info and delete redundant message.  Doc fix.
6628         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6629         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6631 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6633         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6634         (byte-compile-and): Use byte-compile-and-recursion.
6635         (byte-compile-or-recursion): New function.
6636         (byte-compile-or): Use that.
6637         (byte-compile-if): Guard the else-clause too.
6638         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6640         * isearch.el (isearch-mode-end-hook-quit): New variable.
6641         (isearch-done): Bind it.
6642         (isearch-mode-end-hook): Doc fix.
6644         * allout.el (allout-isearch-did-quit): Variable deleted.
6645         (allout-real-isearch-abort): Function name no longer used.
6646         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6647         (allout-isearch-rectification): isearch-mode always exists.
6648         Don't set allout-isearch-did-quit.
6649         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6650         allout-isearch-did-quit.
6651         (allout-enwrap-isearch): Just add the hook.
6652         (allout-isearch-abort): Function deleted.
6653         (allout-pre-command-business): Avoid warning.
6655         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6656         Correctly avoid warnings.
6657         (pascal-outline): Likewise.
6659         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6661         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6663         * play/tetris.el (tetris-mode): Avoid warning.
6665         * play/snake.el (snake-mode): Avoid warning.
6667         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6668         (gamegrid-set-display-table): Avoid warning.
6669         (gamegrid-set-timer): Likewise.
6670         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6671         (gamegrid-add-score-with-update-game-score-1): Take FILE
6672         as argument.
6673         (gamegrid-add-score-with-update-game-score): Pass that argument.
6674         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6676         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6678         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6679         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6681         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6682         and insert-file.
6684         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6685         (sc-ask): Avoid warnings.
6687         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6688         (eshell-hist-initialize): Use that var the natural way.
6690         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6692         * emacs-lisp/re-builder.el (reb-cook-regexp):
6693         Avoid warning calling lre-compile-string.
6694         (reb-color-display-p): Avoid warning.
6696         * calculator.el (calculator-last-input): Guard uses
6697         of event-key and key-press-event-p.
6698         (event-key, key-press-event-p): Delete definitions.
6700         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6701         (find-gc-source-directory, find-gc-subrs-callers)
6702         (find-gc-noreturn-list, find-gc-source-files)
6703         (find-gc-subrs-called): Vars renamed and defvar'd.
6705         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6706         (checkdoc-overlay-put, checkdoc-delete-overlay)
6707         (checkdoc-overlay-start, checkdoc-overlay-end)
6708         (checkdoc-mode-line-update, checkdoc-char=):
6709         Define such that compiler knows they are defined.
6710         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6711         (checkdoc-read-event): Delete.  Use read-event directly.
6713         * whitespace.el (whitespace-make-overlay)
6714         (whitespace-overlay-put, whitespace-delete-overlay)
6715         (whitespace-overlay-start, whitespace-overlay-end):
6716         Define such that compiler knows they are defined.
6717         (whitespace): Move conditional inside.
6719         * tempo.el (tempo-insert-template): Suppress warning.
6721         * ediff-diff.el (longlines-mode): Add defvar.
6723 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6725         * server.el: Bind "C-x #" in a way that works even if C-x is
6726         redefined to a command key, not a prefix key.
6728 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6730         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6731         cl-make-type-test till execution time.
6733 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6735         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6736         arg ARG and use it.
6738 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6740         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6742 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6744         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6745         a defcustom with two :set or :type keywords.
6747 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6749         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6750         Don't give ^M comment-end syntax.
6752 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6754         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6755         Don't consider gdbmi (gdb-mi.el has its own update functions).
6756         (gdb-var-delete): Make it work for gdbmi as well.
6757         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6759         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6760         (gud-speedbar-menu-items): Correct logic for enabling items.
6762 2005-07-15  Kim F. Storm  <storm@cua.dk>
6764         * ido.el: Fix commentary.
6765         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6766         Use with-no-warnings around ffap-guesser.
6767         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6768         Let bind minibuffer-completing-file-name to t.
6770 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6772         * startup.el (site-run-file, keyboard-type): Doc fixes.
6773         (command-line): Check for "--basic-display" argument; also for
6774         "--quick", not "--bare-bones" (which was renamed).
6775         (fancy-splash-text): Add missing item "Getting New Versions".
6776         (normal-splash-screen): Fix typos and improve consistency with
6777         `fancy-splash-text'.  Update copyright year.
6779         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6780         valid binding for `help-char'.
6782         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6784 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6786         * term.el (term-mode): Disable cua-mode for term buffers.
6788 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6790         * add-log.el (add-log-mailing-address, change-log-merge):
6791         Doc fixes.
6792         (change-log-get-method-definition): Fix typo in docstring.
6794 2005-07-14  Kim F. Storm  <storm@cua.dk>
6796         * emulation/cua-base.el:
6797         (cua--pre-command-handler-1, cua--pre-command-handler)
6798         (cua--post-command-handler-1, cua--post-command-handler):
6799         Split in two.  Check (buffer local) value of cua-mode.
6800         (cua-selection-mode): New command.
6802 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6804         * custom.el (custom-initialize-safe-set)
6805         (custom-initialize-safe-default): Doc fixes.
6807         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6808         and simplify :init-value again.
6810         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6811         and simplify :init-value again.  Delete autoload.
6813         * startup.el (command-line): Use `custom-reevaluate-setting' again
6814         for tooltip-mode.
6816         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6817         a defcustom with two :initialize keywords.
6819 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6821         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6822         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6823         (allout-post-command-business, allout-flag-region)
6824         (isearch-reenable-font-lock, allout-yank)
6825         (allout-insert-latex-header, allout-insert-latex-trailer)
6826         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6827         (allout-latex-verb-quote): Fix typos in docstrings.
6828         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6829         (allout-unprotected, allout-prefix-data):
6830         Improve argument/docstring consistency.
6831         (allout-chart-subtree): Fix argument spec.
6832         (allout-open-topic): Rename `use_sib_bullet' argument to
6833         `use-sib-bullet'.  Doc fix.
6835         * whitespace.el (whitespace-check-buffer-leading)
6836         (whitespace-check-buffer-trailing)
6837         (whitespace-check-buffer-indent)
6838         (whitespace-check-buffer-spacetab)
6839         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6840         (whitespace-check-leading-whitespace)
6841         (whitespace-check-trailing-whitespace)
6842         (whitespace-check-spacetab-whitespace)
6843         (whitespace-check-indent-whitespace)
6844         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6845         (whitespace-modes): Fix typos in docstrings.
6846         (defgroup, defcustom): Doc fixes.
6848         * winner.el (winner-mode, winner-boring-buffers)
6849         (winner-pending-undo-ring): Doc fixes.
6850         (winner-ring): Remove unneeded `progn'.
6851         (winner-equal): `defsubst' it.
6852         (winner-redo): Fix message.
6854 2005-07-13  Kim F. Storm  <storm@cua.dk>
6856         * simple.el (line-move-1): Always use vertical-motion to
6857         do the last (or only) line move to ensure some movement.
6858         Undo 2005-06-23 change--don't check for overlays.
6860 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6862         * term/mac-win.el (ccl-encode-mac-roman-font)
6863         (ccl-encode-mac-centraleurroman-font)
6864         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6865         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6866         Change charset-id boundary of dimension to ?\xef.
6867         (mac-char-fontspec-list): New constant.
6868         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6869         argument.  Nil uses itself as family in font-spec.  Previous
6870         behavior for nil is now provided by non-nil non-string argument.
6871         All callers changed.  Add font-specs for Mac fonts to
6872         "fontset-default" unless iso8859-1 fonts are installed.
6874 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6876         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6877         a continuation line if the \ is preceded by SPC or TAB.
6878         (sh-get-indent-info): Simplify.
6879         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6880         Use with-current-buffer.
6882         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6883         when the matched text is empty.
6885 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6887         * startup.el (command-line): Revert to previous handling of
6888         tooltip-mode.  Explain in comment why the complexity is needed.
6890         * tooltip.el (tooltip-mode): Revert to previous implementation of
6891         its defcustom.
6893         * frame.el (blink-cursor-mode): Revert to previous implementation
6894         of its defcustom.  Update comment.
6896 2005-07-12  Lars Hansen  <larsh@soem.dk>
6898         * desktop.el: Update e-mail address.
6900 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6902         * term/mac-win.el (mac-services-mail-selection)
6903         (mac-services-mail-to): New functions.
6904         (mac-application-menu-map): Bind them.
6906 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6908         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6910 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6912         * custom.el (custom-reevaluate-setting): Doc fix.
6914 2005-07-11  Jay Belanger  <belanger@truman.edu>
6916         * calc/calc.el (calc-embedded-announce-formula-alist)
6917         (calc-embedded-open-close-plain-alist)
6918         (calc-embedded-open-close-mode-alist): Add checks for additional
6919         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6921 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6923         * custom.el (custom-enable-theme): Don't add theme to
6924         `custom-enabled-themes' with `push' because there is no
6925         setf-method for `delq'.
6927 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6929         * custom.el (custom-declare-variable): Doc fix.
6931         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6932         from the alists.
6934         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6935         Do nothing if edebug-active.
6937         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6938         (edebug-display): Do it here instead.
6940 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6942         * cus-face.el (custom-theme-set-faces): Make it work.
6943         (custom-reset-faces): Doc fix.
6944         (custom-theme-reset-internal-face, custom-theme-face-value):
6945         Functions deleted.
6947         * custom.el (custom-push-theme): Maintain list of the settings
6948         of a given theme in its theme-settings property.
6949         Maintain position of old settings in the theme-value
6950         or theme-face property.
6951         (custom-enabled-themes): New variable.
6952         (custom-theme-enabled-p): New function.
6953         (provide-theme): Update custom-enabled-themes.
6954         Disable and reenable the `user' theme.
6955         (require-theme): Doc fix.
6956         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6957         (custom-theme-value, custom-theme-variable-value): Likewise.
6958         (custom-theme-reset-internal): Likewise.
6959         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6960         (custom-enable-theme, custom-disable-theme): New functions.
6961         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6962         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6963         (custom-theme-reset-variables): Simplify.
6964         (deftheme, custom-declare-theme, custom-make-theme-feature):
6965         Definitions moved.
6967 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6969         * longlines.el (longlines-show-region)
6970         (longlines-unshow-hard-newlines): Recognize hard newlines by
6971         non-nil hard property, instead of t.
6973 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6975         * viper-cmd.el (viper--key-maps): New variable.
6976         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6977         emulation-mode-map-alists.
6978         (viper-envelop-ESC-key): Use viper-subseq.
6979         (viper-search-forward/backward/next): Disable debug-on-error.
6981         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6982         (viper-ESC-key): New defcustoms.
6984         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6986         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6987         (viper-subseq): Copy of subseq from cl.el.
6989         * viper.el (viper-go-away, viper-set-hooks): Use
6990         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6992         * viper-mous.el (viper-current-frame-saved): Use defvar.
6994         * viper-init.el: Get rid of -face in face names.
6996         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6997         Make it work with longlines mode
6999         * ediff-mult.el (ediff-meta-mode-hook): New variable.
7001         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
7003         * ediff-init.el: Get rid of -face in face names.
7005 2005-07-10  Richard M. Stallman  <rms@gnu.org>
7007         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
7008         and with-timeout-unsuspend.
7010         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
7011         and with-timeout-unsuspend.
7013         * emacs-lisp/timer.el (with-timeout-timers): New variable.
7014         (with-timeout): Bind that variable to record timers.
7015         (with-timeout-suspend, with-timeout-unsuspend): New functions.
7017         * emacs-lisp/debug.el (debug-help-follow): New function.
7018         (debugger-mode-map): Use that instead of help-follow.
7019         (debugger-setup-buffer): Use eval-buffer-list
7020         to handle eval-buffer frames.
7022 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
7024         * timezone.el (timezone-parse-date): Change first regexp
7025         so it will not mistakenly match dates with no time zone.
7027 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
7029         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
7031 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
7033         * custom.el (custom-initialize-safe-set)
7034         (custom-initialize-safe-default): New functions.
7036         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7037         and simplify :init-value.
7039         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7040         and simplify :init-value.  Delete obsolete comment.
7042         * startup.el (command-line): Use `custom-reevaluate-setting' to
7043         handle `tooltip-mode'.  Delete obsolete comment.
7045         * files.el (set-visited-file-name): Avoid calling
7046         `file-name-nondirectory' with a nil argument.
7048 2005-07-09  Richard M. Stallman  <rms@gnu.org>
7050         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
7051         was called with nil for the buffer, handle the read position right.
7052         Handle read position for eval-region, too.
7054 2005-07-09  Juri Linkov  <juri@jurta.org>
7056         * fringe.el (fringe-mode): Add period in docstring.
7057         (fringe-query-style): Build prompt depending on `all-frames' arg.
7059         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7060         to not create links to unrelated functions in the Help buffer.
7062         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7063         Doc fix.
7065         * simple.el (next-error-hook): New variable.
7066         (next-error): Use it.  Doc fix.
7068         * textmodes/ispell.el (ispell-command-loop): Add current
7069         dictionary name and program name to mode-line-format.
7070         (ispell-region, ispell-process-line): Add current dictionary name
7071         and program name to messages.
7073 2005-07-08  Jay Belanger  <belanger@truman.edu>
7075         * calc/calc.el (calc-embedded-announce-formula-alist)
7076         (calc-embedded-open-close-formula-alist)
7077         (calc-embedded-open-close-word-alist)
7078         (calc-embedded-open-close-plain-alist)
7079         (calc-embedded-open-close-new-formula-alist)
7080         (calc-embedded-open-close-mode-alist)
7081         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7082         (calc-embedded-mode-hook): New variables.
7084         * calc/calc-embed.el (calc-embedded-firsttime)
7085         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7086         New variables.
7087         (calc-do-embedded): Use calc-embedded-firsttime,
7088         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7089         determine whether or not to run hooks.
7090         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7091         calc-embedded-firsttime-formula appropriately.
7092         Set calc-embedded delimiter variables according to mode.
7094 2005-07-08  Richard M. Stallman  <rms@gnu.org>
7096         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7097         Check for "emacs", etc., as entire symbol, not just as word.
7098         (checkdoc-file-comments-engine): Use regexp-quote on FN.
7100         * files.el (set-visited-file-name): Report the error
7101         for "empty filename" earlier.
7102         (kill-some-buffers): Ignore buffers already dead.
7104         * fringe.el (fringe-mode): Doc fix.
7106         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7107         Check for (featurep 'xemacs) and turn off warnings in what it guards.
7108         Use unwind-protect to ensure byte-compile-unresolved-functions
7109         is updated.
7111         * whitespace.el (whitespace-buffer-leading-cleanup):
7112         Simplify w/ skip-chars-forward.
7113         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7115         * mail/rmail.el (rmail-only-expunge): Fix paren error.
7116         Unconditionally try to leave point at the same old place.
7118 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
7120         * comint.el (comint-postoutput-scroll-to-bottom)
7121         (comint-show-maximum-output): Take scroll-margin into consideration.
7123 2005-07-08  Kim F. Storm  <storm@cua.dk>
7125         * ido.el (ido-use-filename-at-point): New choice `guess'.
7126         (ido-file-internal): Try ffap-guesser if selected.
7128         * ido.el (ido-before-fallback-functions): New hook.
7129         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7130         (ido-read-file-name): Run it.
7132 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7134         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7135         strings rather than a list of symbols to the completion function.
7137 2005-07-07  Jay Belanger  <belanger@truman.edu>
7139         * calc/calc-units.el (math-apply-units): Change the places in
7140         which units are simplified.
7142 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7144         * cus-edit.el (customize-option, customize-option-other-window):
7145         Make them handle aliases.
7147         * custom.el (custom-variable-p): Make it recursively follow
7148         aliases.  Mention that in the docstring.
7150 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7152         * cus-start.el (exec-path): Use `directory' instead of `file'.
7153         Fix tag for nil.
7155 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7157         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7158         when called non-interactively.  Doc fix.
7160 2005-07-07  Lute Kamstra  <lute@gnu.org>
7162         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7163         new address as well.
7165 2005-07-07  Kenichi Handa  <handa@m17n.org>
7167         * international/mule.el (make-coding-system):
7168         Describe `ascii-incompatible' property in the docstring.
7169         (set-file-name-coding-system): Signal an error if coding-system is
7170         ascii-incompatible.
7171         (set-keyboard-coding-system): Likewise.
7173         * international/mule-cmds.el (set-default-coding-systems):
7174         Don't set default-file-name-coding-system and
7175         default-keyboard-coding-system if coding-system is ASCII-incompatible.
7177         * international/utf-16.el: Declare that all UTF-16-based coding
7178         systems are ASCII-incompatible.
7180 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
7182         * progmodes/gud.el: Require font-lock for displaying errors.
7183         Used by gdb-ui.el.
7185 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7187         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7188         values for the pattern lists which are `read'able but not
7189         `append'able (like symbols).
7191 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7193         * progmodes/flymake.el (flymake-float-time): Instead of
7194         with-no-warnings, test for xemacs.
7195         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7196         to avoid warning.
7198 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
7200         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7202 2005-07-05  Lute Kamstra  <lute@gnu.org>
7204         * battery.el: Add support for Darwin (with much debugging help
7205         from Samuel Lauber <sam124@operamail.com>).
7206         (battery-status-function, battery-echo-area-format)
7207         (battery-mode-line-format): Add support for pmset on Darwin.
7208         (battery-load-low, battery-load-critical): New user options.
7209         (battery-pmset): New function.
7211 2005-07-05  Lute Kamstra  <lute@gnu.org>
7213         Update FSF's address in GPL notices.
7215         * textmodes/page-ext.el: Update FSF's address.
7217 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7220         filling from using prefix when filling a single-line docstring.
7222         * progmodes/flymake.el: Remove useless eval-when-compile.
7224         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7226 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7228         * textmodes/org.el (org-file-apps-defaults-gnu):
7229         Rename from org-file-apps-defaults-linux.
7230         (org-default-apps): Don't test system-type for `linux'.
7231         (org-file-apps): Doc fix.
7233 2005-07-04  David Ponce  <david@dponce.com>
7235         * tree-widget.el: Improve header Commentary section.
7236         (tree-widget) [defgroup]
7237         (tree-widget-image-enable, tree-widget-themes-directory)
7238         (tree-widget-theme, tree-widget-image-properties-emacs)
7239         (tree-widget-image-properties-xemacs, tree-widget-create-image)
7240         (tree-widget-image-formats, tree-widget-control)
7241         (tree-widget-empty-control, tree-widget-leaf-control
7242         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7243         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7244         (tree-widget-keep, tree-widget-after-toggle-functions)
7245         (tree-widget-open-node, tree-widget-close-node): Doc fix.
7246         (tree-widget-open-control, tree-widget-close-control): Fix doc and
7247         :help-echo message.
7248         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
7249         (tree-widget-image-properties): Doc fix.  Clearer implementation.
7250         (tree-widget--cursors): New constant.
7251         (tree-widget-lookup-image): New function split from
7252         `tree-widget-find-image'.  Clearer implementation.
7253         (tree-widget-find-image): Use it.
7254         (tree-widget-button-keymap): Use `set-keymap-parent'.
7255         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7256         Define the sub-widgets here.
7257         (tree-widget-node): Check that :node is not a tree-widget.
7258         (tree-widget-get-super, tree-widget-open-control)
7259         (tree-widget-close-control, tree-widget-empty-control)
7260         (tree-widget-leaf-control, tree-widget-guide)
7261         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7262         (tree-widget-no-handle, tree-widget-value-delete)
7263         (tree-widget-map): Remove.
7264         (tree-widget-children-value-save): Doc fix.  Simplified.
7265         (tree-widget-value-create): Update according to previous changes.
7267 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7269         * textmodes/org.el: Leading space replaced by TABS.
7270         (org-recalc-marks, org-table-rotate-recalc-marks)
7271         (org-table-get-specials): Treat "^" and "_" marks.
7272         (org-table-justify-field-maybe): Optional argument NEW.
7273         (org-table-eval-formula): Parsing of the format simplified.
7274         New modes C,I.  Honor the %= parameter in the current table.
7275         Avoid unnecessary re-align by using the NEW argument to
7276         `org-table-justify-field-maybe'.
7277         (org-calc-default-modes): Default for date-format mimicks org-mode.
7278         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7280 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7282         * cus-face.el (custom-theme-set-faces): Make it handle face
7283         aliases whose alias declarations are pre- or autoloaded.
7285 2005-07-04  Juri Linkov  <juri@jurta.org>
7287         * faces.el (read-face-name): Put the code for getting a face name
7288         from the buffer before adding the faces from the `face' property.
7289         Use `completing-read-multiple' instead of `completing-read'.
7290         Require `crm'.  Add default value and post-process the returned
7291         list of faces.
7293         * emacs-lisp/crm.el (crm-find-current-element)
7294         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7296         * emacs-lisp/lisp-mode.el (eval-defun-1):
7297         * emacs-lisp/edebug.el (edebug-eval-defun):
7298         Remove unnecessary quotes.
7300 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7302         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7303         (prolog-indent-level): Fix typo in docstring.
7305         * info.el (Info-history, Info-history-forward)
7306         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7308         * add-log.el (add-change-log-entry):
7309         * comint.el (comint-dynamic-list-input-ring)
7310         (comint-dynamic-list-completions):
7311         * dabbrev.el (dabbrev-expand):
7312         * delim-col.el (delimit-columns-rectangle-line):
7313         * diff-mode.el (diff-context->unified, diff-reverse-direction)
7314         (diff-unified->context):
7315         * ediff-init.el (ediff-abbrev-jobname):
7316         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7317         (ediff-replace-session-activity-marker-in-meta-buffer):
7318         * info.el (Info-summary):
7319         * lpr.el (printify-region):
7320         * printing.el (pr-create-interface):
7321         * ps-print.el (ps-print-quote):
7322         * ses.el (ses-column-widths, ses-print-cell)
7323         (ses-adjust-print-width, ses-center):
7324         * shell.el (shell-file-name-quote-list):
7325         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7326         (strokes-fill-current-buffer-with-whitespace)
7327         (strokes-xpm-for-stroke, strokes-list-strokes)
7328         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7329         * term.el (term-dynamic-list-input-ring)
7330         (term-dynamic-list-completions):
7331         * calc/calc.el (math-format-stack-value):
7332         * emacs-lisp/edebug.el (edebug-display-freq-count):
7333         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7334         (delphi-new-comment-line):
7335         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7336         * progmodes/executable.el (executable-set-magic):
7337         * progmodes/python.el (inferior-python-mode):
7338         * progmodes/scheme.el (scheme-mode-syntax-table):
7339         * progmodes/sh-script.el (sh-maybe-here-document):
7340         * progmodes/sql.el (sql-copy-column):
7341         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7342         * textmodes/bibtex.el (bibtex-mode):
7343         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7344         (sgml-auto-attributes):
7345         * textmodes/table.el (table-insert, table-shorten-cell)
7346         (table--generate-source-scan-lines, table-delete-row)
7347         (*table--cell-delete-char, table--spacify-frame)
7348         (table--horizontally-shift-above-and-below)
7349         (table--cell-insert-char, table--cell-blank-str)
7350         (table--fill-region-strictly):
7351         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7352         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7354         * add-log.el (change-log):
7355         * apropos.el (apropos):
7356         * comint.el (comint-completion, comint-source):
7357         * dabbrev.el (dabbrev):
7358         * delim-col.el (columns):
7359         * diff-mode.el (diff-mode):
7360         * ediff.el (ediff):
7361         * ediff-diff.el (ediff-diff):
7362         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7363         * ediff-mult.el (ediff-mult):
7364         * ediff-ptch.el (ediff-ptch):
7365         * ediff-wind.el (ediff-window):
7366         * facemenu.el (facemenu):
7367         * indent.el (indent):
7368         * info.el (info):
7369         * jka-cmpr-hook.el (compression, jka-compr):
7370         * lpr.el (lpr):
7371         * outline.el (outlines):
7372         * pcmpl-cvs.el (pcmpl-cvs):
7373         * pcmpl-rpm.el (pcmpl-rpm):
7374         * printing.el (printing):
7375         * ps-print.el (postscript, ps-print, ps-print-horizontal)
7376         (ps-print-vertical, ps-print-headers, ps-print-font)
7377         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7378         (ps-print-background, ps-print-printer, ps-print-page)
7379         (ps-print-miscellany):
7380         * ses.el (ses):
7381         * shell.el (shell, shell-directories, shell-faces):
7382         * startup.el (initialization):
7383         * strokes.el (strokes):
7384         * term.el (term):
7385         * uniquify.el (uniquify):
7386         * w32-vars.el (w32):
7387         * calc/calc.el (calc):
7388         * emacs-lisp/bytecomp.el (bytecomp):
7389         * emacs-lisp/cl-indent.el (lisp-indent):
7390         * emacs-lisp/edebug.el (edebug):
7391         * emacs-lisp/elp.el (elp):
7392         * emacs-lisp/testcover.el (testcover):
7393         * emacs-lisp/trace.el (trace):
7394         * emulation/viper-ex.el (viper-ex):
7395         * emulation/viper-mous.el (viper-mouse):
7396         * mail/mailalias.el (mailalias):
7397         * mail/supercite.el (supercite, supercite-frames)
7398         (supercite-attr, supercite-cite, supercite-hooks):
7399         * net/rcompile.el (remote-compile):
7400         * net/rlogin.el (rlogin):
7401         * obsolete/ooutline.el (outlines):
7402         * progmodes/delphi.el (delphi):
7403         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7404         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7405         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7406         (ebnf-optimization):
7407         * progmodes/etags.el (etags):
7408         * progmodes/executable.el (executable):
7409         * progmodes/idlwave.el (idlwave):
7410         * progmodes/pascal.el (pascal):
7411         * progmodes/prolog.el (prolog):
7412         * progmodes/python.el (python):
7413         * progmodes/scheme.el (scheme):
7414         * progmodes/sh-script.el (sh, sh-script):
7415         * progmodes/sql.el (SQL):
7416         * progmodes/tcl.el (tcl):
7417         * textmodes/bibtex.el (bibtex, bibtex-autokey):
7418         * textmodes/enriched.el (enriched):
7419         * textmodes/makeinfo.el (makeinfo):
7420         * textmodes/sgml-mode.el (sgml):
7421         * textmodes/table.el (table-hooks):
7422         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7423         * textmodes/texinfo.el (texinfo):
7424         * textmodes/two-column.el (two-column):
7425         Finish `defgroup' description with period.
7427         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7428         * eshell/esh-var.el (eshell-var):
7429         * progmodes/vhdl-mode.el (vhdl-testbench):
7430         * textmodes/org.el (org): Fix typos in docstrings.
7432         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7433         consistency.
7435         * progmodes/flymake.el (flymake-find-file): Remove.
7436         (flymake-float-time): Use `with-no-warnings'.
7437         (flymake-check-start-time, flymake-check-was-interrupted)
7438         (flymake-err-info, flymake-is-running, flymake-last-change-time)
7439         (flymake-new-err-info): `defvar' at compile time.
7441 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
7443         * replace.el (occur-hook): Doc fix.
7444         (occur-1): Don't call `occur-hook' if there are no matches.
7446 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7448         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7449         global-map, save the same map.
7450         (global-map): Don't alter it at top level.
7451         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7452         Then alter it here instead.
7453         (tpu-edt-off): Set global-map to the saved one.
7455         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7456         All references simplified.
7457         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7458         (zmacs-regions): Add defvar.
7459         (repeat-complex-command-map): Everything about that deleted.
7461         * textmodes/artist.el (artist-key-is-drawing)
7462         (artist-key-endpoint1, artist-key-poly-point-list)
7463         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7464         (artist-key-compl-table, artist-rb-save-data)
7465         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7466         Don't put them in eval-when-compile.
7467         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7469         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7470         Use with-no-warnings.
7472         * net/browse-url.el (dos-windows-version): Add defvar.
7474         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7476         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7477         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7478         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7479         Add defvar.
7480         (rmail-summary-beginning-of-message): Use with-no-warnings.
7481         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7483         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7484         Use with-no-warnings.
7486         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7487         (c-mark-function): Add point-moving-unit property.
7488         (vi-goto-line): Use with-no-warnings.
7490         * emulation/edt.el (edt-last-copied-word): Add defvar.
7491         (zmacs-region-stays): Likewise.
7492         (edt-mark-section-wisely): Use c-mark-function for C.
7493         Use makr-defun for Fortran.
7494         (time-string): defvar deleted.
7495         (edt-display-the-time): Don't set time-string.
7497         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7499         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7500         Don't warn when name is not constant
7501         or for defining the group `emacs'.
7503         * tooltip.el (gud-tooltip-mode): Add defvar.
7505         * startup.el (default-frame-background-mode): Add defvar.
7507         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7509         * info.el (tool-bar-map): Add defvar.
7511         * dired.el (dnd-protocol-alist): Add defvar.
7513         * dired-aux.el (dired-query): Display question with answer, when
7514         the user answers.
7516         * custom.el (custom-add-option): Doc fix.
7518         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7520 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7522         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7523         bogus name from the last change.
7525 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7527         * custom.el (custom-declare-variable): Fix typos in comment.
7528         (custom-known-themes): Doc fix.
7529         (custom-theme-directory): New defcustom.
7530         (require-theme): Make it check `custom-theme-directory'.
7532         * cus-theme.el (custom-new-theme-mode): New function.
7533         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7534         (custom-theme-description): Add compiler defvars.
7535         (customize-create-theme): Add doc to the "*New Custom Theme*"
7536         buffer.  Use `custom-new-theme-mode'.
7537         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7538         and save it to the `custom-theme-directory'.  Make this the
7539         default directory of the buffer.
7541 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7543         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7544         Fix unbalanced parentheses.
7546 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7549         into flymake-mode and delegate to flymake-mode.
7551         * find-file.el (ff-which-function-are-we-in): Clean up.
7553 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7555         * replace.el (occur-rename-buffer): Fix docstring.
7557         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7558         (edt-last-copied-word, edt-learn-macro-count)
7559         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7560         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7561         (time-string, zmacs-region-stays):
7562         * emulation/edt-mapper.el (edt-save-function-key-map)
7563         (EDT-key-name): `defvar' to silence the byte-compiler.
7565 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7567         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7568         font-lock-regexp-backslash.  Doc fix.
7569         (font-lock-regexp-backslash-grouping-construct): Rename from
7570         font-lock-regexp-backslash-construct.  Doc fix.
7571         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7572         grouping constructs.
7574 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7576         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7577         updating all the prerequisites.
7579 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7581         * textmodes/org.el (org-agenda-start-on-weekday)
7582         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7583         (org-agenda-use-time-grid, org-archive-location)
7584         (org-allow-space-in-links, org-usenet-links-prefer-google)
7585         (org-enable-table-editor, org-export-default-language)
7586         (org-export-html-show-new-buffer, org-fill-paragraph)
7587         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7588         (org-goto-quit, org-occur, org-eval-in-calendar)
7589         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7590         (org-agenda-diary-entry, org-remember-help)
7591         (org-table-convert-region, org-at-table-p)
7592         (org-table-move-row-down, org-table-move-row-up)
7593         (org-table-copy-region, org-table-toggle-vline-visibility)
7594         (org-table-get-stored-formulas, org-table-get-specials)
7595         (org-recalc-commands, org-table-eval-formula)
7596         (org-table-formula-substitute-names, orgtbl-make-binding)
7597         (org-format-org-table-html, org-format-table-table-html)
7598         (org-format-table-table-html-using-table-generate-source)
7599         (org-customize): Fix typos in docstrings.
7600         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7601         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7602         (org-back-to-heading): Doc fixes.
7603         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7604         (org-agenda-change-all-lines, org-get-header):
7605         Improve argument/docstring consistency.
7606         (orgtbl-error): Fix error message.
7608         * progmodes/flymake.el (flymake-find-possible-master-files)
7609         (flymake-master-file-compare, flymake-get-line-err-count)
7610         (flymake-highlight-line, flymake-gui-warnings-enabled):
7611         Fix typos in docstrings.
7612         (flymake-parse-line, flymake-get-project-include-dirs-function)
7613         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7614         Doc fixes.
7615         (flymake-get-project-include-dirs-function)
7616         (flymake-make-err-menu-data):
7617         Improve argument/docstring consistency.
7619 2005-07-01  Lute Kamstra  <lute@gnu.org>
7621         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7622         Catch errors with ignore-errors.  Use temporary buffer.
7623         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7625         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7626         background color faces.
7627         (facemenu-set-foreground, facemenu-set-background):
7628         Use facemenu-set-face-from-menu.
7629         (facemenu-set-face-from-menu): Treat face names that start with
7630         "fg:" or "bg:" as special.
7631         (facemenu-add-new-color): Don't create faces.  Simplify.
7633 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7635         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7636         (crm-find-current-element): Likewise.
7638 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7640         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7642 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7645         (archive-mouse-extract): Make it an obsolete alias.
7646         (archive-mode-map): Don't use archive-mouse-extract any more.
7647         (archive-mode, archive-extract): write-contents-hooks ->
7648         write-contents-functions.
7649         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7650         first arg.
7651         (archive-rename-entry): Update the call.
7652         (archive-zip-summarize): Remove unused var `method'.
7653         (archive-lzh-summarize): Remove unused var `creator'.
7655         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7656         dedicated frame upon exit.
7658         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7659         (archive-zip-extract, archive-zip-expunge)
7660         (archive-zip-update, archive-zip-update-case): Use executable-find.
7661         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7662         Use restore-buffer-modified-p.
7663         (archive-extract, archive-add-new-member, archive-write-file-member):
7664         Use with-current-buffer.
7665         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7667 2005-06-30  Andreas Schwab  <schwab@suse.de>
7669         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7671 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7673         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7675 2005-06-30  Juri Linkov  <juri@jurta.org>
7677         * faces.el (vertical-border): Inherit from mode-line-inactive
7678         only on tty.
7680 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7682         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7683         example, -NLINES in the `occur' docstring).
7685         * replace.el (occur-1): When no matches are found, do not set the
7686         `buffer-read-only' and modified flags for the occur buffer,
7687         because it is deleted.
7689         * emulation/cua-base.el (cua-check-pending-input)
7690         (cua-repeat-replace-region, cua-mode, cua-debug)
7691         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7692         Fix typos in docstrings.
7694         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7695         (cua-cut-region-to-global-mark)
7696         (cua--cut-rectangle-to-global-mark):
7697         Remove period from end of messages.
7699         * emulation/cua-rect.el (cua-do-rectangle-padding):
7700         Remove period from end of messages.
7701         (cua--rectangle-seq-format): Fix typo in docstring.
7702         (cua-sequence-rectangle, cua-fill-char-rectangle):
7703         Improve argument/docstring consistency.
7705 2005-06-29  Juri Linkov  <juri@jurta.org>
7707         * faces.el (default-frame-background-mode): New internal variable.
7708         (frame-set-background-mode): Use it.
7710         * startup.el (normal-top-level): Set default-frame-background-mode
7711         instead of frame-background-mode.  Before setting it, test for its
7712         nil value.  Remove tests for frame-background-mode and frame
7713         parameter `reverse'.  Add test for "unspecified-fg".
7715         * term/xterm.el (xterm-rxvt-set-background-mode):
7716         * term/rxvt.el (rxvt-set-background-mode):
7717         Set default-frame-background-mode instead of frame-background-mode.
7719 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7721         * simple.el (set-variable): Warn about obsolete user variables.
7723         * imenu.el (imenu--completion-buffer):
7724         * mouse.el (mouse-buffer-menu-alist):
7725         * msb.el (msb-invisible-buffer-p):
7726         * calendar/diary-lib.el (diary-header-line-format):
7727         * emacs-lisp/pp.el (pp-buffer):
7728         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7729         * textmodes/picture.el (picture-replace-match):
7730         Change space constants followed by a sexp to "?\s ".
7732         * play/decipher.el (decipher-loop-with-breaks):
7733         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7734         constants "protected" from end of line by a comment to "?\s".
7736 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7738         * font-lock.el (save-buffer-state): Use `declare'.
7740         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7741         reset the syntax-table to cperl-mode-syntax-table.
7742         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7743         "foo_print_bar" is not matched as a reserved keyword.
7745 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7747         * textmodes/org.el (orgtbl-setup): New function, for delayed
7748         setup for the orgtbl commands.
7749         (org-calc-default-modes): New option.
7750         (orgtbl-make-binding): Use `defun' to get better help display.
7751         (org-diary): Call `org-compile-prefix-format'.
7752         (org-table-formula-substitute-names): New function.
7753         (org-agenda-day-view, org-agenda-week-view): New commands.
7754         (org-agenda-toggle-week-view): Command removed.
7755         (org-tbl-menu): Split off from org-org-menu.
7756         (org-mode): Move removal of outline-mode menus to here.
7757         (org-table-formula-debug): New option.
7758         (org-table-insert-row): Keep first field if just "#" or "*".
7759         (org-mode): Paragraph regexps fixed.
7760         (org-table-recalculate-regexp): New constant.
7761         (org-table-justify-field-maybe): Avoid replace if not necessary.
7762         (org-copy-special, org-cut-special): Use `call-interactively'.
7763         (org-table-copy-region): Take region from `interactive' call.
7764         (org-trim): Return string even if no match.
7765         (org-formula): New face.
7766         (org-set-font-lock-defaults): No longer highlight "FIXME".
7767         But highlight formula-related fields in table.
7768         (org-table-p): Use regexp, not fontification.
7769         (org-table-align): Handle white space at end of line.
7770         (org-table-formula-evaluate-inline): New option.
7771         (org-mode): Auto-wrapping in comment lines turned off.
7772         (org-table-copy-down): Evaluate only in copied field, not in
7773         destination.
7774         (org-table-current-formula): Variable removed.
7775         (org-table-store-formulas, org-table-get-stored-formulas)
7776         (org-table-modify-formulas, org-table-replace-in-formulas)
7777         (org-table-maybe-eval-formula): New functions.
7778         (org-table-get-formula): Modify to use stored formulas.
7779         (org-table-insert-column, org-table-delete-column)
7780         (org-table-move-column): Call `org-table-modify-formulas'.
7781         (org-complete): Add completion for keyword formulas.
7782         (orgtbl-mode): Pull orgtbl-mode-map to start of
7783         minor-mode-map-alist.
7785 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * progmodes/python.el (python-check): Require `compile' before
7788         modifying its variables.
7790         * newcomment.el (comment-indent-default): Don't get fooled by an early
7791         end of buffer.
7793 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7795         * ps-print.el (ps-print-version): Fix version number.
7797 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7799         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7801 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7803         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7804         (flyspell-local-mouse-map): Declaration deleted.
7805         (flyspell-mouse-map): Bind only mouse-2.
7806         (flyspell-mode-map): Don't test flyspell-use-local-map.
7807         (flyspell-overlay-keymap-property-name): Var deleted.
7808         (flyspell-mode-on): Don't make local bindings for
7809         flyspell-mouse-map and flyspell-mode-map.
7810         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7812         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7814         * progmodes/compile.el (compilation-next-error-function):
7815         Don't switch buffers; operate on the current buffer.
7817         * progmodes/compile.el (compilation-error-file-name)
7818         (compilation-warning-file-name, compilation-info-file-name)
7819         (compilation-line-number, compilation-column-number): New faces.
7820         (compilation-error-face, compilation-warning-face)
7821         (compilation-info-face, compilation-line-face)
7822         (compilation-column-face): Use them.
7824         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7826         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7828         * bindings.el (global-map): Bind insertchar and its variants.
7830 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7832         * textmodes/artist.el (artist-text-overwrite)
7833         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7835 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7837         * ps-print.el: It was not working the page selection for printing.
7838         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7839         (ps-print-version): New version 6.6.7.
7840         (ps-end-sheet): New fun.
7841         (ps-header-sheet, ps-end-job): Call it.
7843 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7845         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7847 2005-06-27  Lute Kamstra  <lute@gnu.org>
7849         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7850         background color faces.
7851         (facemenu-get-face): Delete function.
7852         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7853         (facemenu-add-new-color): Make second argument mandatory.
7854         Create the appropriate face and return it.  Simplify.
7855         (facemenu-set-foreground, facemenu-set-background): Don't check if
7856         color is defined.  Use return value of facemenu-add-new-color.
7858 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7860         * progmodes/gud.el (gud-filter): Add missing argument to
7861         with-selected-window.
7863 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7866         a :require to the defcustom.
7868         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7869         defcustoms corresponding to minor modes.
7871 2005-06-26  David Ponce  <david@dponce.com>
7873         * recentf.el: Require tree-widget instead of wid-edit.
7874         (recentf-filename-handler): Fix widget :type.
7875         (recentf-cancel-dialog, recentf-open-more-files)
7876         (recentf-open-files-action): Doc fix.
7877         (recentf-dialog-goto-first): New function.
7878         (recentf-dialog-mode-map): Set parent keymap first.
7879         (recentf-dialog-mode): Define with define-derived-mode.
7880         Don't display continuation lines in dialogs.
7881         (recentf-edit-list): Rename from recentf-edit-selected-items.
7882         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7883         Simplify.
7884         (recentf-edit-list-validate): New function.
7885         (recentf-edit-list): Update accordingly.
7886         (recentf-open-files-item-shift): Remove.
7887         (recentf-open-files-item): Convert menu elements into tree and
7888         link widgets.  Don't create the widgets.
7889         (recentf-open-files): Update accordingly.
7890         (recentf-save-list): Untabify.
7892 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7894         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7895         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7896         partially contained in the active region.  Do not take active
7897         region into account when called from Lisp, unless INTERACTIVE arg
7898         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7899         avoid trouble with fields.  Make marker point nowhere when no
7900         longer used.  Always return nil.  Doc fix.
7901         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7902         into account when called from Lisp, unless INTERACTIVE arg is
7903         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7904         avoid trouble with fields.  Make marker point nowhere when no
7905         longer used.  Always return nil.  Doc fix.
7906         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7907         interchangeable.  Do not take active region into account when
7908         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7909         message in echo area when called from Lisp, unless INTERACTIVE arg
7910         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7911         Return the number of matches.  Doc fix.
7912         (occur): Doc fix.
7913         (perform-replace): Make comment follow double space convention for
7914         the sake of `outline-minor-mode'.
7916         * faces.el (facep): Doc fix.
7918 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7920         * facemenu.el (facemenu-enable-faces-p): New function.
7921         (facemenu-background-menu, facemenu-foreground-menu)
7922         (facemenu-face-menu): Add menu-enable property.
7924         * jka-compr.el (jka-compr-insert-file-contents):
7925         Special handling if cannot find the uncompression program.
7927         * cus-face.el (custom-face-attributes): Add autoload.
7929         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7930         Bind comment-indent-function locally.
7932         * window.el (save-selected-window): Use save-current-buffer.
7934         * subr.el (with-selected-window): Use save-current-buffer.
7936         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7937         and with-current-buffer.
7939 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7941         * simple.el (line-move-1): Fix previous change.
7943 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7945         * replace.el (occur-1): Set `buffer-read-only' and the
7946         buffer-modified flag before running `occur-hook' to protect
7947         against unintentional buffer switches that can lead to data loss.
7949 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7951         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7952         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7953         initial error.
7955         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7956         after fresh input.
7957         (gdb-var-create-handler): Put name of expression in quotes.
7959 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7961         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7962         elements of RING in order, and without bogus nil elements.
7964 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7966         * simple.el (set-variable): Args renamed; doc fix.
7967         (line-move-1): When there are overlays around, use vertical-motion.
7969         * faces.el (escape-glyph): Use brown against light background.
7970         (nobreak-space): Rename from no-break-space.
7971         Fix previous change.
7973         * dired-aux.el (dired-do-copy): Fix arg prompt.
7975         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7977 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7979         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7980         rather than "Distributor".
7982 2005-06-23  Lute Kamstra  <lute@gnu.org>
7984         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7985         (debug-on-entry): Use it.  New interactive declaration that uses
7986         function-called-at-point.
7988 2005-06-23  Kim F. Storm  <storm@cua.dk>
7990         * subr.el (save-match-data): Add comment about using evaporate arg
7991         to set-match-data.
7993 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7995         * cus-edit.el (customize-face)
7996         (customize-face-other-window): Handle face aliases.
7998         * faces.el (face-documentation, set-face-attribute)
7999         (face-spec-set): Handle face aliases.
8001 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
8003         * help-mode.el (help-make-xrefs): If a symbol representing a face
8004         name is not followed by the word "face", it could still be a
8005         function or variable name, so don't bypass other checks.
8007 2005-06-22  Juri Linkov  <juri@jurta.org>
8009         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
8010         Replace aliased functions with calls where second arg `inherit' is t.
8012 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
8014         * progmodes/gdb-ui.el (gdb-error): New variable.
8015         (gdb-error): New function.
8016         (gdb-annotation-rules): Act on error-begin and error annotations.
8017         (gdb-concat-output): Use font-lock-warning-face for errors.
8019 2005-06-22  Miles Bader  <miles@gnu.org>
8021         * bindings.el (propertized-buffer-identification): Use renamed
8022         `Buffer-menu-buffer' face.
8024         * faces.el (vertical-border): Rename from `vertical-divider'.
8025         (escape-glyph): Change dark-background color back to `cyan'.
8027 2005-06-21  Juri Linkov  <juri@jurta.org>
8029         * faces.el (face-user-default-spec): Try getting `customized-face'
8030         prior to `saved-face'.
8031         (frame-background-mode): Refill docstring.
8033         * emacs-lisp/lisp-mode.el (eval-defun-1):
8034         * emacs-lisp/edebug.el (edebug-eval-defun):
8035         Set `saved-face' temporarily to nil before calling form.
8036         Set `customized-face' to the new spec after that.
8038 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8040         * subr.el (1value, lambda, key-substitution-in-progress):
8041         Doc fixes.
8043         * autoinsert.el (auto-insert-alist):
8044         * ses.el (ses-call-printer):
8045         * subr.el (noreturn):
8046         * emacs-lisp/lisp.el (check-parens):
8047         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
8048         * net/browse-url.el (browse-url-mosaic):
8049         * progmodes/cc-defs.el (c-safe-scan-lists):
8050         * progmodes/ebnf-abn.el (ebnf-abn-lex):
8051         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
8052         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
8053         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
8054         * progmodes/ebnf-iso.el (ebnf-iso-lex):
8055         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
8057 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8059         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8061 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
8063         * calendar/appt.el (appt-make-list): Activate the package, if
8064         not already active (for backwards compatibility).
8066 2005-06-20  Kim F. Storm  <storm@cua.dk>
8068         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
8070 2005-06-20  Miles Bader  <miles@gnu.org>
8072         * faces.el (vertical-divider): New face.
8074 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
8076         * simple.el (kill-whole-line): Doc fix.
8077         (next-error-buffer-p, next-error-find-buffer)
8078         (clone-indirect-buffer): Fix typos in docstrings.
8079         (comment-line-break-function): Doc fix: don't say variable
8080         is automatically buffer-local (it isn't).
8082 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
8084         * net/tramp-ftp.el (top):
8085         * net/tramp-smb.el (top):
8086         * net/tramp-util.el (top):
8087         * net/tramp-uu.el (top):
8088         * net/tramp-vc.el (top):
8089         * net/tramp.el (top): Revert copyright years back to original
8090         ones.  Tramp has a life outside GNU Emacs.
8092 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8094         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8096 2005-06-18  Juri Linkov  <juri@jurta.org>
8098         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8099         end of first regexp to limit the match to the position between
8100         line number and source line with same separator character as used
8101         between file name and line number.  In the second regexp limit
8102         mouse-face area to file name and line number by adding new group
8103         for them and referring it in HYPERLINK arg.
8104         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8105         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8106         previous line where grep markers may be already removed.
8108 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
8110         * progmodes/ps-mode.el: Update version and maintainer's email address.
8112 2005-06-18  Steve Youngs  <steve@xemacs.org>
8114         * net/browse-url.el (browse-url-browser-function)
8115         (browse-url-default-browser): Add firefox.
8116         (browse-url-firefox-program, browse-url-firefox-arguments)
8117         (browse-url-firefox-startup-arguments)
8118         (browse-url-firefox-new-window-is-tab): New defcustoms.
8119         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8121 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8123         * startup.el (command-line): Warn if specified user name has
8124         no home directory.
8126         * term.el (term-get-old-input, term-input-filter, term-input-sender)
8127         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8129         * longlines.el (longlines-mode, longlines-show-hard-newlines):
8130         Doc fixes.
8132         * faces.el (underline): Try bold if terminal doesn't support underline.
8134         * mail/sendmail.el (mail-setup-with-from): New variable.
8135         (mail-insert-from-field): New function.
8136         (sendmail-send-it): Call it.
8137         (mail-setup): Optionally call it here.
8139         * term/linux.el: Call tty-no-underline.
8141 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8143         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8145 2005-06-17  Miles Bader  <miles@gnu.org>
8147         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8148         (ediff-current-diff-C, ediff-current-diff-Ancestor)
8149         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8150         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8151         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8152         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8153         Remove "-face" suffix from face names.
8154         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8155         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8156         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8157         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8158         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8159         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8160         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8161         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8162         New backward-compatibility aliases for renamed faces.
8163         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8164         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8165         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8166         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8167         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8168         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8169         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8170         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8171         Use renamed ediff faces.
8173         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8174         Remove "-face" suffix from face names.
8175         (eshell-test-ok-face, eshell-test-failed-face):
8176         New backward-compatibility aliases for renamed faces.
8177         (eshell-run-test): Use renamed eshell-test faces.
8179         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8180         face name.
8181         (eshell-prompt-face): New backward-compatibility alias for renamed
8182         face.
8183         (eshell-emit-prompt): Use renamed eshell-prompt face.
8185         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8186         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8187         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8188         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8189         Remove "-face" suffix from face names.
8190         (eshell-ls-directory-face, eshell-ls-symlink-face)
8191         (eshell-ls-executable-face, eshell-ls-readonly-face)
8192         (eshell-ls-unreadable-face, eshell-ls-special-face)
8193         (eshell-ls-missing-face, eshell-ls-archive-face)
8194         (eshell-ls-backup-face, eshell-ls-product-face)
8195         (eshell-ls-clutter-face):
8196         New backward-compatibility aliases for renamed faces.
8197         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8199         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8200         Remove "-face" suffix from face name.
8201         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8202         instead of literal face.
8204 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
8206         * emacs-lisp/warnings.el (display-warning, lwarn)
8207         (warning-minimum-log-level): Doc fixes.
8208         (warning-minimum-level, warning-minimum-log-level):
8209         Add :debug to :type choices.
8211         * progmodes/ada-mode.el (ada-format-paramlist)
8212         (ada-get-indent-case, ada-check-matching-start)
8213         (ada-check-defun-name, ada-goto-matching-decl-start)
8214         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8215         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8216         (ada-make-subprogram-body): Follow error conventions.
8217         (ada-case-exception-file, ada-indent-comment-as-code)
8218         (ada-indent-handle-comment-special, ada-indent-renames)
8219         (ada-indent-return, ada-search-directories-internal)
8220         (ada-tab-policy, ada-case-exception-substring)
8221         (ada-other-file-alist, ada-matching-start-re)
8222         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8223         (ada-imenu-generic-expression, ada-compile-goto-error)
8224         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8225         (ada-popup-menu, ada-add-extensions, ada-mode)
8226         (ada-region-selected, ada-create-case-exception)
8227         (ada-create-case-exception-substring, ada-after-keyword-p)
8228         (ada-activate-keys-for-case, ada-adjust-case-region)
8229         (ada-adjust-case-buffer, ada-format-paramlist)
8230         (ada-scan-paramlist, ada-insert-paramlist)
8231         (ada-indent-newline-indent)
8232         (ada-indent-newline-indent-conditional)
8233         (ada-justified-indent-current, ada-goto-previous-word)
8234         (ada-indent-current, ada-get-indent-open-paren)
8235         (ada-get-indent-paramlist, ada-get-indent-end)
8236         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8237         (ada-get-indent-block-start, ada-get-indent-subprog)
8238         (ada-get-indent-noindent, ada-get-indent-label)
8239         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8240         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8241         (ada-goto-stmt-end, ada-goto-next-word)
8242         (ada-check-matching-start, ada-check-defun-name)
8243         (ada-goto-matching-decl-start, ada-goto-matching-start)
8244         (ada-goto-matching-end, ada-search-ignore-string-comment)
8245         (ada-in-decl-p, ada-looking-at-semi-or)
8246         (ada-looking-at-semi-private, ada-in-paramlist-p)
8247         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8248         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8249         (ada-next-procedure, ada-previous-procedure, ada-next-package)
8250         (ada-previous-package, ada-create-menu)
8251         (ada-fill-comment-paragraph-justify)
8252         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8253         (ada-other-file-name, ada-last-which-function-line)
8254         (ada-last-which-function-subprog, ada-which-function)
8255         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8256         (ada-gen-treat-proc, ada-check-emacs-version)
8257         (ada-continuation-indent, ada-align-region-separate):
8258         Fix typos in docstrings.
8259         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8261 2005-06-16  Lute Kamstra  <lute@gnu.org>
8263         * simple.el (fundamental-mode): Run after-change-major-mode-hook
8264         conditionally.
8266 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8268         * comint.el (comint-replace-by-expanded-filename)
8269         (comint-prompt-regexp, comint-delimiter-argument-list)
8270         (comint-preinput-scroll-to-bottom):
8271         * info.el (Info-hide-cookies-node):
8272         * ls-lisp.el (ls-lisp-classify):
8273         * find-file.el (ff-search-directories, ff-special-constructs)
8274         (ff-find-other-file):
8275         * font-lock.el (font-lock-keywords):
8276         * shell.el (shell-prompt-pattern)
8277         (shell-dynamic-complete-functions, shell-mode)
8278         (shell-delimiter-argument-list):
8279         * term.el (term-replace-by-expanded-filename)
8280         (term-prompt-regexp, term-delimiter-argument-list):
8281         * woman.el (woman-ignore, woman0-if):
8282         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8283         * emacs-lisp/elint.el (elint-init-env):
8284         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8285         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8286         * language/ethio-util.el (ethio-tilde-escape)
8287         (ethio-use-three-dot-question):
8288         * net/zone-mode.el (zone-mode-load-time-setup):
8289         * progmodes/cc-align.el (c-lineup-argcont):
8290         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8291         * progmodes/cperl-mode.el (cperl-set-style-back):
8292         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8293         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8294         Fix spellings in docstrings.
8296         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8297         * progmodes/modula2.el (m2-for): Fix spellings.
8299         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8301         * simple.el (undo-more): Don't use `format' on `error' arguments.
8302         Improve argument/docstring consistency.
8303         (pending-undo-list): Doc fix.
8305         * smerge-mode.el (smerge-ensure-match):
8306         * emulation/vip.el (vip-ex):
8307         * net/zone-mode.el (zone-mode-update-serial):
8308         * progmodes/idlwave.el (idlwave-complete):
8309         * progmodes/vhdl-mode.el (vhdl-visit-file)
8310         (vhdl-compose-wire-components):
8311         Don't use `format' on `error' arguments.
8313         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8314         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8315         (tooltip-help-tips): Fix typos in docstrings.
8317 2005-06-16  David Ponce  <david@dponce.com>
8319         * tree-widget.el (tree-widget-value-create): Simplify last change.
8321 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
8323         * ido.el (ido-incomplete-regexp): New variable.
8324         (ido-set-matches-1): Handle invalid-regexp error and set
8325         ido-incomplete-regexp.
8326         (ido-incomplete-regexp): New face.
8327         (ido-completions): Use it.
8328         (ido-complete, ido-exit-minibuffer, ido-completions):
8329         Handle incomplete regexps.
8330         (ido-completions): Add check for complete match when entering a regexp.
8332 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8336 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8338         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8339         by field delimiters.
8341 2005-06-15  David Ponce  <david@dponce.com>
8343         * tree-widget.el: eval-and-compile inlined functions so they will
8344         be available at run-time too.
8345         (tree-widget-super-format-handler)
8346         (tree-widget-format-handler): Remove.
8347         (tree-widget-value-create): Handle the :indent property.
8349 2005-06-15  Miles Bader  <miles@gnu.org>
8351         * progmodes/which-func.el (which-func): Only inherit
8352         `font-lock-function-name-face' when that makes sense against the
8353         default mode-line face, otherwise set the face color explicitly.
8355         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8356         faces instead of (non-existent) variables.
8358 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8360         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8361         (iswitchb-get-matched-buffers): Likewise.  Simplify.
8363 2005-06-14  Miles Bader  <miles@gnu.org>
8365         * progmodes/ld-script.el (ld-script-location-counter):
8366         Remove "-face" suffix from face name.
8367         (ld-script-location-counter-face):
8368         New backward-compatibility alias for renamed face.
8369         (ld-script-location-counter-face): Use renamed face.
8371         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8372         (cperl-hash): Remove "-face" suffix from face names.
8373         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8374         New backward-compatibility aliases for renamed faces.
8375         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8376         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8378         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8379         name.
8380         (which-func-face): New backward-compatibility alias for renamed face.
8381         (which-func-format): Use renamed which-func face.
8383         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8384         (vhdl-function, vhdl-directive, vhdl-reserved-word)
8385         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8386         names.
8387         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8388         (vhdl-speedbar-configuration, vhdl-speedbar-package)
8389         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8390         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8391         (vhdl-speedbar-architecture-selected)
8392         (vhdl-speedbar-configuration-selected)
8393         (vhdl-speedbar-package-selected)
8394         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8395         names.
8396         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8397         Use renamed faces.
8398         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8399         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8400         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8401         Use renamed faces.
8402         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8403         names.
8404         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8405         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8406         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8407         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8408         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8409         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8411         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8412         face name.
8413         (sh-heredoc-face): New backward-compatibility alias for renamed face.
8414         (sh-heredoc-face): Use renamed sh-heredoc face.
8416         * progmodes/idlw-help.el (idlwave-help-link):
8417         Remove "-face" suffix from face name.
8418         (idlwave-help-link-face):
8419         New backward-compatibility alias for renamed face.
8420         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8422         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8423         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8424         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8425         New backward-compatibility aliases for renamed faces.
8426         (idlwave-shell-disabled-breakpoint-face)
8427         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8429         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8430         Remove "-face" suffix from face names.
8431         (flymake-errline-face, flymake-warnline-face):
8432         New backward-compatibility aliases for renamed faces.
8433         (flymake-highlight-line): Use renamed flymake faces.
8435         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8436         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8437         (ebrowse-member-class, ebrowse-progress):
8438         Remove "-face" suffix from face names.
8439         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8440         (ebrowse-file-name-face, ebrowse-default-face)
8441         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8442         (ebrowse-progress-face):
8443         New backward-compatibility aliases for renamed faces.
8444         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8445         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8446         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8447         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8449         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8450         antlr-syntax)
8451         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8452         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8453         names.
8454         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8455         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8456         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8457         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8458         backward-compatibility aliases for renamed faces.
8459         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8460         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8461         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8462         remove "font-lock-".  Use renamed antlr-mode faces.
8463         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8464         literal face-names with face variable references.
8466         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8467         face name.
8468         (Buffer-menu-buffer-face): New backward-compatibility alias for
8469         renamed face.
8470         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8472 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8474         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8475         Eliminate "-face" suffix.
8476         (makefile-targets): Inherit from font-lock-function-name-face and
8477         eliminate "-face" suffix.
8478         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8479         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8480         actions, instead of prepending, to make it less visible.
8481         (makefile-previous-dependency, makefile-match-dependency):
8482         Don't match a target on a continuation line.
8484         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8486 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8488         * progmodes/gdb-ui.el (menu): Re-order menu items.
8489         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8491         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8492         Define in tooltip.el.
8493         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8494         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8495         gud-tooltip-echo-area.
8497         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8498         backward compatibility and make obsolete.
8499         (tooltip-help-tips): Use tooltip-use-echo-area.
8500         (tooltip-show-help-function): Rename to...
8501         (tooltip-show-help): ...this, because it is a function.
8502         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8504 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8506         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8507         (edebug-print-length, edebug-print-level, edebug-print-circle)
8508         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8509         (edebug-eval-print-last-sexp): Doc fixes.
8511 2005-06-14  Kim F. Storm  <storm@cua.dk>
8513         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8514         as the coverage buffer/file/both may change.
8516 2005-06-14  Lute Kamstra  <lute@gnu.org>
8518         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8519         and run-mode-hooks.  Simplify.
8521         * mail/rmailedit.el (rmail-edit-mode):
8522         * progmodes/octave-inf.el (inferior-octave-mode):
8523         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8525         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8526         and run-mode-hooks.
8527         (recentf-edit-list, recentf-open-files): Don't call
8528         kill-all-local-variables directly.
8530         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8532 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8534         * emacs-lisp/byte-run.el (make-obsolete)
8535         (define-obsolete-function-alias): Rename arguments FUNCTION and
8536         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8537         (make-obsolete-variable, define-obsolete-variable-alias):
8538         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8539         respectively.
8541         * isearchb.el (isearchb-activate):
8542         * pcvs.el (cvs-mode):
8543         * ses.el (ses-load):
8544         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8545         * net/tramp.el (tramp-find-file-exists-command)
8546         (tramp-find-shell):
8547         * progmodes/ada-mode.el (ada-create-case-exception)
8548         (ada-create-case-exception-substring, ada-make-subprogram-body):
8549         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8550         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8551         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8552         * textmodes/org.el (org-promote, org-evaluate-time-range)
8553         (org-agenda-next-date-line, org-agenda-previous-date-line)
8554         (org-agenda-error, org-open-at-point, org-table-move-row)
8555         (org-format-table-table-html-using-table-generate-source)
8556         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8557         * textmodes/reftex.el (reftex-access-scan-info):
8558         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8559         (reftex-toc-promote-prepare): Follow error conventions.
8561         * diff-mode.el (diff-mode): Fix typo in docstring.
8563         * forms.el (forms--intuit-from-file): Fix reference to
8564         `forms-number-of-fields' in error message.
8565         (forms-print): Fix quoting in error message.
8567         * forms.el (forms-mode):
8568         * emulation/vi.el (vi-goto-insert-state):
8569         * progmodes/flymake.el (flymake-new-err-info)
8570         (flymake-start-syntax-check-for-current-buffer)
8571         (flymake-simple-cleanup):
8572         * eshell/esh-var.el (eshell/export):
8573         * progmodes/gud.el (xdb):
8574         * textmodes/flyspell.el (flyspell-incorrect-hook)
8575         (flyspell-maybe-correct-transposition)
8576         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8578 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8580         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8581         minibuffer prompt.
8583 2005-06-13  Kim F. Storm  <storm@cua.dk>
8585         * subr.el (add-to-ordered-list): New defun.
8587         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8588         add cua--keymap-alist to emulation-mode-map-alists.
8590 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * subr.el (complete-in-turn): New macro.
8593         (dynamic-completion-table, lazy-completion-table): Add debug info.
8595         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8596         in preference to face aliases.
8598         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8599         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8600         Remove unused vars `start' and `firstline'.
8601         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8602         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8604 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8606         * cus-start.el (all): Don't complain about missing GTK-related
8607         variables, unless either `gtk' is boundp or this isn't a
8608         `windows-nt' build.
8610 2005-06-13  Lute Kamstra  <lute@gnu.org>
8612         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8613         run-mode-hooks.
8615         * ediff-mult.el (ediff-meta-mode):
8616         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8618         * ledit.el (ledit-mode): Use delay-mode-hooks.
8620         * woman.el (woman-mode-line-format): Delete constant.
8621         (woman-mode-map): Initialize it properly.
8622         (woman-mode): Set mode-class property to special.
8623         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8624         Set major-mode and mode-name.  Don't set mode-line-format directly.
8625         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8627         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8628         string argument obsolete.
8630 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8632         * textmodes/org.el (org-CUA-compatible): New option.
8633         (org-disputed-keys): New variable.
8634         (org-key): New function.
8635         (orgtbl-make-binding): Add docstring to the created function.
8636         (org-mode): Set paragraph start/separate regexps.
8637         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8638         (org-archive-location, org-archive-mark-done)
8639         (org-archive-stamp-time): New options.
8640         (org-archive-subtree): New command.
8641         (org-fill-paragraph): New function.
8642         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8643         (org-fake-empty-table-line): Function removed.
8644         (org-format-org-table-html): Do not create empty table lines at
8645         separator lines.  Improved table header treatment.
8646         (org-link-format): New option.
8647         (org-make-link): New function.
8648         (org-insert-link, org-store-link): Use org-make-link.
8649         (org-open-file): Quote file name for shell command, to allow
8650         spaces in file names.
8651         (org-link-regexp): Fix bug with mailto link.
8652         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8653         New constants.
8654         (org-export-as-html): Deal with the optional angles around a link.
8655         Better treatment of file: links.
8656         (org-open-at-point): Replace @{ and @} with < and >.
8657         (org-run-mode-hooks): Function removed.
8658         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8660 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8662         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8663         MI command -data-list-register-values.
8664         (gdb-post-prompt): Indent properly.
8666 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8668         * hilit-chg.el (highlight-changes-colors): Rename from
8669         `highlight-changes-colours'.
8670         (highlight-changes-colours): Keep as obsolete alias.
8671         (highlight-changes-face-list): Doc fix.
8672         (hilit-chg-make-list): Use `highlight-changes-colors'.
8674 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8676         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8677         defun-prompt-regexp.
8679 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8681         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8682         and cygwin.
8684         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8685         Don't use an old loaddefs.el, as in Makefile.in.
8687 2005-06-12  Lute Kamstra  <lute@gnu.org>
8689         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8691         * man.el (Man-mode-map): Initialize it properly.
8692         (Man-mode): Set mode-class property to special.
8694         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8696 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8698         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8699         A newline is needed in the docstring there.
8701         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8702         Doc fixes.
8704 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8706         * printing.el: Doc fix.  The menubar is no more changed when printing
8707         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8708         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8709         (pr-version): New version number (6.8.4).
8710         (pr-menu-bind): New command.
8711         (pr-update-menus): Docstring and code fix.
8712         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8713         Docstring fix.
8714         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8715         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8717 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8719         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8720         "Returns" to "return", document useful return values, etc.
8722 2005-06-11  Alan Mackenzie  <acm@muc.de>
8724         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8725         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8726         (adaptive-file-function): Minor amendment to doc-string.
8728 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8730         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8731         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8732         Fix :type--it is `integer', not `string'.
8734         * faces.el (modeline-highlight): Rename from (the erroneous)
8735         `modeline-higilight'.
8737 2005-06-11  Lute Kamstra  <lute@gnu.org>
8739         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8740         lisp-interaction-mode-map but make it the parent.
8741         (edebug-eval-mode): Use define-derived-mode.
8743 2005-06-11  Andreas Schwab  <schwab@suse.de>
8745         * bindings.el: Add binding of `ESC functionkey' for every
8746         `M-functionkey'.
8747         * hexl.el (hexl-mode-map): Likewise.
8749 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8751         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8752         [msft]: update regexp for newer msft compilers.
8754 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8756         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8757         ATTLIST portions of included DTDs.
8758         (xml-parse-dtd): Eliminate use of inefficient match-data.
8760 2005-06-10  Miles Bader  <miles@gnu.org>
8762         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8763         (mpuz-text): Remove "-face" suffix from face names.
8764         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8765         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8766         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8768         * play/gomoku.el (gomoku-O, gomoku-X):
8769         Remove "-face" suffix from face names.
8770         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8771         New backward-compatibility aliases for renamed faces.
8772         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8774 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8776         * thumbs.el: Fixes for changes of 2005-06-09.
8777         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8778         as a directory.
8779         (thumbs-thumbname): Remove directory separator from format string;
8780         `thumbs-thumbsdir' now returns a valid directory name.
8781         (thumbs-temp-dir): New defsubst.
8782         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8783         Use it.
8785         * cus-edit.el (minibuffer):
8786         * files.el (make-backup-file-name-function):
8787         * filesets.el (filesets-external-viewers):
8788         * hilit-chg.el (highlight-changes-colours)
8789         (highlight-changes-face-list, highlight-changes-rotate-faces):
8790         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8791         * kmacro.el (kmacro-call-macro):
8792         * log-edit.el (log-edit-changelog-full-paragraphs):
8793         * mouse.el (mouse-1-click-follows-link):
8794         * skeleton.el (skeleton-autowrap):
8795         * subr.el (insert-for-yank-1):
8796         * tempo.el (tempo-insert-region):
8797         * terminal.el (terminal-emulator):
8798         * time.el (display-time-mail-face):
8799         * vc.el (vc-annotate):
8800         * vcursor.el (vcursor-copy-line):
8801         * woman.el (woman-bold-headings, woman-ignore)
8802         (woman-default-faces, woman-monochrome-faces):
8803         * calendar/todo-mode.el (todo-insert-threshold):
8804         * emulation/pc-select.el (pc-select-selection-keys-only)
8805         (pc-selection-mode):
8806         * emulation/vip.el (vip-find-char-forward):
8807         * emulation/viper-cmd.el (viper-find-char-forward):
8808         * international/mule-cmds.el
8809         (select-safe-coding-system-accept-default-p)
8810         (input-method-exit-on-invalid-key):
8811         * international/mule-diag.el (describe-coding-system):
8812         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8813         * net/browse-url.el (browse-url-xterm-program):
8814         * obsolete/lazy-lock.el (lazy-lock-mode):
8815         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8816         (cperl-mode):
8817         * progmodes/cpp.el (cpp-face-light-name-list)
8818         (cpp-face-dark-name-list):
8819         * progmodes/delphi.el (delphi-newline-always-indents):
8820         Fix spellings in docstrings.
8822         * ido.el (ido-mode, ido-file-extensions-order)
8823         (ido-default-file-method, ido-default-buffer-method)
8824         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8825         (ido-decorations, ido-read-file-name-as-directory-commands)
8826         (ido-read-file-name-non-ido, ido-work-directory-list)
8827         (ido-ignore-item-temp-list, ido-current-directory)
8828         (ido-magic-forward-char, ido-enter-find-file)
8829         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8830         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8832 2005-06-10  Lute Kamstra  <lute@gnu.org>
8834         * play/dunnet.el (dun-mode): Use define-derived-mode.
8835         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8836         obsolete alias.
8838         * play/doctor.el (doctor-mode-map): Remove defvar.
8839         (doctor-mode): Use define-derived-mode.
8841         * mail/mspools.el (mspools-mode):
8842         * net/eudc-hotlist.el (eudc-hotlist-mode):
8843         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8845 2005-06-10  Miles Bader  <miles@gnu.org>
8847         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8848         Remove "-face" suffix from face names.
8849         (flyspell-incorrect-face, flyspell-duplicate-face):
8850         New backward-compatibility aliases for renamed faces.
8851         (flyspell-mode-on, make-flyspell-overlay)
8852         (flyspell-highlight-incorrect-region)
8853         (flyspell-highlight-duplicate-region)
8854         (flyspell-display-next-corrections)
8855         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8857         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8858         from face name.
8859         (texinfo-heading-face): New backward-compatibility alias for
8860         renamed face.
8861         (texinfo-heading-face): Use renamed texinfo-heading face.
8863         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8864         suffix from face names.
8865         (tex-math-face, tex-verbatim-face):
8866         New backward-compatibility aliases for renamed faces.
8867         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8868         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8869         literal face name.
8871         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8872         name.
8873         (table-cell-face): New backward-compatibility alias for renamed face.
8874         (table--put-cell-face-property, table--update-cell-face):
8875         Use renamed table-cell face.
8877         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8878         from face name.
8879         (sgml-namespace-face): New backward-compatibility alias for
8880         renamed face.
8881         (sgml-namespace-face): Use renamed sgml-namespace face.
8883         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8884         (org-level-4, org-level-5, org-level-6, org-level-7)
8885         (org-level-8, org-warning, org-headline-done)
8886         (org-deadline-announce, org-scheduled-today)
8887         (org-scheduled-previously, org-link, org-done, org-table)
8888         (org-time-grid): Remove "-face" suffix from face names.
8889         (org-level-1-face, org-level-2-face, org-level-3-face)
8890         (org-level-4-face, org-level-5-face, org-level-6-face)
8891         (org-level-7-face, org-level-8-face, org-warning-face)
8892         (org-headline-done-face, org-deadline-announce-face)
8893         (org-scheduled-today-face, org-scheduled-previously-face)
8894         (org-link-face, org-done-face, org-table-face)
8895         (org-time-grid-face):
8896         New backward-compatibility aliases for renamed faces.
8897         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8898         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8899         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8900         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8902         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8903         (viper-minibuffer-emacs, viper-minibuffer-insert)
8904         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8905         (viper-search-face, viper-replace-overlay-face)
8906         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8907         (viper-minibuffer-vi-face):
8908         New backward-compatibility aliases for renamed faces.
8909         (viper-search-face, viper-replace-overlay-face)
8910         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8911         (viper-minibuffer-vi-face): Use renamed viper faces.
8913         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8914         Remove "-face" suffix from face names.
8915         (testcover-nohits-face, testcover-1value-face):
8916         New backward-compatibility aliases for renamed faces.
8917         (testcover-mark): Use renamed testcover faces.
8919         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8920         face name.
8921         (diary-button-face): New backward-compatibility alias for renamed face.
8922         (diary-entry): Use renamed diary-button face.
8924         * calendar/calendar.el (diary, calendar-today, holiday)
8925         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8926         (diary-face, calendar-today-face, holiday-face):
8927         New backward-compatibility aliases for renamed faces.
8928         (eval-after-load "facemenu", diary-entry-marker)
8929         (calendar-today-marker, calendar-holiday-marker, diary-face):
8930         Use renamed calendar faces.
8932         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8933         (compare-windows-face): New backward-compatibility alias for
8934         renamed face.
8935         (compare-windows-highlight): Use renamed compare-windows face.
8937         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8938         (strokes-char-face): New backward-compatibility alias for renamed face.
8939         (strokes-encode-buffer): Use renamed strokes-char face.
8941         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8942         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8943         Remove "-face" suffix from face names.
8944         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8945         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8946         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8947         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8948         Use renamed pcvs faces.
8949         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8950         * pcvs-defs.el (cvs-mode-map): Likewise.
8951         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8953         * info.el (info-title-1, info-title-2, info-title-3)
8954         (info-title-4): Remove "-face" suffix from and downcase face names.
8955         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8956         (Info-title-4-face):
8957         New backward-compatibility aliases for renamed faces.
8958         (Info-fontify-node): Use renamed info faces.
8960         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8961         Remove "-face" suffix from face names.
8962         (highlight-changes-face, highlight-changes-delete-face):
8963         New backward-compatibility aliases for renamed faces.
8964         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8965         (hilit-chg-make-list): Use renamed highlight-changes faces.
8967         * generic-x.el (show-tabs-tab, show-tabs-space):
8968         Remove "-face" suffix from face names.
8969         (show-tabs-tab-face, show-tabs-space-face):
8970         New backward-compatibility aliases for renamed faces.
8971         (show-tabs-generic-mode-font-lock-defaults-1)
8972         (show-tabs-generic-mode-font-lock-defaults-2):
8973         Use renamed show-tabs faces.
8975         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8976         (smerge-markers): Remove "-face" suffix from face names.
8977         (smerge-mine-face, smerge-other-face, smerge-base-face)
8978         (smerge-markers-face):
8979         New backward-compatibility aliases for renamed faces.
8980         (smerge-mine-face, smerge-other-face, smerge-base-face)
8981         (smerge-markers-face): Use renamed smerge faces.
8983         * log-view.el (log-view-file, log-view-message): Remove "-face"
8984         suffix from face names.
8985         (log-view-file-face, log-view-message-face):
8986         New backward-compatibility aliases for renamed faces.
8987         (log-view-file-face, log-view-message-face): Use renamed log-view
8988         faces.
8990         * paren.el (show-paren-match, show-paren-mismatch):
8991         Remove "-face" suffix from face names.
8992         (show-paren-match-face, show-paren-mismatch-face):
8993         New backward-compatibility aliases for renamed faces.
8994         (show-paren-function): Use renamed show-paren faces.
8996         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8997         (ruler-mode-margins, ruler-mode-fringes)
8998         (ruler-mode-column-number, ruler-mode-fill-column)
8999         (ruler-mode-comment-column, ruler-mode-goal-column)
9000         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
9001         suffix from face names.
9002         (ruler-mode-default-face, ruler-mode-pad-face)
9003         (ruler-mode-margins-face, ruler-mode-fringes-face)
9004         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
9005         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
9006         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
9007         New backward-compatibility aliases for renamed faces.
9008         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
9009         (ruler-mode-column-number, ruler-mode-fill-column)
9010         (ruler-mode-comment-column, ruler-mode-goal-column)
9011         (ruler-mode-tab-stop, ruler-mode-current-column)
9012         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
9013         faces.
9015         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
9016         face name.
9017         (whitespace-highlight-the-space): Use renamed face.
9018         (whitespace-highlight-face): New backward-compatibility alias for
9019         renamed face.
9021         * woman.el (woman-italic, woman-bold, woman-unknown)
9022         (woman-addition, woman-symbol-face):
9023         Remove "-face" suffix from face names.
9024         (woman-italic-face, woman-bold-face, woman-unknown-face)
9025         (woman-addition-face):
9026         New backward-compatibility aliases for renamed faces.
9027         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
9028         (woman-decode-region, woman-replace-match)
9029         (woman-display-extended-fonts, woman-special-characters)
9030         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
9031         Use renamed woman faces.
9033         * longlines.el (longlines-visible-face): Face removed.
9035         * diff-mode.el (diff-header, diff-file-header, diff-index)
9036         (diff-hunk-header, diff-removed, diff-added, diff-changed)
9037         (diff-function, diff-context, diff-nonexistent): Remove "-face"
9038         suffix from face names.
9039         (diff-header-face, diff-file-header-face, diff-index-face)
9040         (diff-hunk-header-face, diff-removed-face, diff-added-face)
9041         (diff-changed-face, diff-function-face, diff-context-face)
9042         (diff-nonexistent-face): New backward-compatibility aliases for
9043         renamed faces.
9044         (diff-header-face, diff-file-header-face)
9045         (diff-index, diff-index-face, diff-hunk-header)
9046         (diff-hunk-header-face, diff-removed, diff-removed-face)
9047         (diff-added, diff-added-face, diff-changed-face, diff-function)
9048         (diff-function-face, diff-context-face, diff-nonexistent)
9049         (diff-nonexistent-face): Use renamed diff-mode faces.
9051         * progmodes/compile.el (compilation-warning-face)
9052         (compilation-info-face): Remove "-face" suffix from face names.
9053         (compilation-warning-face, compilation-info-face):
9054         New backward-compatibility aliases for renamed faces.
9055         (compilation-warning-face, compilation-info-face):
9056         Use renamed compilation faces.
9058         * add-log.el (change-log-date, change-log-name)
9059         (change-log-email, change-log-file, change-log-list)
9060         (change-log-conditionals, change-log-function)
9061         (change-log-acknowledgement): Remove "-face" suffix from face names.
9062         (change-log-date-face, change-log-name-face)
9063         (change-log-email-face, change-log-file-face)
9064         (change-log-list-face, change-log-conditionals-face)
9065         (change-log-function-face, change-log-acknowledgement-face):
9066         New backward-compatibility aliases for renamed faces.
9067         (change-log-font-lock-keywords): Use renamed change-log faces.
9069         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9070         (custom-set, custom-changed, custom-saved, custom-button)
9071         (custom-button-pressed, custom-documentation, custom-state)
9072         (custom-comment, custom-comment-tag, custom-variable-tag)
9073         (custom-variable-button, custom-face-tag, custom-group-tag-1)
9074         (custom-group-tag): Remove "-face" suffix from face names.
9075         (custom-magic-alist, custom-magic-value-create)
9076         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9077         (custom-invalid-face, custom-rogue-face, custom-modified-face)
9078         (custom-set-face, custom-changed-face, custom-saved-face)
9079         (custom-button-face, custom-button-pressed-face)
9080         (custom-documentation-face, custom-state-face)
9081         (custom-comment-face, custom-comment-tag-face)
9082         (custom-variable-tag-face, custom-variable-button-face)
9083         (custom-face-tag-face, custom-group-tag-face-1)
9084         (custom-group-tag-face):
9085         New backward-compatibility aliases for renamed faces.
9087         * wid-edit.el (widget-documentation, widget-button)
9088         (widget-field, widget-single-line-field, widget-inactive)
9089         (widget-button-pressed): "-face" suffix removed from face names.
9090         (widget-documentation-face, widget-button-face)
9091         (widget-field-face, widget-single-line-field-face)
9092         (widget-inactive-face, widget-button-pressed-face):
9093         New backward-compatibility aliases for renamed faces.
9094         (widget-documentation-face, widget-button-face)
9095         (widget-button-pressed-face, widget-specify-field)
9096         (widget-specify-inactive): Use renamed widget faces.
9098 2005-06-10  Kenichi Handa  <handa@m17n.org>
9100         * term/x-win.el (x-clipboard-yank): Remove condition-case
9101         wrapping.
9103 2005-06-11  Kenichi Handa  <handa@m17n.org>
9105         * add-log.el (change-log-font-lock-keywords): Make the regexp for
9106         date lines stricter.
9108 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
9110         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9111         of x-get-selection.
9113 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
9115         * comint.el (comint-mode, comint-snapshot-last-prompt):
9116         * frame.el (frame-current-scroll-bars):
9117         * term.el (term-mode, term-check-proc, term-input-sender)
9118         (term-simple-send, term-extract-string, term-word)
9119         (term-match-partial-filename):
9120         * window.el (window-current-scroll-bars):
9121         * emulation/cua-base.el (cua-normal-cursor-color)
9122         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9123         (cua-global-mark-cursor-color):
9124         * mail/undigest.el (rmail-forward-separator-regex):
9125         Fix typos in docstrings.
9127         * comint.el (comint-check-proc, make-comint-in-buffer)
9128         (comint-source-default): Doc fixes.
9130         * term.el (term-send-string): Improve argument/docstring consistency.
9132 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
9134         * comint.el (comint-send-input): Bind `inhibit-read-only' around
9135         call to `delete-region'.
9136         (comint-mode-hook): Do not enable Font Lock by default.
9138 2005-06-09  Lute Kamstra  <lute@gnu.org>
9140         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9141         could be void.
9143 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * emacs-lisp/debug.el (debugger-will-be-back): New var.
9146         (debug): Use it.
9147         (debugger-step-through, debugger-continue, debugger-jump)
9148         (debugger-return-value): Set it when needed.
9149         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9150         Use inhibit-read-only.
9152 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
9154         * window.el (shrink-window-if-larger-than-buffer)
9155         (window-size-fixed): Fix typo in docstring.
9157         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
9158         thumbnails directory on loading.
9159         (thumbs-conversion-program): Use `eq' to check the system type,
9160         not `equal'.
9161         (thumbs-temp-dir): Initialize to `temporary-file-directory',
9162         not "/tmp".  Fix docstring.
9163         (thumbs-thumbsdir): New function to return the thumbnails
9164         directory, creating it if needed.
9165         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9166         (thumbs-temp-file): Delete variable and make it into a function.
9167         (thumbs-resize-image, thumbs-modify-image): Use it.
9168         (thumbs-kill-buffer): Simplify.
9169         (thumbs-gensym): Defalias or duplicate CL `gensym'.
9170         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9171         docstrings.
9173 2005-06-09  Kim F. Storm  <storm@cua.dk>
9175         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9176         set-match-data to free markers in match-data.
9178         * replace.el (replace-match-data): Pass RESEAT arg `t' to
9179         match-data to unchain markers in match-data.
9181 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9183         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9184         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
9185         unnecessary now.
9187 2005-06-08  Richard M. Stallman  <rms@gnu.org>
9189         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9190         give the variable a doc string that doesn't say don't set it directly.
9192         * textmodes/ispell.el (ispell-check-version):
9193         Use match-string-no-properties.
9194         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9195         (ispell-buffer-local-words): Likewise.
9197         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9198         except on terminals with enough colors to really display it.
9199         (makefile-dependency-regex): Delete spurious `bb'.
9201         * faces.el (escape-glyph): Use blue once again in last case.
9202         (no-break-space): Redefine so that it isn't invisible on a tty.
9204 2005-06-08  Kim F. Storm  <storm@cua.dk>
9206         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9207         also when reading directory name.
9209 2005-06-08  Lute Kamstra  <lute@gnu.org>
9211         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9212         (flyspell-mode-line-string): Remove autoload cookie.
9213         (flyspell-mode): Remove defvar.
9215 2005-06-07  Lute Kamstra  <lute@gnu.org>
9217         * textmodes/org.el (org-run-mode-hooks): New function.
9218         (org-agenda-mode): Use it.
9220 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
9222         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9224 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9228 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
9230         * font-lock.el (font-lock-add-keywords): Doc fix.
9232 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9235         (tex-compile-default): In the absence of any history, use the order in
9236         tex-compile-alist to choose the preferred command.
9237         (tex-compile-commands): Reorder a bit.
9239         * textmodes/flyspell.el (flyspell-auto-correct-binding)
9240         (flyspell-incorrect-face, flyspell-duplicate-face):
9241         Use (X)Emacs-agnostic code.
9242         (flyspell-mode-map): Don't overwrite at each load.  Remove code
9243         redundant with the subsequent add-minor-mode.  Merge Emacs and
9244         XEmacs code.
9245         (flyspell-word): Minor simplification.
9246         (flyspell-math-tex-command-p): Quieten the byte-compiler.
9247         (flyspell-external-point-words): Remove unused vars `size' and `start'.
9248         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9249         Merge the corresponding Emacs code.
9250         (flyspell-correct-word, flyspell-xemacs-popup):
9251         Use flyspell-do-correct.
9253         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9254         a dedicated window.
9256         * international/latexenc.el (latexenc-find-file-coding-system):
9257         Undo part of last patch, to turn off a compiler warning.
9259 2005-06-06  Juri Linkov  <juri@jurta.org>
9261         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9262         Rename `tmm-inactive-face' to `tmm-inactive'.
9264 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
9266         * iswitchb.el: Rename faces.
9268 2005-06-06  Kim F. Storm  <storm@cua.dk>
9270         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9271         (cua-global-mark): Remove -face suffix from face names.
9273         * emulation/cua-gmrk.el (cua--init-global-mark):
9274         Remove cua-global-mark face setup.
9276 2005-06-06  Richard M. Stallman  <rms@gnu.org>
9278         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9279         just like other allowed characters.
9280         (makefile-match-dependency): Exclude leading and training whitespace
9281         from the range of regexp subexp 1.
9282         (makefile-macroassign-regex): Don't try to match the body,
9283         just the name of the macro being defined.
9285         * info.el (Info-read-node-name-2): New function.
9286         (Info-read-node-name-1): Use that.
9287         Add a completion-base-size-function property.
9289         * simple.el (completion-setup-function): Look for
9290         completion-base-size-function property of minibuffer-completion-table.
9292         * files.el (locate-file-completion): Doc fix.
9294         * printing.el: Don't call pr-update-menus; user must do that.
9296         * emacs-lisp/debug.el (debugger-window): New variable.
9297         (debug): Use debugger-window if it is set and still alive.
9298         Record debugger-window for next entry.
9300         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9302 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
9304         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9305         (hack-one-local-variable, hack-local-variables)
9306         (hack-local-variables-prop-line): Pass that arg.
9308 2005-06-06  Kim F. Storm  <storm@cua.dk>
9310         * ido.el (ido-first-match, ido-only-match, ido-subdir)
9311         (ido-indicator): Remove -face suffix from face names.
9313 2005-06-06  Juri Linkov  <juri@jurta.org>
9315         * font-lock.el (font-lock-regexp-backslash)
9316         (font-lock-regexp-backslash-construct): New faces.
9317         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
9318         after `('.  Add `while-no-input' to control structures.
9320         * faces.el (no-break-space, shadow): New faces.
9321         (escape-glyph): Use less loud colors pink2 and red4.
9323         * diff-mode.el (diff-context-face)
9324         * dired.el (dired-ignored)
9325         * rfn-eshadow.el (file-name-shadow)
9326         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9328         * info.el (Info-title-1-face): Use green instead of yellow because
9329         bold yellow is not readable on light backgrounds.
9331         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9332         before selecting the desired mode to not spend time fontifying
9333         old contents.
9335 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
9337         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9338         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9340         * ps-print.el (ps-default-fg, ps-default-bg):
9341         Fix typos in docstrings.
9343         * isearchb.el (isearchb): Don't pass a spurious second argument to
9344         `iswitchb-completions'.
9346 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
9348         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9349         to preserve point.
9350         (gdb-find-file-hook): Add doc string.
9352         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9353         C dereferenced pointer expression.
9354         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
9356         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9358         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9359         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9360         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9361         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9362         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9363         Make background transparent.
9365 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9367         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
9368         (font-lock-remove-keywords): Doc fix.
9369         (font-lock-mode-major-mode): Compiler defvar.
9370         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9372         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9373         (font-lock-mode): Update `font-lock-mode-major-mode'.
9374         (font-lock-set-defaults): Compiler defvar.
9375         (font-lock-default-function): Take `font-lock-mode-major-mode'
9376         into account.
9378         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9379         keep track of which major mode it enabled the minor mode for.
9380         Use find-file-hook again.  Update docstring.
9382         * simple.el (eval-expression-print-level)
9383         (eval-expression-print-length, eval-expression-debug-on-error):
9384         Doc fixes.
9386 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
9388         * iswitchb.el (iswitchb-single-match-face)
9389         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9390         (iswitchb-invalid-regexp-face): New faces.
9391         (iswitchb-completions): Use them.
9392         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9393         now marked as an obsolete alias.
9394         (iswitchb-read-buffer): Remove check for bound font variables.
9395         (iswitchb-invalid-regexp): New free variable.
9396         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9397         set iswitchb-invalid-regexp.
9398         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9399         invalid regexps.
9400         (iswitchb-completions): Add check for complete match when entering
9401         a regexp.
9402         (iswitchb-completions): Remove require-match argument.
9403         (iswitchb-exhibit): Fix caller.
9404         (iswitchb-common-match-inserted): New variable.
9405         (iswitchb-complete, iswitchb-completion-help): Use it.
9407 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
9409         * url-http.el (url-http-chunked-encoding-after-change-function):
9410         Use `url-http-debug' instead of `message'.
9412 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
9414         * url-http.el (url-http-parse-headers): Pass redirected URL as a
9415         callback argument.
9417 2005-06-04  Kim F. Storm  <storm@cua.dk>
9419         * simple.el (line-move): Only call sit-for when moving backwards.
9421         * ido.el (ido-make-merged-file-list-1): New defun split from
9422         ido-make-merged-file-list.
9423         (ido-make-merged-file-list): Bind throw-on-input around call to
9424         ido-make-merged-file-list-1.  Return input-pending-p if
9425         interrupted by more input available.
9426         (ido-read-internal): Handle input-pending-p return value from
9427         ido-make-merged-file-list.
9429 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9432         compatibility code.
9434         * international/latexenc.el (latexenc-find-file-coding-system):
9435         Don't inherit the EOL part of the coding-system from the
9436         tex-main buffer.  Fit within 80 columns.
9438 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
9440         * tmm.el (tmm-inactive-face): New face.
9441         (tmm-remove-inactive-mouse-face): New function.
9442         (tmm-prompt, tmm-add-one-shortcut)
9443         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9444         but not selectable.
9446 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
9448         * faces.el (face-equal): Improve argument/docstring consistency.
9450 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9452         * progmodes/make-mode.el (makefile-targets-face)
9453         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9454         (makefile-bsdmake-dependency-regex)
9455         (makefile-makepp-rule-action-regex)
9456         (makefile-bsdmake-rule-action-regex): New constants.
9457         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9459         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9460         Allow (...) within `...' for makepp messages.
9462 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9464         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9466         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9467         "." files are deleted from all file lists before comparison.
9469         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9470         (viper-ESC-key): Made them customizable.
9472         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9474 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9476         * autorevert.el (auto-revert-buffers): Use save-match-data.
9478 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9480         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9481         menu items with a nil command binding.
9483 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9485         * emacs-lisp/cl-macs.el (defsetf):
9486         Improve argument/docstring consistency.
9488         * faces.el (list-faces-display): Improve the formatting by
9489         computing the maximum length required for any face-name (reworked
9490         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9491         (internal-find-face): Remove redundant info in docstring.
9493 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9495         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9496         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9497         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9498         (gdb-assembler-custom): Improve regexps.
9499         (def-gdb-auto-update-handler): Use window point to preserve point.
9501 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9505 2005-05-31  Jay Belanger  <belanger@truman.edu>
9507         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9508         to calc-embedded.
9509         (calc-embedded-make-info): Have plain prefix argument select
9510         entire line.
9512 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9514         * faces.el (list-faces-display): Signal error if passed a regexp
9515         that matches no face name.
9517         * simple.el (filter-buffer-substring): Fix typo in docstring.
9519 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9521         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9522         (vhdl-emacs-21): Doc fix.
9523         (vhdl-mode): Unconditionally set comment-padding.
9524         (vhdl-fixup-whitespace-region): Insert spaces only where
9525         there are none.
9526         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9528 2005-05-30  John Wiegley  <johnw@newartisans.com>
9530         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9531         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9532         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9533         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9534         `string-to-number'.
9536 2005-05-30  Jay Belanger  <belanger@truman.edu>
9538         * calc/calc.el (calc-bug-address): Fix docstring.
9539         (calc-window-hook, calc-trail-window-hook): New variables.
9540         (calc-trail-display): Restore use of calc-trail-window-hook.
9541         (calc): Restore use of calc-window-hook.
9543 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9545         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9547         * help-fns.el (help-C-file-name): Add autoload mark for
9548         `find-function-noselect'.
9550 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9553         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9555 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9557         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9558         included diary buffer if it was not already being visited.
9559         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9561         * calendar/icalendar.el (top-level): Do not require 'appt.
9563         * mail/supercite.el (sc-select-attribution): Only use a list
9564         element from sc-attrib-selection-list if it returns a string.
9565         Reported by Davide G. M. Salvetti <salve@debian.org>.
9567 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9569         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9570         includes a hash value to improve its uniqueness, and has a ".jpg"
9571         extension.  Also, it is now a valid filename on all systems.
9572         (thumbs-make-thumb): Use `let', not `let*'.
9573         (thumbs-show-thumbs-list): Check for JPEG availability.
9575 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9577         * filesets.el (filesets-menu-ensure-use-cached):
9578         Prevent warning when emacs-version>= is undefined.
9580         * printing.el (pr-interactive-n-up): Use string-to-number.
9582         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9584         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9585         Warn only when name to be defined is quoted.
9587 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9589         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9590         Make regexp more robust.
9591         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9592         Force regeneration of disassembly.
9594 2005-05-29  Jay Belanger  <belanger@truman.edu>
9596         * calc/calc.el (calc-user-invocation): Check if
9597         calc-invocation-macro is non-nil.
9599 2005-05-29  Juri Linkov  <juri@jurta.org>
9601         * add-log.el (change-log-font-lock-keywords):
9602         Add `+' to e-mail regexp to accept mail address with keywords.
9604         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9606 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9608         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9610         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9612 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9614         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9615         Undo the change that moves to end of the current word.
9617 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9619         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9620         Throw error when count <= 0 to ensure input is a number.
9621         (gdb-read-memory-custom): Pick up address from buffer.
9622         (gdb-memory-mode): Allow user to increment and decrement
9623         memory address from header line.
9625 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9627         * flyspell.el (flyspell-version): Function deleted.
9628         (flyspell-auto-correct-previous-hook): Doc fix.
9630         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9631         Do nothing if memory is full.
9633         * font-lock.el (font-lock-fontify-syntactically-region):
9634         Pass t for GREEDY to looking-back.
9636         * saveplace.el (save-place-alist-to-file): Write the file
9637         using write-region.
9639         * subr.el (looking-back): New argument GREEDY.
9641         * progmodes/compile.el (compilation-start): Set the mode
9642         before inserting the initial text.
9644         * progmodes/which-func.el (which-func-update-1): Turn the mode
9645         off in case of error by setting which-func-mode.
9647 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9649         * flyspell.el (flyspell-auto-correct-previous-word):
9650         Narrow down to what's on the screen, and recenter overlays
9651         at the end of the next word.
9653 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9655         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9656         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9657         (flyspell-abbrev-p): Default to nil.
9658         (flyspell-use-global-abbrev-table-p): Doc fix.
9659         (flyspell-large-region): Allow nil as value.
9660         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9662         (mail-mode-flyspell-verify): More robust handling
9663         of `mail-header-separator'.  More efficient signature detection.
9664         Allow for regexp metacharacters in message-header-separator.
9665         Adding `To' not to be checked in mail-mode-flyspell-verify.
9667         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9668         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9669         Bind flyspell-auto-correct-binding.
9670         Bind C-. and C-, .
9671         (flyspell-mode-map): Likewise.
9672         (flyspell-mode): Doc fix.
9673         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9674         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9675         (flyspell-word-cache-result): New var, always local.
9676         (flyspell-check-pre-word-p): Doc fix.
9677         (flyspell-check-changed-word-p): Handle spc like newline.
9678         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9679         (flyspell-word-search-backward, flyspell-word-search-forward):
9680         New functions.
9681         (flyspell-word): Return t if nothing to check.
9682         When parsing TeX code, check for after } or \.
9683         Use flyspell-word-search-backward to find previous word.
9684         Return nil if duplicated word.
9685         For word already checked, return same value as last time.
9686         Set flyspell-word-cache-result after checking.
9687         Don't clobber the return value.
9688         (flyspell-get-word): Major rewrite.
9689         (flyspell-external-point-words): New locals pword, pcount.
9690         Fix size used in progress message.
9691         Find the proper corresponding word in flyspell-large-region-buffer.
9692         (flyspell-region): Check for flyspell-large-region = nil.
9693         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9694         (flyspell-auto-correct-word): Check that WORD is a cons.
9695         (flyspell-correct-word): Likewise.
9697 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9699         * progmodes/make-mode.el (makefile-rule-action-regex)
9700         (makefile-macroassign-regex, makefile-makepp-mode)
9701         (makefile-bsdmake-mode): Continuation lines may be empty.
9702         Reported by Joshua Varner.
9703         (makefile-makepp-font-lock-keywords): Add $(stem).
9705 2005-05-28  Karl Berry  <karl@gnu.org>
9707         * textmodes/tex-mode.el: Now that tex-send-command calls
9708         shell-quote-argument (2005-03-31 change), remove all calls to
9709         shell-quote-argument; they all end up invoking tex-send-command.
9710         The double quoting loses on filenames with non-safe characters,
9711         such as "@".  Reported by Frederik Fouvry.
9713 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9715         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9716         about preserving point.
9718 2005-05-27  Jay Belanger  <belanger@truman.edu>
9720         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9721         Info-goto-node.
9723         * calc/calc-embed.el (calc-embed-arg): New variable.
9724         (calc-do-embedded-activate, calc-embedded-activate-formula)
9725         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9726         variable by new variable.
9727         (calc-embedded-make-info): Replace undeclared variable by new
9728         variable.  When selecting region with positive prefix
9729         argument, use end of previous line instead of beginning of line.
9731         * calc/calc-aent.el (calc-arg-values): Declare it.
9733         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9734         Declare them.
9736         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9738         * calc/calc.el (calc-alg-map): Declare it.
9740         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9742 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9744         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9745         (gdb-registers-buffer, toggle-gdb-all-registers):
9746         Toggle display of floating point registers.
9747         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9749         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9750         (toggle-gud-tooltip-dereference):
9751         Rename from gud-toggle-tooltip-dereference.
9753 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9755         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9757 2005-05-27  Jay Belanger  <belanger@truman.edu>
9759         * calc/calc-prog.el (calc-kbd-report): Remove.
9760         (calc-kbd-query): Rewrite.
9762 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9764         * image.el (image-library-alist): Move to image.c.
9765         (image-type-available-p): Doc fix.
9767 2005-05-27  Lute Kamstra  <lute@gnu.org>
9769         * calc/calc.el (calc):
9770         * outline.el (outline-1, outline-2, outline-3, outline-4)
9771         (outline-5, outline-6, outline-7, outline-8):
9772         * textmodes/dns-mode.el (dns-mode):
9773         * textmodes/sgml-mode.el (sgml-namespace-face):
9774         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9775         (tex-verbatim-face, tex-use-reftex):
9776         * textmodes/texinfo.el (texinfo-heading-face):
9777         Specify customization group.
9779         * longlines.el: Don't require easy-mmode.
9780         (longlines-visible-face): Specify customization group.
9782 2005-05-27  Kenichi Handa  <handa@m17n.org>
9784         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9785         encoding table of windows-1251.
9787         * international/ucs-tables.el (ucs-set-table-for-input):
9788         If translation-table-for-input of a coding system is a symbol, get
9789         its translation-table property.
9791         * international/code-pages.el: Don't register a coding system into
9792         non-iso-charset-alist more than once.
9793         (cp-make-coding-system): Likewise.
9795 2005-05-26  John Wiegley  <johnw@newartisans.com>
9797         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9798         `eshell-resume-eval' is wrapped in a list, it indicates that the
9799         command was run asynchronously.  In that case, unwrap the value
9800         before checking the delimiter value.
9802         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9803         character before a space at the end of a line is \, assume the space
9804         is part of the last argument rather than a final argument separator.
9806         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9807         is in use, and the target is `t' or `nil' (which are the most common
9808         values), don't assume that the symbol target is a buffer.
9810 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9812         * calendar/calendar.el (calendar-mode-line-format):
9813         Use mode-line-highlight as mouse-face.
9815         * time.el (display-time-string-forms, display-time-update):
9816         Use mode-line-highlight as mouse-face.
9818 2005-05-26  Jay Belanger  <belanger@truman.edu>
9820         * calc/calc.el (calc-language-alist): Remove extra defvar.
9822 2005-05-26  Lute Kamstra  <lute@gnu.org>
9824         * arc-mode.el (archive-mode):
9825         * bookmark.el (bookmark-read-annotation-mode)
9826         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9827         * bs.el (bs-mode):
9828         * calc/calc-yank.el (calc-edit-mode):
9829         * calc/calc.el (calc-mode, calc-trail-mode):
9830         * calculator.el (calculator-mode):
9831         * chistory.el (command-history-mode):
9832         * comint.el:
9833         * cus-edit.el (custom-mode):
9834         * descr-text.el (describe-text-mode):
9835         * ebuff-menu.el (Electric-buffer-menu-mode):
9836         * ediff-util.el (ediff-mode):
9837         * emacs-lisp/re-builder.el (reb-mode):
9838         * emulation/vi.el (vi-mode-setup):
9839         * emulation/ws-mode.el (wordstar-mode):
9840         * eshell/esh-mode.el (eshell-mode):
9841         * forms.el (forms-mode):
9842         * help-mode.el (help-mode):
9843         * hexl.el (hexl-mode):
9844         * ibuffer.el (ibuffer-mode):
9845         * ielm.el (inferior-emacs-lisp-mode):
9846         * info.el (Info-mode, Info-edit-mode):
9847         * international/swedish.el:
9848         * ledit.el (ledit-from-lisp-mode):
9849         * locate.el (locate-mode):
9850         * mail/rmail.el (rmail-mode):
9851         * mail/rmailedit.el (rmail-edit-mode):
9852         * mail/rmailsum.el (rmail-summary-mode):
9853         * mail/supercite.el (sc-electric-mode):
9854         * net/eudc.el (eudc-mode):
9855         * net/quickurl.el (quickurl-list-mode):
9856         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9857         * obsolete/ooutline.el (outline-mode):
9858         * obsolete/options.el (Edit-options-mode):
9859         * obsolete/rnews.el (news-mode):
9860         * obsolete/rnewspost.el (news-reply-mode):
9861         * play/5x5.el (5x5-mode):
9862         * play/decipher.el (decipher-mode, decipher-stats-mode):
9863         * play/gomoku.el (gomoku-mode):
9864         * play/snake.el (snake-mode):
9865         * play/solitaire.el (solitaire-mode):
9866         * play/tetris.el (tetris-mode):
9867         * progmodes/ada-mode.el (ada-mode):
9868         * progmodes/antlr-mode.el (antlr-mode):
9869         * progmodes/autoconf.el (autoconf-mode):
9870         * progmodes/dcl-mode.el (dcl-mode):
9871         * progmodes/delphi.el (delphi-mode):
9872         * progmodes/ebrowse.el (ebrowse-tree-mode)
9873         (ebrowse-electric-list-mode, ebrowse-member-mode)
9874         (ebrowse-electric-position-mode):
9875         * progmodes/f90.el (f90-mode):
9876         * progmodes/fortran.el (fortran-mode):
9877         * progmodes/icon.el (icon-mode):
9878         * progmodes/idlw-help.el (idlwave-help-mode):
9879         * progmodes/idlw-shell.el (idlwave-shell-mode):
9880         * progmodes/idlwave.el (idlwave-mode):
9881         * progmodes/inf-lisp.el (inferior-lisp-mode):
9882         * progmodes/m4-mode.el (m4-mode):
9883         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9884         * progmodes/modula2.el (modula-2-mode):
9885         * progmodes/octave-inf.el (inferior-octave-mode):
9886         * progmodes/octave-mod.el (octave-mode):
9887         * progmodes/pascal.el (pascal-mode):
9888         * progmodes/sh-script.el (sh-mode):
9889         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9890         * progmodes/vhdl-mode.el (vhdl-mode):
9891         * progmodes/xscheme.el (scheme-interaction-mode):
9892         * replace.el (occur-mode):
9893         * ses.el (ses-mode):
9894         * simple.el (completion-list-mode):
9895         * skeleton.el:
9896         * speedbar.el (speedbar-mode):
9897         * term.el (term-mode):
9898         * terminal.el (terminal-edit-mode):
9899         * textmodes/reftex-index.el (reftex-index-mode)
9900         (reftex-index-phrases-mode):
9901         * textmodes/reftex-sel.el (reftex-select-label-mode)
9902         (reftex-select-bib-mode):
9903         * textmodes/reftex-toc.el (reftex-toc-mode):
9904         * wdired.el (wdired-change-to-wdired-mode):
9905         * wid-browse.el (widget-browse-mode):
9906         Use run-mode-hooks.
9908         * array.el (array-mode):
9909         * calendar/todo-mode.el (todo-mode):
9910         * man.el (Man-mode):
9911         * play/landmark.el (lm-mode):
9912         * play/mpuz.el (mpuz-mode):
9913         Use kill-all-local-variables and run-mode-hooks.
9915         * subr.el (delay-mode-hooks): Specify indentation.
9917 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9919         * xml.el (xml-substitute-special): Don't die for undefined xml
9920         entities.
9922 2005-05-26  Jay Belanger  <belanger@truman.edu>
9924         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9925         of nil.
9927 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9929         * progmodes/gdb-ui.el (gdb-frame-address):
9930         Rename from gdb-current-address.
9931         (gdb-previous-frame-address): Rename from gdb-previous-address.
9932         (gdb-selected-frame): Rename from gdb-current-frame.
9933         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9934         (gdb-frame-number): Rename from gdb-current-stack-level.
9935         (gdb-ann3): Match new mode-name for disassembly buffer.
9936         Extend initialization of variables.
9937         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9938         (gdb-memory-mode): Use mouse-face in header line.
9939         (gdb-assembler-buffer-name): Call it disassembly and give frame
9940         in mode line.
9941         (gdb-source-spec-regexp, gdb-assembler-custom)
9942         (gdb-invalidate-assembler, gdb-frame-handler):
9943         Make robust to leading zeroes in address format.
9945 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9947         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9948         define `org-mode'.
9949         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9951 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * log-edit.el (log-edit-changelog-entries): Distinguish between
9954         filenames like xfns.c and fns.c.
9956 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9958         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9959         point after reverting.
9960         (Buffer-menu-make-sort-button): Handle the case where
9961         `Buffer-menu-use-header-line' is nil.
9963 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9965         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9966         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9967         and `:' to them.
9969 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9971         * startup.el (normal-top-level): Allow modification of load-path while
9972         we're iterating over it.
9974 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9976         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9977         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9978         (thumbs-resize-interactive, thumbs-insert-image)
9979         (thumbs-insert-thumb, thumbs-dired-show-marked)
9980         (thumbs-find-image-at-point, thumbs-delete-images)
9981         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9982         (thumbs-increment-image-size, thumbs-decrement-image-size):
9983         Fix typos in docstrings.
9985 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9987         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9988         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9989         (cperl-mode): Use them.
9991 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9993         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9994         Doc fixes.
9996 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9998         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9999         Bind C-d to gdb-inferior-io-eof.
10001         * dired.el (dired-dnd-popup-notice): Use message-box.
10003 2005-05-23  Masatake YAMATO  <jet@gyve.org>
10005         * bindings.el (mode-line-major-mode-keymap):
10006         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
10008         * faces.el (mode-line-highlight): New face.
10010         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
10011         as mouse-face.
10013         * bindings.el (top-level, help-echo, mode-line-modified)
10014         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
10015         as mouse-face.
10017 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
10019         * progmodes/cc-engine.el (c-guess-basic-syntax):
10020         Remove spurious call to `zerop'.
10022         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
10024 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
10026         CC Mode update to 5.30.10:
10028         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
10029         could go past the limit in decoration level 2, thereby causing
10030         errors during interactive fontification.
10032         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
10033         the file is evaluated interactively.
10035         * cc-engine.el (c-guess-basic-syntax): Handle operator
10036         declarations somewhat better in C++.
10038         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
10039         make use of `run-mode-hooks' which has been added in Emacs 21.1.
10040         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10041         (awk-mode): Use it.
10042         (make-local-hook): Suppress warning about obsoleteness.
10044         * cc-engine.el, cc-align.el, cc-cmds.el
10045         (c-append-backslashes-forward, c-delete-backslashes-forward)
10046         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
10047         Compensate for return value from `forward-line' when it has moved
10048         but not to a different line due to eob.
10050         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
10051         `objc-method-intro' and `objc-method-args-cont'.
10053 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
10055         CC Mode update to 5.30.10:
10057         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10058         in the copyright statement.  Incidentally, change "along with GNU
10059         Emacs" to "along with this program" where it occurs.
10061         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10062         so that it is interactive, hence can be found by M-x awk-mode
10063         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
10064         <gmorris+emacs@ast.cam.ac.uk>.
10066         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10067         Mode's regexps.
10069 2005-05-23  Kevin Ryde  <user42@zip.com.au>
10071         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10072         c-parse-state, to avoid a lisp error (on bad code).
10074 2005-05-23  Lute Kamstra  <lute@gnu.org>
10076         * subr.el (font-lock-defaults): Remove defvar as it's already
10077         defined in font-core.el.
10079         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10081 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
10083         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10084         more general and work when GDB variable "print pretty" is on,
10085         as with Emacs, for example.
10087 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
10089         * font-core.el: Update comment.
10091         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10092         Use `after-change-major-mode-hook' instead of `find-file-hook'.
10094         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10096 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
10098         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10099         and `yank-handler' in the doc strings.
10101 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
10105 2005-05-22  Richard M. Stallman  <rms@gnu.org>
10107         * help.el (describe-key): Move print-help-return-message call
10108         out of conditional.
10110         * progmodes/etags.el (list-tags): Use with-no-warnings.
10112         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10113         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10114         (starttls-extra-args, starttls-extra-arguments): Add defvars.
10116         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10118         * language/viet-util.el (viet-viscii-nonascii-translation-table):
10119         Add defvar.
10121         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10122         Use defvar, not defconst.
10124         * hexl.el (hexl-follow-line): Use with-no-warnings.
10126         * emulation/tpu-extras.el: Use write-file-functions instead of
10127         write-file-hooks.
10129         * dired.el (dired-font-lock-keywords): Fontify files with junk
10130         extensions even if marked by -F.
10132 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
10134         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10135         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10136         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10137         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10138         (concatenate, list-length, get*, getf, cl-remprop):
10139         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10140         (etypecase, progv, lexical-let, lexical-let*)
10141         (multiple-value-bind, multiple-value-setq, shiftf):
10142         Improve argument/docstring consistency.
10144         * subr.el (focus-frame, unfocus-frame):
10145         Revert deletion on 2005-05-01.
10147 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
10149         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10150         doesn't exist.
10152         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
10153         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10155 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
10157         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10158         already deleted variables: auto-fill-hook, blink-paren-hook,
10159         lisp-indent-hook, inhibit-local-variables, unread-command-event,
10160         suspend-hooks, comment-indent-hook, meta-flag,
10161         before-change-function, after-change-function,
10162         font-lock-doc-string-face.
10164 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10166         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10168 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10170         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10171         rmail-dont-reply-to.
10173 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10175         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10176         literal blank when splitting new-header-values.
10178 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
10180         * calendar/cal-menu.el (cal-menu-update): Add separator as a
10181         string so that tmm doesn't create a completion entry for it.
10183         * textmodes/table.el (table-disable-menu): Ditto.
10185 2005-05-21  Richard M. Stallman  <rms@gnu.org>
10187         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10189         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10191         * net/rcompile.el (remote-compile): Use compilation-start.
10193         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10195 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
10197         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10198         Default to makefile-bsdmake-mode on BSD systems.
10200         * imenu.el (imenu-generic-expression, imenu--generic-function'):
10201         REGEXP may also be a search function now.  The part of doc-string
10202         for describing the structure was 95% identical to that of
10203         `imenu--generic-function'.  Unify it there.
10205         * progmodes/make-mode.el (makefile-imenu-generic-expression):
10206         Use function to find dependencies, because regexp alone is so complex,
10207         it easily goes into an endless loop.
10208         (makefile-makepp-mode): Also add submenu for Perl functions
10209         defined in the makefile.
10210         (makefile-bsdmake-mode): Special imenu-generic-expression no
10211         longer needed, due to function call.
10212         (makefile-match-dependency): Take BOUND into account when checking
10213         if we're through.
10215 2005-05-20  Jay Belanger  <belanger@truman.edu>
10217         * calc/calc-units.el (calc-invalidate-units-table):
10218         Use inhibit-read-only.
10219         (math-build-units-table-buffer): Use view-mode.
10221 2005-05-20  David Kastrup  <dak@gnu.org>
10223         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10224         easy-menu-add is not a nop on Emacs; and clarify when to call it.
10226 2005-05-20  Lute Kamstra  <lute@gnu.org>
10228         * diff-mode.el (diff-header-face, diff-file-header-face)
10229         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10230         (diff-added-face, diff-changed-face, diff-function-face)
10231         (diff-context-face, diff-nonexistent-face): Put them in the
10232         diff-mode customization group.
10234 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10236         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10238         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10240         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10241         Minor regexp-optimization.
10243 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
10245         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10246         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10247         (org-agenda-add-time-grid-maybe): New function.
10248         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10249         (org-table-create): `dotimes' instead of `mapcar'.
10250         (org-xor): Simplify implementation.
10251         (org-agenda): `inhibit-redisplay' turned on.
10252         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10253         a consistent line after a state change.
10254         (org-agenda-remove-times-when-in-prefix): New option.
10255         (org-prefix-has-time): New variable.
10256         (org-parse-time-string): Optional argument NODEFAULT.
10257         (org-format-agenda-item): Parse items for time-of-day
10258         specifications and move these into the prefix if possible.
10259         (org-agenda-priority): Get current heading, not previous heading
10260         during agenda remote editing.
10262 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
10264         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10265         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10266         (remove-duplicates, delete-duplicates, substitute)
10267         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10268         (nsubstitute-if-not, find, find-if, find-if-not, position)
10269         (position-if, position-if-not, count, count-if, count-if-not)
10270         (mismatch, search, sort*, stable-sort, merge, member*)
10271         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10272         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10273         (intersection, nintersection, set-difference, nset-difference)
10274         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10275         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10276         (nsublis, tree-equal): Improve argument/docstring consistency.
10278         * subr.el (send-string, send-region):
10279         Remove obsolescence declaration.
10280         (window-dot, set-window-dot, read-input, show-buffer)
10281         (eval-current-buffer, string-to-int):
10282         Add release number to obsolescence declarations.
10284 2005-05-19  Kim F. Storm  <storm@cua.dk>
10286         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10287         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10289 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
10291         * faces.el (list-faces-display): Make back button respect optional
10292         regexp arg.
10294 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
10296         * calculator.el (calculator-radix-grouping-mode)
10297         (calculator-radix-grouping-digits, calculator-displayer)
10298         (calculator-radix-grouping-separator, calculator-copy-displayer):
10299         * dabbrev.el (dabbrev-search-these-buffers-only):
10300         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10301         (diff-advance-after-apply-hunk, diff-mode-hook)
10302         (diff-minor-mode-prefix):
10303         * imenu.el (imenu-use-popup-menu):
10304         * jit-lock.el (jit-lock-context-time):
10305         * newcomment.el (comment-fill-column, comment-column)
10306         (comment-style, comment-padding, comment-multi-line)
10307         (comment-empty-lines, comment-auto-fill-only-comments):
10308         * reveal.el (reveal-around-mark):
10309         * uniquify.el (uniquify-buffer-name-style)
10310         (uniquify-after-kill-buffer-p)
10311         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10312         (uniquify-min-dir-content, uniquify-separator)
10313         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10314         * w32-vars.el (w32-fixed-font-alist):
10315         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10316         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10317         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10318         * progmodes/perl-mode.el (perl-indent-level)
10319         (perl-continued-statement-offset, perl-continued-brace-offset)
10320         (perl-brace-offset, perl-brace-imaginary-offset)
10321         (perl-label-offset, perl-indent-continued-arguments)
10322         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10323         * progmodes/tcl.el (tcl-indent-level)
10324         (tcl-continued-indent-level, tcl-auto-newline)
10325         (tcl-tab-always-indent, tcl-electric-hash-style)
10326         (tcl-help-directory-list, tcl-use-smart-word-finder)
10327         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10328         (inferior-tcl-source-command):
10329         * textmodes/fill.el (enable-kinsoku):
10330         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10331         * textmodes/table.el (table-yank-handler):
10332         Specify missing group (and type, if simple) in defcustom.
10334 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10336         * progmodes/compile.el (compilation-finish-function): Fix defvar.
10338 2005-05-19  Richard M. Stallman  <rms@gnu.org>
10340         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10342         * subr.el (event-basic-type): Don't get an error.
10343         (left-fringe-p): Function deleted.
10345         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10346         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10348         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10349         in recursive copy.
10351         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10353         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10355         * emacs-lisp/bytecomp.el
10356         (byte-compile-file-form-custom-declare-variable): Call
10357         byte-compile-nogroup-warn if appropriate.
10359         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10360         (compilation-set-window): Don't call left-fringe-p; do it directly.
10362 2005-05-19  Jay Belanger  <belanger@truman.edu>
10364         * calc/calc-graph.el (calc-graph-format-data): Make sure
10365         var-PlotRejects is bound before trying to check its value.
10367 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
10369         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10370         definition of this variable from reftex-global.el to reftex.el,
10371         because it is needed in the menu.
10373 2005-05-19  Lute Kamstra  <lute@gnu.org>
10375         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10376         years are fixed.  Don't insert a space after a dash.
10378 2005-05-19  Kim F. Storm  <storm@cua.dk>
10380         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10382 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
10384         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10385         strings, because (eq ... ?\\) is fairly frequent.
10387         * progmodes/make-mode.el (makefile-add-this-line-targets):
10388         Simplify and integrate into `makefile-pickup-targets'.
10389         (makefile-add-this-line-macro): Simplify and integrate into
10390         `makefile-pickup-macros.
10391         (makefile-pickup-filenames-as-targets): Simplify.
10392         (makefile-previous-dependency, makefile-match-dependency):
10393         Don't stumble over `::'.
10395 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
10397         * subr.el (post-command-idle-hook, post-command-idle-delay):
10398         Remove obsoletion of post-command-idle-hook and
10399         post-command-idle-delay.
10401         * faces.el (list-faces-display): Provide button when describe-face
10402         is called to take user back to the list of faces.
10404         * help-fns.el (describe-variable): Remove hyperlinks in a
10405         variable's value as these are quite frequently inappropriate.
10407         * follow.el (follow-submit-feedback, follow-mode):
10408         Remove references to post-command-idle-hook.
10410 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
10412         * progmodes/make-mode.el (makefile-previous-dependency)
10413         (makefile-match-dependency): Check for := (and in bsd mode also
10414         !=) to give a better result, even when font-lock is not on.
10416 2005-05-18  Jay Belanger  <belanger@truman.edu>
10418         * calc/calc-help.el (calc-s-prefix-help):
10419         Add `calc-copy-special-constant' to help string.
10421 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10423         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10425 2005-05-18  Jay Belanger  <belanger@truman.edu>
10427         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10428         in linear factors are in proper order.
10430 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10432         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10433         Support for jurabib.
10435         * textmodes/reftex.el (featurep): Define aliases for overlay
10436         commands, for XEmacs compatibility, and use these aliases in
10437         overlay initializations.
10438         (reftex-highlight): Use `reftex-move-overlay'.
10439         (reftex-unhighlight): Use `reftex-delete-overlay'.
10440         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
10441         (reftex-access-search-path): Use `reftex-uniquify' instead of
10442         `reftex-uniq'
10444         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10445         `before-string' property modification enables for Emacs as well.
10446         (reftex-select-item): Use `reftex-delete-overlay'.
10447         (reftex-select-mark): Use `reftex-make-overlay' and
10448         `reftex-overlay-put'.
10449         (reftex-select-unmark): Use `reftex-delete-overlay' and
10450         `reftex-overlay-put'.
10452 2005-05-18  Lute Kamstra  <lute@gnu.org>
10454         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10456 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10458         * add-log.el (add-change-log-entry):
10459         * array.el (array-make-template, array-reconfigure-rows)
10460         (array-init-max-row, array-init-max-column)
10461         (array-init-columns-per-line, array-init-field-width):
10462         * replace.el (replace-match-maybe-edit, perform-replace):
10463         * textmodes/spell.el (spell-region):
10464         Replace `read-input' by `read-string'.
10466         * forms.el (forms-mode):
10467         * finder.el (finder-compile-keywords):
10468         * shadowfile.el (shadow-read-files):
10469         Replace `eval-current-buffer' by `eval-buffer'.
10471         * terminal.el (te-pass-through):
10472         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10473         (ange-ftp-raw-send-cmd):
10474         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10475         (send-process-next-char, telnet-initial-filter, telnet):
10476         Replace `send-string' by `process-send-string'.
10478         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10479         (prolog-consult-region): Replace `send-string' by
10480         `process-send-string'; replace `send-region' by `process-send-region'.
10482         * progmodes/delphi.el (delphi-log-msg):
10483         Replace `set-window-dot' by `set-window-point'.
10485         * subr.el (window-dot, set-window-dot, read-input, send-string)
10486         (send-region, show-buffer, eval-current-buffer):
10487         Make really obsolete, as the comment says.
10489 2005-05-17  Kim F. Storm  <storm@cua.dk>
10491         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10492         (cua--init-keymaps): Bind C-return instead of S-return to set
10493         rectangle mark.
10495         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10496         instead of S-return to toggle/clear rectangle mark.
10498 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10500         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10501         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10502         Also fontify plain strings assigned to variables, mostly so that a
10503         colon has a face and is thus not taken as a dependency separator.
10504         (makefile-previous-dependency): Inline the new matcher, because it
10505         is too complex to work in both directions.
10506         (makefile-match-dependency): Eliminate `backward' arg (see above).
10507         Completely reimplemented so as to not sometimes go into an endless
10508         loop.  It should also be more efficient, because first it only
10509         searches for `:', instead of applying the very complex regexp.
10510         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10511         to be fontified in one piece can be too long for JIT.
10512         Makefiles are never *that* big.
10514 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10516         * dired.el (dired-mode): Simplify.
10518 2005-05-17  Lute Kamstra  <lute@gnu.org>
10520         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10521         defcustom for the mode hook variable.
10523         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10524         Emacs Lisp Reference Manual.
10526 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10528         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10529         (evenp, list*):
10530         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10531         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10533         * net/tramp-smb.el (tramp-smb-open-connection):
10534         Pass `tramp-chunksize' as fifth (required) argument.
10536 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10538         * font-lock.el (lisp-font-lock-keywords-1):
10539         Set `font-lock-negation-char-face' for [^...] char group.
10540         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10542         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10543         a var, and refine it to mask one more level of nested vars.
10544         (makefile-rule-action-regex): Turn it into a var, and refine it so
10545         it recognizes backslashed continuation lines as belonging to the
10546         same command.
10547         (makefile-macroassign-regex): Refine it so it recognizes
10548         backslashed continuation lines as belonging to the same command.
10549         (makefile-var-use-regex): Don't look at the next char, because it
10550         might be the same one to be skipped by the initial [^$], leading
10551         to an overlooked variable use.
10552         (makefile-make-font-lock-keywords): Remove two parameters, which
10553         are now variables that some of the modes set locally.
10554         Handle dependency and rule action matching through functions, because
10555         regexps alone match too often.  Dependency matching now comes
10556         last, so it can check, whether a colon already matched something else.
10557         (makefile-mode): Inform that font-lock improves makefile parsing
10558         capabilities.
10559         (makefile-match-dependency, makefile-match-action): New functions.
10561 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10563         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10565         * align.el (align-regexp):
10566         * ansi-color.el (ansi-color-get-face):
10567         * array.el (array-reconfigure-rows, array-init-max-row)
10568         (array-init-max-column, array-init-columns-per-line)
10569         (array-init-field-width):
10570         * dired-aux.el (dired-trample-file-versions):
10571         * dired-x.el (dired-mark-sexp):
10572         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10573         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10574         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10575         * faces.el (face-read-integer):
10576         * files.el (backup-extract-version, insert-directory):
10577         * hexl.el (hexl-insert-decimal-char):
10578         * server.el (server-process-filter):
10579         * shell.el (shell-extract-num):
10580         * startup.el (command-line-1):
10581         * term.el (term-command-hook):
10582         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10583         (time-stamp-do-number):
10584         * time.el (display-time-update):
10585         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10586         (timezone-fix-time):
10587         * vms-patch.el (vms-suspend-resume-hook):
10588         * calendar/appt.el (appt-convert-time):
10589         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10590         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10591         * calendar/cal-islam.el (mark-islamic-diary-entries):
10592         * calendar/calendar.el (calendar-cursor-to-date)
10593         (calendar-star-date):
10594         * calendar/diary-lib.el (diary-attrtype-convert)
10595         (mark-diary-entries, diary-entry-time):
10596         * calendar/solar.el (solar-get-number):
10597         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10598         * emacs-lisp/re-builder.el (reb-display-subexp):
10599         * emulation/edt.el (edt-set-scroll-margins):
10600         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10601         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10602         (vip-get-ex-count):
10603         * emulation/viper-ex.el (viper-get-ex-token)
10604         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10605         * international/fontset.el (fontset-plain-name):
10606         * mail/feedmail.el (feedmail-look-at-queue-directory):
10607         * mail/mailalias.el (mail-get-names):
10608         * mail/rmail.el (rmail-convert-to-babyl-format):
10609         * mail/rmailsum.el (rmail-make-basic-summary-line)
10610         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10611         (rmail-summary-goto-msg):
10612         * mail/smtpmail.el (smtpmail-read-response):
10613         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10614         (ange-ftp-vms-add-file-entry):
10615         * play/gametree.el (gametree-looking-at-ply)
10616         (gametree-current-branch-score):
10617         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10618         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10619         * progmodes/cperl-mode.el (condition-case):
10620         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10621         (ebrowse-set-member-buffer-column-width)
10622         (ebrowse-select-1st-to-9nth):
10623         * progmodes/etags.el (etags-snarf-tag):
10624         * progmodes/flymake.el (flymake-parse-line):
10625         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10626         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10627         (idlwave-shell-menu-def):
10628         * progmodes/ps-mode.el (ps-run-goto-error):
10629         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10630         (vhdl-speedbar-contract-level):
10631         * term/mac-win.el (x-handle-numeric-switch):
10632         * term/sun-mouse.el (sun-get-frame-data):
10633         * term/w32-win.el (x-handle-numeric-switch):
10634         * term/x-win.el (x-handle-numeric-switch):
10635         * textmodes/ispell.el (ispell-parse-output):
10636         * textmodes/nroff-mode.el (nroff-outline-level):
10637         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10638         (reftex-bib-sort-year-reverse, reftex-format-citation):
10639         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10640         (reftex-section-number):
10641         * textmodes/texinfmt.el (texinfo-paragraphindent):
10642         Replace `string-to-int' by `string-to-number'.
10644         * international/latexenc.el: Add page marker to force the "Local
10645         Variables:" string out of the last page.
10647 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10649         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10650         tooltip-change-major-mode.
10651         (gud-tooltip-print-command): Remove case where gud-minor-mode
10652         is gdb ("--fullname").
10653         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10654         explain to user.
10656 2005-05-16  Jay Belanger  <belanger@truman.edu>
10658         * calc/calc-store.el (calc-copy-special-constant): New function.
10660         * calc/calc-ext.el (calc-init-extensions): Add binding for
10661         `calc-copy-special-constant'.
10663         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10664         for the `calc-copy-special-constant' command.
10666 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10668         * subr.el (left-fringe-p): New function.
10670         * progmodes/compile.el (compilation-setup): Set local value of
10671         overlay-arrow-string to "" always.
10672         (compilation-set-window): Left fringe then don't scroll.
10673         No left fringe then no arrow and scroll message to top.
10674         (compilation-context-lines): Adjust doc string accordingly.
10676 2005-05-16  Kim F. Storm  <storm@cua.dk>
10678         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10679         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10680         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10681         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10682         (ido-read-file-name): Handle commands with ido property value
10683         equal to find-file as reading a file name, to allow C-d to enter dired.
10684         (ibuffer-find-file): Add ido property with value find-file.
10686 2005-05-15  Kim F. Storm  <storm@cua.dk>
10688         * subr.el (open-network-stream-nowait): Remove.
10689         (open-network-stream-server): Remove.
10691 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10693         * faces.el (describe-face): Output a definition link button.
10695         * help-mode.el (help-face-def): New button type.
10697         * emacs-lisp/copyright.el (copyright-fix-years):
10698         Match properly if the first year is 2-digit.
10699         Don't mess up the whitespace after the years by filling.
10701         * dired-aux.el (dired-mark-confirm):
10702         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10704         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10705         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10706         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10708         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10709         Set font-lock-comment-start-skip.
10711         * font-lock.el (font-lock-comment-start-skip): New variable.
10712         (font-lock-comment-end-skip): New variable.
10713         (font-lock-fontify-syntactically-region): Use them if non-nil.
10715 2005-05-15  Jay Belanger  <belanger@truman.edu>
10717         * calc/calc-store.el (calc-store-value): Return a string rather
10718         than display it as a message.
10719         Use calc-var-name for variable name.
10720         (calc-store-into): Add the result of calc-store-value to message.
10721         (calc-copy-variable): Add a message.
10722         (calc-store-exchange): Improve error messages.
10723         (calc-store-binary, calc-store-map): Don't reset the values of
10724         special constants.
10726 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10728         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10729         manual to docstring.
10731         * files.el (hack-local-variables-confirm): Add STRING argument.
10732         Make the function handle non file visiting buffers correctly.
10733         (hack-local-variables-prop-line, hack-local-variables)
10734         (hack-one-local-variable): Use STRING arg of
10735         `hack-local-variables-confirm'.
10737 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10739         Sync with Tramp 2.0.49.
10741         * net/tramp.el (tramp-handle-dired-call-process)
10742         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10743         because the contents of the Tramp buffer is changed before
10744         insertion (`expand-file' and alike).
10745         (tramp-handle-insert-directory): If `localname' has an empty
10746         nondirectory name, it must not be quoted.
10747         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10748         variable `tramp-chunksize'.  Change callees.
10749         (tramp-open-connection-setup-interactive-shell): Check remote host
10750         for buggy `send-process-string' implementation.
10751         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10752         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10753         (tramp-handle-shell-command): `insert-buffer' cannot be used
10754         because the contents of the Tramp buffer is changed before
10755         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10756         <frederic.bothamy@free.fr>.
10757         (tramp-set-auto-save): Actions should be done for Tramp file name
10758         handler only.  Ange-FTP has its own auto-save mechanism.
10759         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10760         (tramp-set-auto-save-file-modes): Set file modes of
10761         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10762         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10763         (tramp-bug): Remove obsolete variable.
10764         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10765         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10767 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10769         * ibuf-ext.el (define-ibuffer-filter filename):
10770         If `dired-directory' is a list, use its car.
10772 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10774         * ibuffer.el (define-ibuffer-column filename):
10775         If `dired-directory' is a list, use its car.
10777 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10779         * subr.el (symbol-file): Doc fix.
10781         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10782         (byte-compile-form): Call byte-compile-nogroup-warn.
10783         (byte-compile-warning-types): Doc fix.
10785         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10787         * progmodes/cc-engine.el (c-literal-faces):
10788         Add font-lock-comment-delimiter-face.
10790         * net/net-utils.el (dig): Use with-no-warnings.
10792         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10793         (sc-recite-frame-alist, sc-default-cite-frame)
10794         (sc-default-uncite-frame, sc-default-recite-frame)
10795         (sc-attrib-selection-list, sc-rewrite-header-list):
10796         Mark as risky-local-variable.
10798         * international/ogonek.el (ogonek-jak, ogonek-how):
10799         Don't use beginning-of-buffer.
10801         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10803         * calendar/solar.el (solar-data-list): Move definition up.
10805         * dnd.el (dnd-protocol-alist): Add autoload.
10807         * progmodes/sh-script.el: Many doc usage fixes.
10808         (sh-indent-after-do): Change default to match common styles.
10810 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10812         * files.el (interpreter-mode-alist)
10813         (auto-mode-interpreter-regexp): Doc fixes.
10815 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10817         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10819         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10821 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10823         * dired.el (dired-mode): make-variable-buffer-local =>
10824         make-local-variable.
10826 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10828         * term/mac-win.el (mac-select-convert-to-string): Try coding
10829         systems in mac-script-code-coding-systems if specified one cannot
10830         encode string for `com.apple.traditional-mac-plain-text'.
10832 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10834         * progmodes/make-mode.el (makefile-targets-face)
10835         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10836         (makefile-dependency-regex): Fix it to not make the colon in
10837         $(var:a=b) special.
10838         (makefile-rule-action-regex): New regexp for highlighting embedded
10839         Shell strings.
10840         (makefile-macroassign-regex): Handle != for highlighting as
10841         embedded Shell strings.
10842         (makefile-var-use-regex): New const.
10843         (makefile-statements, makefile-automake-statements)
10844         (makefile-gmake-statements, makefile-makepp-statements)
10845         (makefile-bsdmake-statements): New consts.
10846         (makefile-make-font-lock-keywords): New function.
10847         (makefile-automake-font-lock-keywords)
10848         (makefile-gmake-font-lock-keywords)
10849         (makefile-makepp-font-lock-keywords)
10850         (makefile-bsdmake-font-lock-keywords): New consts.
10851         (makefile-mode-map): Add switchers between the various submodes.
10852         (makefile-mode): Document the availability of the variants.
10853         (makefile-automake-mode, makefile-gmake-mode)
10854         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10856         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10857         new variants of makefile-mode.
10859 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10861         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10862         the inheritance.
10864 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10866         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10867         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10869         * files.el (normal-mode): Extend the scope of the
10870         `enable-local-variables' binding to include the `set-auto-mode' call.
10871         (magic-mode-alist): Doc fix.
10873 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10876         font-lock-comment-face rather than copying its setting.
10878 2005-05-12  Andreas Schwab  <schwab@suse.de>
10880         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10882 2005-05-12  Lute Kamstra  <lute@gnu.org>
10884         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10885         defcustom for the mode hook variable.  Delete the last argument.
10886         * generic-x.el: Fix callers of define-generic-mode.
10887         (generic-x-modes): Delete group.
10888         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10889         generic-x customization group.
10891 2005-05-12  Kim F. Storm  <storm@cua.dk>
10893         * font-lock.el (font-lock-negation-char-face): Default to "off".
10895         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10896         font-lock-negation-char-face to ! in !=.
10898 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10900         * add-log.el (find-change-log): Fix typos in the docstring
10901         of function.
10903 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10905         * international/latexenc.el (latexenc-find-file-coding-system):
10906         Avoid `re-search-forward' when looking for input encoding because
10907         of speed and safety.  Better regular expressions for recognizing
10908         input encoding.  Limit a search for TeX-master/tex-main-file to
10909         the local variable section.
10911 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10913         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10914         syntax of $ to "'" (quote).
10916 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10918         * dnd.el (dnd-protocol-alist): Improve custom type.
10920         * dired.el (dired-dnd-protocol-alist): New variable.
10921         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10922         `dired-mode-hook' to the end.
10924 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10926         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10927         comment-end if comment-start-skip is not set.
10928         Obey the font-lock-comment-delimiter-face variables.
10930 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10932         * files.el (executable-find): Move from executable.el.  Use
10933         locate-file.
10934         * progmodes/executable.el (executable-find): Move to files.el.
10936         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10937         when trying to ensure forward progress.
10939 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10941         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10942         (mouse-select, mouse-select-internal, mouse-extend-internal):
10943         Use it to implement mouse-1-click-follows-link functionality.
10945 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10947         * font-lock.el (font-lock-fontify-syntactically-region):
10948         Use font-lock-comment-delimiter-face for comment delimiters.
10950 2005-05-10  Jay Belanger  <belanger@truman.edu>
10952         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10953         preserving embedded modes.
10955 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10957         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10959         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10960         Move from ada-stmt.el.
10961         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10963         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10964         Move to ada-mode.el.
10965         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10967         * cus-edit.el (custom-file): Call file-chase-links.
10969         * files.el (read-directory-name): Fix previous change.
10970         (hack-local-variables-confirm): New function.
10971         (hack-local-variables-prop-line, hack-local-variables)
10972         (hack-one-local-variable): Use it.
10974 2005-05-10  Lute Kamstra  <lute@gnu.org>
10976         * font-lock.el (font-lock-keywords-alist)
10977         (font-lock-removed-keywords-alist): Clarify docstrings.
10979 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10981         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10982         (gdb-source-info): Check for preprocessor info.
10983         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10984         a macro for a function.
10985         (gdb-info-breakpoints-custom): Try to find file again if not already
10986         found (user might have used GDB dir command).
10987         (gdb-get-location): Update gdb-location-alist correctly for change
10988         to gdb-info-breakpoints-custom.
10990         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10991         (gud-tooltip-print-command): Add gdbmi case.
10992         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10993         preprocessor info.
10995 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10997         * startup.el (fancy-splash-insert): Fix typo in doc string.
10999 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
11001         * obsolete/float.el (string-to-float):
11002         * obsolete/hilit19.el (hilit-add-pattern):
11003         * obsolete/rnews.el (news-parse-range, news-select-message)
11004         (news-get-pruned-list-of-files): Replace `string-to-int' by
11005         `string-to-number'.
11007         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
11008         `find-file-not-found-hooks'; use `add-hook'.
11009         (uncompress-while-visiting): Set `write-file-functions', not
11010         `write-file-hooks'; use `add-hook'.
11012 2005-05-09  Kim F. Storm  <storm@cua.dk>
11014         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
11015         (cua-paste): Handle clipboard action.
11016         (cua--init-keymaps): Remap clipboard-kill-region and
11017         clipboard-kill-ring-save.
11019 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
11021         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11022         Improve commentary.
11024         * simple.el (next-error-overlay-arrow-position): Revert the change
11025         made on 2005-04-30.
11027 2005-05-07  Jay Belanger  <belanger@truman.edu>
11029         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
11030         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
11031         `calc-sel-reselect'.
11033         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
11034         Calc is in embedded mode.
11036 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
11038         * progmodes/compile.el (compilation-setup):
11039         Set overlay-arrow-string to an empty string on text terminals.
11041         * textmodes/ispell.el (ispell-program-name): Try looking for
11042         "aspell" along exec-path, and if found, use it as the default
11043         speller program.
11045 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
11047         * international/mule.el (sgml-xml-auto-coding-function):
11048         Recognize encoding='FOO' in single quotes as well as in double quotes.
11050 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11052         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
11053         as well as `interactive', so that defmacro* would recognize
11054         `declare' forms.
11056 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
11058         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11059         Explain more about the LIGHTER arg's usage in the doc string.
11060         Add commentary to clarify what the code does.  Fix the regexp that
11061         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
11062         since it could have characters special to regular expressions.
11064 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11066         * replace.el (occur-1): Bind inhibit-read-only so that
11067         erase-buffer doesn't barf on read-only text properties (likewise
11068         for add-text-properties in occur-engine).  Mark buffer as unmodified.
11069         (occur-engine): Don't set buffer-read-only here.
11071 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11073         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11074         list-buffers-directory.  This caused the *cvs-commit* buffer to be
11075         sometimes mistakenly reused as a *cvs* buffer.
11077 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
11079         * tooltip.el: Move code for GUD tooltips into gud.el.
11080         (require): CL no longer needed to compile case.
11081         (tooltip-mode): Do not toggle functions for GUD tooltips.
11082         (tooltip-gud-tips-p): Remove.  Replace with minor mode
11083         gud-tooltip-mode in gud.el.
11084         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11085         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11086         tooltip-gud prefix with gud-tooltip and obsolete.
11087         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11088         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11089         (tooltip-mouse-motion): Mouse movement functions/variable.
11090         Rename in gud.el by adding gud prefix.
11091         (tooltip-gud-original-filter, tooltip-gud-dereference)
11092         (tooltip-gud-event, tooltip-toggle-gud-tips)
11093         (tooltip-gud-process-output, tooltip-gud-print-command)
11094         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
11095         gud.el by replacing tooltip-gud prefix with gud-tooltip.
11096         (gdb-tooltip-print): Move to gdb-ui.el.
11098         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11099         (require): CL needed to compile case.
11100         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11101         tooltip-gud-tips-p.  Make it a minor-mode.
11102         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11103         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11104         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11105         (gud-tooltip-change-major-mode)
11106         (gud-tooltip-activate-mouse-motions-if-enabled)
11107         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11108         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11109         (gud-tooltip-original-filter, gud-tooltip-dereference)
11110         (gud-tooltip-event, tooltip-toggle-gud-tips)
11111         (gud-tooltip-process-output, gud-tooltip-print-command)
11112         (gud-tooltip-tips): Move from tooltip.el.
11114         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11115         (gdb-cpp-define-alist-flags): Doc fix.
11116         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11117         gud-tooltip-mode is t.
11119 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11122         evaporate if their text is deleted.
11123         (goto-address-at-point): Make it work as a mouse binding as well.
11124         (goto-address-at-mouse): Obsolete it.  Update users.
11126 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
11128         * calendar/appt.el (top-level): No longer activate on load.
11130 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
11132         * calendar/cal-bahai.el (mark-bahai-diary-entries):
11133         * net/webjump.el (webjump):
11134         * progmodes/idlw-help.el (idlwave-do-context-help1)
11135         (idlwave-highlight-linked-completions):
11136         * textmodes/po.el (po-find-file-coding-system-guts):
11137         Replace `assoc-ignore-case' by `assoc-string'.
11139 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
11141         * files.el (locate-file): Doc fix.
11143         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11144         Remove the redundant test for ms-dos.
11146         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11147         look for the preprocessor with exec-suffixes.  If not found in
11148         standard places, look in exec-path.  Remove most of the tests that
11149         used system-type.
11151         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11153         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11155         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11156         file-name clash with jka-compr.el on 8+3 filesystems.
11158 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11160         * term/mac-win.el: Don't define or bind scroll bar functions if
11161         x-toolkit-scroll-bars is t.
11162         (x-select-text, x-get-selection-value): Clear
11163         x-last-selected-text-clipboard if x-select-enable-clipboard is
11164         nil.
11165         (PRIMARY): Put mac-scrap-name property.
11166         (mac-select-convert-to-file-url): New function.
11167         (public.file-url): New selection target type.  Add to
11168         selection-converter-alist.
11169         (x-get-selection, x-selection-value): Handle it.
11170         (x-cut-buffer-or-selection-value): New alias.
11172 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11174         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11175         entry to avoid calling bibtex-find-entry with arg global
11176         being t.  Remove arg key.
11177         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11178         (bibtex-copy-summary-as-kill): Change accordingly.
11180 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11183         (org-agenda-date-later): Use with-current-buffer.
11185 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
11187         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11188         (define-obsolete-variable-alias): Doc Fixes.
11190 2005-05-06  Kim F. Storm  <storm@cua.dk>
11192         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
11193         vertical-motion when selective-display is active.
11195         * ido.el (ido-setup-hook): New hook.
11196         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11197         (ido-input-stack): New var.
11198         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
11199         ido-next-work-file binding to M-O.
11200         Bind M-f to ido-wide-find-file-or-pop-dir.
11201         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11202         (ido-read-internal): Run ido-setup-hook.
11203         Catch quit in read-file-name and read-string to cancel edit.
11204         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11205         Automatically pop-all when completing a directory name (RET).
11206         (ido-file-internal): Add with-no-warnings around ffap and dired code.
11207         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11208         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11209         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11210         New functions for M-b/M-f to move among the directory components.
11211         (ido-make-merged-file-list): Catch quit to cancel merge.
11212         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11213         (ido-completion-help): No warnings for ido-completion-buffer-full.
11215 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
11217         * font-lock.el (font-lock-negation-char-face): New face and variable.
11218         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11219         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11220         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11221         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11223 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
11225         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11226         Fix typo in docstring.
11228         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11229         (ebrowse-print-statistics-line)
11230         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11232         * term/w32-win.el (image-library-alist): Add additional name for
11233         Xpm library.
11235 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
11237         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11238         use gcc instead of cpp.
11240         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11241         (gdb-create-define-alist): Use it.
11242         (gdb-cpp-define-alist-program): Update for MS-DOS.
11244 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11248 2005-05-04  Richard M. Stallman  <rms@gnu.org>
11250         * help.el (describe-key): No error when UNTRANSLATED is nil.
11252         * simple.el (line-move-1): Fix previous change to signal errors
11253         appropriately.
11255 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
11257         * calendar/icalendar.el (icalendar-version): Now at 0.12.
11258         (icalendar-duration-correction): Remove.
11259         (icalendar--get-event-properties): Split result at commas.
11260         (icalendar--decode-isoduration): New optional argument
11261         DURATION-CORRECTION.
11262         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11263         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11264         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11265         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11266         (icalendar--convert-anniversary-to-ical): New functions, extracted
11267         from icalendar-export-region, with bug fixes.
11268         (icalendar-export-region): Use the above functions.
11269         (icalendar-import-buffer): Check before saving diary file.
11270         (icalendar--convert-recurring-to-diary)
11271         (icalendar--convert-non-recurring-all-day-to-diary)
11272         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11273         extracted from icalendar--convert-ical-to-diary, with bug fixes.
11274         (icalendar--convert-ical-to-diary): Use the above functions.
11276 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
11278         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11279         Remove these recent additions.
11280         (c-mode): Restore to before 2005-04-28.
11282         * progmodes/cc-vars.el (cc-define-list-program): Remove this
11283         recent addition.
11285         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11286         (gdb-define-alist): New variables.
11287         (gdb-create-define-alist): New function.
11288         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11289         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11290         with string-to-number.
11291         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
11293         * progmodes/gud.el: Replace string-to-int with string-to-number.
11294         (gud-find-file): Handle gdb-define-alist.
11296         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11298 2005-05-02  Jay Belanger  <belanger@truman.edu>
11300         * calc/calc-aent.el (math-read-token):
11301         * calc/calc-bin.el (calc-word-size):
11302         * calc/calc-ext.el (calc-read-number-fancy):
11303         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11304         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11305         * calc/calc-frac.el (calc-over-notation):
11306         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11307         (calc-graph-num-points, calc-graph-init):
11308         * calc/calc-prog.el (calc-read-parse-table-part)
11309         (calc-edit-macro-repeats):
11310         * calc/calc-yank.el (calc-do-grab-rectangle):
11311         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11312         Replace `string-to-int' by `string-to-number'.
11314 2005-05-02  Kim F. Storm  <storm@cua.dk>
11316         * kmacro.el: Use executing-kbd-macro-index variable.
11318 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
11320         * net/rlogin.el (rlogin-parse-words): Delete func.
11321         (rlogin): Use split-string, not rlogin-parse-words.
11322         Also, if there are option-like elements in the parsed args,
11323         take the host to be the first arg immediately following them.
11324         Suggested by Michael Mauger.
11326 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11328         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11330 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11332         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11333         (cc-mode-cpp-program): Rename to cc-define-list-program and
11334         move to cc-vars.el.
11336         * progmodes/cc-vars.el (cc-define-list-program):
11337         Change to "gcc -E -dM -".  Make customizable.
11339 2005-05-02  Kim F. Storm  <storm@cua.dk>
11341         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11343 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11345         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11347         * international/mule-util.el (truncate-string): Remove alias and
11348         obsolete declaration.
11350         * international/mule-cmds.el (update-iso-coding-systems):
11351         Remove alias and obsolete declaration.
11353         * international/mule.el (coding-system-parent): Remove alias and
11354         obsolete declaration.
11356         * subr.el (define-function, sref): Remove aliases and obsolete
11357         declarations.
11358         (chars-in-region): Remove obsolete declaration.
11360 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11362         * info.el (Info-mode): Set widen-automatically to nil, locally.
11364         * simple.el (widen-automatically): New variable.
11365         (pop-global-mark): Obey widen-automatically.
11367 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
11369         * term/xterm.el (function-key-map): Call substitute-key-definition
11370         before the keymap size is increased by a lot of define-key calls.
11372 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11374         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11375         Rename ARG to ELEMENT.  Doc fix.
11377 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11379         * allout.el (allout-exposure): Remove macro and obsolete declaration.
11380         Remove references to allout-exposure/change to allout-new-exposure.
11382         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11383         bytecode symbols.
11385         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11386         (compiled-function-p, focus-frame, unfocus-frame):
11387         Remove aliases and obsolete declarations.
11388         Back out inadvertent changes from previous commit.
11390 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11392         * files.el (require-final-newline): Make Custom tags consistent
11393         with mode-require-final-newline.
11394         (mode-require-final-newline): Doc fix.
11396 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
11398         * international/latexenc.el (latexenc-find-file-coding-system):
11399         Fix regular expressions.
11401 2005-05-01  David Kastrup <dak@gnu.org>
11403         * international/latexenc.el (latexenc-find-file-coding-system):
11404         Fix regular expressions.
11406 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11408         * subr.el (string-to-int): Make obsolete.
11410 2005-04-30  Richard M. Stallman  <rms@gnu.org>
11412         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11414         * loadup.el: load jka-comp-hook.
11416         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11417         (jka-compr-handler): Add autoload.  `put' calls moved
11418         to jka-comp-hook.el.
11419         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11420         (jka-compr-inhibit): Autoload.
11422         * jka-comp-hook.el: New file.
11423         Enable the mode by default.
11425         * files.el (backup-buffer-copy): Use copy-file instead
11426         of write-region, and put back the 'excl.
11428 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
11430         * progmodes/flymake.el (flymake-split-string)
11431         (flymake-split-string, flymake-log, flymake-pid-to-names)
11432         (flymake-reg-names, flymake-get-source-buffer-name)
11433         (flymake-unreg-names, flymake-add-line-err-info)
11434         (flymake-add-err-info): Clarify docstrings.
11435         (flymake-popup-menu, flymake-make-emacs-menu)
11436         (flymake-make-xemacs-menu): Add docstrings.
11437         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11438         Set variables directly throughout.
11440 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
11442         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11443         exists.  Initialize cc-define-alist.
11444         (c-mode): Add cc-create-define-alist locally to after-save-hook.
11445         If there is no file (Macroexpansion) don't create an alist.
11447 2005-04-29  Sam Steingold  <sds@gnu.org>
11449         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11450         (cc-create-define-alist): Use it instead of the hard-coded string.
11452 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11455         for latexenc.
11457 2005-04-29  Lute Kamstra  <lute@gnu.org>
11459         * emacs-lisp/generic.el: Improve commentary section.
11460         (define-generic-mode): Improve docstring.
11462 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11464         * textmodes/org.el (many places): Change to quiet the byte compiler.
11465         (org-prefix-format-compiled): New variable.
11466         (org-compile-prefix-format): New function.
11467         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11468         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11469         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11470         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11471         consistency with entries from `org-mode' files.
11472         (org-get-time-of-day): Fix bug with partial matches early in a line.
11473         (org-non-link-chars): New constant.
11474         (org-link-regexp): Respect `org-non-link-chars'.
11475         (org-agenda-day-view): Remove command.
11476         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11477         (org-follow-bbdb-link, org-store-link): Search also company field.
11478         (org-highlight-overlay): New variable.
11479         (org-highlight, org-unhighlight): New functions.
11480         (org-agenda-mode): Add pre-command-hook to remove highlight.
11481         (org-evaluate-time-range): Behavior depends upon whether time stamp
11482         contains a time or not.
11483         (org-show-subtree, org-show-entry): New functions.
11484         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11486 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11488         * comint.el (comint-output-filter-functions): Add autoload cookie.
11490 2005-04-28  Kim F. Storm  <storm@cua.dk>
11492         * ido.el (ido-everywhere): Fix last change.
11494 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11496         * international/latexenc.el: New file.
11497         * international/mule-conf.el (file-coding-system-alist): For .tex,
11498         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11500 2005-04-28  Lute Kamstra  <lute@gnu.org>
11502         * font-lock.el (font-lock-add-keywords)
11503         (font-lock-remove-keywords): Clarify docstring.
11504         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11505         Don't start docstrings with a `*'.
11506         (font-lock-update-removed-keyword-alist): Give it a docstring.
11508         * generic-x.el: Update commentary section.
11509         Only require font-lock when compiling.
11510         Define all modes conditionally.
11511         Place all generic modes in the generic-x-modes customization group.
11512         (generic-x-modes): New customization group.
11513         (generic-default-modes, generic-mswindows-modes)
11514         (generic-unix-modes, generic-other-modes): New constants.
11515         (generic-define-mswindows-modes, generic-define-unix-modes):
11516         Update docstrings.  Make them obsolete.
11517         (generic-extras-enable-list): New default value.  Update docstring.
11518         Improve :type.  Change :set function.
11519         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11520         Fix docstring.
11522         * emacs-lisp/generic.el (generic-mode-internal):
11523         Simplify font-lock-defaults.
11524         (define-generic-mode): Fix docstring.
11526 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11528         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11529         font-lock-face property to highlight matches.
11531 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11533         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11534         (cc-define-alist): New variable.
11535         (c-mode): Make it local and initialize it.
11537         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11538         (gdb-exited): New function.
11539         (gdb-annotation-rules): Use it.
11540         (gdb-starting): Set gdb-active-process to t.
11541         (gdb-stopping): Amend doc string.
11542         (gdb-reset): Set gdb-active-process to nil.
11544         * tooltip.el (tooltip-gud-tips): Show the associated #define
11545         directives when a C program under GDB is not executing.
11547 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11550         font-lock-fontify-syntactic-keywords.
11552         * font-lock.el (font-lock-default-fontify-region): Don't force
11553         parse-sexp-lookup-properties to nil.
11555 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11557         * man.el (man-mode-syntax-table): Set up `:' to have
11558         word-constituent syntax.
11560 2005-04-27  Lute Kamstra  <lute@gnu.org>
11562         * novice.el (disable-command): Don't add spurious newlines to the
11563         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11565 2005-04-26  Jay Belanger  <belanger@truman.edu>
11567         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11568         than one window before deleting window.
11570 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11572         * shell.el (shell-prompt-pattern): Doc fix.
11573         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11575         * comint.el (comint-prompt-regexp, comint-get-old-input)
11576         (comint-use-prompt-regexp)
11577         (comint-use-prompt-regexp-instead-of-fields)
11578         (comint-replace-by-expanded-history, comint-send-input)
11579         (comint-output-filter, comint-get-old-input-default)
11580         (comint-line-beginning-position, comint-bol, comint-show-output)
11581         (comint-backward-matching-input, comint-forward-matching-input)
11582         (comint-next-prompt, comint-previous-prompt):
11583         Rename `comint-use-prompt-regexp-instead-of-fields' to
11584         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11585         obsolete.
11586         (comint-use-prompt-regexp): Shorten first line of doc string.
11588         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11589         Set paragraph-separate buffer locally to "\\'".
11591         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11592         Adapt to above name change.
11594         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11595         (smbclient-prompt-regexp): Ditto.
11597         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11599 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11601         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11602         gdb-location-list.
11603         Break lines that are over 80 characters wide.
11605 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11608         New fun and var, to preserve compatibility.
11610         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11612 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11614         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11615         name to file-newer-than-file-p.
11617 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11619         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11621         * progmodes/python.el (python-mode):
11622         Use new name eldoc-documentation-function.
11624         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11626         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11627         (eldoc-documentation-function):
11628         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11630 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11632         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11634 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11636         * term/xterm.el (function-key-map): Fix strings for
11637         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11638         {C,S,A,C-S}-{f1-f12}.
11640 2005-04-26  Kenichi Handa  <handa@m17n.org>
11642         * international/mule-cmds.el (select-safe-coding-system):
11643         Fix previous change.
11645 2005-04-26  Lute Kamstra  <lute@gnu.org>
11647         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11649         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11650         (font-lock-comment-delimiter-face): Ditto.
11652         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11654 2005-04-25  Jay Belanger  <belanger@truman.edu>
11656         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11657         to t while inserting information; use help-mode.
11659 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11661         * term.el (ansi-term-color-vector): Use the xterm colors.
11662         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11664 2005-04-25  Lute Kamstra  <lute@gnu.org>
11666         * font-core.el (font-lock-defaults): Fix docstring.
11668         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11670 2005-04-25  Kenichi Handa  <handa@m17n.org>
11672         * international/mule-cmds.el (select-safe-coding-system):
11673         Don't check consistency with coding: spec, etc if raw-text or
11674         no-conversion was found to be safe.
11676 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11678         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11679         citation markers at start of each line.
11681         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11682         citation markers at start of each line.
11684         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11686         * files.el (mode-require-final-newline): Fix previous change.
11687         (require-final-newline): Fix type label.
11689 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11691         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11692         statement in buffer (broken by 2004-11-24 change).
11694 2005-04-24  Kim F. Storm  <storm@cua.dk>
11696         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11697         and read-file-name-function values.  Don't overwrite existing
11698         non-nil values if ido-mode is enabled without ido-everywhere.
11700 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11702         * files.el (mode-require-final-newline): Minor doc fix.
11704 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11706         * subr.el (syntax-after): Doc fix.
11707         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11708         bits, not 8 bits.
11710         * files.el (mode-require-final-newline): Doc fix.
11711         (backup-buffer-copy): Fix last change.
11713 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11715         * term/mac-win.el: Require select.  Set selection-coding-system to
11716         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11717         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11718         (x-select-enable-clipboard): New variables.
11719         (x-select-text, x-get-selection, x-selection-value)
11720         (x-get-selection-value, mac-select-convert-to-string)
11721         (mac-services-open-file, mac-services-open-selection)
11722         (mac-services-insert-text): New functions.
11723         (CLIPBOARD, FIND): Put mac-scrap-name property.
11724         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11725         (public.tiff): Put mac-ostype property.
11726         (selection-converter-alist): Add entries for them.
11727         (mac-application-menu-map): New keymap.
11728         (interprogram-cut-function, interprogram-paste-function): Set to
11729         x-select-text and x-get-selection-value, respectively.
11730         (split-window-keep-point): Set to t.
11732 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11734         * files.el (read-directory-name): Always pass non-nil
11735         DEFAULT-FILENAME arg to read-file-name.
11736         (backup-buffer-copy, basic-save-buffer-2): Take care against
11737         writing thru an unexpected existing symlink.
11738         (revert-buffer): In indirect buffer, revert the base buffer.
11739         (magic-mode-alist): Doc fix.
11740         (buffer-stale-function): Doc fix.
11741         (minibuffer-with-setup-hook): Avoid warning.
11742         (mode-require-final-newline): Doc and custom fix.
11744         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11746         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11747         use the default appearance.
11748         (font-lock-comment-delimiter-face): New face, new variable.
11750         * imenu.el (imenu--generic-function): The official position of a
11751         definition is the start of the line that BEG is in.
11753         * midnight.el (midnight-timer): Move defvar up.
11755         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11757         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11759         * startup.el (command-line): Use with-no-warnings.
11761         * window.el (window-size-fixed): New defvar.
11763         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11765         * mail/rmail.el (rmail-font-lock-keywords):
11766         Use font-lock-comment-delimiter-face.
11768         * mail/sendmail.el (mail-font-lock-keywords):
11769         Use font-lock-comment-delimiter-face.
11771         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11773 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11775         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11776         Specify t for LAXMATCH when matching directories.
11777         Save match data around compilation-compat-error-properties form.
11779 2005-04-23  David Kastrup  <dak@gnu.org>
11781         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11782         Mention that the autoloaded aliases should be kept for AUCTeX.
11784 2005-04-23  Andreas Schwab  <schwab@suse.de>
11786         * isearch.el (isearch-forward): Doc fix.
11788 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11790         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11791         (jit-lock-stealth-nice): Change default value to 0.5.
11793 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11795         * abbrev.el (write-abbrev-file): Write table entries in
11796         alphabetical order by table name.
11798 2005-04-22  Kim F. Storm  <storm@cua.dk>
11800         * ido.el (ido-read-internal): Fix `list' completion.
11802 2005-04-22  Kenichi Handa  <handa@m17n.org>
11804         * recentf.el (recentf-save-file-coding-system): New variable.
11805         (recentf-save-list): Encode the file by
11806         recentf-save-file-coding-system and add coding: tag.
11808 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11810         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11812 2005-04-21  Lute Kamstra  <lute@gnu.org>
11814         * loadhist.el (unload-feature): Don't remove a function from hooks
11815         if it is about to be restored to an autoload .  Remove functions
11816         that will become unbound from auto-mode-alist.  Simplify the code.
11818         * subr.el (assq-delete-all): New implementation that is linear,
11819         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11820         (rassq-delete-all): New function.
11822         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11823         Add size-indication-mode.
11825 2005-04-21  Kenichi Handa  <handa@m17n.org>
11827         * international/mule-cmds.el: Add autoload for widget-value in
11828         eval-when-compile.
11830 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11832         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11833         Add tooltip-mode.
11835         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11837 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11839         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11840         (inferior-lisp-filter-regexp, inferior-lisp-program)
11841         (inferior-lisp-load-command, inferior-lisp-prompt)
11842         (inferior-lisp-mode-hook, lisp-source-modes)
11843         (inferior-lisp-load-hook): defvar->defcustom.
11844         (inferior-lisp-program, inferior-lisp-prompt)
11845         (inferior-lisp-load-hook): Doc fixes.
11846         (inferior-lisp-install-letter-bindings): Small change in
11847         introductory comment.
11849 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11851         * vc.el (vc-annotate-color-map): Change some colors so that text
11852         using them as foreground is readable on both white and black
11853         backgrounds.
11855 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11857         * international/mule-conf.el (translation-table-for-input):
11858         Remove redundant declaration.
11860 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11862         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11864         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11865         (tooltip-toggle-gud-tips): New function.
11867 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11869         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11870         right angle brackets.
11872 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11874         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11876 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11878         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11879         Remove.  Update callers to use expand-file-name instead.
11881         * subr.el (syntax-class): New function.
11883         * simple.el (blink-matching-open): Use it.
11885         * paren.el (show-paren-function): Use it to recognize parens that are
11886         also used in 2-char comment markers.
11888 2005-04-19  Lute Kamstra  <lute@gnu.org>
11890         * loadhist.el (unload-feature): Update for new format of
11891         load-history.  Simplify the code.
11893 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11895         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11896         (mac-add-charset-info): New function.  Initialize variable
11897         mac-charset-info-alist using it.
11898         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11899         for translation.
11900         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11901         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11902         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11903         New CCL programs.
11905 2005-04-19  Kim F. Storm  <storm@cua.dk>
11907         * simple.el (next-buffer, prev-buffer, next-error)
11908         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11909         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11911         * bindings.el (next-buffer, prev-buffer, next-error)
11912         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11913         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11914         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11915         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11917 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * isearch.el (isearch-edit-string): Make the search-ring available for
11920         minibuffer history commands.
11921         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11922         the default history commands now work just as well.
11923         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11925 2005-04-18  Kim F. Storm  <storm@cua.dk>
11927         * emulation/cua-base.el (cua--pre-command-handler): Add more
11928         elaborate check for shift modifier on non-window systems.
11930 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11932         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11934 2005-04-18  Kim F. Storm  <storm@cua.dk>
11936         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11937         and make it optional.  Don't test tooltip-gud-echo-area here.
11938         (tooltip-gud-process-output, gdb-tooltip-print):
11939         Pass tooltip-gud-echo-area to tooltip-show.
11940         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11942 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11944         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11945         `display-graphic-p' may not be bound yet.
11947 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11949         * startup.el (command-line): No longer enable Xterm Mouse mode by
11950         default in terminals compatible with xterm.
11952         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11954 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11956         * tooltip.el (tooltip-gud-echo-area): Rename from
11957         tooltip-use-echo-area.
11958         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11959         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11960         area independently of where help tooltips are displayed.
11962 2005-04-17  David Kastrup  <dak@gnu.org>
11964         * cus-theme.el (custom-theme-write-variables): Quote variables
11965         where necessary.
11967 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11969         * simple.el (yank-excluded-properties): Add follow-link to value.
11971         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11973         * startup.el (fancy-splash-max-time): Just 30 seconds.
11974         (fancy-splash-delay): Just 7.
11975         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11977         * loadhist.el (unload-feature): Update for new format of load-history.
11978         Simplify the code.
11980         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11981         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11983         * mail/sendmail.el (mail-font-lock-keywords):
11984         Don't fontify subject text.
11985         Don't fontify the text of a citation.
11987 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11989         * comint.el (comint-output-filter): Run comint-output-filter-functions
11990         with point where the user had it.
11992 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11994         * international/ucs-tables.el (ucs-set-table-for-input):
11995         Disable when using unify-on-decoding.
11997 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11999         * emulation/cua-base.el (cua-global-mark-face): Add special case
12000         for displays supporting a high number of colors.
12002 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
12004         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
12006 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
12008         * filesets.el (filesets-add-buffer): If user supplies a name of a
12009         non-existing fileset, create a new fileset.
12011 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
12013         * textmodes/org.el (org-up-heading-all): Fix bug with
12014         `outline-up-heading-all'.
12016 2005-04-16  Andreas Schwab  <schwab@suse.de>
12018         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
12019         /etc/permissions.d/* and /etc/aliases.d/*.
12021 2005-04-16  Kenichi Handa  <handa@m17n.org>
12023         * international/code-pages.el (cp-make-coding-system):
12024         Set `translation-table-for-input' property value to the symbol
12025         ucs-mule-to-mule-unicode, not to that value.
12026         (pt154): Escape guillemet by `\'.
12028 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
12030         * loadup.el: Load tooltip if x-show-tip is fboundp.
12032         * startup.el (command-line): Add comment.
12034         * tooltip.el (tooltip-mode): Specify correct standard value for
12035         Custom in init-value.
12037 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
12039         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
12040         possible.
12042 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
12044         * textmodes/org.el (org-agenda-date-prompt): Rename from
12045         `org-agenda-date-today'.
12046         (org-evaluate-time-range): Insert at point instead of directly
12047         after time range.
12048         (org-first-headline-recenter, org-subtree-end-visible-p)
12049         (org-optimize-window-after-visibility-change): New functions
12050         (org-agenda-post-command-hook): Don't allow point at end of line,
12051         to make sure it always hits the text properties.
12052         (org-agenda-next-date-line, org-agenda-previous-date-line):
12053         New commands.
12054         (org-set-regexps-and-options): Category may contain white space.
12055         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12056         Improve marker positions.
12057         (org-agenda-new-marker): Argument POS made optional.
12058         (org-agenda-get-timestamps): Deadlines which are done are listed
12059         in org-done-face now.
12060         (org-agenda-get-todos, org-agenda-get-timestamps)
12061         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12062         Set `undone-face' and `done-face' properties.
12063         (org-last-todo-state-is-todo): New variable.
12064         (org-todo): Set `org-last-todo-state-is-todo'.
12065         (org-agenda-todo): Change face according to
12066         `org-last-todo-state-is-todo'.  And change other lines referring to
12067         the same entry.
12068         (org-calendar-goto-agenda): New command.
12069         (org-calendar-to-agenda-key): New option.
12070         (org-startup-folded): New allowed value `content'.
12071         (org-set-regexps-and-options): Accept new value `content' for
12072         `org-startup-folded'.
12073         (org-get-current-options): Handle new value `content' for
12074         `org-startup-folded'.
12075         (org-insert-todo-heading): New command.
12076         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12077         interactively in empty file and option
12078         `org-insert-mode-line-in-empty-file' has been set.
12079         (org-agenda-todo,org-agenda-priority): Modify to use
12080         `org-agenda-change-all-lines'.
12081         (org-warning-face): Change color on dark background
12083 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12085         * international/mule-cmds.el (set-locale-environment): On Mac OS,
12086         use preferences AppleLocale and AppleLanguages, and variable
12087         mac-system-locale for default locale.  On Mac OS Classic, use
12088         mac-system-coding-system for default coding systems.
12090         * term/mac-win.el: Don't set file-name-coding-system.
12091         Decode variables system-name, emacs-build-system, user-login-name, and
12092         user-full-name by mac-system-coding-system on Mac OS Classic.
12093         (mac-system-coding-system): New variable.
12095 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
12097         * startup.el (command-line): Handle `xterm-mouse-mode' before
12098         reading init file.
12100         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12102 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
12104         * progmodes/sh-script.el (sh-here-document-word): Make it a
12105         defcustom.  Doc fix.
12106         (sh-add): Bash uses $(( )) for arithmetic.
12107         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12108         (sh-maybe-here-document): Remove quotes and leading whitespace
12109         from heredoc word when closing.  Indent heredoc with tabs if word
12110         starts with "-".
12112 2005-04-13  Richard M. Stallman  <rms@gnu.org>
12114         * simple.el (undo): Fix previous change.
12116         * custom.el (defface): Doc fix.
12118 2005-04-13  Lute Kamstra  <lute@gnu.org>
12120         * Makefile.in (DONTCOMPILE): Remove list.
12121         (compile, compile-always): Don't use DONTCOMPILE.
12122         (update-authors): Load the library in which batch-update-authors
12123         is defined.
12124         * makefile.w32-in (DONTCOMPILE): Remove list.
12125         (compile, compile-always): Fix comments.
12126         (update-authors): Load the library in which batch-update-authors
12127         is defined.
12129         * generic-x.el (generic-mode-ini-file-find-file-hook):
12130         Rename to ini-generic-mode-find-file-hook.
12131         Keep generic-mode-ini-file-find-file-hook as an alias.
12132         (ini-generic-mode-find-file-hook): Rename from
12133         generic-mode-ini-file-find-file-hook.  Fix docstring.
12134         (ini-generic-mode): Docstring change.
12135         (bat-generic-mode-run-as-comint): Silence the byte compiler.
12137         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12138         called from lisp.
12140         * generic.el: Move to the emacs-lisp subdir.
12142 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
12144         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12145         and C-S- function and cursor motion keys.
12147 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
12149         * startup.el (command-line): Enable Xterm Mouse mode by default.
12150         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12151         for Custom.  No longer show "Mouse" in mode line when enabled.
12152         Doc fix.
12154 2005-04-12  Kim F. Storm  <storm@cua.dk>
12156         * emulation/cua-base.el (cua-rectangle-face)
12157         (cua-rectangle-noselect-face): Define face attributes here.
12159         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12161 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12163         * startup.el (command-line): Turn off blinking cursor if
12164         cursorBlink in resources is off or false.
12166 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12168         * term/mac-win.el (dnd): Require dnd.
12169         (mac-drag-n-drop): Call dnd-handle-one-url.
12170         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12171         (kTextEncodingISOLatin2): Remove constants.
12172         (mac-script-code-coding-systems): New constant.
12173         (mac-handle-language-change): New function.
12174         (special-event-map): Bind it to `language-change' event.
12175         (mac-centraleurroman, mac-cyrillic): New coding systems.
12176         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12177         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12178         and mac-cyrillic-encoder to encode-mac-centraleurroman and
12179         encode-mac-cyrillic, respectively.
12181 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12183         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12184         Don't set overlay-arrow-string to "=>" as this is done
12185         globally in C now.
12187 2005-04-12  Lute Kamstra  <lute@gnu.org>
12189         * generic-x.el (rc-generic-mode, rul-generic-mode):
12190         Fix auto-mode-alist entries.
12191         (etc-fstab-generic-mode): Tweak fontification.
12193         * generic.el (generic-make-keywords-list): Fix docstring.
12194         (generic-mode-internal): Simplify generic-font-lock-keywords.
12196 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12198         * whitespace.el (whitespace-buffer-leading)
12199         (whitespace-buffer-trailing): Revert the incorrect test inversion.
12200         However, fix the highlight area for the leading and
12201         trailing whitespaces to show space.
12203 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12205         * whitespace.el (whitespace-version): Bump to 3.5
12207         (whitespace-buffer-leading, whitespace-buffer-trailing):
12208         Invert sense of the test to highlight the whitespace.
12210 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12212         * progmodes/gud.el (gud-display-line): GUD uses its own
12213         overlay arrow now so don't set overlay-arrow-string.
12214         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12216 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
12218         * term.el (term-ansi-current-bold, term-ansi-current-underline)
12219         (term-ansi-current-reverse, term-ansi-current-invisible)
12220         (term-ansi-face-already-done): Change to boolean.
12221         (term-reset-terminal, term-handle-colors-array): Handle the above
12222         vars accordingly.
12223         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12224         (term-emulate-terminal): Use the new name.
12226         * faces.el (secondary-selection): Use yellow1, not yellow.
12227         (trailing-whitespace): Use red1, not red.
12229 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12231         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12232         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12233         (dired-dnd-handle-file): Call dnd-get-local-file-uri
12235         * cus-edit.el (dnd): New group.
12237         * term/w32-win.el (dnd): Require dnd
12238         (w32-drag-n-drop): Call dnd-handle-one-url.
12240         * x-dnd.el: Require dnd.
12241         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12242         Call dnd-handle-one-url.
12243         (x-dnd-types-alist, x-dnd-insert-utf8-text)
12244         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12245         to dnd-insert-text.
12246         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12247         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12248         (x-dnd-get-local-file-name, x-dnd-open-local-file)
12249         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12251         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12253 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12255         * wdired.el: Doc fixes.
12256         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12257         (wdired-use-dired-vertical-movement): Rename from
12258         wdired-always-move-to-filename-beginning.
12259         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12260         (wdired-change-to-wdired-mode): Change mode name.
12261         (wdired-newline): Delete.
12263 2005-04-11  Richard M. Stallman  <rms@gnu.org>
12265         * whitespace.el (whitespace-highlight-the-space):
12266         Don't call whitespace-unhighlight-the-space here.
12268         * simple.el (undo): Record t in undo-equiv-table
12269         for the redo record made by an undo-in-region.
12271 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12273         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12274         (gdb-frame-inferior-io-buffer): New Functions to control
12275         display of separate IO buffer.
12276         (menu): Add them to menu-bar.
12277         (gdb-display-buffer): Check for buffer another frame.
12278         Protect GUD buffer.
12279         (gdb-setup-windows): Create IO buffer if not already there.
12280         (gdb-memory-mode): Remove purecopy noops.
12282 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12284         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12285         and pass to self-insert-command.
12287 2005-04-11  Lute Kamstra  <lute@gnu.org>
12289         * generic.el: Commentary section cleanup.
12290         (generic): Delete.
12291         (generic-use-find-file-hook, generic-lines-to-scan)
12292         (generic-find-file-regexp, generic-ignore-files-regexp)
12293         (default-generic-mode, generic-mode-find-file-hook)
12294         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12295         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
12296         (generic-use-find-file-hook, generic-lines-to-scan)
12297         (generic-find-file-regexp, generic-ignore-files-regexp)
12298         (default-generic-mode, generic-mode-find-file-hook)
12299         (generic-mode-ini-file-find-file-hook): Move from generic.el.
12301 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
12303         * bookmark.el (bookmark-write-file): Catch errors writing file.
12304         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12306 2005-04-10  Richard M. Stallman  <rms@gnu.org>
12308         * startup.el (fancy-splash-tail): Update copyright year.
12309         (command-line): Split part of -Q into -D.
12310         (emacs-basic-display): New defvar.
12311         (fancy-splash-text): Correct name of menu item.
12313         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12315         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12316         lines in one node.
12318         * comint.el (comint-send-input): New arg ARTIFICIAL.
12319         Callers in this file changed.
12321         * abbrev.el (define-abbrevs): Read system abbrevs properly.
12323         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12325 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
12327         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
12328         `ldap-search-internal'.
12330 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * files.el (set-auto-mode-1): Use line-end-position.
12334         * international/latin-1.el:
12335         * international/latin-2.el:
12336         * international/latin-3.el:
12337         * international/latin-4.el:
12338         * international/latin-5.el:
12339         * international/latin-8.el:
12340         * international/latin-9.el: Give punctuation syntax to NBSP.
12342         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12343         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12344         Use char-classes to accept non-ascii letters, accepted in some recent
12345         bibtex implementations.
12347 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
12349         * custom.el (custom-set-minor-mode): Any non-nil value for the
12350         variable should enable the mode when set through Custom.
12352 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12355         TAB binding so tab-always-indent is obeyed.
12356         (vhdl-minibuffer-local-map): Move initialization into declaration.
12357         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12358         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12359         (vhdl-hooked-abbrev): Avoid test for XEmacs.
12360         (vhdl-current-line): Use line-beginning-position.
12361         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12362         with-output-to-temp-buffer, so the current position can be recorded.
12364 2005-04-10  Masatake YAMATO  <jet@gyve.org>
12366         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12367         Add regexp for gcov.
12369 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12371         * calendar/time-date.el (time-to-seconds, seconds-to-time)
12372         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12373         syntax which Emacs 20 doesn't support.
12375 2005-04-09  Richard M. Stallman  <rms@gnu.org>
12377         * help.el (describe-key-briefly, describe-key):
12378         Replace strings as event types with "(any string)".
12380 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * arc-mode.el (archive-mode-map): Move initialization into
12383         the declaration.  Override *all* bindings of `undo'.
12384         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12386 2005-04-09  Jay Belanger  <belanger@truman.edu>
12388         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12390 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12392         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12393         (xterm-register-default-colors): Update color values computation
12394         to match xterm-200.
12396 2005-04-09  Kenichi Handa  <handa@m17n.org>
12398         * international/code-pages.el (iso-latin-7): Fix the map.
12400 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
12402         * emacs-lisp/lisp.el (defun-prompt-regexp)
12403         (parens-require-spaces, buffer-end, end-of-defun)
12404         (insert-parentheses): Doc fixes.
12406 2005-04-08  Kim F. Storm  <storm@cua.dk>
12408         * comint.el (comint-highlight-prompt): Fix face spec.
12409         * hi-lock.el (hi-green): Likewise.
12411 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12413         * cus-edit.el (custom-modified-face):
12414         * comint.el (comint-highlight-input): Fix previous changes.
12415         * term.el (term-handle-ansi-escape): Add a comment.
12417 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12419         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12420         in the buffer and in whitespace-highlighted-space.
12421         (whitespace-unhighlight-the-space): Simplify.
12422         (whitespace-buffer): Simplify.
12424 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12426         * textmodes/table.el (table-cell-face): Add special case for
12427         displays supporting a high number of colors.
12428         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12429         (vhdl-font-lock-reserved-words-face)
12430         (vhdl-speedbar-architecture-face)
12431         (vhdl-speedbar-instantiation-face)
12432         (vhdl-speedbar-architecture-selected-face)
12433         (vhdl-speedbar-instantiation-selected-face): Likewise.
12434         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12435         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12436         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12437         (ebrowse-root-class-face, ebrowse-member-attribute-face)
12438         (ebrowse-progress-face): Likewise.
12439         * progmodes/compile.el (compilation-info-face): Likewise.
12440         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12441         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12442         * calendar/calendar.el (diary-face): Likewise.
12443         * woman.el (woman-italic-face, woman-bold-face)
12444         (woman-unknown-face): Likewise.
12445         * wid-edit.el (widget-button-pressed-face): Likewise.
12446         * whitespace.el (whitespace-highlight-face): Likewise.
12447         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12448         * pcvs-info.el (cvs-marked-face): Likewise.
12449         * info.el (info-xref): Likewise.
12450         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12451         * hilit-chg.el (highlight-changes-face)
12452         (highlight-changes-delete-face): Likewise.
12453         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12454         (hi-red-b): Likewise.
12455         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12456         * font-lock.el (font-lock-keyword-face)
12457         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12458         * cus-edit.el (custom-invalid-face, custom-modified-face)
12459         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12460         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12461         * comint.el (comint-highlight-prompt): Likewise.
12463 2005-04-08  Lute Kamstra  <lute@gnu.org>
12465         * font-lock.el (font-lock-keywords): Docstring fixes.
12467 2005-04-08  Kenichi Handa  <handa@m17n.org>
12469         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12470         chars are more than a limit, print " and more..." at the tail.
12472 2005-04-08  Kim F. Storm  <storm@cua.dk>
12474         * emacs-lisp/authors.el (authors-aliases): Update list.
12475         (authors-ignored-files): New list.
12476         (authors-fixed-entries): Fix typo.
12477         (authors-renamed-files-alist): Update list.
12478         (authors-add): Check authors-ignored-files.
12480 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12482         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12483         optional, to ensure backward compatibility.
12485 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12487         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12489 2005-04-08  Kim F. Storm  <storm@cua.dk>
12491         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12493         * mouse.el (mouse-on-link-p): Doc fix.
12495 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12497         * ielm.el (ielm-prompt-read-only): Doc fix.
12499         * comint.el (comint-prompt-read-only): Doc fix.
12501 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12503         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12504         ensure dired always handles wildcards passed to ffap.
12505         (find-file-at-point): Use it.
12506         (ffap-dired-wildcards): Doc fix.
12508 2005-04-07  Juri Linkov  <juri@jurta.org>
12510         * simple.el (next-error-overlay-arrow-position): New defvar.
12511         Put "=>" on its property `overlay-arrow-string'.  Add it to
12512         `overlay-arrow-variable-list'.
12514         * progmodes/compile.el (compilation-setup):
12515         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12516         nil in the local hook `kill-buffer-hook'.  Make local variable
12517         `overlay-arrow-string' and set it to "=>".
12518         (compilation-goto-locus): Set BOL position to
12519         `next-error-overlay-arrow-position' instead of
12520         `overlay-arrow-position'.
12522         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12523         locally instead of adding it to the global hook.
12524         (Info-kill-buffer): Move up.
12526 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12528         * term/xterm.el (xterm-standard-colors): Update color values from
12529         xterm-200.
12531 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12533         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12535         * fast-lock.el:
12536         * lazy-lock.el: Move them to the obsolete subdir.
12538 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12540         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12541         (wdired-add-replace-advice): Remove.
12542         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12544 2005-04-06  Kim F. Storm  <storm@cua.dk>
12546         * startup.el (command-line): Add --bare-bones alias for -Q.
12548 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12550         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12551         create the startup fontset if a font specification ends with
12552         `mac-roman'.
12554 2005-04-06  Lute Kamstra  <lute@gnu.org>
12556         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12557         change.
12559         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12560         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12562 2005-04-05  Lute Kamstra  <lute@gnu.org>
12564         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12565         (define-generic-mode): Ditto.  Fix debug declaration.
12567         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12568         Put them in the generic-x group.
12570         * calendar/timeclock.el (timeclock): Doc fix.
12572         * generic.el (define-generic-mode): Don't use custom-current-group.
12573         Document default :group value.
12574         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12575         (define-global-minor-mode): Don't use custom-current-group.
12577 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12579         * startup.el (command-line-1): Display startup-echo-area-message
12580         when fancy splash screen is in use.
12582         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12583         (sh-escaped-newline): New face.
12584         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12585         newline, and use sh-escaped-newline face.
12587         * progmodes/tcl.el (tcl-escaped-newline): New face.
12588         (tcl-builtin-list): New variable.
12589         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12590         newlines.  Fix keywords subexpression number.
12592 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12594         * textmodes/org.el (org-diary-default-entry): Fix call to
12595         `add-to-diary-entry'.
12597 2005-04-05  Kim F. Storm  <storm@cua.dk>
12599         * ediff-init.el: Use (featurep 'xemacs).
12601 2005-04-05  David Ponce  <david@dponce.com>
12603         * cus-edit.el (face): Derive from symbol widget.  Display sample
12604         of the current face on the fly.
12605         (widget-face-sample-face-get, widget-face-notify): New functions.
12606         (widget-face-value-create): Remove.
12608         * wid-edit.el (widget-field-end): Temporarily remove field
12609         narrowing before to call `get-char-property'.
12611 2005-04-04  Jay Belanger  <belanger@truman.edu>
12613         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12614         (math-read-subscripts): New variable.
12615         (math-read-preprocess-string): Process subscripts.
12617 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12619         * comint.el (comint-prompt-read-only): Doc fix.
12621         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12622         `-1'.  Doc fix.
12624 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12626         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12627         Change default value to nil.
12629 2005-04-04  Lute Kamstra  <lute@gnu.org>
12631         * autorevert.el (auto-revert-mode): Specify :group.
12632         * battery.el (display-battery-mode): Specify :group.
12633         * diff-mode.el (diff-minor-mode): Specify :group.
12634         * font-core.el (font-lock-mode): Specify :group.
12635         * hl-line.el (hl-line-mode): Specify :group.
12636         * iimage.el (iimage): New customization group.
12637         (iimage-mode): Specify :group.
12638         * longlines.el (longlines-mode): Specify :group.
12639         * master.el: Don't require easy-mmode.
12640         (master): New customization group.
12641         (master-mode): Specify :group.
12642         * msb.el (msb-mode): Specify :group.
12643         * reveal.el (reveal-mode): Specify :group.
12644         * simple.el (next-error-follow-minor-mode): Specify :group.
12645         * smerge-mode.el (smerge-mode): Specify :group.
12646         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12647         * emulation/cua-base.el (cua-mode): Specify :group.
12648         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12649         * language/thai-util.el (thai-auto-composition-mode)
12650         (thai-word-mode): Specify :group.
12651         * mail/supercite.el (sc-minor-mode): Specify :group.
12652         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12653         * progmodes/flymake.el (flymake-mode): Specify :group.
12654         * progmodes/glasses.el (glasses-mode): Specify :group.
12655         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12656         * textmodes/enriched.el (enriched-mode): Specify :group.
12657         * textmodes/refill.el (refill-mode): Specify :group.
12659         * add-log.el (change-log-font-lock-keywords): Names in
12660         parenthesized lists can contain spaces.
12662 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12664         * startup.el (fancy-splash-text): Shorten default text of
12665         "Emacs Tutorial" line.  Also, if the current language env
12666         indicates an available tutorial file other than TUTORIAL,
12667         extract its title and append it to the line in parentheses.
12668         (fancy-splash-insert): If arg is a thunk, funcall it.
12670 2005-04-04  Jay Belanger  <belanger@truman.edu>
12672         * calc.el (calc-language-alist): Add tags to customization type.
12674 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12676         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12677         Doc fix.
12679 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12681         * add-log.el (change-log-font-lock-keywords): The manual
12682         describing a Change Log entry, says: (...) "Aside from these
12683         header lines, every line in the change log starts with a space or
12684         a tab.".  The font-lock was not highlighting lines started with
12685         spaces, added support for it.
12687 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12689         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12690         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12691         complex example in the docstring.
12692         (bibtex-font-lock-url): Use pop.
12694 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12698         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12700 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12702         * filesets.el (filesets-set-default): Doc fix.
12704 2005-04-03  Lute Kamstra  <lute@gnu.org>
12706         * generic.el (define-generic-mode): Add argument to specify
12707         keywords for defcustom.
12708         (default-generic-mode): Specify :group.
12710         * generic-x.el: Specify :group for all generic modes.
12712         * desktop.el (desktop-no-desktop-file-hook)
12713         (desktop-after-read-hook): Doc fix.
12715 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12717         * simple.el (visible-mode): Use explicit :group keyword.
12718         This changes the group of `visible-mode-hook' from paren-blinking
12719         to editing-basics.
12721 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12723         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12724         mailbox specifications as well as URLs.
12725         (rmail-insert-inbox-text): Remove unused conditional branches.
12727 2005-04-01  Jay Belanger  <belanger@truman.edu>
12729         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12730         (calc-gnuplot-print-command): Move definitions to calc.el.
12732         * calc/calc-embed.el (calc-embedded-announce-formula)
12733         (calc-embedded-open-formula, calc-embedded-close-formula)
12734         (calc-embedded-open-word, calc-embedded-close-word)
12735         (calc-embedded-open-plain, calc-embedded-close-plain)
12736         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12737         (calc-embedded-open-mode, calc-embedded-close-mode):
12738         Move definitions to calc.el.
12740         * calc/calc.el (calc-settings-file, calc-language-alist):
12741         Make customizable.
12742         (calc-embedded-announce-formula, calc-embedded-open-formula)
12743         (calc-embedded-close-formula, calc-embedded-open-word)
12744         (calc-embedded-close-word, calc-embedded-open-plain)
12745         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12746         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12747         (calc-embedded-close-mode, calc-gnuplot-name)
12748         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12749         from other files and make customizable.
12751 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12753         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12754         Use buffer-live-p.
12755         (cvs-mode-run): Don't call cvs-update-header here.
12756         (cvs-run-process): Call cvs-update-header.
12757         Use process properties for cvs-postprocess and cvs-buffer so that
12758         the sentinel can behave better if the temp buffer is killed.
12759         Use a pipe rather than a tty, to better handle unexpected prompts.
12760         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12762 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12764         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12765         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12767 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12769         * generic.el (define-generic-mode): Add indentation rule.
12771 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12773         * files.el (mode-require-final-newline): Make Custom correctly
12774         report a nil value and allow to set it to nil via Custom.
12775         Doc fix.
12777 2005-04-01  Kenichi Handa  <handa@m17n.org>
12779         * international/characters.el: Enable the correct case setting for
12780         dotless-i and dotted-I.
12782 2005-04-01  Kim F. Storm  <storm@cua.dk>
12784         * ido.el (ido-file-internal): Fall back to non-ido command if
12785         initial directory is on slow ftp (or tramp) host.
12787 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12789         * emacs-lisp/autoload.el (make-autoload):
12790         Handle define-global-minor-mode.
12792         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12793         Rename from easy-mmode-define-global-mode.
12794         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12796         * progmodes/scheme.el (scheme-mode-syntax-table):
12797         Update syntax of | and # for two-character comment syntax.
12799 2005-03-31  Lute Kamstra  <lute@gnu.org>
12801         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12802         (define-minor-mode): Call custom-current-group at load-time.
12804         * generic.el (define-generic-mode): Add debug declaration.
12805         Add defcustom for the mode hook.
12806         (generic-mode-internal): Use run-mode-hooks.
12808 2005-03-31  Kim F. Storm  <storm@cua.dk>
12810         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12811         (mouse-fixup-help-message): New defun called by show_help_echo
12812         to fixup mouse-2 prefix in help messages when applicable.
12814         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12816 2005-03-31  Kenichi Handa  <handa@m17n.org>
12818         * language/thai-word.el (thai-find-word-ends): Pay attention to
12819         the case that we reach the end of buffer.
12821         * textmodes/fill.el (fill-text-properties-at): New function.
12822         (fill-newline): Use fill-text-properties-at instead of
12823         text-properties-at.
12825 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12827         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12828         not comint-quote-filename.
12830 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12832         * help-fns.el (help-with-tutorial): Revert last change.
12834 2005-03-31  Kim F. Storm  <storm@cua.dk>
12836         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12838 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12840         * calendar/cal-china.el: Update reference to "Calendrical
12841         Calculations" book; there's a new edition.
12842         * calendar/cal-coptic.el: Likewise.
12843         * calendar/cal-french.el: Likewise.
12844         * calendar/cal-hebrew.el: Likewise.
12845         * calendar/cal-islam.el: Likewise.
12846         * calendar/cal-iso.el: Likewise.
12847         * calendar/cal-julian.el: Likewise.
12848         * calendar/cal-mayan.el: Likewise.
12849         * calendar/cal-persia.el: Likewise.
12850         * calendar/calendar.el: Likewise.
12851         * calendar/holidays.el: Likewise.
12852         * calendar/lunar.el: Likewise.
12853         * calendar/solar.el: Likewise.
12855         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12856         white space from doc string.
12858 2005-03-30  Jay Belanger  <belanger@truman.edu>
12860         * calc/calc-help.el (calc-full-help): Remove email address.
12862 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12864         * help-fns.el (help-with-tutorial): Delete title line.
12866 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12868         * calendar/cal-x.el (calendar-one-frame-setup)
12869         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12870         rather than 'symbol for set-window-dedicated-p.
12872         * calendar/appt.el (appt-buffer-name): Make it a constant.
12873         (appt-add): Doc fix.
12875         * filesets.el (filesets-menu-path, filesets-menu-before)
12876         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12877         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12878         (filesets-add-submenu): Delete and use add-submenu instead.
12880 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12882         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12883         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12884         (org-diary-default-entry): New function.
12885         (org-get-entries-from-diary): Better parsing of diary entries.
12886         (org-agenda-check-no-diary): New function.
12887         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12888         linking to diary entries.
12889         (org-agenda-execute-calendar-command): New function.
12890         (org-agenda): Improve visible section in window.
12891         Use `org-fit-agenda-window'.
12892         (org-fit-agenda-window): New option.
12893         (org-move-subtree-down): Better handling of empty lines
12894         at end of subtree.
12895         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12896         levels up.
12897         (org-fontify-done-headline): New option.
12898         (org-headline-done-face): New face.
12899         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12900         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12901         When current field is non-empty, it is copied to next row.
12902         (org-table-copy-from-above): Fix bug which made it
12903         impossible to copy fields containing only a single non-white character.
12905 2005-03-30  Kim F. Storm  <storm@cua.dk>
12907         * kmacro.el (kmacro-end-macro): Isearch may store this command
12908         into the macro -- so ignore it when executing keyboard macro.
12910 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12912         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12914 2005-03-29  Kenichi Handa  <handa@m17n.org>
12916         * language/thai.el ("Thai"): Set setup-function and exit-function
12917         for Thai language environment.
12919         * language/thai-util.el: Require thai-word.
12920         (thai-word-mode-map): New variable.
12921         (thai-word-mode): New minor mode.
12922         (setup-thai-language-environment-internal): New function.
12923         (exit-thai-language-environment-internal): New function.
12925         * language/thai-word.el (thai-word-table): Declare it by defvar,
12926         use dolist to initialize it.
12927         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12928         (thai-fill-find-break-point): New functions.
12930 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12932         * simple.el (idle-update-delay): Move definition up.
12933         (set-mark): Doc fix.
12935 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12937         * longlines.el: New file.
12939         * simple.el (buffer-substring-filters): New variable.
12940         (filter-buffer-substring): New function.
12941         (kill-region, copy-region-as-kill): Use it.
12943         * register.el (copy-to-register, append-to-register)
12944         (prepend-to-register): Use filter-buffer-substring.
12946 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12948         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12949         (gud-filter-pending-text): Move in front of gdb.
12950         (gud-overlay-arrow-position): New variable.
12951         (gud-sentinel, gud-display-line): Use it in place of
12952         overlay-arrow-position.
12954 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12956         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12957         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12958         (fortran-font-lock-keywords-4): New variable.
12959         (fortran-blocks-re, fortran-end-block-re)
12960         (fortran-start-block-re): New constants, for hideshow.
12961         (hs-special-modes-alist): Add a Fortran entry.
12962         (fortran-mode-map): Bind fortran-end-of-block,
12963         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12964         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12965         (fortran-looking-at-if-then, fortran-end-of-block)
12966         (fortran-beginning-of-block): New functions, for hideshow.
12968         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12969         Doc fix.  Tweak regexp.
12970         (f90-beginning-of-block): Push mark first.
12972 2005-03-29  Jay Belanger  <belanger@truman.edu>
12974         * calc/calc.el: Update copyright date.
12975         (calc-version): Increase to 2.1.
12976         (calc-version-date): Remove.
12978         * calc/calc-help.el: Update copyright date.
12979         (calc-full-help): Remove reference to calc-version-date.
12980         Update copyright date.
12982 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * vc.el (vc-do-command): Use a pipe for async processes, so password
12985         prompts don't show up at places where the user can't reply.
12987 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12989         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12990         on the file name we pass to the inferior shell.
12992 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12994         * progmodes/which-func.el (which-function): Be robust in the face of an
12995         imenu--make-index-alist failure.
12997 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12999         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
13001         * progmodes/python.el (python-preoutput-filter): Fix last change.
13003 2005-03-29  Lute Kamstra  <lute@gnu.org>
13005         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
13006         functions and compiled macros.
13007         (debug-convert-byte-code): Handle macros too.
13008         (debug-on-entry-1): Don't signal an error when trying to clear a
13009         function that is not set to debug on entry.
13011 2005-03-29  Jay Belanger  <belanger@truman.edu>
13013         * calc/calc-lang.el: Add functions to math-function-table
13014         properties of tex and math.
13016 2005-03-29  Kenichi Handa  <handa@m17n.org>
13018         * ps-mule.el (ps-mule-plot-string): Translate characters by
13019         ps-print-translation-table.
13020         (ps-mule-begin-job): Call find-charset-region/string with
13021         ps-print-translation-table.
13022         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
13024         * ps-print.el (ps-print-translation-table): New variable.
13025         (ps-plot-region): Translate characters by ps-print-translation-table.
13027 2005-03-29  Juri Linkov  <juri@jurta.org>
13029         * simple.el (next-error-highlight-timer): New variable.
13031         * progmodes/compile.el (compilation-goto-locus):
13032         Use `next-error-highlight-timer' instead of `sit-for'.
13034 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13036         * mail/supercite.el (sc-mail-field): Use assoc-string.
13037         (sc-get-address): Simplify regexps.
13039         * files.el (minibuffer-with-setup-hook): New macro.
13040         (find-file-read-args): Use it to avoid let-binding
13041         minibuffer-with-setup-hook (which breaks turning on/off
13042         file-name-shadow-mode while in the prompt).
13044         * complete.el (PC-read-include-file-name-internal):
13045         Use test-completion.
13047 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
13049         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
13051 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13053         * window.el (window-buffer-height): Use count-screen-lines.
13055         * progmodes/python.el (python-preoutput-leftover): New var.
13056         (python-preoutput-filter): Use it.
13057         (python-send-receive): Loop until all the result has been received.
13059 2005-03-28  Juri Linkov  <juri@jurta.org>
13061         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13063         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13064         "Recover Crashed Session".
13065         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13066         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13067         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13068         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13069         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13070         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13071         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13072         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13074         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13075         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13076         Ediff Sessions", "Toggle use of separate control buffer frame",
13077         "Use separate frame for Ediff control buffer".
13079         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13080         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13081         "Rename Bookmark", "Delete Bookmark".
13083         * info.el (Info-mode-menu): Remove ellipsis from "Index".
13084         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13085         Add `:active Info-index-alternatives' to "Next Matching Item".
13087         * wdired.el (wdired-change-to-wdired-mode):
13088         Mention `wdired-abort-changes' key in the initial message.
13090         * international/mule.el (auto-coding-alist): Associate non-ascii
13091         image filename extensions with `no-conversion'.
13093 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * international/iso-acc.el:
13096         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13098 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
13100         * textmodes/sgml-mode.el (html-mode): Doc update.
13102         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13104 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
13106         * term.el (term-move-columns): Fix face after extending a line.
13107         (term-insert-spaces): Likewise.
13108         (term-reset-terminal): Fix off by one error.
13110 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13112         * international/mule.el (auto-coding-alist): Add .xpi files.
13114         * files.el (auto-mode-alist): Add .xpi files.
13116 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
13118         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13120 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13122         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13124 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13126         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13127         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
13129         * calendar/cal-move.el (calendar-beginning-of-year): Move the
13130         cursor to Jan 1 when needed.
13131         (calendar-end-of-year): Fix -/+ typo.
13132         Reported by Chong Yidong <cyd@stupidchicken.com>.
13134 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13136         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13138         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13139         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
13141 2005-03-25  Richard M. Stallman  <rms@gnu.org>
13143         * filesets.el (filesets-init): Add autoload.
13145         * mail/mailalias.el (mail-directory): Doc fix.
13147 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13149         * mail/mailalias.el (mail-directory-process): Do nothing if
13150         mail-directory-process is an atom.
13151         (mail-get-names): Ignore mail-directory-names if it is an atom.
13152         (mail-directory-process defvar): Doc fix.
13153         (mail-names): Doc fix.
13155 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
13157         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13159 2005-03-26  Kenichi Handa  <handa@m17n.org>
13161         * international/mule-util.el (detect-coding-with-priority):
13162         Call update-coding-systems-internal before detect-coding-region.
13164 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
13166         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13167         (gdb-frames-mode-map): Add follow-link property.
13169 2005-03-25  Jay Belanger  <belanger@truman.edu>
13171         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13172         for variables.
13174 2005-03-25  Juri Linkov  <juri@jurta.org>
13176         * image-mode.el: Optimize image filename extension regexps in
13177         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
13178         in `auto-mode-alist'.
13179         (image-mode): Add `image-toggle-display-text' to local hook
13180         `change-major-mode-hook'.  Display the image as an image by
13181         default.  Set `cursor-type' and `truncate-lines' if the image
13182         is already displayed.  Take into account the current mode (image
13183         or text) in message.
13184         (image-minor-mode): New minor mode.
13185         (image-mode-maybe, image-toggle-display-text): New functions.
13186         (image-toggle-display): Use called-interactively-p.
13187         Let-bind `inhibit-read-only' to t.
13189         * image-mode.el (image-minor-mode): Set `cursor-type' and
13190         `truncate-lines' if the image is already displayed.  Add turning
13191         image-minor-mode off to `change-major-mode-hook'.  Add message.
13192         Call `image-toggle-display-text' after turning image-minor-mode off.
13194 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13196         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13197         Terminal.app, use utf-8.
13198         (set-display-table-and-terminal-coding-system): Add coding-system arg.
13199         (set-locale-environment): Use it.
13201         * term/xterm.el: Undo last change, better done in mule-cmds.el.
13203         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13205         * progmodes/python.el (python-close-block-statement-p)
13206         (python-outdent-p, python-current-defun): Use symbol-end.
13208 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
13210         * files.el (save-some-buffers): Doc fix.
13212 2005-03-25  Werner Lemberg  <wl@gnu.org>
13214         * complete.el, thumbs.el: Replace `legal' with `valid'.
13215         * calendar/calendar.el: Replace `legal' with `valid'.
13216         * emacs-lisp/advice.el: Replace `legal' with `valid'.
13217         * mail/supercite.el: Replace `legal' with `valid'.
13218         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13219         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13220         Replace `legal' with `valid'.
13221         * textmodes/reftex-vars.el, textmodes/reftex.el:
13222         Replace `legal' with `valid'.
13224 2005-03-25  Werner Lemberg  <wl@gnu.org>
13226         * calc/calc-forms.el, calc/calc-sel.el:
13227         * midnight.el, vc-cvs.el:
13228         * emacs-lisp/cl-macs.el:
13229         * emulation/vip.el:
13230         * eshell/esh-io.el, eshell/esh-var.el:
13231         * mail/supercite.el:
13232         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13233         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13234         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13235         * progmodes/sh-script.el, progmodes/xscheme.el:
13236         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13237         * textmodes/reftex-index.el, textmodes/reftex-parse.el
13238         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13239         * textmodes/reftex.el, textmodes/org.el:
13240         Replace `illegal' with `invalid'.
13242 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13244         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13245         (flymake-find-buildfile, flymake-find-possible-master-files)
13246         (flymake-check-include, flymake-parse-line): Replace loops over the
13247         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13249         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13250         Substitute file-name-as-directory in the rest of the file.
13251         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13252         (flymake-replace-region): Remove unused arg `buffer'.
13253         (flymake-check-patch-master-file-buffer): Update calls to it.
13254         (flymake-add-err-info): Remove unused var `count'.
13255         (flymake-mode): Use define-minor-mode.
13257         * progmodes/flymake.el: Use with-current-buffer.
13258         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13259         flymake-replace-regexp-in-string, flymake-line-beginning-position)
13260         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13261         Avoid testing for `xemacs'.
13262         (flymake-nop): Move.
13263         (flymake-region-has-flymake-overlays): Return the computed value.
13264         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13265         Remove unused var `endline'.
13266         (flymake-get-line-count): Remove unused function.
13267         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13269         * emulation/vi.el:
13270         * generic.el:
13271         * hilit-chg.el (global-highlight-changes):
13272         * hi-lock.el (hi-lock-mode):
13273         * follow.el: find-file-hooks -> find-file-hook.
13275         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13277 2005-03-24  Juri Linkov  <juri@jurta.org>
13279         * dired.el (dired-mode-map): Add menu item "Compare directories"
13280         for dired-compare-directories.
13282         * dired-aux.el (dired-compare-directories): Add autoload cookie.
13283         Doc fix.  Replace `read-file-name' with `read-directory-name'.
13285 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13287         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13289 2005-03-24  Jay Belanger  <belanger@truman.edu>
13291         * calc/calc-embed.el (calc-embedded-mode-change): Save all
13292         relevant mode settings in calc-embedded-original-modes when modes
13293         are permanently changed.
13295 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * autoinsert.el: find-file-hooks -> find-file-hook.
13299 2005-03-24  Lute Kamstra  <lute@gnu.org>
13301         * generic.el (generic-font-lock-defaults): Make it obsolete.
13302         (generic-font-lock-keywords): New variable to replace
13303         generic-font-lock-defaults.
13304         (generic-mode-set-font-lock): Delete it.
13305         (generic-mode-internal): Don't call generic-mode-set-font-lock.
13306         (generic-bracket-support): Add docstring.
13308         * generic-x.el: Rename generic-font-lock-defaults to
13309         generic-font-lock-keywords throughout.
13310         (mailagent-rules-setup-function): Delete it.
13311         (mailagent-rules-generic-mode): Use anonymous function instead.
13312         (show-tabs-generic-mode-font-lock-defaults-1)
13313         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13314         Quote faces.
13315         (show-tabs-tab-face, show-tabs-space-face): Specify background,
13316         not foreground.
13318         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13319         Recognize define-generic-mode.
13321 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13324         if there's no completion table.
13326 2005-03-23  Miles Bader  <miles@gnu.org>
13328         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13329         Remove tty-specific variants, as they're no longer needed.
13331 2005-03-23  Lute Kamstra  <lute@gnu.org>
13333         * generic-x.el: Code cleanup: make args constant whenever possible.
13334         (installshield-statement-keyword-list)
13335         (installshield-system-functions-list)
13336         (installshield-system-variables-list, installshield-types-list)
13337         (installshield-funarg-constants-list): Make them constants.
13339         * generic.el (generic-make-keywords-list): Add autoload cookie.
13341         * calendar/time-date.el: Add comment on time value formats.
13342         Don't require parse-time.
13343         (with-decoded-time-value): New macro.
13344         (encode-time-value): New function.
13345         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13346         (days-to-time): Return a valid time value when arg is huge.
13347         (time-since): Use time-subtract.
13348         (time-to-number-of-days): Use time-to-seconds.
13350 2005-03-23  David Ponce  <david@dponce.com>
13352         * recentf.el: (recentf-keep): New option.
13353         (recentf-menu-action): Default to `find-file'.
13354         (recentf-keep-non-readable-files-flag)
13355         (recentf-keep-non-readable-files-p)
13356         (recentf-file-readable-p, recentf-find-file)
13357         (recentf-cleanup-remote): Remove.
13358         (recentf-include-p): More robust.
13359         (recentf-keep-p): New function.
13360         (recentf-remove-if-non-kept): Rename from
13361         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
13362         All callers updated.
13363         (recentf-menu-items-for-commands): Fix help string.
13364         (recentf-track-closed-file): Update.  Doc fix.
13365         (recentf-cleanup): Update.  Count removed files.  Doc fix.
13367 2005-03-23  Kim F. Storm  <storm@cua.dk>
13369         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13370         Don't inherit from fringe face (now happens automatically).
13372 2005-03-22  Kim F. Storm  <storm@cua.dk>
13374         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13375         position values.
13377 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13379         * menu-bar.el (showhide-date-time): Remove.
13380         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13381         (menu-bar-make-mm-toggle): Simplify.
13383 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13385         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13386         Accept qualified variable and function names.
13388 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
13390         * bindings.el (completion-ignored-extensions):
13391         Remove ".lis" for `vax-vms'.
13393 2005-03-22  Andreas Schwab  <schwab@suse.de>
13395         * generic-x.el: Revert last change.
13396         * ldefs-boot.el: Update.
13398 2005-03-22  Jay Belanger  <belanger@truman.edu>
13400         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13401         (calc-embedded-save-original-modes)
13402         (calc-embedded-restore-original-modes): New functions.
13403         (calc-do-embedded): Save original modes when entering embedded mode
13404         and restore when leaving embedded mode.
13405         (calc-embedded-modes-change): Change the value of
13406         calc-embedded-original-modes to reflect permanent changes.
13408 2005-03-22  Lute Kamstra  <lute@gnu.org>
13410         * generic-x.el: Require generic again.
13412 2005-03-22  Miles Bader  <miles@gnu.org>
13414         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13415         Tweak details to look good on both ttys and bitmap displays, light
13416         or dark background, etc.
13418 2005-03-21  Kim F. Storm  <storm@cua.dk>
13420         * tooltip.el (tooltip-show-help-function): Check car and cdr of
13421         mouse position.
13423 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13425         * icomplete.el: Don't forcibly turn on the mode upon load.
13426         (icomplete-mode): Use define-minor-mode.
13427         (icomplete-eoinput): Default to nil.
13428         (icomplete-minibuffer-setup): Remove autoload.
13429         (icomplete-tidy): Simplify.
13430         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13431         in the initial state or if the user has modified the field.
13432         Fix handling of icomplete-max-delay-chars.
13433         Remove code that handles the oddball case where
13434         minibuffer-completion-table is an integer.
13435         Wrap icomplete-completions in while-no-input in case building
13436         completions takes more time than expected.
13437         (icomplete-completions): Simplify.
13439 2005-03-21  Richard M. Stallman  <rms@gnu.org>
13441         * jka-compr.el (jka-compr-really-do-compress):
13442         Make variable buffer-local.
13444         * image-mode.el: Handle .xpm files too.
13445         (image-toggle-display): Preserve modification flag.
13447         * help.el (where-is): Don't mention aliases with no key bindings.
13449 2005-03-21  Lute Kamstra  <lute@gnu.org>
13451         * generic.el: Fix commentary section.  Don't require cl for
13452         compilation.
13453         (generic-mode-list): Add autoload cookie.
13454         (generic-use-find-file-hook, generic-lines-to-scan)
13455         (generic-find-file-regexp, generic-ignore-files-regexp)
13456         (generic-mode, generic-mode-find-file-hook)
13457         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13458         (define-generic-mode): Make it a defmacro.  Fix docstring.
13459         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13460         (generic-mode-set-comments): Code cleanup.
13461         * generic-x.el: Don't prevent compilation.  Don't require generic.
13462         Follow coding conventions.  Minor code cleanup.
13463         (etc-fstab-generic-mode): Add some keywords.
13464         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13465         define-generic-mode like a function declaration.
13467 2005-03-21  Jay Belanger  <belanger@truman.edu>
13469         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13470         changing modes.
13472 2005-03-21  Sam Steingold  <sds@gnu.org>
13474         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13476 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13478         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13479         Add underscore to "f$ lexicals" regexp.
13481 2005-03-20  Juri Linkov  <juri@jurta.org>
13483         * subr.el (progress-reporter-do-update): When `min-value' is equal
13484         to `max-value', set `percentage' to 0 and prevent division by zero.
13486 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13488         Sync with Tramp 2.0.48.
13490         * net/tramp.el (all): Change all addresses to .gnu.org.
13491         (tramp-append-tramp-buffers): New defun.
13492         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13493         Catch `dont-send' signal.
13494         (tramp-set-auto-save-file-modes): Set always permissions, because
13495         there might be an old auto-saved file belonging to another
13496         original file.  This could be a security threat.  Reported by
13497         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13498         Check for Emacs 21.3.50 removed.
13500         * net/tramp-smb.el (all): Remove debug construct for
13501         `with-parsed-tramp-file-name'.
13502         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13503         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13504         No error message if DIRECTORY or FILENAME doesn't exist.
13505         (tramp-smb-open-connection): Check existence of
13506         `tramp-smb-program'.
13508 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13510         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13511         Properly handle the case where the `m' or `s' command's argument is not
13512         yet terminated.
13513         (perl-indent-new-calculate): New function.
13514         (perl-indent-line): Use it.
13516 2005-03-20  Miles Bader  <miles@gnu.org>
13518         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13519         in text-mode too.  Change to new face names.
13520         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13521         Add `:weight bold' attribute.
13522         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13524 2005-03-19  Juri Linkov  <juri@jurta.org>
13526         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13528         * international/mule.el (auto-coding-alist): Sync with
13529         `auto-mode-alist' by adding upper case archive file extensions
13530         and adding ear/war to jar extension.
13532 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13534         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13535         running, restart it.
13537 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13539         * finder.el (finder-current-item): Throw an error on an empty line.
13541         * man.el (Man-follow-manual-reference): If current-word returns
13542         nil, use "".
13544 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13546         * simple.el (goto-line): Doc fix.
13548 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13550         * files.el (save-buffer): Doc fix.
13552 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13554         * recentf.el (recentf-cleanup-remote): New variable.
13555         (recentf-cleanup): Use it to conditionally check availability of
13556         remote files.
13558 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13560         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13561         function names.
13563 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13565         * language/thai-word.el: New file.
13567 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13569         * files.el (backup-buffer): If the file's directory is not
13570         writable, use copy instead of move to backup the file.
13572 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13574         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13576 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13578         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13579         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13580         <darkman_spam@yahoo.fr>.
13581         (ps-print-version): New version 6.6.6.
13583 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13585         * textmodes/table.el (table--line-column-position): New idiom.
13586         (table--row-column-insertion-point-p): New function to test
13587         validity of row and column insertion operation at a location.
13588         (table-global-menu, table-cell-menu): Use above functions for
13589         deterministic test operation.
13590         (table--editable-cell-p): Behave in deterministic fashion.
13592 2005-03-18  Juri Linkov  <juri@jurta.org>
13594         * isearch.el (isearch-lazy-highlight-new-loop):
13595         Make arguments beg and end optional.
13596         (isearch-update): Remove optional arguments nil from
13597         isearch-lazy-highlight-new-loop.
13598         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13599         isearch-lazy-highlight-case-fold-search instead of
13600         isearch-case-fold-search, and let-bind isearch-regexp to
13601         isearch-lazy-highlight-regexp.
13602         Use isearch-lazy-highlight-last-string instead of isearch-string.
13604         * replace.el (perform-replace): Remove bindings of global
13605         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13606         Add three new arguments to `replace-highlight'.
13607         (replace-highlight): Add arguments string, regexp, case-fold.
13608         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13609         to allow isearch-lazy-highlight-new-loop to use these values
13610         to set corresponding isearch-lazy-highlight-* internal
13611         variables whose values lazy highlighting will use regardless of
13612         changes to global variables isearch-string, isearch-regexp,
13613         isearch-case-fold-search during lazy highlighting loop.
13614         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13615         to `lazy-highlight-cleanup'.
13617         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13618         (ispell-highlight-face): Set default face to `isearch' when
13619         lazy highlighting is enabled.
13620         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13621         priority to 1.  Add lazy highlighting.
13622         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13623         from `isearch-dehighlight'.
13625 2005-03-18  David Ponce  <david@dponce.com>
13627         * files.el (hack-local-variables): Do a case-insensitive search
13628         for End.
13630 2005-03-18  Juri Linkov  <juri@jurta.org>
13632         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13633         `isearch-lazy-highlight-cleanup', add alias to old name and
13634         declare obsolete.  Add release numbers to other obsolete vars.
13635         (isearch-done, isearch-lazy-highlight-new-loop):
13636         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13637         (lazy-highlight-cleanup) <variable>: Doc fix.
13638         (isearch-lazy-highlight-update): Rename obsolete
13639         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13641 2005-03-18  Kenichi Handa  <handa@m17n.org>
13643         * language/thai-util.el: Fix categorization of Thai characters in
13644         thai-category-table.
13645         (thai-composition-pattern): Adjust it for the above change.
13646         (thai-self-insert-command, thai-compose-syllable): New functions.
13647         (thai-compose-region): Use thai-compose-syllable.
13648         (thai-compose-string): Likewise.
13649         (thai-composition-function): Likewise.
13650         (thai-auto-composition): New function.
13651         (thai-auto-composition-mode): New minor mode.
13653         * language/thai.el: Fix patterns to be registered in
13654         composition-function-table.
13656         * international/quail.el (quail-input-method): Locally bind
13657         inhibit-modification-hooks to t.
13659 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13661         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13662         (perl-mode): Use run-mode-hooks.
13664         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13665         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13666         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13668         * mail/sendmail.el (sendmail-send-it): Reenable the code
13669         to compute resend-to-address and use it.
13671         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13673         * image-mode.el: New file.
13675         * image.el (insert-sliced-image): Add autoload cookie.
13677         * font-lock.el (font-lock-lines-before): New user option.
13678         (font-lock-after-change-function): Obey it.
13680         * bindings.el (esc-map): Make M-g a prefix.
13681         Bind M-g g and M-g M-g to goto-line.
13683         * faces.el (face-id): Doc fix.
13685 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13687         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13688         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13689         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13691         * mail/sendmail.el (mail-yank-ignored-headers)
13692         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13693         Add Mail-Followup-To and Mail-Reply-To headers.
13694         (mail-citation-hook): Add autoload cookie.
13695         (mail-mode): Doc fix.
13696         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13697         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13698         (mail-mode-fill-paragraph): Handle those headers.
13699         (mail-mailing-lists): New variable.
13700         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13702 2005-03-17  Juri Linkov  <juri@jurta.org>
13704         * isearch.el (isearch-fallback): Check for `(car previous)'
13705         before calling `isearch-other-end-state'.
13707 2005-03-17  Kim F. Storm  <storm@cua.dk>
13709         * simple.el (move-beginning-of-line): Move to beginning of buffer
13710         line, as well as beginning of screen line.
13712 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13714         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13715         argument REDRAW rather than calendar-redrawing variable.
13716         * calendar/calendar.el (calendar-redrawing): Delete.
13717         (redraw-calendar): Do not bind calendar-redrawing.
13719 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13721         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13722         diary-file buffer.
13724 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13726         * help.el (describe-mode): Allow a :minor-mode-function property to
13727         specify a different minor mode toggle function than the variable.
13728         * simple.el (auto-fill-function):
13729         * subr.el (add-minor-mode): Use it.
13731 2005-03-16  Kenichi Handa  <handa@m17n.org>
13733         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13734         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13735         (ethio-fidel-to-sera-buffer): Likewise.
13737 2005-03-16  Juri Linkov  <juri@jurta.org>
13739         * emacs-lisp/find-func.el (find-function-regexp):
13740         Add defun-emitting macro `menu-bar-make-toggle'.
13742         * isearch.el: Put `isearch-scroll' property to
13743         `split-window-horizontally'.
13745         * info.el: Update error messages for `debug-ignored-errors'.
13746         (Info-isearch-search): Doc fix.
13747         (Info-find-node): Move up code to go into info buffer before
13748         recording the node to the history.
13749         (Info-fontify-node): Fontify titles only if the next line
13750         has two or more `*', `=', `-', `.'.
13751         Display "go to this node" for empty (match-string 3).
13753 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13755         * term/mac-win.el: Add mouse pointer shape constants.
13757 2005-03-15  Kim F. Storm  <storm@cua.dk>
13759         * simple.el (move-beginning-of-line): Use vertical-motion.
13761 2005-03-15  Juri Linkov  <juri@jurta.org>
13763         * isearch.el (isearch-error): New variable.
13764         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13765         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13766         (isearch-within-brackets-state): Remove.
13767         (isearch-case-fold-search-state, isearch-pop-fun-state):
13768         Decrease frame index.
13769         (isearch-mode, isearch-top-state, isearch-push-state)
13770         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13771         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13772         (isearch-search, isearch-lazy-highlight-new-loop):
13773         Replace `isearch-invalid-regexp' with `isearch-error'.
13774         Remove `isearch-within-brackets'.
13775         (isearch-search): Add `search-failed' handler to `condition-case'.
13776         (isearch-lazy-highlight-search): Add `condition-case' to catch
13777         errors and allow `isearch-lazy-highlight-update' to try
13778         highlighting from the beginning of the window.
13779         (isearch-repeat): Move up code to set isearch-wrapped to t
13780         before calling isearch-wrap-function.
13782         * info.el (Info-isearch-initial-node): New internal variable.
13783         (Info-search): Signal an error in isearch mode when search leaves
13784         the initial node.  Signal an error when `bound' is non-nil and
13785         nothing was found in the current subfile.
13786         (Info-isearch-search): Remove `condition-case'.
13787         (Info-isearch-wrap): Don't wrap when search failed during leaving
13788         the initial node.  If `Info-isearch-search' is nil, wrap around
13789         the current node.
13790         (Info-isearch-start): New fun.
13791         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13792         `isearch-mode-hook'.
13794 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13796         * simple.el (normal-erase-is-backspace): Set default to t if
13797         running on Mac.
13799         * term/mac-win.el (function-key-map): Sync with x-win.el.
13801 2005-03-15  Kenichi Handa  <handa@m17n.org>
13803         * international/mule-cmds.el (locale-language-names): Modify the
13804         format of elements and add more entries.
13805         (locale-preferred-coding-systems): Add more entries.
13806         (set-locale-environment): Adjust for the change of
13807         locale-language-names.
13809 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13811         * pcvs.el (smerge-ediff): Remove bogus autoload.
13813 2005-03-14  Lute Kamstra  <lute@gnu.org>
13815         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13816         Ignore a `*' at the beginning of a line.
13818         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13819         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13820         subr.el.
13821         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13822         to specify indentation.
13824         * generic.el (define-generic-mode): Let generic-mode-list be a
13825         list of strings; test membership with equal.
13827 2005-03-14  Kim F. Storm  <storm@cua.dk>
13829         * simple.el (next-line, previous-line): Add optional try-vscroll
13830         arg to recognize interactive use.  Pass it on to line-move.
13831         (line-move): Don't perform auto-window-vscroll when defining or
13832         executing keyboard macro to ensure consistent behavior.
13834 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13836         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13838 2005-03-13  Lute Kamstra  <lute@gnu.org>
13840         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13841         debugger-setup-buffer so that backtrace marks the frames set to
13842         debug-on-exit and we don't have to do it manually.  Set an extra
13843         debug-on-exit for macro's.
13844         (debugger-setup-buffer): Don't mark the top frame manually.
13846 2005-03-12  Lute Kamstra  <lute@gnu.org>
13848         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13849         lisp-indent-function throughout.
13850         (with-no-warnings): Set lisp-indent-function property.
13852 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13854         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13855         Add entry for backslash.
13857 2005-03-12  Juri Linkov  <juri@jurta.org>
13859         * info.el (Info-search): Four fixes for backward search.
13861 2005-03-11  Jay Belanger  <belanger@truman.edu>
13863         * calc/calc.el (calc-language-alist): New variable.
13864         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13865         (calc-embedded-find-modes): Use calc-language-alist instead of
13866         calc-embedded-language-alist.
13868 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13870         * calendar/calendar.el (calendar-redrawing): New internal
13871         variable.
13872         (redraw-calendar): Remove bogus save-excursion from previous
13873         change.  Bind calendar-redrawing to t for mark-diary-entries.
13874         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13875         calendar if that is why we were called.
13877 2005-03-11  Kenichi Handa  <handa@m17n.org>
13879         * international/mule.el (make-coding-system): Set property
13880         coding-system-define-form to nil.
13881         (define-coding-system-alias): Likewise.
13883 2005-03-11  Kenichi Handa  <handa@m17n.org>
13885         These changes are suggested by Dave Love <fx@gnu.org>.
13887         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13888         coding: tag.
13889         (adaptive-fill-regexp): Add more bullets.
13890         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13891         regexps.
13893 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * help.el (describe-mode): Properly handle non-trivial lighters.
13896         Don't ignore minor modes that are not listed in minor-mode-list.
13898         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13899         feature ON when the user requests to turn it OFF.
13901 2005-03-10  Lute Kamstra  <lute@gnu.org>
13903         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13904         (implement-debug-on-entry): New function to replace debug-entry-code.
13905         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13906         second argument as the 2005-03-07 change makes it obsolete.
13907         (debug-on-entry, cancel-debug-on-entry): Update call to
13908         debug-on-entry-1.
13909         (debug, debugger-setup-buffer): Comment update.
13910         (debugger-frame-number): Update to work with implement-debug-on-entry.
13912 2005-03-10  Jay Belanger  <belanger@truman.edu>
13914         * calc/calc-embed.el (math-ms-args): Declare it.
13915         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13916         math-ms-args.
13917         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13918         variables.
13920 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13922         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13923         Use message-box.
13925         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13926         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13927         (tooltip-gud-tips): Simplify.
13928         (tooltip-gud-tips-p): Remove superfluous :set.
13929         (tooltip-gud-modes): Add fortran-mode.
13930         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13932         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13934 2005-03-09  Kim F. Storm  <storm@cua.dk>
13936         * play/animate.el (animate-place-char): Use forward-line instead
13937         of next-line to improve performance.
13939 2005-03-09  Simon Josefsson  <jas@extundo.com>
13941         * net/browse-url.el (browse-url-default-browser): Doc fix.
13943 2005-03-09  Miles Bader  <miles@gnu.org>
13945         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13946         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13948 2005-03-09  Kenichi Handa  <handa@m17n.org>
13950         * international/latin-1.el: Set case and syntax for 255 only if
13951         set-case-syntax-set-multibyte is nil.
13953         * textmodes/ispell.el (ispell-insert-word): New function.
13954         (ispell-word): Use ispell-insert-word to insert a new word.
13955         (ispell-process-line): Likewise.
13956         (ispell-complete-word): Likewise.
13958 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13960         * calendar/calendar.el (redraw-calendar): Preserve point.
13961         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13962         (calendar-week-start-day): Move after definition of
13963         redraw-calendar.  Delete buffer test, since redraw-calendar has
13964         that now.
13966         * calendar/diary-lib.el (mark-diary-entries): Only call
13967         redraw-calendar in the first of any recursive calls.
13968         Reported by Alan Shutko <ats@acm.org>.
13970 2005-03-08  Juri Linkov  <juri@jurta.org>
13972         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13973         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13974         (html-radio-buttons): Add a space before the trailing `/>' where
13975         sgml-xml-mode is non-nil.
13976         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13977         the subsequent tag of the empty XML tag.
13978         (html-href-anchor): Don't set initial input to "http:".
13979         (html-image): Ask for the image URL and set point inside alt="".
13980         (html-name-anchor): Duplicate the name in the `id' attribute when
13981         sgml-xml-mode is non-nil.
13982         (html-paragraph): Remove \n before <p>.
13983         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13984         instead of `checked' when sgml-xml-mode is non-nil.
13986         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13987         Remove 1 space before #RRGGBB to not truncate it on terminal
13988         windows w/o fringes.  Remove 1 space between bg and fg examples
13989         to get more space.
13990         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13991         avoid byte-compile warnings.
13993         * image-file.el (image-file-handler): Put `safe-magic' property to
13994         `image-file-handler'.
13996         * info.el (Info-isearch-search): Emulate word search in
13997         isearching through multiple Info nodes with Info-search.
13998         (Info-isearch-wrap): Allow isearch-word.
14000 2005-03-08  Lute Kamstra  <lute@gnu.org>
14002         * emacs-lisp/debug.el (debugger-step-through): Make sure that
14003         stepping into the debugger's code is not possible.
14004         (debugger-jumping-flag): Docstring update.
14006 2005-03-08  Jay Belanger  <belanger@truman.edu>
14008         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
14009         embedded mode begins.
14010         (calc-embedded-language-alist): New variable.
14011         (calc-embedded-find-modes): Use calc-embedded-language-alist to
14012         set default language mode.
14014 2005-03-08  Kenichi Handa  <handa@m17n.org>
14016         * international/ccl.el (define-ccl-program): Fix docstring about
14017         extra 256 bytes assured for the output buffer.
14019         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14020         Fix BUFFER_MAGNIFICATION to 2.
14021         (ccl-encode-mule-utf-16be-with-signature): Likewise.
14023 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
14025         * align.el (align-rules-list): Added an alignment rule for CSS
14026         declarations (applies to css-mode and html-mode buffers).
14028 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14030         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
14032 2005-03-07  Kim F. Storm  <storm@cua.dk>
14034         * simple.el (move-beginning-of-line): New command.
14036         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
14038         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
14040         * emulation/cua-base.el: Put CUA move property on move-end-of-line
14041         and move-beginning-of-line.
14043         * apropos.el (apropos-print): Omit command from M-x ... RET.
14045 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
14047         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
14048         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
14050 2005-03-06  Richard M. Stallman  <rms@gnu.org>
14052         * bindings.el (esc-map): Bind M-g to goto-line.
14054         * facemenu.el (global-map): Bind M-o, not M-g.
14056 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14058         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14059         "Open Directory" as for "Open File".
14061 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
14063         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14064         (push-mark-command): Run activate-mark-hook.
14066 2005-03-06  Richard M. Stallman  <rms@gnu.org>
14068         * help-mode.el (help-mode-finish): Don't alter the element
14069         in view-return-to-alist if there already is one.
14071         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14072         make sure the current buffer is the expected one.
14074         * novice.el (disabled-command-function): Output in *Disabled Command*.
14075         Explicitly ignore non-keyboard events, and explicitly handle C-g.
14077         * textmodes/flyspell.el (flyspell-large-region):
14078         Pass args differently for aspell.
14080         * files.el (mode-require-final-newline): Doc fix.
14082 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14084         * progmodes/which-func.el (which-function):
14085         Specify NOERROR when calling imenu--make-index-alist.
14087 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * simple.el (normal-erase-is-backspace): Define default value.
14091         * custom.el (custom-theme-set-variables): Remove unused var
14092         `immediate'.
14093         (custom-reevaluate-setting): Simple function to handle variables
14094         that are defined before their default value can really be
14095         computed.
14097         * startup.el (command-line): Use it for temporary-file-directory,
14098         small-emporary-file-directory, auto-save-file-name-transforms,
14099         blink-cursor-mode, and normal-erase-is-backspace.
14101         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14102         progress, even with buggy anchored keywords.
14104 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14106         * simple.el (goto-line): Remove unbalanced final parenthesis.
14108 2005-03-05  Richard M. Stallman  <rms@gnu.org>
14110         * simple.el (goto-line): Use a number at point as the default.
14111         With C-u as arg, switch buffers.
14113 2005-03-05  Juri Linkov  <juri@jurta.org>
14115         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14116         with `no-blinking-cursor'.
14118         * startup.el (no-blinking-cursor): New defvar.
14119         (command-line): Add `--no-blinking-cursor' to longopts.
14120         Set `no-blinking-cursor' to t for command line arguments
14121         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
14122         with `no-blinking-cursor' in the condition for calling
14123         `blink-cursor-mode'.
14125 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
14127         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14128         (menu-bar-options-save): Add blink-cursor-mode.
14129         (menu-bar-options-menu): Add blink-cursor-mode.
14131 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
14133         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14134         (icalendar-export-file, icalendar-export-region)
14135         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14136         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14138 2005-03-04  Lute Kamstra  <lute@gnu.org>
14140         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14141         (debug-function-list): Ditto.
14143 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
14145         * textmodes/texinfmt.el (texinfo-append-refill):
14146         Redefine the types of line to which @refill
14147         is not appended by replacing a search for `@refill\\|@bye' with
14148         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
14149         itemize@refill' bug and the unfilled long lines bug.
14150         (texinfmt-version): Update number and date.
14152 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14154         * international/code-pages.el (windows-1250, windows-125[2-8])
14155         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14157 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14160         bound yet.
14162 2005-03-02  Romain Francoise  <romain@orebokech.com>
14164         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14165         buffer after removing limits.
14166         (ibuffer-pop-filter): Ditto.
14167         Update copyright.
14169 2005-03-02  Miles Bader  <miles@gnu.org>
14171         * button.el (make-text-button): If the user doesn't specify a
14172         type, use the default.  Rewrite to use `add-text-properties' and
14173         plist functions.
14175 2005-03-01  Lute Kamstra  <lute@gnu.org>
14177         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14178         (debugger-jumping-flag): New var.
14179         (debug-entry-code): Use it.
14180         (debugger-jump): Use debugger-jumping-flag and add
14181         debugger-reenable to post-command-hook.
14182         (debugger-reenable): Use debugger-jumping-flag and remove itself
14183         from post-command-hook.
14184         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14185         debugger-reenable.
14187 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
14189         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14190         inclusion of "itemize\\|", which may be unnecessary, is certainly
14191         inelegant, and stops refilling in itemize lists when formatting
14192         Japanese Texinfo files to Info.
14193         Update copyright to 2005.
14195 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
14197         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14198         of an error if GDB can't find the source file.
14200 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14202         * calendar/calendar.el (redraw-calendar): Work from any buffer,
14203         not just the calendar.
14205         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14206         first.
14207         (diary-redraw-calendar): New function.
14208         (make-diary-entry): Add diary-redraw-calendar to local
14209         write-contents-functions.  Turn off selective display before
14210         inserting in diary.
14212 2005-03-01  Kim F. Storm  <storm@cua.dk>
14214         * emacs-lisp/copyright.el (copyright-fix-years): New command.
14216 2005-03-01  Lute Kamstra  <lute@gnu.org>
14218         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14219         that debug-entry-code can be safely removed from a function while
14220         this code is being evaluated.  Revert the 2005-02-27 change as the
14221         new implementation no longer requires it.  Make sure that a
14222         function body containing just a string is not mistaken for a docstring.
14223         (debug): Skip one more frame in case of debug on entry.
14224         (debugger-setup-buffer): Delete one more frame line in case of
14225         debug on entry.
14226         (debugger-frame-number): Update to use the new text introduced by
14227         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
14229 2005-02-28  Kim F. Storm  <storm@cua.dk>
14231         * double.el (double-translate-key): Call force-window-update after
14232         read-event to avoid crash in redisplay.
14234 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14236         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14237         (debug): Use it.  Move the inhibit-trace earlier.
14238         (debug-entry-code): New const.
14239         (debug-on-entry-1): Use it.
14241 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
14243         * international/utf-16.el (ccl-encode-mule-utf-16le):
14244         Fix BUFFER_MAGNIFICATION to 2.
14245         (ccl-encode-mule-utf-16be): Likewise.
14247 2005-02-28  Kenichi Handa  <handa@m17n.org>
14249         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14250         Fix BUFFER_MAGNIFICATION to 4.
14251         (ccl-encode-mule-utf-16be-with-signature): Likewise.
14253 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
14255         * speedbar.el (speedbar-update-flag): Doc fix.
14256         (speedbar-show-info-under-mouse): Give set-mouse-position the right
14257         argument.
14259 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14261         * reveal.el (reveal-post-command): Don't try to reveal overlays which
14262         have a non-nil `invisible' property but are actually visible.
14264         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14265         for perldoc sections.
14266         (perl-outline-regexp, perl-outline-level): New var and function.
14267         (perl-mode): Use them.
14269 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
14271         * calendar/diary-lib.el (diary-remind): Discard any mark portion
14272         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14274 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
14276         * cus-edit.el: Comment change.
14277         (custom-buffer-create-internal): Slightly reword text at top of
14278         Custom buffers.  Mention there that saving an option edits the
14279         init file.  Add link to Emacs manual node on `custom-file'.
14280         (custom-magic-alist): Rewrite individual State messages to use
14281         capitalized keywords.  Doc fix.
14283 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
14285         * calendar/calendar.el (calendar-buffer): Move above
14286         calendar-week-start-day.
14287         (calendar-week-start-day): Doc fix.  Add :set function.
14288         (calendar-minimum-window-height): New variable.
14289         (generate-calendar-window): Only resize window if selected-window
14290         is displaying the calendar buffer.  Use new variable
14291         calendar-minimum-window-height.
14292         (generate-calendar): Reword error message.
14293         (calendar-mode-map): Bind DEL to scroll-other-window-down.
14295 2005-02-27  Andreas Schwab  <schwab@suse.de>
14297         * vc.el (vc-do-command): Don't run command asynchronously when
14298         operating in a remote directory.
14300         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14301         change from sync with Tramp 2.0.47.
14303 2005-02-27  Richard M. Stallman  <rms@gnu.org>
14305         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14307         * textmodes/flyspell.el (flyspell-mode-on):
14308         Call ispell-change-dictionary only if necessary.
14310         * emacs-lisp/re-builder.el (regexp-builder): New function.
14312         * register.el (describe-register-1): Explicitly handle
14313         yank-excluded-properties = t.
14315         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14316         (custom-magic-alist): Change the status descriptions again.
14317         (face widget-type): Total rewrite based on `restricted-sexp'
14318         to eliminate the confusing double hiding levels.
14320         * emacs-lisp/debug.el (debug-on-entry-1):
14321         If function body is empty, add nil as body form.
14323 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14325         * emacs-lisp/trace.el (inhibit-trace): New var.
14326         (trace-make-advice): Use it.
14328         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14330 2005-02-26  Kim F. Storm  <storm@cua.dk>
14332         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14333         (mouse-on-link-p, mouse-drag-region-1): Use it.
14335 2005-02-25  Lute Kamstra  <lute@gnu.org>
14337         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14339 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
14341         * frame.el (blink-cursor-mode): Add :group keyword.
14343 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
14345         * calendar/icalendar.el (icalendar--decode-isodatetime):
14346         New optional argument DAY-SHIFT.
14347         (icalendar-export-region): Fix coding-system-for-write.
14348         (icalendar--convert-ical-to-diary): Shift end-day of all-day
14349         events by one.
14351 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14355 2005-02-24  Kim F. Storm  <storm@cua.dk>
14357         * international/iso-acc.el (iso-accents-compose): Fix crash
14358         during redisplay.  Call force-window-update after read-event
14359         and delete-region to signal that window is not accurate.
14361 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14363         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14364         Remove unused and inexistent var `inhibit-trace'.
14365         (debugger-mode): Use run-mode-hooks.
14366         (debugger-list-functions): Add buttons; setup xref stack.
14368 2005-02-23  Richard M. Stallman  <rms@gnu.org>
14370         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14371         appointment says it was explicitly made.
14372         (appt-add): Set the 3rd element.
14373         (appt-make-list): Preserve explicit appointments.
14375         * subr.el (find-tag-default): Catch errors in forward-sexp.
14377 2005-02-23  Juri Linkov  <juri@jurta.org>
14379         * info.el (Info-isearch-search): New defcustom.
14380         (Info-isearch-search): Call the default isearch function
14381         when Info-isearch-search is nil.
14382         (Info-isearch-wrap): Use variable Info-isearch-search.
14384 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
14386         * cus-edit.el: Comment change.
14388 2005-02-22  Kim F. Storm  <storm@cua.dk>
14390         * progmodes/hideif.el (hide-ifdef-use-define-alist):
14391         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
14393 2005-02-22  Simon Josefsson  <jas@extundo.com>
14395         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14396         New variable.
14397         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
14398         Oskarsson" <myrkraverk@users.sourceforget.net>.
14400 2005-02-22  Kim F. Storm  <storm@cua.dk>
14402         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14403         check that window of that event is the selected window.
14404         (mouse-drag-region-1): Compare mouse event window to selected
14405         window before setting point.
14407         * tooltip.el (tooltip-show-help-function): Pass event to
14408         mouse-on-link-p so it can check selected window.
14410 2005-02-22  Kenichi Handa  <handa@m17n.org>
14412         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14413         (ps-mule-show-warning): New function.
14414         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14415         characters are found.
14417         * ps-print.el (ps-header-footer-string): Return a list of header
14418         and footer strings.
14420 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14422         * pcvs.el (cvs-retrieve-revision): Fix thinko.
14424 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14426         * frame.el (blink-cursor-mode): Use define-minor-mode.
14428         * term/mac-win.el (function-key-map): Use char-names more consistently.
14429         (file-name-coding-system): Only set it for MacOS-9.  The other case is
14430         already handled in mule-cmds.el (where it also works when mac-win.el
14431         is not used).
14433 2005-02-21  Kenichi Handa  <handa@m17n.org>
14435         * international/mule.el (ctext-pre-write-conversion): Always use
14436         " *code-converting-work*" buffer for work.
14438         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14440 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
14442         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14444 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
14446         * ses.el (undo-more): Restore defadvice, but only the part that
14447         allows changes outside the restricted area of the buffer.
14449 2005-02-20  Kim F. Storm  <storm@cua.dk>
14451         * simple.el (line-move): Add fourth optional arg try-vscroll which
14452         must be set to perform auto-window-vscroll.
14453         When moving backwards and doing auto-window-vscroll, automatically
14454         vscroll to the last part of lines which are taller than the window.
14455         (next-line, previous-line): Set try-vscroll arg on line-move.
14457 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14459         * replace.el (query-replace, query-replace-regexp)
14460         (replace-string, replace-regexp): When operating on region, make
14461         the minibuffer prompt say so.
14463         * isearch.el (isearch-forward): Document isearch-query-replace and
14464         isearch-query-replace-regexp keybindings.
14466 2005-02-19  Jay Belanger  <belanger@truman.edu>
14468         * calc/calc-aent.el (math-read-token): Add local variable.
14470         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14471         (calc-edit-top): Move declaration to earlier in file.
14472         (calc-edit-macro-repeats): Add local variables.
14474         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14475         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14476         calcFunc-tanh.
14477         Adjust integration rule for calcFunc-tan.
14479 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14481         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14482         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14483         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14484         (viper-skip-separators): Bug fix.
14485         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14486         particular major mode.
14487         (viper-del-backward-char-in-replace): Don't put deleted char on the
14488         kill ring.
14490         * viper-ex.el (viper-color-display-p): New function.
14491         (viper-has-face-support-p): Use viper-color-display-p.
14493         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14495         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14497         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14498         (viper-file-remote-p): Make equivalent to file-remote-p.
14500         * viper.el (viper-major-mode-modifier-list):
14501         Use viper-gnus-modifier-map.
14503 2005-02-19  David Kastrup  <dak@gnu.org>
14505         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14506         quoting.
14508 2005-02-19  Jay Belanger  <belanger@truman.edu>
14510         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14511         Remove extra definitions.
14512         (calc-coth): New function.
14513         (calcFunc-cot): Fix `let'.
14515 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14517         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14518         the reasons we use "type pc" in these faces.
14520         * button.el (button): Ditto.
14522 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14524         * replace.el (query-replace-read-from): Set the value of
14525         query-replace-from-history-variable to handle the case of an empty
14526         string entered to accept the suggested default.
14528         * net/tramp.el (tramp-file-name-for-operation):
14529         Use dired-call-process instead of dired-call-process-command.
14531 2005-02-19  Jay Belanger  <belanger@truman.edu>
14533         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14534         (math-div-non-trig): New variables.
14535         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14536         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14537         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14538         trig expressions.
14540 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14542         * progmodes/gdb-ui.el (gdb-var-update-handler)
14543         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14544         for watch expressions,
14545         (gdb-var-create-handler): Don't set speedbar-update-flag.
14546         (gdb-post-prompt): Simplify test for speedbar.
14548 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14550         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14551         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14552         we use the syntax table of the correct buffer.
14553         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14554         Felix Gatzemeier.
14556         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14557         (ediff-file-remote-p): Make synonymous with file-remote-p.
14558         In all deffaces ediff-*-face-*, use min-colors.
14560         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14561         ediff-recurse-to-subdirectories.
14562         (ediff-mark-if-equal): Check that the arguments are strings, use
14563         ediff-same-contents (after to Felix Gatzemeier).
14565         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14566         nil.
14568 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14570         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14572 2005-02-18  David Kastrup  <dak@gnu.org>
14574         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14575         use `mark-active' when defined.
14577 2005-02-18  Kenichi Handa  <handa@m17n.org>
14579         * ps-print.el (ps-font-info-database): New entry
14580         ZapfChancery-MediumItalic with correct font name.  Fix font name
14581         of the entry Zapf-Chancery-MediumItalic.
14583 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14585         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14587 2005-02-16  Kim F. Storm  <storm@cua.dk>
14589         * ido.el (ido-fallback-command): Pass user input to fallback command.
14591 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14593         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14594         (gdb-find-file-hook): Add server prefix.
14596 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14598         * replace.el (perform-replace): Pass new args to replace-highlight.
14599         (replace-highlight): Take region args,
14600         and pass them to isearch-lazy-highlight-new-loop.
14602         * novice.el (disabled-command-hook): Autoload the defalias
14603         and the make-obsolete-variable call.
14605         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14607         * isearch.el (isearch-lazy-highlight-start-limit)
14608         (isearch-lazy-highlight-end-limit): New variables limit
14609         the region for highlighting.
14610         (isearch-lazy-highlight-new-loop): New args BEG and END.
14611         (isearch-lazy-highlight-search): Use the new vars.
14612         (isearch-lazy-highlight-update): Likewise.
14614         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14616         * cus-start.el (all): Use default-boundp.
14618 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14620         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14622 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14624         * autorevert.el (auto-revert-stop-on-user-input)
14625         (auto-revert-verbose): Doc fixes.
14627 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14629         * international/mule-cmds.el (set-locale-environment): Remove call
14630         to set-selection-coding-system on Windows.
14632 2005-02-15  Jay Belanger  <belanger@truman.edu>
14634         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14635         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14636         calcFunc-coth.
14637         (math-simplify-sqrt): Add simplifications.
14639         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14640         to list.
14642         * calc/calc-ext.el: Add functions to autoloads.
14644         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14645         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14646         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14647         (math-csc-raw, math-cot-raw): New functions.
14649         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14651         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14652         the variable name in a message.
14654         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14655         calcFunc-csc, calcFunc-cot.
14657         * calc/calcalg2.el: Add derivative and integration rules for
14658         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14659         calcFunc-csch, calcFunc-coth.
14660         (math-do-integral-methods): Add to checks for when to use
14661         substitutions.
14663         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14665 2005-02-15  Lute Kamstra  <lute@gnu.org>
14667         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14668         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14669         <monnier@iro.umontreal.ca>
14670         (lisp-outline-level): Improve efficiency.  Suggested by David
14671         Kastrup <dak@gnu.org>.
14673 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14675         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14676         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14677         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14678         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14679         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14681 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14683         * cus-start.el (all): Comment change.
14685 2005-02-14  Lute Kamstra  <lute@gnu.org>
14687         * cus-start.el (all): Check if symbol is void.
14689 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14691         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14692         optional argument to \cite.
14694 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14696         * cus-edit.el (custom-buffer-create-internal): Update help message.
14697         (custom-magic-alist): Update help messages.
14699         * cus-start.el (all): Allow a var to specify a standard value.
14701 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14703         * custom.el (custom-theme-set-variables): Handle variable aliases.
14705         * frame.el (blink-cursor-timer): Doc fix.
14706         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14707         declare obsolete.
14708         (blink-cursor-mode): Define with defcustom and use correct
14709         standard expression in that defcustom.
14710         * startup.el (command-line): Adapt to above changes in frame.el.
14712 2005-02-11  Lute Kamstra  <lute@gnu.org>
14714         * apropos.el (apropos-score-doc): Prevent division by zero.
14716 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14718         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14719         (icalendar--get-event-property-attributes)
14720         (icalendar--get-event-properties)
14721         (icalendar--datetime-to-diary-date): New functions.
14722         (icalendar--split-value): Doc fix.
14723         (icalendar--datetime-to-noneuropean-date)
14724         (icalendar--datetime-to-european-date): New optional argument
14725         SEPARATOR.  Return result as a string instead of a list.
14726         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14727         (icalendar--convert-string-for-export): Rename arg S to STRING.
14728         (icalendar-export-region): Doc fix.  Change name of error buffer.
14729         Save output buffer.
14730         (icalendar-import-file): Add blank at end of prompt.
14731         (icalendar-import-buffer): Doc fix.  Do not switch to error
14732         buffer.  Indicate status in return value.
14733         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14734         buffer.  Save output buffer.  Handle exception from recurrence
14735         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14736         events.  Fix problems with weekly all-day events.
14738 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14740         * simple.el (eval-expression-print-format):
14741         Avoid warning about edebug-active.
14743         * help.el (help-for-help-internal): Rename from help-for-help.
14744         (help-for-help): Define with defalias.
14746         * font-core.el (font-lock-default-function): Use with-no-warnings.
14748         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14750         * custom.el (defface): Doc fix.
14752 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14754         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14755         width 0" to prevent word wrapping problems.
14757 2005-02-09  Kim F. Storm  <storm@cua.dk>
14759         * ido.el (ido-file-extensions-order): New defcustom.
14760         (ido-file-extension-lessp, ido-file-extension-aux)
14761         (ido-file-extension-order): New advanced file ordering.
14762         (ido-file-lessp): New simple file ordering.
14763         (ido-sort-list): Remove.
14764         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14765         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14767 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14769         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14770         that some versions of grep produce.
14771         (grep-mode-font-lock-keywords): Likewise.
14773 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14775         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14776         (gdb-cdir): Delete.
14777         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14778         (gdb-source-info): Treat case when source file is in another
14779         directory properly.
14780         (gdb-get-location): New function.
14782 2005-02-07  Jay Belanger  <belanger@truman.edu>
14784         * calc/calc-prog.el (calc-write-parse-table-part)
14785         (calc-fix-token-name): Fix a check for language type.
14787         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14789 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14791         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14792         as directory not writable.
14794 2005-02-07  Kim F. Storm  <storm@cua.dk>
14796         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14797         (cua--standard-movement-commands): Remove list.
14798         Instead, set CUA property value to move for movement commands.
14799         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14800         (cua--pre-command-handler): Check CUA property.
14801         (cua--init-keymaps): Don't remap undo commands.
14802         (cua-mode): Don't call cua--rectangle-on-off.
14804         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14805         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14806         (cua--rect-undo-set-point): New var.
14807         (cua--rectangle-undo-boundary): Setup undo apply entry.
14808         (cua--rect-undo-handler): New function for rectangle undo.
14809         (cua--rect-start-position, cua--rect-end-position): Add.
14810         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14811         for restored rectangle.  Set point if cua--rect-undo-set-point.
14813 2005-02-06  Jay Belanger  <belanger@truman.edu>
14815         * calc/calc-lang.el (calc-tex-language): Display more information
14816         in messages.
14818         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14819         in TeX mode.
14821 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14823         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14825 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14827         * net/ldap.el (ldap-search-internal): Support attributes with
14828         optional descriptions separated by a semi-colon, as in
14829         "userCertificate;binary".
14831 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14833         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14834         isn't a cons (i.e. the version is 0).
14836 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14838         * help.el (help-for-help): Doc fix.
14840 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14842         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14843         GDB-Windows on the menu-bar as this works better.
14845 2005-02-04  Jay Belanger  <belanger@truman.edu>
14847         * calc/calc-embed.el (calc-embedded-update): Don't put in
14848         unnecessary newlines.  Adjust the end of formula marker.
14850         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14851         (math-latex-parse-two-args): New function.
14853 2005-02-03  Lute Kamstra  <lute@gnu.org>
14855         * help-fns.el (help-with-tutorial): Make sure that users cannot
14856         remove the entire text of the tutorial by means of `undo'.
14858 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14860         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14861         in recent changes, where the ispell process was repeatedly
14862         killed & restarted.
14864         * international/mule-cmds.el (set-locale-environment): Set file-name
14865         coding system to utf-8 on Darwin systems.
14866         (set-default-coding-systems): Don't set default-file-name-coding-system
14867         on Darwin systems.
14869 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14871         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14873 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14875         * faces.el (list-faces-display): Add optional argument.
14877 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14879         * font-core.el (font-lock-default-function): Handle the rare case where
14880         only font-lock-keywords is set.
14882 2005-02-02  Kenichi Handa  <handa@m17n.org>
14884         * international/characters.el: Cancel previous change for
14885         I-WITH-DOT-ABOVE and DOTLESS-i.
14887         * international/latin-5.el: Cancel previous change.
14889 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14891         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14893 2005-02-02  Kenichi Handa  <handa@m17n.org>
14895         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14896         DOTLESS-i.
14898         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14899         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14901         * case-table.el (get-upcase-table): New function.
14902         (copy-case-table): Copy upcaes table too if non-nil.
14903         (set-case-syntax-delims): Maintain upcase table too.
14904         (set-case-syntax-pair): Likewise.
14905         (set-upcase-syntax, set-downcase-syntax): New functions.
14906         (set-case-syntax): Maintain upcase table too.
14908 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14910         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14912         * progmodes/gud.el (gud-goto-info): New function.
14913         (gud-tool-bar-map): Use correct icon.
14915 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14917         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14918         When delegating, order args in the funcall correctly.
14920 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14922         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14924 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14926         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14927         buffer not visiting a file.
14929 2005-01-31  Jay Belanger  <belanger@truman.edu>
14931         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14932         bound on the line with the formula.
14934 2005-01-31  Kim F. Storm  <storm@cua.dk>
14936         * ses.el (ses-create-cell-variable-range)
14937         (ses-destroy-cell-variable-range, ses-reset-header-string)
14938         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14939         (ses-insert-row): Fix format of apply undo entries.
14941 2005-01-31  Jay Belanger  <belanger@truman.edu>
14943         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14944         parts.
14946         * calc/calc-embed.el (calc-embedded-open-formula)
14947         (calc-embedded-close-formula): Ignore matrix environments.
14949         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14950         TeX mode.
14952         * calc/calc-lang.el (math-function-table, math-oper-table)
14953         (math-variable-table): Adjust the LaTeX portions.
14955         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14956         (math-latex-ignore-words): New constant.
14958 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14960         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14961         (ispell-local-dictionary): Doc fix.
14962         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14963         Don't reinitialize at run time.  Don't defcustom.
14964         All uses changed to append ispell-local-dictionary-alist,
14965         or check it first.
14966         (ispell-current-dictionary): New variable for dictionary in use.
14967         (ispell-dictionary): Now used only for global default.
14968         (ispell-start-process): Set ispell-current-dictionary,
14969         not ispell-dictionary.
14970         (ispell-change-dictionary): Use this only for setting
14971         user preferences.
14972         (ispell-internal-change-dictionary): New function
14973         to change the current dictionary in use.
14974         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14975         Use ispell-current-dictionary.
14976         Handle ispell-local-dictionary-overridden.
14977         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14979 2005-01-31  Jay Belanger  <belanger@truman.edu>
14981         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14983         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14984         (calc-mode-map): Add calc-latex-language.
14986         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14987         (math-latex-print-frac): New functions.
14988         (math-oper-table, math-function-table, math-variable-table)
14989         (math-complex-format, math-input-filter): Add latex properties.
14990         (calc-set-language): Set math-expr-special-function-mapping.
14992         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14993         (calc-write-parse-table-part): Add LaTeX support.
14995         * calc/calc.el (calc-language): Adjust docstring.
14996         (calc-set-mode-line): Add LaTeX support.
14997         (math-expr-special-function-mapping): New variable.
14998         (math-tex-ignore-words): Add to list.
15000         * calc/calccomp.el (math-compose-expr, math-compose-rows):
15001         Add LaTeX support.
15002         (math-compose-expr): Add support for special functions.
15004         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
15006 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
15008         * progmodes/gdb-ui.el (gdb-memory-address)
15009         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
15010         (gdb-memory-mode-map, gdb-memory-format-keymap)
15011         (gdb-memory-format-menu, gdb-memory-unit-keymap)
15012         (gdb-memory-unit-menu): New variables for a buffer
15013         that lets the user examine program memory.
15014         (gdb-memory-set-address, gdb-memory-set-repeat-count)
15015         (gdb-memory-format-binary, gdb-memory-format-octal)
15016         (gdb-memory-format-unsigned, gdb-memory-format-signed)
15017         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
15018         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
15019         (gdb-memory-unit-word, gdb-memory-unit-halfword)
15020         (gdb-memory-unit-byte, gdb-memory-unit-menu)
15021         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
15022         (gdb-memory-mode, gdb-memory-buffer-name)
15023         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
15024         New functions for above buffer.
15026 2005-01-30  Richard M. Stallman  <rms@gnu.org>
15028         * cus-edit.el (custom-bury-buffer): Function deleted.
15029         (custom-buffer-done-function): Option deleted.
15030         (custom-buffer-done-kill): New (replacement option.
15031         (Custom-buffer-done): Call quit-window.
15032         (custom-buffer-create-internal): Update for above changes.
15034 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
15036         * simple.el (undo-ask-before-discard): New var.
15037         (undo-outer-limit-truncate): Implement it.
15038         (undo-extra-outer-limit): Doc update.
15040 2005-01-29  Richard M. Stallman  <rms@gnu.org>
15042         * ses.el (undo-more): Delete defadvice.
15043         (ses-begin-change): Doc fix.
15045         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
15046         instead of rebinding C-x u and C-_.
15048         * files.el (normal-backup-enable-predicate): Return nil for files
15049         in /tmp, regardless of temporary-file-directory.
15051         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
15053         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15054         (open-rectangle, delete-whitespace-rectangle-line)
15055         (clear-rectangle-line): If FILL, pass t instead of FILL
15056         for move-to-column's 2nd arg.
15058         * simple.el (undo): Fix the test for continuing a series of undos.
15059         (undo-more): Set pending-undo-list to t when we reach end.
15060         (pending-undo-list): Move up defvar.
15062         * wid-edit.el (widget-button-click):
15063         Shorten the range of the track-mouse binding.
15065         * comint.el (comint-insert-input): Undo previous changes;
15066         use last-input-event in interactive spec.
15068 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
15070         * progmodes/compile.el (compilation-start): Bind buffer-read-only
15071         to nil before invoking call-process.  Reset buffer's modified flag
15072         after fontifying it in the no-async branch.
15074         * wid-edit.el (widget-specify-button): If mouse pointer shape
15075         cannot be changed, use mouse face instead.
15077 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
15079         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15080         (gdb-goto-breakpoint): Make breakpoint handling work on template
15081         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
15082         (gdb-assembler-custom): Update to recognize breakpoint information
15083         added on 2005-01-19.
15085 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15087         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15088         (dsssl-mode): Use define-derived-mode.
15089         (scheme-mode-initialize): Remove.
15090         (scheme-mode): Use run-mode-hooks.
15092         * cus-edit.el (customize-group-other-window)
15093         (custom-buffer-create-other-window): Don't override special-display-*.
15094         (custom-mode-map): Make it dense.
15096         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15097         sets the default value.
15099 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
15101         * descr-text.el: Add more keywords.
15103 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15105         * speedbar.el: Avoid unnecessary use of locate-library.
15107         * international/mule-cmds.el (standard-display-european-internal):
15108         Don't fiddle with latin-1 non-break space any more since it's now
15109         special cased in the C code.
15110         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15112 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
15114         * cus-start.el (all): Add `undo-outer-limit'.
15116 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15118         * textmodes/bibtex.el (bibtex-format-entry):
15119         Use `bibtex-empty-field-re' only on the text of fields, not on entire
15120         field lines.
15121         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15122         not on part of a buffer.
15124 2005-01-25  Lute Kamstra  <lute@gnu.org>
15126         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15127         nonempty field text strings like "{letters\\macro{}more letters}".
15128         Clarify docstring.
15129         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15130         (bibtex-entry-offset, bibtex-parse-association)
15131         (bibtex-parse-field-name): Fix typos in docstrings.
15132         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15134 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
15136         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15137         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15138         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15139         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15141         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15142         isearch minor mode.
15144 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15146         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15148 2005-01-24  Lute Kamstra  <lute@gnu.org>
15150         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15151         CASECHARS and NOT-CASECHARS regular expressions of the
15152         "nederlands" and "nederlands8" dictionaries to prevent a "Range
15153         striding over charsets" error.
15155 2005-01-24  Jay Belanger  <belanger@truman.edu>
15157         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15158         display variable name.
15160 2005-01-24  Kenichi Handa  <handa@m17n.org>
15162         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15163         Fix setting of the element of encoded-kbd-iso2022-invocations.
15165 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
15167         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15168         (gdb-threads-select): Change to also accept mouse events.
15169         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15170         (gdb-threads-mouse-select): Delete.
15172 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
15174         * files.el (insert-directory): Take care of empty directory,
15175         listed without -a switch.
15177 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15179         * textmodes/refill.el (refill-post-command-function):
15180         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15181         to the list of functions that we should be careful not to undo.
15182         (refill-late-fill-paragraph-function): Remove.
15183         (refill-saved-state): New var.
15184         (refill-mode): Use it to save fill-paragraph-function.
15185         Save also the value of auto-fill-function.
15187         * term/w32-win.el: Simplify code.
15189 2005-01-23  Kim F. Storm  <storm@cua.dk>
15191         * simple.el (line-move): Adapt to new return value from
15192         pos-visible-in-window-p.
15194         * simple.el (line-move): Fix last change.  Check partial
15195         visibility at point rather than at window-start.
15197 2005-01-22  Jason Rumney  <jasonr@gnu.org>
15199         * term/w32-win.el (xw-defined-colors): Remove debug-message.
15201 2005-01-22  David Kastrup  <dak@gnu.org>
15203         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15205 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
15207         * type-break.el (type-break-mode): Add a test for
15208         type-break-file-name being non-nil.
15210 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
15212         * net/eudc.el (top level): Call (message "") via progn, so that
15213         eudc-options-file is loaded.
15215 2005-01-22  Kim F. Storm  <storm@cua.dk>
15217         * simple.el (line-move-1): Rename from line-move.
15218         (line-move): New function that adjusts vscroll for partially
15219         visible rows, and calls line-move-1 otherwise.
15221 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
15223         * pcomplete.el: Define pcomplete-read-event instead of read-event,
15224         since it's not a complete read-event implementation
15226 2005-01-20  Jay Belanger  <belanger@truman.edu>
15228         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15229         for called function.
15231 2005-01-20  Steven Tamm  <steventamm@mac.com>
15233         * term/mac-win.el (process-connection-type): Remove.
15234         Controlled now by s/darwin.h:PTY_ITERATION.
15236 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15238         * window.el (handle-select-window): Don't switch window when we're
15239         in the minibuffer.
15241 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
15243         * subr.el (dotimes-with-progress-reporter): New macro.
15245         * ses.el (ses-dotimes-msg): Remove macro.
15246         Use `dotimes-with-progress-reporter' instead.
15248 2005-01-19  Steven Tamm  <steventamm@mac.com>
15250         * term/mac-win.el (process-connection-type): Use new
15251         operating-system-release variable to use ptys on Darwin 7 (OS X
15252         10.3) when using carbon build.
15254 2005-01-19  Jay Belanger  <belanger@truman.edu>
15256         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15257         flags if the last command was a tab or M-tab.
15259         * calc/calc-prog.el (calc-user-define-edit): Put original formula
15260         in formula editing buffer.
15262 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15264         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15265         breakpoint image symbol in margin.
15267 2005-01-19  Jay Belanger  <belanger@truman.edu>
15269         * calc/calc-prog.el (calc-execute-kbd-macro):
15270         Ignore calc-keep-arg-flag.
15272 2005-01-19  Kenichi Handa  <handa@m17n.org>
15274         * textmodes/ispell.el (ispell-looking-at): New function.
15275         (ispell-process-line): Use ispell-looking-at to compare the ispell
15276         output and the buffer contents.
15278 2005-01-18  Jay Belanger  <belanger@truman.edu>
15280         * calc/calc.el (calc-display-raw): Fix docstring.
15282 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15284         * simple.el (blink-matching-open): Strip extra info from syntax.
15286         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15287         funny chars in the end-of-here-doc marker.
15289 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15291         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15292         that enable/disabled state of breakpoints is shown correctly in
15293         fringe and on ttys.
15294         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15295         Add breakpoint information as text properties.
15296         (gdb-mouse-toggle-breakpoint):
15297         Rename to gdb-mouse-set-clear-breakpoint.
15298         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
15299         breakpoints in the margin.
15300         (gdb-remove-strings): Simplify.
15302 2005-01-17  Jay Belanger  <belanger@truman.edu>
15304         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15305         erasing buffer.
15307 2005-01-17  Richard M. Stallman  <rms@gnu.org>
15309         * progmodes/grep.el (grep-find): Copy from `grep' the condition
15310         for calling grep-compute-defaults.
15312         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15313         if buffer is empty.
15315         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15317 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15319         * hilit-chg.el (highlight-changes-mode): Don't autoload.
15321         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15322         non-preloaded variables.
15324 2005-01-17  Steven Tamm  <steventamm@mac.com>
15326         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15327         tex-shell cause to force interactivity when using pipes.
15329 2005-01-17  Kim F. Storm  <storm@cua.dk>
15331         * simple.el (just-one-space): Make arg optional.
15333 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
15335         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15336         posn-at-x-y to t to access left-margin.
15338 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
15340         Sync with Tramp 2.0.47.
15342         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15343         catching keep-date problems in cp/scp operations.
15344         (tramp-handle-copy-file): Don't call `set-file-modes'
15345         unconditionally.  Specialized functions should know better what is
15346         necessary.  This improves performance a little bit, and the
15347         functions could catch errors with `cp -p' and `scp -p'.
15348         (tramp-do-copy-or-rename-file-via-buffer)
15349         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15350         when appropriate.
15351         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15352         Call `set-file-modes' when appropriate.
15353         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
15354         Johnsson <isak@hypergene.com>
15355         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15356         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
15357         <joakim@verona.se>
15358         (tramp-file-name-for-operation): Mark `shell-command' as magic for
15359         Emacs only.
15361         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
15362         `find-file-hooks' and `dired-mode-hook'.
15363         (tramp-minor-mode-map): Respective map.  Add remapping for
15364         `compile' and `recompile'.
15365         (tramp-remap-command, tramp-recompile): New defuns.
15366         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15367         in buffer "*Compilation*".  Call the commands asynchronously.
15369         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15370         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15371         `shell-command', because it isn't magic in XEmacs.  Reported by
15372         Adrian Aichner <adrian@xemacs.org>.
15374         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15375         `substitute-in-file-name.
15376         (tramp-smb-handle-substitute-in-file-name): New defun.
15377         (tramp-smb-advice-PC-do-completion): Delete advice.
15379 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
15381         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15382         Fix error in deleting region.
15384 2005-01-15  Richard M. Stallman  <rms@gnu.org>
15386         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15387         In non-temp buffer, switch syntax table temporarily.
15389         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15391         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15393         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15395         * imenu.el (imenu--split-menu): Copy menulist before sorting.
15396         (imenu--generic-function): Use START, not BEG, as pos of definition.
15398         * simple.el (just-one-space): Argument specifies number of spaces.
15400         * simple.el (eval-expression-print-format): Avoid warning
15401         about edebug-active.
15403 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
15405         * progmodes/sh-script.el: Code copied from make-mode.el
15406         with small changes,
15407         (sh-mode-map): Bind C-c C-\.
15408         (sh-backslash-column, sh-backslash-align): New variables.
15409         (sh-backslash-region, sh-append-backslash): New functions.
15411 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15413         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15414         (rmail-pop-password, rmail-pop-password-required): Move to
15415         rmail-obsolete group.
15416         (rmail-set-pop-password): Rename to rmail-set-remote-password.
15417         All callers updated.
15418         (rmail-get-pop-password): Rename to rmail-get-remote-password.
15419         Take an argument specifying whether it is POP or IMAP mailbox we
15420         are using.  All callers updated.
15421         (rmail-pop-password-error): Rename to
15422         rmail-remote-password-error.  Added mailutils-specific error message.
15423         (rmail-movemail-search-path)
15424         (rmail-movemail-variant-in-use): New variables.
15425         (rmail-remote-password, rmail-remote-password-required):
15426         New customization variables.
15427         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15428         (rmail-parse-url): New function.
15429         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15430         with GNU mailutils movemail.
15432 2005-01-15  Kevin Ryde  <user42@zip.com.au>
15434         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15435         suffix to space, $ or '$, to correctly position point when going
15436         to @table style constants like DBL_MAX.
15438 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
15440         * type-break.el (type-break-mode, type-break-file-time)
15441         (type-break-file-keystroke-count, type-break-choose-file):
15442         Don't store data in or load data from the file if type-break-file-name
15443         is nil.
15444         (type-break-file-name): Doc update as per the above.
15446 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
15448         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15449         lookup-key might return nil; handle that.
15451 2005-01-15  Alan Mackenzie  <acm@muc.de>
15453         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15454         rather than the element found, thus enabling the tree to be setcar'd.
15456 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15458         * textmodes/org.el (org-show-following-heading): New option.
15459         (org-show-hierarchy-above): Use `org-show-following-heading'.
15460         (org-cycle): Documentation fix.
15462         * textmodes/org.el (orgtbl-optimized): New option
15463         (orgtbl-mode): New command, a minor mode.
15464         (orgtbl-mode-map): New variable.
15465         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15466         (orgtbl-error, orgtbl-self-insert-command)
15467         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15469         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15470         a local variable in each org-mode buffer.
15472         * textmodes/org.el (org-set-regexps-and-options): Rename from
15473         `org-set-regexps'.  Added checking for STARTUP keyword.
15474         (org-get-current-options): Add STARTUP options.
15475         (org-table-insert-row): Make mode intelligent about when
15476         realignment is needed.
15477         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15478         New commands.
15479         (org-enable-table-editor): New default value `optimized'.
15480         (org-table-blank-field): Support blanking regions if active.
15482 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15484         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15485         if the year is not given.
15487         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15488         Add new escapes %m and %M, fixed bug with %F by adding
15489         save-match-data.
15490         (reftex-reference): Remove ?. from list of spaces.
15491         (reftex-label-info): Add automatic label prefix recognition.
15493         * textmodes/reftex-index.el (reftex-index-next-phrase):
15494         Add slave parameter to call of `reftex-index-this-phrase'.
15495         (reftex-index-this-phrase): New optional argument.
15496         (reftex-index-region-phrases): Add slave parameter to call of
15497         `reftex-index-this-phrase'.
15498         (reftex-display-index): New argument redo.
15499         (reftex-index-rescan): Add 'redo to arguments of
15500         `reftex-display-index'.
15501         (reftex-index-Rescan, reftex-index-revert)
15502         (reftex-index-switch-index-tag): Add 'redo to arguments of
15503         `reftex-display-index'.
15504         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15505         indexing.  Fix bug with matching is there is a quote before or
15506         after the word.
15508         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15509         Fix bug when collecting citation keys in lines with comments.
15510         (reftex-citation): Prefix argument no longer rescans the document,
15511         but forces prompting for optional arguments of cite macros.
15512         (reftex-do-citation): Prompting for optional arguments implemented.
15514         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15515         Add optional arguments to most cite commands.
15516         (reftex-cite-cleanup-optional-args): New option
15517         (reftex-cite-prompt-optional-args): New option.
15518         (reftex-trust-label-prefix): New option.
15520         * textmodes/reftex-toc.el (reftex-toc-find-section):
15521         Add push-mark before changing the position in the buffer.
15523         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15524         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15526 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15528         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15529         more carefully.
15531 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15533         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15534         (sgml-mode): Use it.
15535         (sgml-get-context): Better keep track of implicitly closed tags.
15537 2005-01-13  Kenichi Handa  <handa@m17n.org>
15539         * textmodes/ispell.el: These changes are to fix misalignment error
15540         caused by equivalent characters of different Emacs charsets.
15541         (ispell-unified-chars-table): New variable.
15542         (ispell-get-decoded-string): New function.
15543         (ispell-get-casechars, ispell-get-not-casechars)
15544         (ispell-get-otherchars): Call ispell-get-decoded-string.
15546 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15548         * custom.el (custom-declare-variable): Just put symbol instead
15549         of (defvar . symbol) in `current-load-list'.
15551 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15553         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15555 2005-01-12  Jay Belanger  <belanger@truman.edu>
15557         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15558         to create a Calc summary.
15560 2005-01-12  Kim F. Storm  <storm@cua.dk>
15562         * mouse.el (mouse-on-link-p): Change functionality and doc
15563         string to comply with latest description in lisp ref.
15565 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15567         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15568         Enable mouse clicks on mode-line, header-line and margin.
15569         (event-type): Give mouse event symbols an 'event-kind property
15570         with value 'mouse-click.
15572 2005-01-12  Juri Linkov  <juri@jurta.org>
15574         * facemenu.el (list-colors-display): Add new arg buffer-name.
15575         Use it.  Fix docstring.  Replace code for identifying duplicate
15576         colors by the name with call to `list-colors-duplicates' which
15577         identifies duplicate colors by the value unless the color
15578         is one of special Windows colors.  Set truncate-lines to t.
15579         Print sorted duplicate color names on each line.  Indent to 22
15580         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15581         (list-colors-duplicates): New function.
15582         (facemenu-color-name-equal): Delete function.
15584         * facemenu.el (list-colors-print): New function created from code
15585         in list-colors-display.  Print #RRGGBB at the window right edge.
15586         (list-colors-display): When temp-buffer-show-function is not
15587         defined, call list-colors-print from temp-buffer-show-hook
15588         to get the right value of window-width in list-colors-print
15589         after the buffer is displayed.
15591         * simple.el (pop-mark): Move deactivate-mark out of conditional
15592         part to deactivate the active mark regardless of the state of the
15593         mark ring.
15595         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15596         variables line in desktop files.
15598 2005-01-12  Juri Linkov  <juri@jurta.org>
15600         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15601         Bring together isearch highlight related options.
15602         (lazy-highlight): Replace group `replace' by `matching'.
15603         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15604         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15605         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15606         and declare them obsolete.
15607         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15608         (isearch-faces): Remove defgroup.
15609         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15610         Move isearch highlighting code closer to lazy highlighting code.
15612         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15613         (query-replace-highlight, query-replace-lazy-highlight)
15614         (query-replace): Move definitions to the beginning of the file.
15616 2005-01-11  Juri Linkov  <juri@jurta.org>
15618         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15619         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15620         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15622         * info.el (Info-history-forward): New variable.
15623         (Info-select-node): Reset Info-history-forward to nil.
15624         (Info-last): Turn into defalias.
15625         (Info-history-back): Rename from Info-last.
15626         Add current node to Info-history-forward.
15627         (Info-history-forward): New fun.
15628         (Info-mode-map): Replace Info-last by Info-history-back.
15629         Bind Info-history-forward to "r".
15630         (Info-mode-menu): Replace Info-last by Info-history-back.
15631         Fix menu item text.  Add menu item for Info-history-forward.
15632         (info-tool-bar-map): Replace Info-last by Info-history-back.
15633         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15634         for Info-history-forward.
15635         (Info-mode): Replace Info-last by Info-history-back in docstring.
15636         Add local variable Info-history-forward.
15637         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15639 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15641         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15642         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15643         Ignore select-window events rather than fiddle with
15644         mouse-autoselect-window.
15646 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15648         * type-break.el (type-break-mode): Fix previous change.
15650 2005-01-10  Jay Belanger  <belanger@truman.edu>
15652         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15653         calculator; only reset when point is inside a calculator.
15654         Don't adjust the window height if the window takes up the whole height
15655         of the frame.
15657 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15659         * ebuff-menu.el (Electric-buffer-menu-mode):
15660         Preserve value of buffer-local var header-line-format.
15662 2005-01-09  Jay Belanger  <belanger@truman.edu>
15664         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15665         Make sure settings file exists before accessing it.
15667         * calc/calc-embed.el (calc-embedded-subst):
15668         Replace math-multi-subst-rec, which is only supposed to be called
15669         by math-multi-subst, by math-multi-subst.
15671 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15673         * vc.el (vc-allow-async-revert): New user option.
15674         (vc-disable-async-diff): New internal variable.
15675         (vc-revert-buffer): Use them to disable asynchronous diff.
15677         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15678         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15679         asynchronously if vc-disable-async-diff is t.
15681 2005-01-09  Jay Belanger  <belanger@truman.edu>
15683         * calc/calc.el (defcalcmodevar): New macro.
15684         (calc-mode-var-list-restore-default-values)
15685         (calc-mode-var-list-restore-saved-values): New functions.
15686         (calc-mode-var-list): Use defcalcmodevar to define it.
15687         (calc-always-load-extensions, calc-line-numbering)
15688         (calc-line-breaking, calc-display-just, calc-display-origin)
15689         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15690         (calc-group-char, calc-point-char, calc-frac-format)
15691         (calc-prefer-frac, calc-hms-format, calc-date-format)
15692         (calc-float-format, calc-full-float-format, calc-complex-format)
15693         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15694         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15695         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15696         (calc-matrix-brackets, calc-language, calc-language-option)
15697         (calc-left-label, calc-right-label, calc-word-size)
15698         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15699         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15700         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15701         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15702         (calc-window-height, calc-display-trail, calc-show-selections)
15703         (calc-use-selections, calc-assoc-selections)
15704         (calc-display-working-message, calc-auto-why, calc-timing)
15705         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15706         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15707         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15708         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15709         (calc-gnuplot-geometry, calc-graph-default-resolution)
15710         (calc-graph-default-resolution-3d, calc-invocation-macro)
15711         (calc-show-banner): Use defcalcmodevar to declare them and set
15712         their default values.
15714         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15715         instead of default values (but restore default values if there is
15716         an argument of 0).
15718 2005-01-09  David Kastrup  <dak@gnu.org>
15720         * desktop.el (desktop-restore-eager): Fix typo in type.
15722 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15724         * cus-edit.el (customize): Delete :link.
15726 2005-01-08  Jay Belanger  <belanger@truman.edu>
15728         * calc/calc.el (calc-mode): Remove the extension from the
15729         `calc-settings-file' file name when loading it.
15731 2005-01-08  Kim F. Storm  <storm@cua.dk>
15733         * info.el (Info-mode-map, Info-next-link-keymap)
15734         (Info-prev-link-keymap, Info-up-link-keymap):
15735         Map follow-link to mouse-face.
15736         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15738 2005-01-08  Jay Belanger  <belanger@truman.edu>
15740         * calc/calc.el (calc-settings-file): Change default value.
15741         Suggested by cgw in a comment in calc-mode.el.
15743         * calc/calc-mode.el (calc-settings-file-name):
15744         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15745         Replace ~/.emacs in a prompt by calc-settings-file.
15747 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15749         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15750         (desktop-lazy-idle-delay): New customizable variables.
15751         (desktop-buffer-args-list): New variable.
15752         (desktop-append-buffer-args): New function.
15753         (desktop-save): Call desktop-append-buffer-args for some buffers.
15754         (desktop-lazy-create-buffer): New function.
15755         (desktop-idle-create-buffers): New function.
15756         (desktop-read): Add message about buffers to restore lazily.
15757         (desktop-lazy-abort): New command.
15758         (desktop-clear): Call desktop-lazy-abort.
15759         (desktop-lazy-complete): New command.
15761 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15763         * emacs-lisp/find-func.el (find-face-definition):
15764         Rename from find-face.
15766 2005-01-06  Kim F. Storm  <storm@cua.dk>
15768         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15770         * man.el (Man-xref-man-page, Man-xref-header-file)
15771         (Man-xref-normal-file): Add follow-link property.
15773 2005-01-06  Jay Belanger  <belanger@truman.edu>
15775         * calc/calc-units.el: Make sure the proper macro definitions are
15776         available when compiling.
15778 2005-01-06  Juri Linkov  <juri@jurta.org>
15780         * isearch.el (isearch-lazy-highlight-update):
15781         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15783 2005-01-06  Miles Bader  <miles@gnu.org>
15785         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15786         (isearch-lazy-highlight-face): Use new name.
15788 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15790         * uniquify.el (uniquify-rationalize-file-buffer-names):
15791         Re-add an interactive spec.
15792         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15793         to the same name.
15795         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15796         (isearch-update, isearch-done): Adjust calls accordingly.
15798 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15800         * custom.el (custom-set-variables, custom-theme-set-variables):
15801         Clarify documentation.
15803         * emacs-lisp/find-func.el (find-variable)
15804         (find-variable-other-window, find-variable-other-frame):
15805         Fix the TYPE args to find-function-read and find-function-do-it.
15806         (find-function): Doc fix.
15807         (find-function-at-point): Replace function-at-point alias.
15809 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15811         * cus-face.el (custom-declare-face):
15812         Record defface in current-load-list.
15814         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15816         * emacs-lisp/find-func.el: Doc fixes.
15817         (find-face-regexp): New variable.
15818         (find-function-regexp-alist): New variable.
15819         (find-function-C-source): Third arg is now TYPE.
15820         (find-function-search-for-symbol): Handle general TYPE.
15821         (find-function-read, find-function-do-it): Handle general TYPE.
15822         (find-definition-noselect, find-face): New functions.
15823         (function-at-point): Alias deleted.
15825 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15827         * battery.el (display-battery-mode): Rename from display-battery.
15828         Handle the case where it gets turned off.
15830 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15832         * cus-edit.el (customize): Make :link point to user doc.
15834         * man.el (Man-fontify-manpage): Turn off undo generation.
15836         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15838 2005-01-04  Andreas Schwab  <schwab@suse.de>
15840         * files.el (insert-directory): Only look for error lines in
15841         inserted text.  Don't move too far after processing --dired markers.
15843 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15845         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15846         Don't expand if the character is @, period, dash, etc.
15847         (define-mail-abbrev): Quote names that contain problem characters.
15849 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15851         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15853 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15855         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15856         (query-replace-highlight, query-replace-lazy-highlight)
15857         (query-replace): Definitions moved up.  Doc fix.
15859 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15861         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15862         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15863         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15864         (lazy-highlight-face): Rename from isearch-lazy-...
15865         Change all references to them.
15867 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15869         * cus-edit.el (custom-file): Doc fix for defcustom.
15870         (custom-file): The function no longer sets the variable
15871         `custom-file' to its return value.
15873         * startup.el (command-line): No longer load `custom-file'.
15875 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15877         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15879         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15880         Don't confuse module-prefixed identifiers for labels.
15881         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15883 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15885         * files.el (basic-save-buffer-1): Fix previous change.
15887         * loadhist.el (file-loadhist-lookup): New function.
15888         (file-provides, file-requires): Use it.
15890         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15891         instead of calculating the right size.
15893 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15895         * vc-svn.el (vc-svn-diff): Stay local if possible.
15897 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15899         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15901         * files.el (hack-local-variables): Fix last change.
15903 2005-01-02  Jay Belanger  <belanger@truman.edu>
15905         * calc/calc-yank.el (calc-edit-top): New variable.
15906         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15907         object.  Change header properties.
15908         (calc-edit-finish, calc-edit-finish-stack-object)
15909         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15910         edited object.
15911         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15912         for the beginning of the edited object.
15913         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15914         for the beginning of the edited object.
15915         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15916         (calc-finish-formula-edit, calc-macro-repeats)
15917         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15918         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15919         beginning of the edited object.
15920         (calc-user-define-edit): Change the header for editing macros.
15921         Remove unnecessary variable.
15923 2005-01-01  Jay Belanger  <belanger@truman.edu>
15925         * calc/calc-yank.el (calc-edit-mode): Change default header.
15926         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15927         * calc/calc-store.el (calc-edit-variable): Change title to match new
15928         header.
15929         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15930         mode to match new header.
15931         (calc-user-define-edit): Change titles to include names of commands.
15932         (calc-finish-formula-edit): Adjust to handle new header.
15933         (calc-finish-macro-edit): Remove.
15934         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15935         (calc-edit-macro-command, calc-edit-macro-command-type)
15936         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15937         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15938         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15939         (calc-edit-macro-finish-edit): New functions.
15940         (calc-user-define-edit): Use new functions to edit named calc macros.
15942 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15944         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15946         * ses.el (copy-region-as-kill): Deactivate mark.
15948 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15950         * replace.el (occur-1): If the output buffer is also an input,
15951         don't kill it, rename it.
15953         * faces.el (set-face-background, set-face-foreground): Doc fix.
15955         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15956         for :foreground and :background.
15958         * dired.el (dired-view-command-alist): Variable deleted.
15959         (dired-view-file, dired-mouse-find-file-other-window):
15960         Delete the code to use it.
15962 2005-01-01  Kim F. Storm  <storm@cua.dk>
15964         * image.el (insert-sliced-image): Use t for line-height property.
15966 See ChangeLog.11 for earlier changes.
15968 ;; Local Variables:
15969 ;; coding: iso-2022-7bit
15970 ;; End:
15972     Copyright (C) 2005 Free Software Foundation, Inc.
15973   Copying and distribution of this file, with or without modification,
15974   are permitted provided the copyright notice and this notice are preserved.
15976 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1