*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob881f78f1fd5562c77cb482325e8a1d90840124be
1 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3         * international/latexenc.el (latex-inputenc-coding-alist): Reword
4         doc string.
6 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
8         * help.el (describe-key-briefly, describe-key): Recognize default
9         bindings.
11 2005-11-29  Romain Francoise  <romain@orebokech.com>
13         * view.el (view-inhibit-help-message): New defcustom.
14         (view-mode-enter): Use it.
16 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
19         preserve user position.
21 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
23         * font-lock.el: Throw error if facemenu is not loaded to prevent
24         accidental change of loading order in loadup.el.  (Suggested by RMS.)
26         * loadup.el: Add comment explaining why facemenu must be loaded
27         before font-lock.
29 2005-11-28  Jay Belanger  <belanger@truman.edu>
31         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
32         (calc-dispatch-map): Add more keys for `calc-same-interface'.
34         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
36         * calc/calc-embed.el (calc-do-embedded): Update help message.
38         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
40 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
44         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
45         called-interactively-p.
46         (elp-profilable-p): Rename from elp-not-profilable-p.
47         Invert result and take into account macros and autoloaded functions.
48         (elp-instrument-function): Update call.
49         (elp-instrument-package): Update call.  Add completion.
50         (elp-pack-number): Use match-string.
51         (elp-results-jump-to-definition-by-mouse): Merge into
52         elp-results-jump-to-definition and then remove.
53         (elp-output-insert-symname): Make help echo text single-line.
55         * replace.el (query-replace-map): Move initialization into declaration.
56         (occur-engine): Use with-current-buffer.
57         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
58         (occur-mode-mouse-goto): Replace with an alias.
60 2005-11-28  Juri Linkov  <juri@jurta.org>
62         * simple.el (quoted-insert): Let-bind input-method-function to nil.
64         * term/w32-win.el: Bind [S-tab] to [backtab].
66         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
67         `Info-find-file' to t.
69         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
70         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
71         and same-window-regexps.
72         (occur-next-error): Don't move point for arg 0.
74 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
76         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
78 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * log-edit.el (log-edit-changelog-use-first): New var.
81         (log-edit-changelog-ours-p): Use it.
82         (log-edit-insert-changelog): Set it with new arg `use-first'.
83         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
84         (log-edit-hook): Add them to the list of suggested options.
86         * textmodes/flyspell.el (flyspell-last-buffer): New var.
87         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
88         redundant work.
89         (flyspell-mode-on): Use add-hook for after-change-functions.
90         (flyspell-mode-off): Use remove-hook for after-change-functions.
91         (flyspell-changes): Make it buffer-local.
92         (flyspell-after-change-function): Make it non-interactive.  Use push.
93         (flyspell-post-command-hook): Check input-pending-p while processing
94         the potentially long list of buffer changes.
96 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
98         * buff-menu.el (list-buffers-noselect): Display the selected
99         frame's buffer list, not the global one.
101 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
103         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
104         that (list last-input-event) works as in interactive spec.
106 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
108         * loadup.el ("facemenu"): Load facemenu before font-lock, because
109         `facemenu-keymap' needs to be defined when font-lock is loaded.
110         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
112 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * completion.el: Remove useless leading * in defcustom docstrings.
115         (save-completions-file-name): Use ~/.emacs.d if available.
116         (completion-standard-syntax-table): Rename from
117         cmpl-standard-syntax-table and fold initialization into declaration,
118         thus removing cmpl-make-standard-completion-syntax-table.
119         (completion-lisp-syntax-table, completion-c-syntax-table)
120         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
121         (cmpl-saved-syntax, cmpl-saved-point): Remove.
122         (symbol-under-point, symbol-before-point)
123         (symbol-under-or-before-point, symbol-before-point-for-complete)
124         (add-completions-from-c-buffer): Use with-syntax-table.
125         (make-completion): Don't return a list of completion entries.
126         Update callers.
127         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
128         (completion-initialize): Rename from initialize-completions.
129         (completion-find-file-hook): Rename from cmpl-find-file-hook.
130         (kill-emacs-save-completions): Collect stats here.
131         (save-completions-to-file, load-completions-from-file):
132         Use with-current-buffer.
133         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
134         into a function.  Move all calls to toplevel.
135         (completion-lisp-mode-hook): New fun.
136         (completion-c-mode-hook, completion-setup-fortran-mode):
137         Set the syntax-table here.  Use local-set-key.
138         (completion-saved-bindings): New var.
139         (dynamic-completion-mode): Make it into a proper minor mode.
140         (load-completions-from-file): Remove unused var `num-uses'.
142         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
143         constructor if it is explicitly overridden.
145         * complete.el (PC-completion-as-file-name-predicate):
146         Use minibuffer-completing-file-name.
147         (partial-completion-mode): Use find-file-not-found-functions.
148         (PC-lisp-complete-symbol): Use with-syntax-table.
149         (PC-look-for-include-file): Remove dead setq.
150         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
151         (PC-complete): Use with-current-buffer.
153         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
154         escape single quotes.
156 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
158         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
159         of `if' whose condition always returned nil.  Doc fix.
161         * buff-menu.el (Buffer-menu-revert-function): Make the selected
162         window's buffer the current buffer around the call to
163         `list-buffers-noselect'.  This is necessary to mark that buffer
164         with a `.' in the Buffer Menu when called from Lisp, for instance
165         by Auto Revert Mode.
167 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
169         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
170         attaching to it.
171         (gdb-pre-prompt): Make sure gdb-error is reset.
173         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
174         with a child process, detect it.
175         (gud-speedbar-buttons): Match regexp more carefully.
177 2005-11-27  Richard M. Stallman  <rms@gnu.org>
179         * mouse.el (mouse-drag-move-window-bottom):
180         Use adjust-window-trailing-edge.
182 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
184         * simple.el (blink-matching-open): Ignore
185         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
186         (blink-matching-paren-on-screen): Update docstring.
188         * paren.el (show-paren-mode): No longer change
189         `blink-matching-paren-on-screen'.
191 2005-11-27  John Paul Wallington  <jpw@pobox.com>
193         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
194         (gdb-threads-select, gdb-edit-register-value):
195         Use `posn-set-point' instead of `mouse-set-point' because the
196         latter is not fbound when configured without X.
198 2005-11-27  Kim F. Storm  <storm@cua.dk>
200         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
201         existing face when partially highlighting a TAB in a rectangle.
203 2005-11-26  Kim F. Storm  <storm@cua.dk>
205         * ido.el (ido-mode-map): Doc fix.
206         (ido-mode-common-map, ido-mode-file-map)
207         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
208         (ido-define-mode-map): Rewrite.  Select one of the new maps as
209         parent for ido-mode-map instead of building from scratch.
210         (ido-init-mode-maps): New defun to initialize new maps.
211         (ido-mode): Call it.
212         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
213         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
215 2005-11-26  John Paul Wallington  <jpw@pobox.com>
217         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
218         `mouse-set-point' because the latter is not fbound when configured
219         without X.
221 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
223         * files.el (file-relative-name): Doc fix.
225 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
227         * progmodes/octave-inf.el (inferior-octave-startup): Force a
228         non-empty string for secondary prompt PS2.
230 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
232         * progmodes/compile.el (compilation-setup): Fix last change.
234 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
236         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
237         (gdb-mouse-toggle-breakpoint-margin)
238         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
239         Add gdb-server-prefix to keep out of command history.
240         (gdb-edit-register-value): New function.
241         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
242         (gdb-info-registers-custom): Use above map.
244 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
246         * custom.el (enable-theme): Signal error if argument is not a
247         theme.  Don't recalculate a face if it's not loaded yet.
249         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
250         the `user' theme is in effect.
252         * info.el (Info-on-current-buffer): Record actual filename in
253         Info-current-file, instead of t, or a fake filename if a non-file
254         buffer.  Make autoload.
255         (Info-find-node, Info-revert-find-node): No need to check for
256         Info-current-file nil.
257         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
258         Info-current-file is now never `t'.
259         (Info-fontify-node): Many simplifications due to Info-current-file
260         always being valid.  Use Info-find-file to find node filename.
262 2005-11-25  David Kastrup  <dak@gnu.org>
264         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
265         new character, then delete" in order to preserve markers.
267 2005-11-25  David Ponce  <david@dponce.com>
269         * recentf.el (recentf-arrange-by-rule): Handle a special
270         `auto-mode-alist'-like "strip suffix" rule.
271         (recentf-build-mode-rules): Handle second level auto-mode entries.
273 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
275         * viper-keym.el (viper-ESC-key): Use different values in terminal and
276         window modes.
278         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
279         jde-javadoc-checker-report-mode.
281         * ediff-wind (ediff-make-wide-display): Slight simplification.
283         * ediff.el (ediff-date): Change the date of last update.
285 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
287         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
288         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
289         (hi-lock-mode): New global minor mode.
290         (turn-on-hi-lock-if-enabled): New function.
291         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
292         Change arguments to regexp and face instead of a font-lock pattern.
293         Directly set face property, instead of refontifying.
294         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
295         (hi-lock-find-patterns): Use line-number-at-pos.
297         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
298         arguments for hi-lock-set-pattern.
299         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
300         font-lock-fontify-buffer.
301         (hi-lock-find-file-hook, hi-lock-current-line)
302         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
304         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
305         turned off.
307         * progmodes/compile.el (compilation-setup): Don't fiddle with
308         font-lock-defaults.
310 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
312         * progmodes/gdb-ui.el (gdb-var-create-handler)
313         (gdb-var-list-children-handler): Find values for all variable
314         objects.  gud-speedbar-buttons decides whether to display them.
316 2005-11-24  Romain Francoise  <romain@orebokech.com>
318         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
319         buffer name with a space.
321 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
323         * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
324         `org-export-local-list-max-depth'.  Change default value to 3.
325         (org-auto-renumber-ordered-lists)
326         (org-plain-list-ordered-item-terminator): New options.
327         (org-at-item-p, org-beginning-of-item, org-end-of-item)
328         (org-get-indentation, org-get-string-indentation)
329         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
330         functions.
331         (org-move-item-down, org-move-item-up): New commands.
332         (org-export-as-html): New classes for CSS support.  Bug fix in
333         regular expression detecting fixed-width regions.  Respect
334         `org-local-list-ordered-item-terminator'.
335         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
336         also a list item.
337         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
338         New item moving functions.
340 2005-11-24  Juri Linkov  <juri@jurta.org>
342         * isearch.el (isearch-repeat): With empty search ring set
343         `isearch-error' to the error string instead of signaling error
344         with the function `error'.
346 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
348         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
350 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
352         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
353         and variable.
354         (gdb-var-create-handler, gdb-var-list-children-handler):
355         Don't match on "char **...".
356         (gdb-var-update-handler): Find values for all variable objects.
357         (gdb-info-frames-custom): Identify frames by leading "#".
359         * progmodes/gud.el (gud-speedbar-menu-items): Add
360         gdb-speedbar-auto-raise as radio button.
361         (gud-speedbar-buttons): Raise speedbar if requested.
362         Don't match on "char **...".
363         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
364         Make it editable.
366 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
368         * info.el (Info-fontify-node): Handle the case where
369         Info-current-file is t.
371 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * simple.el (blink-matching-open): Fix off-by-one in last change.
375 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
377         * term/mac-win.el: Don't change default directory.
379 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
381         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
382         buffers correctly.  (It used to throw an error in such buffers.)
383         Make it ask for confirmation in group buffers and other Custom
384         buffers containing more than one customization item.
386 2005-11-22  John Paul Wallington  <jpw@gnu.org>
388         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
389         property on mail and url overlays.
390         (goto-address-at-point): Use `posn-set-point' instead of
391         `mouse-set-point' because the latter is not fbound when configured
392         without X.
394 2005-11-22  Lars Hansen  <larsh@soem.dk>
396         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
397         (ls-lisp-classify, ls-lisp-format): Delete call to
398         ls-lisp-parse-symlink.
399         (ls-lisp-handle-switches): Handle symlinks to directories as
400         directories when ls-lisp-dirs-first in non-nil.
402 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
404         * startup.el (command-line): Make sure that loaddefs.el is handled
405         correctly in load-history.
407 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
409         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
410         (gdb-struct-string, gdb-array-string): New constants.
411         (gdb-info-locals-handler): Use them.
412         (gdb-reset): Reset gdb-var-list to nil.
414 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
417         in patterns.
419 2005-11-21  Juri Linkov  <juri@jurta.org>
421         * custom.el (defcustom): Update link types in docstring.
423 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
425         * custom.el (defgroup): Add doc-string-elt info.
427         * widget.el (define-widget): Don't use declare for the doc-string-elt.
429 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * newcomment.el (comment-enter-backward): Fix last fix.
433         * simple.el (blink-matching-open):
434         * paren.el (show-paren-function): Allow new paren-class info.
436 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
438         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
439         handled automagically.
441 2005-11-20  Andreas Schwab  <schwab@suse.de>
443         * descr-text.el (describe-char): When copying overlays put them
444         over the full char description instead of just the first character
445         of it.
447 2005-11-20  Juri Linkov  <juri@jurta.org>
449         * simple.el (what-cursor-position):
450         * descr-text.el (describe-char): Use Lisp-readable syntax
451         for octal and hex.  Reorder decimal, octal and hex values.
452         Remove excess whitespace in the output.  Use `=' in `column='
453         like in `point=' and `Hscroll='.
455         * international/mule-cmds.el (encoded-string-description):
456         Use Lisp-readable syntax for hex.
458 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * newcomment.el (comment-enter-backward): Handle the case where the
461         comment is closed by EOB.
463 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
465         * longlines.el (longlines-before-revert-hook)
466         (longlines-after-revert-hook): New functions.
467         (longlines-mode): Turn off longlines temporarily when reverting.
468         Add a message-setup-hook.
469         (longlines-decode-buffer): New function.
470         (longlines-wrap-line): Preserve marker positions.
472 2005-11-19  Andreas Schwab  <schwab@suse.de>
474         * emacs-lisp/shadow.el: Handle compressed files.
476 2005-11-19  Romain Francoise  <romain@orebokech.com>
478         * net/browse-url.el (browse-url-default-browser): Signal an error
479         if no usable browser can be found, rather than try to load w3.
481 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
483         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
484         replacing existing properties.
485         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
486         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
487         tty specs.
488         (rcirc-server-prefix, rcirc-server): New faces.
489         (rcirc-url-regexp): Generate with rx macro.
490         (rcirc-last-server-message-time): New variable.
491         (rcirc-filter): Record time of last message.
492         (rcirc-keepalive): Kill processes that did not send a message
493         since the last ping.
494         (rcirc-mode): Give rcirc-topic a local binding here.
496 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
498         * subr.el (read-passwd): Fontify the prompt as we do with other
499         prompts.
501 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
503         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
504         binding buffer-read-only to nil.
506 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
508         * complete.el (partial-completion-mode):
509         Mention completion-auto-help in the doc string.
511         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
512         more Lisp-ish way.
514 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
516         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
517         digits, not 8, to avoid misalignment for files larger than 100MB.
519 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
521         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
522         Mention "keyboard shortcuts" in the help text.
524 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
526         * startup.el (fancy-splash-default-action): Discard only
527         mouse-down and succeeding mouse-up events in the splash screen
528         window so that drag-n-drop event can be processed.
530 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
532         * longlines.el (longlines-mode): Add hacks for mail-mode and
533         message-mode.
535 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
537         * textmodes/org.el: (org-table-sort-lines): New command.
538         (org-tbl-menu): Add entry for `org-table-sort-lines'.
539         (org-add-file): Command removed, use `org-agenda-file-to-front'
540         instead.
541         (org-export-icalendar): Use `org-icalendar-combined-name'.
542         (org-cycle-agenda-files, org-agenda-file-to-end)
543         (org-agenda-file-to-front): New commands.
544         (org-table-tab-jumps-over-hlines,org-export-html-style): New
545         options.
546         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
547         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
548         New functions.
549         (org-fill-paragraph): Call `org-table-align' in tables.
550         (org-mode): Call `org-set-autofill-regexps'.
551         (org-export-as-html): Support for local handformatted lists.
552         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
553         (org-export-local-list-max-depth): New option.
554         (org-html-expand): Use `org-html-protect'.
556 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
558         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
559         to "p".
560         (gdb): Move definition of gud-pp to...
562         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
563         speedbar.
564         (gdb-find-watch-expression): New function.
566 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
568         * faces.el (face-attribute, set-face-attribute): Mention existence
569         of `:ignore-defface' setting in docstring.
571 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * simple.el (completion-setup-function): Fix last change.
575 2005-11-17  John Paul Wallington  <jpw@pobox.com>
577         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
578         Use `posn-set-point' instead of `mouse-set-point' because the
579         latter is not fbound when configured without X.
581         * comint.el (comint-insert-input): Likewise.
583 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
585         * simple.el (hard-newline): New variable.
586         (sendmail-user-agent-compose, next-line): Use it.
588         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
589         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
590         (mail-mail-reply-to, mail-mail-followup-to)
591         (mail-position-on-field, mail-signature, mail-yank-original)
592         (mail-attach-file): Likewise.
594         * mail/mailheader.el (mail-header-format)
595         (mail-header-format-function): Likewise.
597         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
599 2005-11-17  Juri Linkov  <juri@jurta.org>
601         * font-lock.el (font-lock-faces): Rename this defgroup from
602         `font-lock-highlighting-faces'.
603         (font-lock-comment-face, font-lock-comment-delimiter-face)
604         (font-lock-string-face, font-lock-doc-face)
605         (font-lock-keyword-face, font-lock-builtin-face)
606         (font-lock-function-name-face, font-lock-variable-name-face)
607         (font-lock-type-face, font-lock-constant-face)
608         (font-lock-warning-face, font-lock-negation-char-face)
609         (font-lock-preprocessor-face)
610         (font-lock-regexp-grouping-backslash)
611         (font-lock-regexp-grouping-construct): Rename :group from
612         `font-lock-highlighting-faces' to `font-lock-faces'.
614         * cus-edit.el (lisp, c, tex):
615         * progmodes/ada-mode.el (ada):
616         * progmodes/asm-mode.el (asm):
617         * progmodes/cperl-mode.el (cperl-faces):
618         * progmodes/cpp.el (cpp):
619         * progmodes/dcl-mode.el (dcl):
620         * progmodes/f90.el (f90):
621         * progmodes/fortran.el (fortran):
622         * progmodes/icon.el (icon):
623         * progmodes/idlwave.el (idlwave-misc):
624         * progmodes/m4-mode.el (m4):
625         * progmodes/make-mode.el (makefile):
626         * progmodes/meta-mode.el (meta-font):
627         * progmodes/modula2.el (modula2):
628         * progmodes/octave-mod.el (octave):
629         * progmodes/pascal.el (pascal):
630         * progmodes/perl-mode.el (perl):
631         * progmodes/prolog.el (prolog):
632         * progmodes/ps-mode.el (PostScript-edit):
633         * progmodes/scheme.el (scheme):
634         * progmodes/sh-script.el (sh-script):
635         * progmodes/simula.el (simula):
636         * progmodes/tcl.el (tcl):
637         * textmodes/nroff-mode.el (nroff):
638         * textmodes/reftex-vars.el (reftex-fontification-configurations):
639         * textmodes/sgml-mode.el (sgml):
640         * textmodes/texinfo.el (texinfo):
641         Add :link (custom-group-link font-lock-faces) to defgroup.
643         * hi-lock.el (hi-lock): Rename this defgroup from
644         `hi-lock-interactive-text-highlighting'.  Change parent group from
645         `faces' to `font-lock'.  Add link to the manual.
646         (hi-lock-mode, hi-lock-file-patterns-range)
647         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
648         `hi-lock-interactive-text-highlighting' to `hi-lock'.
649         (hi-lock-faces): Add :group `faces'.
651         * cus-edit.el (custom-variable-prompt): Clarify the code.
653         * faces.el (face-read-string): Set the default value arg of
654         completing-read.
656 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
658         * rfn-eshadow.el (file-name-shadow-properties)
659         (file-name-shadow-tty-properties, file-name-shadow-mode):
660         Remove autoloads, because the file is now preloaded.
662 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * printing.el (easy-menu-intern): Don't define.
665         (pr-get-symbol): Use easy-menu-intern only if defined.
667         * simple.el (blink-matching-open): Simplify a bit.
668         (completion-setup-function): Fix the case of partial-completion-mode
669         when the minibuffer's contents start with "-".
670         Obey completion-base-size-function even when
671         minibuffer-completing-file-name is non-nil.
673 2005-11-16  Richard M. Stallman  <rms@gnu.org>
675         * net/eudcb-ph.el (eudc-ph-open-session):
676         Use set-process-query-on-exit-flag.
678         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
680         * international/ucs-tables.el (ucs-set-table-for-input):
681         Use make-local-variable, not make-variable-buffer-local.
683         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
684         Improve warning message text.
686         * savehist.el (savehist-save-hook): Add :group.
688         * menu-bar.el (menu-bar-help-menu):
689         Rename Find Extra Packages to External Packages.
691         * cus-edit.el (Custom-reset-standard): Verify that
692         :custom-standard-value prop exists before calling it.
694         * apropos.el (apropos-calc-scores): Use apropos-pattern.
696 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
698         * wid-edit.el (color): Enclose %t in %{...%}.
700         * cus-edit.el (face): Enclose %t in %{...%}.
702 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
704         * savehist.el (savehist-mode-hook): Re-add the var.
705         (savehist-mode): Use it.
707 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
709         * textmodes/flyspell.el: Fix commenting convention.
710         Remove unnecessary leading * in custom docstrings.
711         (flyspell-emacs): Remove unused var.
712         (flyspell-delete-region-overlays): Use remove-overlays.
713         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
714         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
715         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
716         (flyspell-debug-signal-word-checked): Use with-current-buffer.
717         (make-flyspell-overlay): Don't locally reuse a global name.
718         (flyspell-highlight-incorrect-region)
719         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
720         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
721         (flyspell-notify-misspell): Remove unused args `start' and `end'.
722         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
723         Wrap calls to accept-process-output inside with-local-quit since it's
724         often called from a post-command-hook.
725         (flyspell-correct-word, flyspell-auto-correct-word):
726         Use ispell-send-string.
727         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
729         * calendar/diary-lib.el (diary-list-entries): Also hide the
730         terminating newline.
732 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
734         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
735         window-system, to allow fonts on tty.
737 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
739         * progmodes/gud.el (gud-speedbar-item-info): New function.
740         (gud-install-speedbar-variables): Use it to display data type
741         of watch expression as a tooltip in speedbar.
743 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
745         * font-core.el (global-font-lock-mode): Add :version keyword,
746         because default was changed.
748         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
750         * startup.el (command-line): Use `custom-reevaluate-setting' for
751         `file-name-shadow-mode'.
753         * loadup.el: Preload rfn-eshadow.
755         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
756         Add :version keyword.
757         (file-name-shadow-properties, file-name-shadow-tty-properties)
758         (file-name-shadow): Add :version keyword.
760         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
761         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
762         in the custom-group property of the symbol frames and the fringe
763         group got no link to its parent group frames.
764         Doc fix.
766 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
768         * progmodes/gud.el (gud-stop-subjob): New function.
769         (gud-menu-map, gud-tool-bar-map): Use it.
771 2005-11-16  Kim F. Storm  <storm@cua.dk>
773         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
774         than kill it.
775         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
776         to a more useful/logical place.
778 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
780         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
781         go buttons complementary.
783 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
786         (rfn-eshadow-sifn-equal): New function.
787         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
789 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
791         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
792         string.
794         * viper.el (viper-emacs-state-mode-list): Ensure that
795         rcirc-mode buffers come up in Emacs state.
797         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
798         operation.
800 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
802         * term.el (term-termcap-format): Fix typos.
803         (term-down): Fix the negative argument case.
805 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
807         * progmodes/gdb-ui.el: Remove face-alias left over from change on
808         2005-08-15.
809         (gdb-ann3): New command gud-go.
810         (menu): Accomodate gdb-mi.el.
811         (gdb-assembler-custom): Make buffer of selected window current
812         so that set-window-point works.
814         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
815         buttons and include new ones.
817 2005-11-16  Kim F. Storm  <storm@cua.dk>
819         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
820         (gud-menu-map): Use it.
822 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
824         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
825         that works correctly for Custom and that does not override a user
826         who disables it.
828         * help-mode.el (help-make-xrefs, help-xref-on-pp)
829         (help-xref-interned, help-follow): Make hyperlinks for variables
830         that are unbound, but have a non-nil variable-documentation property.
832         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
833         mode hook.  (It conflicted with defcustoms for some mode hooks.)
834         Use the `variable-documentation' property to give the mode hook a
835         docstring and expand that docstring.
837 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
839         * savehist.el (savehist-mode): Don't bother with
840         `custom-set-minor-mode'.
841         (savehist-coding-system): Check XEmacs version.
842         (history-length): Declare also at run time.
843         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
844         Don't set the customize state.
845         (savehist-minibuffer-hook): Special case for when
846         minibuffer-history-variable is equal to t.
848 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * files.el (write-file): Refresh VC status.
852         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
853         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
854         than fundamental-mode to see if the mode was set.
856 2005-11-14  Romain Francoise  <romain@orebokech.com>
858         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
859         dummy function in `eval-when-compile' to avoid compiler warning.
860         Require `man' at compile time.
862 2005-11-14  Jay Belanger  <belanger@truman.edu>
864         * calc-alg.el (calcFunc-write-out-power): Rename it to
865         calcFunc-powerexpand.
866         (math-write-out-power): Rename it to math-powerexpand; have it
867         handle negative exponents.
868         (calc-writeoutpower): Rename it to calc-powerexpand.
870         * calc-ext.el: Change calcFunc-writeoutpower and
871         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
872         autoloads.
873         Add calcFunc-ldiv to autoloads.
875         * calc-arith.el (calcFunc-ldiv): New function.
877         * calc.el (calc-left-divide): New function.
879 2005-11-14  Juri Linkov  <juri@jurta.org>
881         * cus-edit.el (custom-variable-prompt): Set the default value arg
882         of completing-read.
884         * cus-dep.el (custom-make-dependencies): Reverse the list of
885         found dependencies.
887 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
889         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
890         Highlighting" entry, it is on by default now.
891         (menu-bar-options-save): Do not save global-font-lock-mode.
893 2005-11-13  Richard M. Stallman  <rms@gnu.org>
895         * textmodes/flyspell.el (flyspell-large-region):
896         Call flyspell-accept-buffer-local-defs.
898 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
900         * textmodes/flyspell.el (flyspell-notify-misspell):
901         Fix misspelling of "Misspelling".
902         (flyspell-process-localwords): New function.
903         (flyspell-large-region): Call flyspell-process-localwords and
904         flyspell-delete-region-overlays.
905         (flyspell-delete-region-overlays): New function.
906         (flyspell-delete-all-overlays): Call that.
908 2005-11-13  Richard M. Stallman  <rms@gnu.org>
910         * help.el (help-for-help-internal): Improve doc of C-h a.
911         (describe-key): Improve prompt; doc fix.
913 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * vc-svn.el (vc-svn-registered): Catch all errors.
917         * cus-dep.el (custom-make-dependencies): Typo.
919 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
921         * net/tramp-util.el (top): Fix compilation warning.
923 2005-11-13  Kim F. Storm  <storm@cua.dk>
925         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
927 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
929         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
930         (gud-speedbar-buttons): Match on "const char *" too.
932         * progmodes/gdb-ui.el (gdb-var-create-handler)
933         (gdb-var-list-children-handler): Match on "const char *" too.
934         (gdb-var-evaluate-expression-handler): Match on empty string.
935         (gdb-var-update-handler): Only call
936         gdb-var-evaluate-expression-handler when required.
938 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
940         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
941         selected window.  This still doesn't work for speedbar.
942         (gud-speedbar-buttons): Handle string expressions properly.
944         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
945         (gdb-var-create-handler): Handle string expressions properly.
946         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
947         Handle string expressions properly.  Move "type" field into regexp.
949 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
951         * bookmark.el (bookmark-maybe-message): New function to reduce
952         code duplication: invokes `message' iff baud-rate is high enough.
953         (bookmark-write-file): Use above instead of an inline conditional.
954         (bookmark-load): Same.
956 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
958         * bookmark.el (bookmark-write-file): Don't visit the destination
959         file, just write the data to it using write-region.  This is
960         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
961         change to avoid visiting the file in the first place.
963 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
965         * hi-lock.el (hi-lock-mode): Set the default value of
966         font-lock-defaults.
968 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
970         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
971         arg to `file-attributes'.
972         (find-lisp-format): The UID and GID can now be strings.
974 2005-11-12  Kim F. Storm  <storm@cua.dk>
976         * help.el (help-map): Bind C-h d to apropos-documentation.
978         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
979         when point is at end-of-buffer.
981         * apropos.el (apropos-match-face): Doc fix.
982         (apropos-sort-by-scores): Add new choice `verbose'.
983         (apropos-documentation-sort-by-scores): New defcustom.
984         (apropos-pattern): Now contains the pattern entered by the user.
985         (apropos-pattern-quoted): New defvar.
986         (apropos-regexp): New defvar, containing the regexp corresponding
987         to apropos-pattern.
988         (apropos-all-words-regexp): Rename from apropos-all-regexp.
989         (apropos-read-pattern): New defun.  Use it to read pattern arg in
990         interactive calls; returns list of words for a word list, and
991         string for a regexp.
992         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
993         parses a list of words or regexp as returned by apropos-read-pattern.
994         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
995         (apropos-score-doc): Return a very high score if the string
996         entered by the user matches literally.
997         (apropos-variable): Doc fix.  Use apropos-read-pattern.
998         (apropos-command): Doc fix.  Use apropos-read-pattern and
999         apropos-parse-pattern.  Call apropos-print with nosubst=t.
1000         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
1001         apropos-parse-pattern.
1002         (apropos-documentation): Doc fix. Use apropos-read-pattern and
1003         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
1004         apropos-documentation-sort-by-scores.  Call apropos-print with
1005         nosubst=t.
1006         (apropos-documentation-internal): Pass doc string through
1007         substitute-key-definition before adding text properties.
1008         Highlight substring matching literal user input if possible.
1009         (apropos-documentation-check-doc-file): Remove locals beg and end.
1010         Fix calculation of score (as added twice).  Pass doc string through
1011         substitute-key-definition before adding text properties.
1012         (apropos-documentation-check-elc-file): Pass doc string through
1013         substitute-key-definition before adding text properties.
1014         Highlight substring matching literal user input if possible.
1015         (apropos-print): Add new arg NOSUBST; if set, command and variable
1016         doc strings have already been passed through substitute-key-definition.
1017         Add code to handle apropos-accumulator items without score element
1018         for backwards compatibility (e.g. with woman package).
1019         Only show scores if apropos-sort-by-scores is `verbose'.
1021 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
1024         Add jka-compr-load-suffixes to load-suffixes.
1026         * jka-compr.el: Require 'jka-cmpr-hook.
1027         (jka-compr-info-compress-message, jka-compr-info-compress-program)
1028         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1029         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1030         (jka-compr-info-can-append, jka-compr-info-strip-extension)
1031         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1032         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
1033         (jka-compr-uninstall): Remove entries from
1034         jka-compr-added-to-file-coding-system-alist after they are used.
1035         (jka-compr-error): Remove unused var `curbuf'.
1036         (jka-compr-file-local-copy): Remove unused var `notfound'.
1038 2005-11-10  Romain Francoise  <romain@orebokech.com>
1040         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1042 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
1044         * progmodes/gud.el (gud-menu-map): Move parentheses.
1045         (gdb): New command gud-pv.
1047 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * tar-mode.el: Remove spurious or unnecessary leading stars
1050         in docstrings.
1051         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1052         (tar-parse-octal-integer-safe): Use mapc.
1053         (tar-header-block-summarize): Remove unused var `ck'.
1054         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1055         cleared before.  Obey default-enable-multibyte-characters.
1056         Use mapconcat.  Simplify setting of tar-header-offset.
1057         (tar-mode-map): Move initialization inside delcaration.
1058         (tar-flag-deleted): Use `abs'.
1059         (tar-expunge-internal): Remove unused var `line'.
1060         (tar-expunge-internal): Don't hardcode point-min==1.
1061         (tar-expunge): Widen while doing set-buffer-multibyte.
1062         (tar-rename-entry): Use file-name-coding-system.
1063         (tar-alter-one-field): Don't hardcode point-min==1.
1064         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1065         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
1067 2005-11-10  Masatake YAMATO  <jet@gyve.org>
1069         * add-log.el (add-log-current-defun): Handle class::method
1070         notation of c++. Fix incorrect comment.
1072 2005-11-10  Alan Mackenzie  <acm@muc.de>
1074         * help-fns.el (describe-variable): Make C-h v work when a variable
1075         has variable documentation yet is unbound.
1077 2005-11-10  Masatake YAMATO  <jet@gyve.org>
1079         * man.el (Man-highlight-references): Set an empty
1080         string to `Man-arguments' if it is nil.
1081         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1083 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1086         commenting conventions.
1088         * cus-dep.el (custom-make-dependencies): Simplify.
1089         Better follow the commenting conventions.
1091 2005-11-09  Richard M. Stallman  <rms@gnu.org>
1093         * apropos.el (apropos-pattern): Rename from apropos-regexp.
1094         (apropos-orig-pattern): Rename from apropos-orig-regexp.
1095         All uses changed.
1096         (apropos-rewrite-regexp): Doc fix.
1097         (apropos-variable, apropos-command, apropos, apropos-value):
1098         Change prompt; carry through the argument renaming.
1100 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
1102         * find-lisp.el: Require dired.
1103         (find-lisp-find-dired-internal): Do not call
1104         `abbreviate-file-name' on DIR.
1106 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
1108         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1110 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
1112         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1113         when using the speedbar.
1114         (gdb): New command gud-pp.
1115         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1117 2005-11-09  Juri Linkov  <juri@jurta.org>
1119         * replace.el (occur-excluded-properties): New defcustom.
1120         (occur-1, occur-engine, occur-accumulate-lines): Use it.
1122 2005-11-08  Jay Belanger  <belanger@truman.edu>
1124         * calc/calc-units.el (math-convert-units): Replace any composite
1125         unit by its definition.
1127 2005-11-08  Lars Hansen  <larsh@soem.dk>
1129         * emacs-lisp/autoload.el (update-directory-autoloads):
1130         Add obsolete function alias.
1132 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1135         comment-indent-function.
1136         (lisp-comment-indent): Replace by an alias for comment-indent-default.
1138         * reveal.el (reveal-post-command): Rework the handling of
1139         reveal-open-spots, so as to be more reliable.  There were several
1140         tricky corner cases where an open spot might be lost, or where
1141         a closed spot might end up on the list of open spots.
1142         Only reveal text that's ellipsised.
1144 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
1146         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1148 2005-11-07  John Paul Wallington  <jpw@gnu.org>
1150         * ibuffer.el (ibuffer): Search iconified frames too when
1151         getting Ibuffer buffer's window.
1153 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1155         * progmodes/compile.el (compilation-internal-error-properties):
1156         save-excursion around the computation of MARKER.
1158 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
1160         * textmodes/flyspell.el (flyspell-external-point-words):
1161         flyspell-get-word returns a list, not just a string.
1163 2005-11-06  John Paul Wallington  <jpw@pobox.com>
1165         * ibuffer.el (ibuffer): Search all visible frames when getting
1166         Ibuffer buffer's window.
1168 2005-11-07  Masatake YAMATO  <jet@gyve.org>
1170         * man.el (Man-reference-regexp): Accept spaces between
1171         `Man-name-regexp' and `Man-section-regexp'.
1172         (Man-apropos-regexp): New variable.
1173         (Man-abstract-xref-man-page): Use value for `Man-target-string'
1174         if available.
1175         (Man-highlight-references, Man-highlight-references0):
1176         Handle the case when `Man-arguments' includes "-k".
1177         (Man-highlight-references0): Rename the argument `TARGET-POS' to
1178         `TARGET'. `TARGET' can be a number, function or nil.
1180 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
1182         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1183         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1184         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1185         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1186         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1187         (gdb-send-item): Use buffer-local-value and simplify.
1189 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
1191         * startup.el (command-line): Use `custom-reevaluate-setting' for
1192         `global-font-lock-mode'.
1194         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1195         by default, except in batch mode or when the -D option is given.
1197         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1198         specified keyword args on to `define-minor-mode'.  Update docstring.
1200 2005-11-05  Romain Francoise  <romain@orebokech.com>
1202         * replace.el (occur-engine): Add marker at end of line, too.
1204 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1206         * font-lock.el: Don't deal with font-lock-face-attributes here,
1207         move the code ...
1209         * startup.el (command-line): ... here. Use face-spec-set instead
1210         of custom-declare-face.
1212         * faces.el (face-spec-set): Reset the face if spec is not nil.
1214 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * newcomment.el (comment-region-internal): Box more tightly in the
1217         common case where there's no TAB in the boxed text.
1219 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1221         * info.el (info-tool-bar-map): Use images prev-node, next-node and
1222         up-node.
1224 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
1226         * newsticker.el: Commentary updated. Code formatting changed.
1227         (newsticker-version): Change to "1.9".
1228         (newsticker, newsticker-feed): Doc fix.
1229         (newsticker-url-list): Doc fix.  Add option "Weekly".
1230         (newsticker-retrieval-interval): Add option "Weekly".
1231         (newsticker-headline-processing): Doc fix.
1232         (newsticker-auto-mark-filter): Remove.
1233         (newsticker-auto-mark-filter-list): New.
1234         (newsticker-layout, newsticker-sort-method): Doc fix.
1235         (newsticker-hide-old-items-in-newsticker-buffer)
1236         (newsticker-heading-format, newsticker-item-format)
1237         (newsticker-desc-format): Doc fix.
1238         (newsticker-show-all-rss-elements): Remove.
1239         (newsticker-show-all-news-elements): New.
1240         (newsticker-faces, newsticker-ticker): Doc fix.
1241         (remove-from-invisibility-spec): Code formatting.
1242         (newsticker--process-ids): New.
1243         (newsticker-mode): Doc fix.
1244         (newsticker-mode): Change mode-line-format.
1245         (newsticker-start): Remove debug output.
1246         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
1247         (newsticker-w3m-show-inline-images): Code formatting.
1248         (newsticker-next-item): Call `force-mode-line-update'.
1249         (newsticker-previous-item): Call `force-mode-line-update'.
1250         (newsticker-next-feed): Call `force-mode-line-update'.
1251         (newsticker-previous-feed): Call `force-mode-line-update'.
1252         (newsticker-mark-all-items-at-point-as-read): Code formatting.
1253         (newsticker-show-old-items): Do not show descs.
1254         (newsticker-hide-entry): Hide too much.
1255         (newsticker-hide-entry, newsticker-show-entry)
1256         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1257         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1258         (newsticker-toggle-auto-narrow-to-item): Code formatting.
1259         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1260         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1261         (newsticker-get-news): Call `force-mode-line-update'.
1262         Collect process ids.
1263         (newsticker--sentinel): Change coding system handling.
1264         Move image retrieval to new functions newsticker--get-logo-url-*.
1265         Move feed parsing to new functions newsticker--parse-*.
1266         Update list of process ids.
1267         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1268         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1269         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1270         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1271         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1272         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1273         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1274         (newsticker--decode-coding-string): Remove.
1275         (newsticker--decode-numeric-entities): Check input.  Format code.
1276         (newsticker--remove-whitespace): Check input.
1277         (newsticker--do-forget-preformatted): Doc fix.
1278         (newsticker--decode-rfc822-date): Allow for missing time.
1279         (newsticker--update-process-ids): New.
1280         (newsticker--image-sentinel): Change comment.
1281         (newsticker--image-read): Change error message.
1282         (newsticker--imenu-goto): Doc fix.  Show headline title.
1283         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1284         (newsticker--buffer-do-insert-text): Clean whitespace in
1285         html-rendered headline title.  Code formatting.
1286         Call `newsticker--buffer-print-extra-elements'.
1287         (newsticker--buffer-print-extra-element): Remove.
1288         (newsticker--buffer-print-extra-elements): New.
1289         (newsticker--buffer-do-print-extra-element): New.
1290         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
1291         large sizes.
1292         (newsticker--run-auto-mark-filter)
1293         (newsticker--do-run-auto-mark-filter):
1294         Use `newsticker-auto-mark-filter-list'.
1296 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
1298         * net/rcirc.el: Use split-string OMIT-NULLS argument.
1299         (rcirc-print): Force redisplay before running hooks.  Do long
1300         buffer truncation after making new text read-only.  Deal with nil
1301         text when decoding strings.  If TARGET is nil, use either the
1302         currently selected buffer, if it is an rcirc buffer and of the
1303         same process or the process buffer.
1304         (rcirc-mode): Remove header-line.  Recompute short buffer names.
1305         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1306         (rcirc-short-buffer-name): Add variable.
1307         (rcirc-kill-buffer-hook): Recompute short buffer names.
1308         Remove nick from private channel.
1309         (rcirc-send-input): Send command text to current-buffer.
1310         Don't clear overlay arrow here.
1311         (rcirc-short-buffer-name): Return a short buffer name.
1312         (rcirc-update-short-buffer-names, rcirc-abbreviate)
1313         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1314         buffer-name abbreviations.
1315         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1316         Do not touch nick-table when killing a parted channel.
1317         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1318         Clear arrow from current buffer if it is now hidden.
1319         (rcirc-current-buffer): Add variable.
1320         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1321         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1322         Remove -face from names.
1323         (rcirc-update-activity-string): Print "DND" when globally ignoring
1324         activity.
1325         (rcirc-ignore-buffer-activity-flag): Rename from
1326         rcirc-ignore-channel-activity.
1327         (rcirc-ignore-all-activity-flag): Doc fix.
1328         (rcirc-channels): Remove variable.
1329         (rcirc-kill-buffer-hook):
1330         (rcirc-get-buffer-create): Add nick to private channel.
1331         (rcirc-multiline-edit-submit): Remove tabs.
1332         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1333         folded.
1334         (rcirc-remove-nick-channel): Bug fix.
1335         (rcirc-toggle-ignore-buffer-activity): Rename from
1336         rcirc-toggle-ignore-channel-activity.
1337         (rcirc-record-activity): Add buffers to the front of the list.
1338         (rcirc-update-activity): Remove killed buffers from list.
1339         (rcirc-process-server-response-1): Remove last argument if it is
1340         null before calling handler.
1341         (rcirc): Add "rcirc" defcustom prefix.
1342         (rcirc-prompt): Simplify default prompt.
1343         Use custom-initialize-default.
1344         (rcirc-private-chats): Remove variable.
1345         (rcirc-prompt): Change initialization.
1346         (rcirc-version): Remove function.
1347         (rcirc-id-string): Add constant.
1348         (rcirc-last-buffer): Remove variable.
1349         (rcirc-buffer-alist): Add variable.
1350         (rcirc-connect): Update variable setup.
1351         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1352         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1353         default.
1354         (rcirc-handler-generic): Trigger activity.
1355         (rcirc-send-message): Create the buffor of the target.
1356         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1357         (rcirc-get-buffer): Just return nil if there is no matching buffer.
1358         (rcirc-multiline-edit-cancel): Remove function.
1359         (rcirc-set-last-buffer): Remove function.
1360         (rcirc-get-any-buffer): Add function.
1361         (rcirc-join-channels): Don't print /join text.
1362         (rcirc-toggle-ignore-channel-activity): Add and update echo area
1363         messages.
1364         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1365         (rcirc-handler-NOTICE): Recognize CTCP responses.
1366         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1367         constructing TOPIC string for buffers we are not JOINed.
1368         (rcirc-handler-CTCP-response): Add handler.
1369         (rcirc-multiline-edit-submit): Restore the window-configuration
1370         before adjusting point.
1371         (rcirc): Add customization group.
1372         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1373         (rcirc-user-full-name, rcirc-startup-channels-alist)
1374         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1375         (rcirc-ignore-all-activity-flag, rcirc-time-format)
1376         (rcirc-input-ring-size, rcirc-read-only-flag)
1377         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1378         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1379         Change defvar to defcustom.
1380         (rcirc-update-prompt): Add optional ALL arg, which will update
1381         prompts in all rcirc buffers.  Regexp quote replacement text.
1382         (rcirc-fill-column): Accept 'frame-width as a value.
1383         (rcirc-set-changed): Add function.
1384         (rcirc-next-active-buffer): Write more meaningful messages.
1385         (rcirc-faces): Add customization group.
1386         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1387         (rcirc-nick-in-message-face, rcirc-prompt-face)
1388         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1389         (with-rcirc-process-buffer): Move before first usage.
1390         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1391         (rcirc-debug-flag): Rename from `rcirc-log-p'.
1392         (rcirc-debug): Rename from `rcirc-log'.
1393         (rcirc-format-response-string): Do not print '-' chars for a
1394         NOTICE with no sender.  Simplify output of server responses.
1396 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1398         (rcirc-browse-url-map, rcirc-browse-url-at-point)
1399         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1400         mouse and RET clickable.
1402 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1404         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1406 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1408         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1409         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1410         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1411         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1412         argument to all these routines, so the passphrase can be managed
1413         externally and passed in to the system.
1414         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1415         pgg-add-passphrase-to-cache function.
1417         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1418         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1419         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1420         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1421         argument to all these routines, so the passphrase can be managed
1422         externally and passed in to the system.
1423         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1424         function.
1426 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1428         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1429         from goto-address-url-regexp.
1431 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1433         * textmodes/org.el (org-read-date, org-goto-calendar)
1434         (org-recenter-calendar, org-agenda-goto-calendar):
1435         Temporarily clear 'calendar-move-hook'.
1437 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1439         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1440         merging.
1442         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1443         have merge clashes.
1445 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1447         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1448         Undo previous change.
1450         * startup.el (command-line): Use `custom-reevaluate-setting' for
1451         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1452         tty-register-default-colors on Mac.
1454 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1456         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1457         (gdb-buffer-type): Make it automatically buffer local...
1458         (gdb-get-create-buffer): ...and set it accordingly.
1459         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1460         actually work.
1462 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1464         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1465         not red.
1467 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1469         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1470         case GUD buffer is not visible.
1471         (gdb-goto-breakpoint): Try to force display in source buffer.
1472         (gdb-frame-gdb-buffer): Copy other similar functions.
1473         (gdb-restore-windows): Don't display source if not asked for.
1474         (gdb-assembler-buffer-name): Don't capitalise.
1476 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1478         * wid-edit.el (key-sequence): New widget type.
1480         * simple.el (set-mark-command-repeat-pop): New variable.
1481         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1482         if set-mark-command-repeat-pop is true.
1484         * info.el (Info-fontify-node): Don't display extra "see" if there
1485         already is one here.
1487         * mouse.el: Fix special handling of DEL after dragging a region:
1488         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1489         (mouse-region-delete-keys): Add [backspace].
1491         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1493         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1494         not to assume it pertains to an affix.
1496         * textmodes/flyspell.el (flyspell-post-command-hook):
1497         Bind deactivate-mark to prevent deactivation.
1499 2005-11-03  Lars Hansen  <larsh@soem.dk>
1501         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1502         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1503         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1505 2005-11-03  Romain Francoise  <romain@orebokech.com>
1507         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1508         Update copyright years.
1510 2005-11-03  Sam Steingold  <sds@gnu.org>
1512         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1513         Use system-type instead of window-system because window-system is not
1514         correctly defined during loadup.
1516 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1518         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1519         (xml-parse-tag): Join strings separated by a comment properly.
1521 2005-11-02  Andreas Schwab  <schwab@suse.de>
1523         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1525 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1528         (byte-optimize-pure-func): Quote the eval'd value.
1530         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1531         Rename from perl-font-lock-syntactic-face-function.
1532         Change the calling convention so it can be used as a font-lock MATCHER.
1533         Do the parse-partial-sexp loop outselves.
1534         (perl-font-lock-syntactic-keywords): Use it.
1535         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1537 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1539         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1540         disassembly buffer too.
1541         (gdb-exited): Remove overlay arrows when execution has finished.
1542         (gdb-info-frames-custom, gdb-info-threads-custom)
1543         (gdb-info-registers-custom): Don't add inappropriate text
1544         properties if inferior is not active.
1546 2005-11-02  Glenn Morris  <rgm@gnu.org>
1548         * progmodes/fortran.el (fortran-blink-match):
1549         Use `blink-matching-delay'.
1551 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1553         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1555 2005-11-02  Lars Hansen  <larsh@soem.dk>
1557         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1558         "Permission denied".
1560 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1562         * textmodes/flyspell.el (flyspell-external-point-words):
1563         Pass nil to flyspell-get-word.
1565 2005-11-02  Kim F. Storm  <storm@cua.dk>
1567         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1568         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1570 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1573         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1574         (calendar-mouse-print-dates): Add optional `event' argument.
1575         Update interactive-spec.
1576         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1577         Use `calendar-event-to-date' instead of `event'.
1579 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1581         * progmodes/ld-script.el (ld-script-builtins):
1582         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1583         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1584         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1586 2005-11-01  Romain Francoise  <romain@orebokech.com>
1588         * vc-sccs.el: Update copyright year.
1589         * ezimage.el: Likewise.
1591 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1593         * info.el (Info-fontify-node): Use `string-width' for fontifying
1594         underlined titles.
1596 2005-11-01  Juri Linkov  <juri@jurta.org>
1598         * info.el (Info-fontify-node): Downcase node header keywords Node,
1599         Prev, Next, Up before comparison.
1600         (Info-history): Insert absolute directory name, and put invisible
1601         property on it.
1603 2005-11-01  Juri Linkov  <juri@jurta.org>
1605         * info.el (Info-file-supports-index-cookies): New variable.
1606         (Info-find-node-2): Check makeinfo version for index cookie support.
1607         (Info-index-nodes): Search for nodes with index cookies only when
1608         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1609         with "Index" in the node name.
1610         (Info-index-node): Search index cookie in the current node only when
1611         Info-file-supports-index-cookies is t.  Otherwise, check the word
1612         "Index" in the node name.
1613         (Info-find-emacs-command-nodes): Remove code that searches nodes
1614         with "Index" node name in the top menu.
1616 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * progmodes/scheme.el (scheme-mode-variables): Use the default
1619         comment-indent-function.
1621         * faces.el (face-attribute): Handle the case where a face inherits from
1622         a non-existent face.
1624         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1625         for octal and hexa output, and merge the char into the paren.
1626         (kill-new): Use push.
1627         (copy-to-buffer): Use with-current-buffer.
1628         (completion-setup-function): Move code in loop to remove redundancy.
1629         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1630         those inherited from minibuffer-local-completion-map.
1632         * savehist.el (savehist-mode) <defcustom>:
1633         Use custom-set-minor-mode if available.
1634         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1635         and emit a message if applicable.
1637 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1639         * savehist.el: Sync up to version 19.
1640         (savehist-mode): New minor mode.
1641         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1642         (savehist-length): Remove (use history-length instead).
1643         (savehist-file-modes): Rename from savehist-modes.
1644         (savehist-save-hook, savehist-loaded): New vars.
1645         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1646         old format to new format.
1647         (savehist-install): Allow savehist-autosave-interval to be nil.
1648         (savehist-save): Run the new hook.  Be more careful to only trim the
1649         history variables.
1650         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1651         (savehist-printable): Print into a buffer rather than char-by-char.
1653 2005-11-01  John Wiegley  <johnw@newartisans.com>
1655         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1656         toggle-ignore keybinding (C-a).  The author said it had been
1657         disabled much earlier due to a possible incompatibility, but after
1658         many months of usage I have encountered no problems (and it is a
1659         rather useful option, especially for switching to " *temp*").
1661         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1662         support for OS/X's AddressBook, by calling out to the open source
1663         program "contacts" (installable through Fink).
1665         * net/eudc.el (eudc-expand-inline): If the
1666         `eudc-multiple-match-handling-method' is set to `all', delete the
1667         query string before inserting the query result.
1669         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1670         flag, to prevent Eshell from using the system ls when
1671         `eshell-ls-insert-directory' is in used.
1672         (eshell-ls-insert-directory): Disable font-lock in directory
1673         buffer so that Eshell's own fontification is seen.  This broke
1674         recently due to changes in font-lock, so this goes back to version
1675         21 behavior.
1677 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1679         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1680         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1681         (gdb-many-windows): Doc fix.
1683 2005-10-31  Romain Francoise  <romain@orebokech.com>
1685         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1687 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1689         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1690         that global-font-lock-mode can be enabled by default.
1692         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1693         (font-lock-add-keywords, font-lock-remove-keywords)
1694         (font-lock-fontify-buffer): Remove autoload cookies.
1696         * jit-lock.el (jit-lock-register): Likewise.
1698         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1700 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1702         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1703         intact if there is no gud-comint-buffer.
1705 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1707         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1708         old prompt comint-prompt-read-only is t and GDB commands are
1709         issued from tool bar etc.
1711 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1713         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1715 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1717         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1718         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1720 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1722         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1723         starting at beginning of line.  Fontification is messed up when
1724         `open-paren-in-column-0-is-defun-start' set to t.
1725         Reported by John Paul Wallington <jpw@pobox.com>.
1727 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1729         * comint.el (comint-send-input): Call `comint-update-fence' when
1730         `comint-process-echoes' and `comint-prompt-read-only' are both
1731         non-nil, to avoid leftover read-only newline.
1733 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1735         * textmodes/flyspell.el (flyspell-external-point-words):
1736         Detect when WORD can't be checked properly because
1737         flyspell-get-word finds just part of it, and move on.
1739         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1740         boundarychar for Polish.
1741         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1742         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1744 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1746         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1747         (gdb-registers-font-lock-keywords): Delete.
1748         (gdb-registers-mode): Don't fontify.
1749         (gdb-info-registers-custom): Use text properties instead as, in
1750         future, changed register values will use font-lock-warning-face.
1751         (gdb-local-font-lock-keywords): Rename to...
1752         (gdb-locals-font-lock-keywords): ...for consistency.
1754 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1756         * vc.el (vc-switch-backend): Better error message if the buffer is
1757         not visiting a file under version control.
1759         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1761 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1763         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1764         ~/.emacs.d/.emacs.
1766 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1768         * replace.el (occur-mode-mouse-goto): Always go to other window.
1769         (occur-mode-goto-occurrence): Always switch in same window.
1771         * simple.el (undo): Display message at end, not at start.
1773         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1774         New arg REUSE-CELL.
1775         (cancel-timer-internal): New function.
1776         (timer-event-handler): Use cancel-timer-internal,
1777         and pass the cell it returns to timer-activate...
1779         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1780         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1781         (jit-lock-after-change): Test memory-full.
1783 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1785         * textmodes/conf-mode.el (conf-assignment-sign)
1786         (conf-assignment-regexp): Fix docstrings.
1787         (conf-mode-initialize): New function.
1788         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1789         recognize recursive calls.
1790         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1791         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1792         (conf-xdefaults-mode): Use define-derived-mode and
1793         conf-mode-initialize.
1795 2005-10-29  Romain Francoise  <romain@orebokech.com>
1797         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1799 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1801         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1802         part of the decoded armor to find the key-identifier.
1803         (pgg-gpg-lookup-key-owner): New function to return the
1804         human-readable identifier of a key owner.
1805         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1806         key itself.
1807         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1808         the key value) if we have a key and can match it against a secret
1809         key.  Also, added a note pointing out fact that the prompt only
1810         indicates the first matching key.
1812         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1813         pgg-decrypt-region.
1814         (pgg-pending-timers): A new hash for tracking the passphrase cache
1815         timers, so that new ones supercede old ones.
1816         (pgg-add-passphrase-to-cache): Rename from
1817         `pgg-add-passphrase-cache' to reduce confusion (all callers
1818         changed).  Modified to cancel old timers when new ones are added.
1819         (pgg-remove-passphrase-from-cache): Rename from
1820         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1821         changed).  Modified to cancel old timers when their keys are
1822         removed from the cache.
1823         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1824         XEmacs, an indirection to delete-itimer.
1825         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1826         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1827         users can only check cache without risk of prompting.  Correct bug in
1828         notruncate behavior.
1829         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1830         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1831         Add informative docstrings.
1832         (pgg-decrypt): Convey provided passphrase in subordinate call to
1833         pgg-decrypt-region.
1835 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1837         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1838         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1839         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1840         'passphrase' argument, so the passphrase can be managed externally
1841         and then passed in to the system.
1843         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1844         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1845         so the passphrase cache can be used reliably with identifiers
1846         besides a pgp packet's key id.
1848         * pgg-gpg.el (pgg-pgp-encrypt-region)
1849         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1850         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1851         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1852         argument to all these routines, so the passphrase can be managed
1853         externally and passed in to the system.
1855         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1856         'notruncate' argument, so the passphrase cache can be used
1857         reliably with identifiers besides a pgp packet's key id.
1859 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1861         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1862         symmetric encryption.
1863         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1864         encrypted session key.
1865         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1866         message ask for the passphrase in a proper way.
1868         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1869         New user commands for symmetric encryption.
1871 2005-10-28  Bill Wohler  <wohler@newt.com>
1873         * help-mode.el (help-url): New button type. Calls browse-url.
1874         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1875         Similar to Info nodes: URL `url'.
1876         (help-make-xrefs): Create help-url buttons for
1877         help-xref-url-regexp matches.
1879 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1881         * tool-bar.el (tool-bar-add-item-from-menu)
1882         (tool-bar-local-item-from-menu): Fix doc strings.
1884 2005-10-28  Romain Francoise  <romain@orebokech.com>
1886         * ldefs-boot.el: Update.
1888         * subr.el (locate-library): Move from help-fns.el.
1889         * help-fns.el (locate-library): Move to subr.el.
1891 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1893         * net/tramp.el (tramp-completion-mode): defvar moved up.
1895         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1897         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1899         * files.el (find-file-noselect): Use %d to format large file size.
1901         * bindings.el (mode-line-format): Add %e.
1903         * loadup.el ("facemenu"): Load unconditionally.
1904         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1905         ("x-dnd"): Load, when appropriate.
1907         * startup.el (command-line): Call before-init-hook earlier.
1908         Warn about some bad characters in -u user name.
1910         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1911         (flyspell-external-point-words): Error if misspelled word is not found.
1912         Set flyspell-large-region-beg at end of word.
1914 2005-10-28  Andreas Schwab  <schwab@suse.de>
1916         * view.el (View-revert-buffer-scroll-page-forward):
1917         Use view-page-size-default.
1919 2005-10-28  Juri Linkov  <juri@jurta.org>
1921         * international/quail.el (quail-get-current-str): Translate last
1922         raw character for deterministic input methods.
1924 2005-10-27  Jay Belanger  <belanger@truman.edu>
1926         * calc/calc-ext.el: Add functions to autoloads.
1927         (math-identity-matrix-p, math-ident-row-p): New functions.
1929         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1930         multiplication by an identity matrix; don't turn multiplication by
1931         an inverse matrix into division.
1932         (math-div-symbol-fancy):  Replace division by matrices with
1933         multiplication by inverse.
1935         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1937         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1938         (calc-writeoutpower): New functions.
1940 2005-10-27  Romain Francoise  <romain@orebokech.com>
1942         * replace.el (occur-engine): Include colon in mouse-face highlight.
1944         * dired-x.el: Change Maintainer field.
1946 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1948         * longlines.el (longlines-mode): Bind after-change-functions to
1949         nil during initial decoding and final encoding.
1951 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1953         * term.el (term-emulate-terminal, term-handle-colors-array)
1954         (term-handle-ansi-escape): Specify the terminfo capabilities
1955         implemented.
1957 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1959         * info.el (Info-fontify-node): Fix detection of sentence-break
1960         before *Note.
1962 2005-10-26  Romain Francoise  <romain@orebokech.com>
1964         * smerge-mode.el: Add `tools' to file keywords.
1966 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1968         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1969         when the fringe is not available.
1971         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1972         (def-gdb-auto-update-trigger): Simplify construction.
1973         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1974         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1975         defined explicitly.
1976         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1977         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1978         defined explicitly.
1979         (gdb-info-locals-custom): Remove as it's a no-op.
1981 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1983         * longlines.el (longlines-mode): Remove narrowing before
1984         performing the initial decoding or final encoding.
1986 2005-10-25  Romain Francoise  <romain@orebokech.com>
1988         * emacs-lisp/find-func.el (find-library-name): Also strip
1989         extension if library name ends in .el, to take advantage of
1990         `find-library-suffixes'.
1992 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1994         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1996 2005-10-25  Juri Linkov  <juri@jurta.org>
1998         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1999         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2001 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
2004         (blackbox-redefine-key): Add argument `map'.
2006         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
2007         regions when moving the jit-lock-context-unfontify-pos boundary.
2009 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2011         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2013 2005-10-25  Masatake YAMATO  <jet@gyve.org>
2015         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
2017 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2019         * play/blackbox.el (blackbox-redefine-key): New function.
2020         (blackbox-mode-map): Use it to remap existing bindings for cursor
2021         motion instead of binding literal keys.
2023 2005-10-25  Glenn Morris  <rgm@gnu.org>
2025         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
2026         diary does not end in a newline.  Do not assume a blank line at
2027         the start of the diary file.
2029 2005-10-25  Kenichi Handa  <handa@m17n.org>
2031         * international/quail.el (quail-translate-key): If the input
2032         method is deterministic and failed to handle the last key, restart
2033         the key handling loop from an appropriate key.
2035 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
2037         * vc.el (vc-dired-mode): Extend comment for binding of
2038         `directory-listing-before-filename-regexp'.
2040 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2042         * textmodes/texinfo.el (texinfo-mode):
2043         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2044         not to unnecessarily expose emacs-mule's internal char codes.
2046 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
2048         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2049         Display hand pointer and help-echo on disabled icon too.
2050         (gdb-mouse-until): New function.
2051         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2053 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
2055         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2056         with 2005-10-23 change to doctor.el.
2058         * finder.el (finder-mode-map): Add follow-link binding.
2060 2005-10-25  Kim F. Storm  <storm@cua.dk>
2062         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2063         to gdb-mouse-toggle-breakpoint-fringe.
2064         (gdb-mouse-toggle-breakpoint-margin): Rename from
2065         gdb-mouse-toggle-breakpoint. Fix doc.
2066         (gdb-mouse-toggle-breakpoint-fringe): New defun.
2067         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
2068         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2069         string properties also for fringe breakpoint bitmaps.
2071 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
2073         * textmodes/org.el (org-start-icalendar-file): Fix format form.
2075 2005-10-25  Masatake YAMATO  <jet@gyve.org>
2077         * simple.el (completion-common-substring):
2078         Use `completion-common-substring' prior to `completion-base-size'.
2080 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
2082         * savehist.el: Require CL while compiling.
2083         (savehist-history-variables): Remove.
2084         (savehist-save-minibuffer-history, savehist-additional-variables)
2085         (savehist-minibuffer-history-variables): New vars.
2086         (savehist-save): Use them.
2087         (savehist-uninstall, savehist-minibuffer-hook): New funs.
2088         (savehist-install): New fun, extracted from savehist-load.
2089         (savehist-load): Use them.
2091 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2094         a dummy doc-string-elt property.
2095         (defalias, defvaralias, define-category): Add a docstring property.
2097         * image.el (defimage):
2098         * widget.el (define-widget):
2099         * custom.el (defface, defcustom): Add `doc-string' declaration.
2101         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2102         (defadvice): Add `doc-string' declaration.
2104         * emacs-lisp/byte-run.el (macro-declaration-function):
2105         Handle `doc-string' declarations.
2106         (define-obsolete-function-alias, define-obsolete-variable-alias):
2107         Add `doc-string' declaration.
2109 2005-10-24  Kenichi Handa  <handa@m17n.org>
2111         * international/utf-7.el (utf-7): Add autoload cookie.
2113         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2115 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
2117         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2118         list of directories passed to batch-update-autoloads.  Add "." to
2119         the list of the echoed directories.
2121         * pgg-def.el:
2122         * pgg-gpg.el:
2123         * pgg-parse.el:
2124         * pgg-pgp.el:
2125         * pgg-pgp5.el:
2126         * pgg.el: Moved here from the gnus subdirectory.
2128 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
2130         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2131         in case comint-prompt-read-only is set to t.
2133         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2134         in case comint-prompt-read-only is set to t.
2136 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
2138         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2139         Now a string.
2140         (icalendar-import-format): Handle CLASS, STATUS, URL.
2141         Rename `subject' to `summary'.
2142         (icalendar-import-format-summary): Rename from
2143         `icalendar-import-format-subject'.
2144         (icalendar-import-format-url, icalendar-import-format-status)
2145         (icalendar-import-format-class): New variables.
2146         (icalendar--rris): Take variable argument list.
2147         (icalendar--datestring-to-isodate): Remove unnecessary
2148         calendar-style check when converting dates with explicit month names.
2149         (icalendar-export-region): Change return type of conversion
2150         subroutines.  Bury current buffer unless error occurred.
2151         (icalendar--convert-to-ical)
2152         (icalendar--parse-summary-and-rest): New functions.
2153         (icalendar--convert-ordinary-to-ical)
2154         (icalendar--convert-weekly-to-ical)
2155         (icalendar--convert-yearly-to-ical)
2156         (icalendar--convert-block-to-ical)
2157         (icalendar--convert-cyclic-to-ical)
2158         (icalendar--convert-anniversary-to-ical): Change return type.
2159         Strip trailing blanks from subject.
2160         (icalendar--convert-sexp-to-ical): Change return type.
2161         Strip trailing blanks from subject.  Handle simple sexp
2162         entries as generated by icalendar.el.
2163         (icalendar--convert-float-to-ical)
2164         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2165         (icalendar-import-file): Doc fix.
2166         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2167         Correct call to icalendar--rris.
2168         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
2169         `summary'.
2170         (icalendar--add-diary-entry): Rename `subject' to `summary'.
2172 2005-10-24  Romain Francoise  <romain@orebokech.com>
2174         * server.el (server-sentinel): Set query-on-exit flag to nil on
2175         new client processes (it isn't inherited from the server process).
2177         * replace.el (occur-engine): Rearrange text properties.
2179 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2182         case-fold-search is nil.
2183         (debug-help-follow): Use help-xref-interned directly.
2185 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2187         * thumbs.el (thumbs-image-type): Add .pbm.
2189 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2191         * faces.el (inhibit-face-set-after-frame-default): New variable.
2192         (set-face-attribute): Bind it.
2193         (face-set-after-frame-default): Test it.
2195         * help-fns.el (describe-simplify-lib-file-name): New function.
2196         (describe-function-1, describe-variable): Use it.
2198         * faces.el (describe-face): Use describe-simplify-lib-file-name.
2200         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2201         Eliminate nil as possible value.
2202         (tooltip-hide-delay): Reduce internal-border-width.
2204         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2205         (menu-bar-file-menu) <new-file>: Likewise.
2207         * simple.el (line-move-finish): Ignore fields computing LINE-END.
2209         * international/mule.el (load-with-code-conversion):
2210         Pass full file name to `eval-buffer' unless preloading.
2212         * textmodes/flyspell.el (flyspell-large-region):
2213         Call ispell-check-version.
2215         * textmodes/ispell.el (ispell-local-dictionary-overridden):
2216         Fix the make-variable-buffer-local call that was supposed
2217         to be for this variable.
2218         (ispell-aspell-supports-utf8): Doc fix.
2219         (ispell-find-aspell-dictionaries): Preserve elements of
2220         ispell-dictionary-alist for dictionaries that aspell doesn't report.
2221         (ispell-aspell-find-dictionary): Return nil on error.
2223         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2224         (doctor-symptoms): Likewise.
2226         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2228 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2230         * cus-edit.el (custom-button, custom-button-pressed): New vars.
2231         (custom-raised-buttons): Add :set spec.
2232         (custom-button-unraised, custom-button-pressed-unraised):
2233         New faces, so that custom-raised-buttons actually does something.
2234         (custom-mode): Use custom-button and custom-button-pressed.
2236         * wid-edit.el (widget-specify-button): Don't ignore
2237         widget-mouse-face on graphic terminals.
2238         (widget-move-and-invoke): Cleanup.
2240 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
2242         * whitespace.el (whitespace-cleanup): Doc fix.
2244 2005-10-23  Romain Francoise  <romain@orebokech.com>
2246         * emulation/viper.el (viper-set-hooks): Quote forms passed to
2247         `eval-after-load' to avoid evaluating their result.
2249 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
2251         * files.el (directory-listing-before-filename-regexp):
2252         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
2254         * dired.el (dired-move-to-filename-regexp): Remove.
2255         All occurences replaced by `directory-listing-before-filename-regexp'.
2257         * dired-x.el, locate.el, vc.el:
2258         Replace `dired-move-to-filename-regexp' by
2259         `directory-listing-before-filename-regexp'.  In vc.el it is
2260         overwritten locally; maybe this can be handled in files.el too.
2262         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
2263         replaced by `directory-listing-before-filename-regexp'.
2265 2005-10-23  Andreas Schwab  <schwab@suse.de>
2267         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2268         and eval-next-after-load.
2270 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
2272         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2273         exist, create it.
2275 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
2277         * allout.el: Remove autoloads for mailcrypt and crypt++.
2278         Require pgg, pgg-gpg during compilation.
2279         (allout-version): Increment version number to 2.1, and use a literal
2280         rather than RCS Id.
2281         (allout-default-encryption-scheme): Remove.
2282         (allout-passphrase-verifier-handling)
2283         (allout-passphrase-verifier-string)
2284         (allout-file-passphrase-verifier-string)
2285         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2286         (allout-passphrase-hint-handling): Rename and simplify.
2287         (allout-init): Use `find-file-hook' if available, otherwise
2288         `find-file-hooks'.
2289         (allout-mode): Use `write-file-functions' if available, otherwise
2290         `local-write-file-hooks' and, instead of making auto-save-hook
2291         buffer local, make the write-file-hook activity contingent to
2292         allout-mode.
2293         (allout-mode): Use key-binding substitution in the docstring.
2294         (allout-kill-line): Spell-out kill ring data structure mutation
2295         instead of using byte-compiler-complaint-provoking `pop'.
2296         (allout-insert-listified): Use `insert' rather than `insert-string'
2297         (allout-toggle-current-subtree-encryption): Update docstring, adjust
2298         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2299         (allout-encrypt-string): Totally revamped vis new underlying
2300         encryption facilities.
2301         (allout-mc-activate-passwd): Remove.
2302         (allout-obtain-passphrase): New, more or less replaces
2303         allout-mc-activate-passwd.
2304         (allout-encrypted-key-info): More or less replaces
2305         allout-encrypted-text-type.
2306         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2307         (my-mark-marker): Use `(featurep 'xemacs)'.
2309 2005-10-23  Lars Hansen <larsh@soem.dk>
2311         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2312         (byte-compile-file-form-defmumble, byte-compile-defun)
2313         (byte-compile-defmacro): Use it.
2314         (byte-compile-form): Don't call byte-compile-set-symbol-position
2315         when a byte-compile handler is called.
2317 2005-10-22  Romain Francoise  <romain@orebokech.com>
2319         * savehist.el (savehist-history-variables): Add `grep-find-history'.
2321         * subr.el (eval-after-load): Convert library name to an absolute
2322         file name using locate-library, since load-history no longer has
2323         library names in it.
2325 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2327         * files.el (make-temp-file): Move from subr.el.
2328         * subr.el (make-temp-file): Move to files.el.
2330         * window.el (get-buffer-window-list): Move from subr.el.
2331         * subr.el (get-buffer-window-list): Move to window.el.
2333         * image.el (image-load-path): Use eval-at-startup to initialize.
2335         * subr.el (eval-at-startup): New macro.
2337         * subr.el: Much rearrangement of functions and division
2338         into pages.  No code changes.
2340 2005-10-22  Kenichi Handa  <handa@m17n.org>
2342         * tar-mode.el (tar-extract): Be sure to call
2343         find-operation-coding-system if set-auto-coding doesn't find a
2344         coding system.
2346 2005-10-22  Kim F. Storm  <storm@cua.dk>
2348         * image.el (image-type-header-regexps): Rename from image-type-regexps.
2349         Change users.
2350         (image-type-file-name-regexps): New defconst.
2351         (image-type-from-data): Simplify loop.
2352         (image-type-from-buffer): New defun.
2353         (image-type-from-file-header): Use it instead of image-type-from-data.
2354         Use image-search-load-path instead of only looking in data-directory.
2355         (image-type-from-file-name): New defun.
2356         (image-search-load-path): Change `pathname' to `filename'.
2357         Make PATH arg optional, default to image-load-path.
2359 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2361         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2363         * textmodes/paragraphs.el (sentence-end-base): New variable.
2364         (sentence-end): Use sentence-end-base.
2366 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * font-lock.el (font-lock-default-fontify-region): Check the multiline
2369         property independently from the font-lock-multiline variable.
2371 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2373         * emacs-lisp/find-func.el (find-library-name): Doc fix.
2375         * startup.el (command-line): Convert library names
2376         in `load-history' to absolute file names.
2378         * subr.el (symbol-file): Doc fix.
2380         * loadhist.el (file-loadhist-lookup): Call locate-library
2381         instead of find-library-name.  Don't try converting
2382         abs file names to library names, since load-history no longer
2383         has library names in it.
2384         (file-dependents, file-provides, file-requires): Doc fixes.
2386 2005-10-21  Juri Linkov  <juri@jurta.org>
2388         * progmodes/etags.el (tags-table-mode): New function.
2389         (tags-verify-table): Replace initialize-new-tags-table with
2390         tags-table-mode.
2392         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2393         default value.
2394         (desktop-modes-not-to-save): Add tags-table-mode to the
2395         default value.
2397         * info.el (Info-index-next): Add total number of index
2398         alternatives to the message.
2400         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2401         backward only space (instead of space and period) before looking
2402         at sentence end.
2404         * simple.el (set-variable): Use user-variable-p instead of symbolp.
2405         Add the old variable value as 4th default-value arg of read-string.
2407 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2409         * cus-face.el (custom-declare-face): Make face from X resources
2410         also on Mac.
2412         * disp-table.el (standard-display-g1, standard-display-graphic):
2413         Refuse to use string glyphs also on Mac.
2414         (standard-display-european): Don't set terminal coding system also
2415         on Mac.
2417         * frame.el (display-screens): Use x-display-screens also on Mac.
2419 2005-10-21  Romain Francoise  <romain@orebokech.com>
2421         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
2423 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2426         and $? into sexps.
2428         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2429         warning face on open-paren-in-column-0.
2431         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2432         boundary case.  Fix typo.
2433         Suggested by Martin Rudalics <rudalics@gmx.at>.
2435 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2437         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2438         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2439         (org-export-icalendar-this-file)
2440         (org-export-icalendar-all-agenda-files)
2441         (org-export-icalendar-combine-agenda-files): New commands.
2442         (org-export-icalendar, org-print-icalendar-entries)
2443         (org-start-icalendar-file, org-finish-icalendar-file)
2444         (org-ical-ts-to-string): New functions.
2445         (org-read-date, org-goto-calendar)
2446         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2447         call to `calendar'.
2448         (orgtbl-setup): Remove the :keys arguments from the menu description.
2449         (org-after-save-iCalendar-file-hook): New variable.
2451 2005-10-21  Kenichi Handa  <handa@m17n.org>
2453         * language/vietnamese.el (tcvn-5712): Make it an alias of
2454         vietnamese-tcvn coding-system.
2456 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2458         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2459         group id is given.
2461 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2464         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2465         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2466         whose line is either continued or ends with a comment.
2468 2005-10-20  Romain Francoise  <romain@orebokech.com>
2470         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2472         * replace.el (occur-engine): Add follow-link property.
2474         * font-core.el (font-lock-mode): Doc fix.
2476 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2478         * net/rcirc.el: New file.
2480 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2482         * term.el (term-term-name): Initialize to "eterm-color".
2484 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2486         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2487         for encryption functionality.
2488         Move allout customization subgroup from `editing' to `outlines' group.
2489         Fix commentary 'keywords' to legitimate ones.
2490         Update author info (using my current email address, obscurified).
2491         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2492         (allout-encrypted-topic-p, allout-encrypted-text-type)
2493         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2494         (allout-situate-encryption-key-verifier)
2495         (allout-get-encryption-key-verifier, allout-verify-key)
2496         (allout-next-topic-pending-encryption)
2497         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2498         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2499         (outline-key-verifier-handling, outline-key-hint-handling)
2500         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2501         (allout-file-key-verifier-string, allout-encryption-scheme)
2502         (allout-key-verifier-string, allout-key-hint-string)
2503         (allout-after-save-decrypt): New variables.
2504         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2505         (allout-after-saves-handler): New hook functions.
2506         (allout-post-command-business): Do allout-after-save-decrypt.
2507         (allout-enable-file-variable-adjustment): Custom var to enable
2508         mechanism for adding and adjusting settings of Emacs file variables.
2509         (allout-adjust-file-variable, allout-file-vars-section-data):
2510         New functions, implement the mechanism.
2511         (outlineify-sticky): Use the file vars mechanism.
2512         (allout-inhibit-protection, allout-during-write-cue)
2513         (allout-override-protect, allout-before-change-protect): Remove.
2514         (allout-flag-region, allout-open-topic): Adjust read-only text.
2515         (allout-open-line-not-read-only): Add to facilitate read-only
2516         text based protection.
2517         (allout-kill-line): Revise to adjust read-only text, clue the
2518         user about the inhibition.
2519         (allout-unprotected): Use unwind-protect.
2520         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2521         topic deeper than the offspring depth of the previous topic -
2522         avoiding confusing "containment discontinuities".
2523         (allout-reindent-bodies): Fix retention of body relative hanging
2524         indent during promotion of collapsed bodies.
2525         (allout-open-topic): Make it easy to open new topic with same
2526         bullet as current topic - topic creation functions provided with
2527         any universal argument provokes now prompt for bullet, defaulting
2528         to the bullet of the previous topic.
2529         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2530         Plain bullet alternates '.' period and ',' comma only.  All other
2531         bullets are relegated to special status (but customizable).
2532         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2533         since it actually operates w.r.t. most immediately containing
2534         entry, visible or not.
2535         (allout-hide-current-entry, allout-show-current-entry): Use the
2536         revised version.
2537         (allout-old-expose-topic): Solidify deprecation.
2538         (allout-end-of-subtree): Add so we can span concealed as well
2539         as visible topics.
2540         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2541         (allout-end-of-current-heading): Tweak to just respect the first line.
2542         (allout-get-body-text): Add.
2543         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2544         when invoked interactively.
2545         (allout-up-current-level): Use `interactive-p'.
2546         (allout-mode, allout-init): Miscellaneous docstring and
2547         operational refinements, as well as hookups of new encryption stuff.
2548         (allout-beginning-of-current-entry): Now works as advertised.
2549         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2550         (allout-isearch-rectification): Refine condition for isearching.
2551         (allout-isearch-abort, allout-enwrap-isearch)
2552         (allout-flag-region, my-region-active-p): Relocate some macros.
2553         (allout-title): Fallback title is '(buffer-name)', not
2554         non-existing '(current-buffer-name)'.
2555         (subst-char-in-string): Define if absent (for some XEmacs versions).
2557 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2559         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2560         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2561         (mail-citation-prefix-regexp, mail-signature-file)
2562         (mail-default-headers, mail-bury-selects-summary)
2563         (mail-send-nonascii): Add autoload cookies.
2565 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2567         * frame.el (blink-cursor-mode): Add `mac' to the list of
2568         window-system's that support blinking cursor.
2570 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2572         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2574 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2576         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2577         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2578         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2580 2005-10-20  Kim F. Storm  <storm@cua.dk>
2582         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2583         (ido-set-current-directory): Don't add / after final @.
2584         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2585         Explicitly handle ange-ftp completion oddities.
2586         (ido-make-file-list): Don't rotate list at tramp root to avoid
2587         triggering tramp file handler for expand-file-name via get-file-buffer.
2589 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2593 2005-10-19  Jay Belanger  <belanger@truman.edu>
2595         * calc/calc-units.el (math-standard-units): Add units, adjust
2596         symbols and update values.
2597         (math-unit-prefixes):  Add more prefixes.
2599 2005-10-19  Romain Francoise  <romain@orebokech.com>
2601         * bookmark.el (bookmark-menu-heading): New face.
2602         (bookmark-bmenu-list): Use it.
2603         Don't fiddle with `baud-rate' at top-level.
2605 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2607         * image.el (create-image, find-image): Mention max-image-size in
2608         docstring.
2610 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * savehist.el (savehist-load): Revert to checking XEmacs.
2614         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2615         Various docstring and line-width fixups.
2616         (conf-mode): Use cond.
2617         Set font-lock-defaults.  Don't set comment-use-syntax.
2619 2005-10-18  David Ponce  <david@dponce.com>
2621         * tree-widget.el (tree-widget-button-click): New function.
2622         (tree-widget-button-keymap): Use it.
2624 2005-10-18  Romain Francoise  <romain@orebokech.com>
2626         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2627         (bookmark-bmenu-hide-filenames): Add follow-link property.
2628         Improve help-echo text.
2630         * ffap.el (find-file-at-point): Doc fix.
2632 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2634         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2636 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2638         Install to the CVS repository what I forgot to install in my
2639         2005-10-16 changes.
2641         * progmodes/python.el (python-complete-symbol): Pass the common
2642         prefix substring of completion to `display-completion-list'.
2644         * textmodes/org.el (org-complete): Ditto.
2646 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2648         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2650         * woman.el (WoMan-xref-man-page): New button type derived
2651         from `Man-abstract-xref-man-page'.
2652         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2654         * man.el (Man-abstract-xref-man-page): New button type.
2655         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2656         (Man-highlight-references): Add new optional argument `xref-man-type'.
2658 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2660         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2662 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2664         * cus-edit.el (Custom-move-and-invoke): Delete.
2665         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2667         * wid-edit.el (widget-move-and-invoke): New function, from
2668         Custom-move-and-invoke.
2670 2005-10-17  Bill Wohler  <wohler@newt.com>
2672         Move all remaining images from lisp/toolbar to etc/images, move
2673         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2674         the low resolution images in their own directory (low-color).
2676         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2677         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2678         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2679         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2680         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2681         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2682         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2684         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2685         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2686         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2687         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2688         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2689         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2690         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2691         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2692         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2693         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2694         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2695         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2696         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2697         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2698         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2700         To conform with convention, replace the underscore (_) in the
2701         following image names with dash (-) or (/) as appropriate.
2703         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2704         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2705         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2706         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2707         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2708         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2709         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2710         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2711         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2712         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2713         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2714         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2715         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2716         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2717         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2719         * info.el (info-tool-bar-map): Replace underscores in image names
2720         with dashes.
2722         * makefile.w32-in (WINS): Remove toolbar.
2724         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2726         * tool-bar.el: Move to lisp from toolbar.  Now that
2727         toolbar is empty, it should be deleted when folks run "cvs up -P".
2729 2005-10-18  Jay Belanger  <belanger@truman.edu>
2731         * calc/calc-store.el (calc-store-into): Get the proper variable name
2732         to display in message.
2734 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2736         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2737         expressions display in speedbar for all buffers when debugging.
2738         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2740         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2741         (speedbar-insert-button, speedbar-make-button):
2742         Use add-text-properties.
2743         (speedbar-update-localized-contents)
2744         (speedbar-update-directory-contents)
2745         (speedbar-update-special-contents): Use dolist.
2746         (speedbar-buffer-easymenu-definition): Add a menu separator.
2748 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2750         * makefile.w32-in: Use $(lisp) consistently.
2751         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2752         for shell specific generation of mh-autoloads.
2754 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2756         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2758 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * jit-lock.el (jit-lock-fontify-now):
2761         Move jit-lock-context-unfontify-pos to avoid wasted work.
2763 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2765         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2766         `tramp-completion-mode' for checking if we are in completion mode.
2767         (tramp-completion-handle-file-name-all-completions): Reorder code
2768         in order to complete for file names only in case there are no
2769         method/user/host completions.  This is necessary for cooperation
2770         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2772 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2774         * longlines.el (longlines-search-forward)
2775         (longlines-search-backward): Match any number of spaces.
2777 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2779         * diff-mode.el (diff-mode): Doc fix.
2781 2005-10-16  David Reitter <david.reitter@gmail.com>
2783         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2784         as default on darwin and windows systems.
2786 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2788         * arc-mode.el (archive-zip-extract): Doc fix.
2790 2005-10-16  Romain Francoise  <romain@orebokech.com>
2792         * mouse.el (mouse-1-click-follows-link): Doc fix.
2794 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * savehist.el: Don't require CL at runtime.
2797         (savehist-xemacs): Remove.
2798         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2799         (savehist-no-conversion): Use (featurep 'xemacs).
2800         (savehist-load): Check existence of start-itimer rather than XEmacs.
2801         Use an idle timer.
2802         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2803         `delete-if-not'.
2805 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2807         * savehist.el: Newer version.
2808         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2809         (savehist-last-checksum, savehist-no-conversion): New vars.
2810         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2811         New functions.
2812         (savehist-load, savehist-save): Use them.
2813         (savehist-delimit): Remove.
2815 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * progmodes/compile.el (compilation-goto-locus): Display the
2818         compilation buffer first and the source buffer second, in case they're
2819         in overlapping frames.  Don't raise the compilation frame if it was the
2820         selected window upon entry.  Pass the `other-window' arg to
2821         pop-to-buffer.
2823         * info.el (Info-fontify-node): Use dolist.
2824         Change add-text-properties to put-text-property.
2826 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2828         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2829         bound of search.
2831 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2833         * dabbrev.el (dabbrev-completion): Pass the common
2834         prefix substring of completion to `display-completion-list'.
2836         * filecache.el (file-cache-minibuffer-complete)
2837         (file-cache-complete): Ditto.
2839         * tempo.el (tempo-display-completions): Ditto.
2841         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2843         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2845         * eshell/em-hist.el (eshell-list-history): Ditto.
2847         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2849         * mail/mailalias.el (mail-complete): Ditto.
2851         * progmodes/etags.el (complete-tag): Ditto.
2853         * progmodes/make-mode.el (makefile-complete): Ditto.
2855         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2857         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2859         * progmodes/pascal.el (pascal-complete-word)
2860         (pascal-show-completions): Ditto.
2862         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2864         * simple.el (completion-common-substring): New variable.
2865         (completion-setup-function): Use `completion-common-substring'
2866         to put faces.
2868 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2870         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2871         (x-get-selection, mac-select-convert-to-string): Convert from/to
2872         UTF-16 clipboard data as in native byte order, no BOM.
2874 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2876         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2877         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2878         (gud-sentinel): Use speedbar-frame to check for speedbar.
2880 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2882         * savehist.el: New file.
2884 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2886         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2887         Fix bug in \bf fontification.
2889 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * pcvs.el (cvs-edit-log-files): New var.
2892         (cvs-mode-edit-log): New arg `file'.
2893         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2894         Instead force the use of the original file and nothing else.
2895         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2896         the cvs-minor-wrap-function is set.
2897         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2899 2005-10-14  Bill Wohler  <wohler@newt.com>
2901         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2902         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2903         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2904         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2905         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2906         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2907         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2908         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2909         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2910         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2911         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2912         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2913         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2914         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2915         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2917         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2918         appropriately (for example, gud-break to gud/break).
2920 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2922         * longlines.el (longlinges-search-function)
2923         (longlines-search-forward, longlines-search-backward): New functions.
2924         (longlines-mode): Set isearch-search-fun-function to
2925         longlinges-search-function.
2927         * mouse.el (mouse-drag-region-1): Handle the case where a
2928         double-click event is bound to an arbitrary function.
2930 2005-10-14  David Ponce  <david@dponce.com>
2932         * recentf.el (recentf-track-opened-file)
2933         (recentf-track-closed-file, recentf-update-menu)
2934         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2935         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2936         mouse-1-click-follows-link.
2938 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2940         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2941         Gnome file-manager.png.  Suggested by
2942         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2944         * toolbar/README: Add diropen.xpm.
2946 2005-10-13  Bill Wohler  <wohler@newt.com>
2948         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2949         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2951 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2954         Don't waste the byte-compiler's time on constant data.
2956 2005-10-13  Kenichi Handa  <handa@m17n.org>
2958         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2959         byte with `escape-glyph' face.
2961         * international/fontset.el (ccl-encode-unicode-font):
2962         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2963         Handle the case that ucs-mule-to-mule-unicode translates a character to
2964         ASCII (usually for IPA characters).
2966 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2969         Don't hide the underline of titles if font-lock-mode is disabled.
2971 2005-10-12  Bill Wohler  <wohler@newt.com>
2973         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2974         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2975         files in MH-E-SRC have been updated.
2976         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2978 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2981         (mixal-mode-syntax-table): Add \n as end-comment.
2982         (mixal-operation-codes-alist): Immediately initialize to full value.
2983         (mixal-add-operation-code): Remove.
2984         (mixal-describe-operation-code): Make the arg non-optional.
2985         Use the interactive spec instead.
2986         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2987         (mixal-font-lock-keywords): Don't highlight comments here any more.
2988         (mixal-font-lock-syntactic-keywords): New var.
2989         (mixal-mode): Use it.  Fix comment-start-skip.
2991 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2993         * startup.el (command-line-x-option-alist): -nb => -nbi
2995 2005-10-12  Kim F. Storm  <storm@cua.dk>
2997         * startup.el (fancy-splash-default-action): Discard mouse click in
2998         the splash screen window, as it has no sensible meaning in the
2999         next window to be selected.  Fixes error reported by Jan D.
3001 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3003         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
3005 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
3008         Try to fix up minor layout issues like indentation, line break, etc...
3009         (mixal-mode-syntax-table): Don't try to specify comment syntax,
3010         because it doesn't work.
3011         (mixal-operation-codes): Add some more codes.
3012         (mixal-font-lock-keywords): Process comments here.
3013         (mixal-mode): mixasm no longer needs -g option.
3015 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3017         * progmodes/sh-script.el (sh-tmp-file):
3018         Use mktemp -t.  Finish support for es and rc shells.
3020 2005-10-11  Jay Belanger  <belanger@truman.edu>
3022         * calc/calcalg2.el (calc-integral): With an argument, compute the
3023         definite integral.
3025 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
3027         * mouse.el (mouse-drag-region-1): Don't try to catch a
3028         double-click when doing follow-link (it's overridden anyway).
3030 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
3032         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3033         (autoload-print-form-outbuf): Add docstring.
3035 2005-10-11  Juri Linkov  <juri@jurta.org>
3037         * info.el (Info-mode-menu): Delete menu item "Edit".
3038         (Info-mode): Delete description of Info-edit from docstring,
3039         and rearrange descriptions of Info commands in the order
3040         they are documented in the Info manual.
3042 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * calendar/appt.el (appt-check): Use diary-selective-display var.
3046 2005-10-10  Richard M. Stallman  <rms@gnu.org>
3048         * net/newsticker.el (newsticker-start, newsticker-show-news):
3049         Add autoload cookies.
3051 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
3053         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3055 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
3057         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3059 2005-10-10  Jay Belanger  <belanger@truman.edu>
3061         * calc/calc-arith.el (math-check-known-scalarp)
3062         (math-check-known-matrixp): Check the values of arguments that are
3063         variables.
3064         (math-check-known-square-matrixp): New function.
3065         (math-known-square-matrixp): Use math-check-known-square-matrixp.
3066         (math-super-types): Add sqmatrix type.
3068         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3069         mode name `square' to 'sqmatrix'.
3071         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3072         mode name `square' to 'sqmatrix'.
3074 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * progmodes/etags.el (select-tags-table-mode): Don't use
3077         selective-display.
3078         (tags-select-tags-table): Pass `button' to the action function.
3079         (select-tags-table): Place the side-info on button properties rather
3080         than in hidden text.  Abbreviate file names.
3081         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3082         (select-tags-table-select): Add `button' argument.
3083         Get side-info from the button property rather than from hidden text.
3085 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
3087         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3088         (gud-speedbar-buttons): Preserve point if possible.
3089         (gud-sentinel): Restore previous speedbar display type.
3091         * progmodes/gdb-ui.el (gdba): Improve diagram.
3092         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3093         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3094         Call get-buffer-window once.
3096 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3099         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3100         (pascal-indent-command): Remove unused var `ind'.
3101         (pascal-indent-case): Remove unused var `oldpos'.
3102         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3103         since it's now used as a proper minor mode map.
3104         (pascal-outline): Rename to pascal-outline-mode.
3105         (pascal-outline-mode): Use define-minor-mode.
3106         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3107         selective-display.
3109 2005-10-10  Andreas Schwab  <schwab@suse.de>
3111         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3112         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
3114         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3115         outside source directory.
3117 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
3119         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3120         C-x' as a prefix.
3121         (orgtbl-mode-map): Full keymap instead of sparse, because all
3122         `self-insert-command' keys are redefined in this map.
3123         (org-export-as-html): Specify charset for HTML file, by taking it
3124         from the coding system.
3126 2005-10-10  Kenichi Handa  <handa@m17n.org>
3128         * textmodes/flyspell.el (flyspell-check-word-p):
3129         If unread-command-events is non-empty, don't call sit-for.
3131 2005-10-09  Richard M. Stallman  <rms@gnu.org>
3133         * font-lock.el (font-lock-syntactic-keywords)
3134         (font-lock-keywords): Doc fixes.
3136         * textmodes/flyspell.el (flyspell-external-point-words):
3137         Simplify logic, and don't try to check for consecutive appearances
3138         of one incorrect word.
3140 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
3142         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3143         separator.
3145         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3146         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3147         (gud-expansion-speedbar-buttons): New function.
3148         (gud-speedbar-buttons): Check for gud-comint-buffer.
3150 2005-10-09  Bill Wohler  <wohler@newt.com>
3152         * Makefile.in (updates): Add mh-loaddefs dependency.
3154 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
3156         * speedbar.el (speedbar-file-key-map): Fix typo.
3158 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3160         * cus-start.el (line-spacing): Add custom spec.
3162 2005-10-09  Romain Francoise  <romain@orebokech.com>
3164         * textmodes/ispell.el (ispell-check-version): Fix last change.
3166 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3168         * term/x-win.el: Remove -i, --icon-type from comment.
3170         * startup.el (command-line-x-option-alist): Remove options -i,
3171         -itype, --icon-type, added -nb, --no-bitmap-icon
3173 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
3175         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3176         instead of :active.
3178 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
3180         * textmodes/ispell.el (ispell-check-version):
3181         Ignore hyphen, and all that follows, in aspell's version text.
3183 2005-10-08  Jay Belanger  <belanger@truman.edu>
3185         * calc/calc-arith.el (math-known-square-matrixp): New function.
3186         (math-pow-fancy): Check for matrices before distributing exponent
3187         across products.
3189         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3190         fullscreen keypad.  Suggested by Luc Teirlinck.
3191         (calc-keypad-show-input): Add space for formatting.
3193         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3194         Add square matrix option.
3196         * calc/calc-poly.el (math-expand-term): Check for matrices instead
3197         of checking calc-matrix-mode when deciding how to expand.
3199         * calc/calc.el (calc-set-mode-line): Add square matrix option.
3201 2005-10-08  Lars Hansen  <larsh@soem.dk>
3203         * net/tramp.el (tramp-perl-directory-files-and-attributes):
3204         Add error handling.
3205         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3207 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
3209         Sync with Tramp 2.0.51.
3211         * net/tramp.el (tramp-handle-set-visited-file-modtime)
3212         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3213         Insert special handling for `last-coding-system-used', again
3214         it still seems to be necessary (unlike stated before).
3215         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3216         (tramp-password-prompt-regexp): There might be other words before
3217         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3218         (tramp-chunksize): Improve docstring.
3219         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3220         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
3221         Christian Joergensen <bugs@razor.dk>.
3223 2005-10-07  Glenn Morris  <rgm@gnu.org>
3225         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3226         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3227         precision'.
3229 2005-10-07  Romain Francoise  <romain@orebokech.com>
3231         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3232         (ibuffer-do-shell-command-pipe-replace)
3233         (ibuffer-do-shell-command-file, ibuffer-do-eval)
3234         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3235         (ibuffer-do-revert, ibuffer-do-replace-regexp)
3236         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3237         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3238         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3239         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3240         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3241         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3242         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3243         Autoload file sans suffix.
3245         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3247 2005-10-07  David Ponce  <david@dponce.com>
3249         * recentf.el (recentf-menu-open-all-flag): New option.
3250         (recentf-digit-shortcut-command-name): New function.
3251         (recentf--shortcuts-keymap): New variable.
3252         (recentf-menu-shortcuts): New variable.
3253         (recentf-make-menu-items): Initialize it.  Replace the "More..."
3254         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3255         (recentf-menu-value-shortcut): New function.
3256         (recentf-make-menu-item): Use it.  No more in-lined.
3257         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3258         (recentf-open-most-recent-file): Rename from
3259         `recentf-open-file-with-key'.  Don't depend on key binding.
3260         (recentf-mode-map): New variable.
3261         (recentf-mode): Use it.
3263 2005-10-06  Bill Wohler  <wohler@newt.com>
3265         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
3267         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3268         (MH-E-SRC): New.  Used by mh-autoloads.
3269         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
3270         files in MH-E-SRC have been updated.
3271         (compile, recompile, bootstrap): Depend on mh-autoloads.
3273 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
3275         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3276         gud-break and gud-remove icons when the fringe is not available.
3278         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3279         Typo.
3281 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
3283         * play/zone.el (zone): Wrap body with save-window-excursion.
3285 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3288         Use the new `list-only' arg to diary-list-entries.
3290         * calendar/diary-lib.el: Use overlays rather than selective-display.
3291         (diary-selective-display): New var.
3292         (diary-header-line-format): Use it.
3293         (diary-list-entries): Add argument `list-only'.
3294         Put the buffer in diary-mode.  Don't add \^M at beg and end.
3295         Replace \^M by invisible overlays.
3296         (diary-unhide-everything): Replace \^M by invisible overlays.
3297         (print-diary-entries): Look for overlays rather than \^M.
3298         Add a space to the temp buffer name.
3299         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3300         Put the buffer in diary-mode.
3301         (list-sexp-diary-entries): Replace \^M by invisible overlays.
3302         (diary-anniversary): Make the year arg optional.
3303         (diary-time-regexp): New const.
3304         (diary-font-lock-keywords): Use it to accept a few more time formats.
3306         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3308 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
3310         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3311         Fix bug introduced 2005-07-03: Use (car (last ...))
3312         to faithfully reproduce replaced artist-last.
3313         (artist-set-arrow-points-for-poly): Likewise.
3314         Suggested by Johan Bockg\e,Ae\e(Brd.
3316 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
3318         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3319         * wid-edit.el (widget):
3320         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3321         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3323 2005-10-06  Kenichi Handa  <handa@m17n.org>
3325         * international/mule-cmds.el (set-language-environment):
3326         Fix setting up of case-table for unibyte mode.
3328         * simple.el (what-cursor-position): If the character is displayed
3329         by some `display' text property, show that.  Don't use
3330         single-key-description for eight-bit characters in multibyte mode.
3332 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
3334         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3335         (gdb-ann3): Set it.
3336         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3337         (gdb-info-frames-custom): Use inverse-video for first five
3338         characters of selected frame only.
3339         (gdb-get-frame-number): Select frame even when point is on frame
3340         number.
3342 2005-10-06  Masatake YAMATO  <jet@gyve.org>
3344         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3345         Put `font-lock-function-name-face'.
3346         (gdb-info-frames-custom): Put `font-lock-function-name-face'
3347         and `font-lock-variable-name-face'
3348         (gdb-registers-font-lock-keywords): New font lock keywords definition.
3349         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3350         (gdb-memory-font-lock-keywords): New font lock keywords definition.
3351         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3352         (gdb-local-font-lock-keywords): New font lock keywords definition.
3353         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3354         (gdb-threads-font-lock-keywords): New font lock keywords definition.
3355         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3357 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
3359         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3360         (ediff-merge-region-is-non-clash-to-skip): Previously called
3361         ediff-merge-region-is-non-clash.
3363         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3364         Use insert-buffer-substring.
3366         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3367         selecting files to patch.  Also bug fixes.
3369         * ediff-util.el (ediff-setup): Bug fix.
3370         (ediff-next-difference): Never skip clashes that differ in white
3371         space only.
3373         * ediff-wind.el (ediff-setup-control-frame)
3374         (ediff-destroy-control-frame): Check the menubar feature.
3376         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3377         (viper-refresh-mode-line): Use make-local-variable to localize
3378         some vars instead of make-variable-buffer-local.  Suggested by
3379         Stefan Monnier.
3381         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3382         (viper-restore-cursor-type, viper-set-insert-cursor-type):
3383         Use make-local-variable instead of make-variable-buffer-local.
3384         Suggested by Stefan Monnier.
3386         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3387         (viper-comint-mode-hook): Use make-local-variable on
3388         require-final-newline.
3389         (viper-non-hook-settings): Don't use make-variable-buffer-local.
3391 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3394         also the second char of a comment-start sequence.
3395         (scheme-sexp-comment-syntax-table): New var.
3396         (lambda, define): Set their scheme-doc-string-elt property.
3397         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3398         Use lisp-font-lock-syntactic-face-function now that it properly
3399         handles |...| symbols.
3400         (scheme-mode-variables): Set lisp-doc-string-elt-property,
3401         parse-sexp-lookup-properties and font-lock-extra-managed-props.
3403         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3404         bit from # to |.
3405         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3407         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3408         (lisp-doc-string-elt-property): New var.
3409         (lisp-font-lock-syntactic-face-function): Use it.
3410         Rewrite to recognize docstrings even for forms not at toplevel.
3412         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3413         annotation on the | part of #| rather than on the # part.
3414         (scheme-font-lock-syntactic-face-function): New function, to
3415         distinguish strings from |...| symbols.
3416         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
3417         syntax-table so that #|...|# is properly highlighted.
3419         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3420         Don't mark as docstring the 3rd elem of an unknown toplevel form.
3422 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3425         and C-e.
3427         * emacs-lisp/eldoc.el: Move comments into docstrings.
3428         (eldoc-message-commands): Initialize in its declaration.
3429         Add move-beginning-of-line and move-end-of-line.
3430         (eldoc-add-command, eldoc-add-command-completions)
3431         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3433         * outline.el (outline-mark-subtree): Activate the mark.
3435         * calendar/appt.el (appt-time-regexp): New var.
3436         (appt-add, appt-make-list): Use it.
3437         (appt-convert-time): Clean up.
3439         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3440         Don't set any syntax-table property here.
3441         (tex-font-lock-verb): New function.  Do it here.
3442         (tex-font-lock-syntactic-keywords): Use it.
3444 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3446         * wid-edit.el (widget-file-complete): Get the widget start point
3447         the right way.  Default directory to `/' if file has none.
3449         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3451         * textmodes/flyspell.el (flyspell-mode-on):
3452         Call ispell-maybe-find-aspell-dictionaries.
3454         * textmodes/ispell.el (ispell-word, ispell-region):
3455         Call ispell-maybe-find-aspell-dictionaries.
3456         (ispell-accept-buffer-local-defs):
3457         Don't call ispell-maybe-find-aspell-dictionaries
3459 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3461         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3463 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3465         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3466         instead of `fboundp' in order to allow for anonymous functions.
3468 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3470         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3471         case the user clicks on the link while another window is selected.
3472         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3474         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3475         functionality.
3476         (dframe-help-echo): Save point in case mouse tracking is off.
3478 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3480         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3482 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3485         not change the global value of those vars.
3487         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3488         make-local-variable which we do not need any more.
3490 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3492         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3493         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3494         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3495         (speedbar-path-line): Define obsolete aliases.
3496         (speedbar-line-directory): Doc fix.
3498         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3499         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3500         instead of speedbar-line-path.
3502 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3504         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3505         to nil if dropping on a window.  Handle dropping on a minibuffer window
3506         like dropping on a non-window part of Emacs.
3508 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         * net/ange-ftp.el: Use with-current-buffer.
3511         (ange-ftp-insert-directory): Do not follow symlinks any more.
3513         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3514         Remove interactive spec.
3516 2005-10-03  Kim F. Storm  <storm@cua.dk>
3518         * ido.el (ido-mode): Use custom-initialize-set.
3520 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3522         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3523         Use insert-buffer-substring.
3525         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3526         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3528 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3531         in last change.
3532         (ange-ftp-insert-directory): Fix up the search for the case where
3533         `file' is absolute.
3535 2005-10-02  Romain Francoise  <romain@orebokech.com>
3537         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3539 2005-10-02  Andreas Schwab  <schwab@suse.de>
3541         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3542         directory component in the session info.
3544 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3546         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3548         * simple.el (next-error-internal): New function.
3550         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3551         (compilation-start): Pass new arg to compilation-buffer-name.
3552         (compile-goto-error): Use next-error-internal.
3554 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3556         * speedbar.el: Remove RCS tag.
3557         (speedbar-check-read-only): Handle non-existent files.
3559         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3561         * info.el (Info-speedbar-hierarchy-buttons)
3562         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3564 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3566         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3567         Do not match newline.
3568         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3569         (bibtex-summary): Remove unnecessary save-excursion.
3570         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3572 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3574         * term/mac-win.el: Add charset info for "iso10646-1".
3575         Modify default fontset to use ATSUI-compatible fonts for some charsets
3576         if available.
3578 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3580         * speedbar.el: Re-apply arch tag.
3581         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3582         M. Ludlam.
3583         Reapply two changes from Emacs CVS' version of speedbar lost
3584         during the merge:
3585         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3586         (speedbar-frame-parameters): Improve customize type.
3588 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3590         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3591         (ange-ftp-file-directory-p): Fix the symlink case.
3592         (ange-ftp-insert-directory): When listing a single file, get a list of
3593         the parent buffer and extract the relevant line.  Inspired from a patch
3594         by Katsumi Yamaoka <yamaoka@jpl.org>.
3595         (ange-ftp-file-name-sans-versions): Simplify.
3597 2005-09-30  Bill Wohler  <wohler@newt.com>
3599         Move MH-E image files from toolbar and mail directories into
3600         etc/images.
3602         * mail/reply2.*: Move to etc/images/mail/reply*.
3604         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3605         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3606         etc/images.
3608         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3609         * toolbar/reply*: Move to etc/images/mail.
3611         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3613 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3615         * speedbar.el: New version 1.0pre3.
3617         Frame management code (including timer, and mouse click specifics)
3618         moved to dframe.el:
3619         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3620         (speedbar-timer): Removed.  Use dframe-timer.
3621         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3622         (speedbar-activity-change-focus-flag): Removed.  Use
3623         dframe-activity-change-focus-flag.
3624         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3625         dframe-update-speed.
3627         (speedbar-current-frame): New macro.  Use this instead of the
3628         variable speedbar-frame.
3630         (speedbar-use-images, speedbar-expand-image-button-alist)
3631         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3633         (speedbar-find-image-on-load-path): Removed.  Replaced by
3634         defezimage in ezimage.el.
3635         (speedbar-expand-image-button-alist): Removed.  Replaced by
3636         ezimage-expand-image-button-alist in ezimage.el.
3638         (speedbar-ignored-directory-regexp)
3639         (speedbar-add-ignored-directory-regexp)
3640         (speedbar-ignored-directory-expressions)
3641         (speedbar-line-directory, speedbar-buffers-line-directory)
3642         (speedbar-directory-line, speedbar-buffers-line-directory):
3643         Renamed, replacing `path' with `directory'.
3645         (speedbar-create-directory, speedbar-expand-line-descendants)
3646         (speedbar-toggle-line-expansion)
3647         (speedbar-contract-line-descendants): New commands.
3649         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3650         (speedbar-use-tool-tips-flag): New options.
3652         (speedbar-check-read-only, speedbar-require-version)
3653         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3654         (speedbar-handle-delete-frame, speedbar-try-completion)
3655         (speedbar-update-localized-contents): New functions.
3657         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3658         (speedbar-object-read-only-indicator): New variables.
3660         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3661         New hooks.
3663         (speedbar-separator-face): New face.
3665         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3666         (speedbar-ignored-modes): Add fundamental-mode.
3667         (speedbar-directory-unshown-regexp): Add . directories.
3669         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3670         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3671         `]' for full expand/close.
3672         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3674         (speedbar-check-vc): Support hidden files.
3675         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3676         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3677         state is nil, it is not checked out.
3679         (speedbar-line-text, speedbar-line-token): Support expand buttons
3680         with no text.
3681         (speedbar-refresh): Universal argument acts as power-click.
3682         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3683         that buffer to get variable values.
3685         And many other bugfixes.
3687         * dframe.el, ezimage.el, sb-image.el: New files.
3689         * sb-*.xpm: Remove files.  New image files installed into
3690         etc/images/ezimage.
3692 2005-09-30  Kenichi Handa  <handa@m17n.org>
3694         * ps-mule.el (ps-mule-show-warning): If a character is in
3695         ps-print-translation-table, don't treat it as non-printable.
3697 2005-09-30  David Ponce  <david@dponce.com>
3699         * tree-widget.el (tree-widget-themes-load-path): New variable.
3700         (tree-widget-themes-directory): Doc fix.
3701         (tree-widget-image-formats) [Emacs]: Doc fix.
3702         (tree-widget--locate-sub-directory): New function.
3703         (tree-widget-themes-directory): Use it.
3705         * recentf.el (recentf-filename-handlers): Rename from
3706         `recentf-filename-handler'.  Allow a list of functions.
3707         (recentf-menu-items-for-commands): Fix :help strings.
3708         (recentf-apply-filename-handlers): New function.
3709         (recentf-expand-file-name): Use it.
3710         (recentf-cleanup): Remove duplicates too.
3712 2005-09-29  Juri Linkov  <juri@jurta.org>
3714         * faces.el: Rearrange face definitions to be in the same order as
3715         their face descriptions in "(emacs)Standard Faces".
3717         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3719         * tooltip.el (tooltip): Add group `basic-faces'.
3721         * buff-menu.el (Buffer-menu-buffer): Remove group
3722         `font-lock-highlighting-faces'.
3724         * progmodes/compile.el (compilation-error, compilation-warning)
3725         (compilation-info, compilation-line-number, compilation-column-number):
3726         Change group from `font-lock-highlighting-faces' to `compilation'.
3728         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3729         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3730         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3731         (vhdl-font-lock-reserved-words-face)
3732         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3733         `font-lock-highlighting-faces'.
3735         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3737 2005-09-28  Kim F. Storm  <storm@cua.dk>
3739         * emulation/cua-base.el: Set CUA move property on additional commands:
3740         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3741         forward-sexp, backward-sexp, forward-list, backward-list.
3743 2005-09-28  Romain Francoise  <romain@orebokech.com>
3745         * comint.el (comint-show-output): Really set point at the
3746         beginning of the output when not using `comint-use-prompt-regexp'.
3748 2005-09-27  Jay Belanger  <belanger@truman.edu>
3750         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3751         in TeX mode.
3753 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3755         * textmodes/org.el (org-table-sum): Fix format string.
3757         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3758         Quote face names.
3760 2005-09-26  Romain Francoise  <romain@orebokech.com>
3762         * isearch.el (isearch-forward-regexp): Close doc string.
3764 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3766         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3768         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3770         * progmodes/compile.el (compilation-error-properties):
3771         When getting the file from the previous error message,
3772         correctly decode the new data format.
3774         * progmodes/cc-cmds.el (c-electric-paren):
3775         Call old-blink-paren only for close-paren.
3777 2005-09-24  Andreas Schwab  <schwab@suse.de>
3779         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3780         condition.
3782 2005-09-25  Romain Francoise  <romain@orebokech.com>
3784         * dired-aux.el (dired-copy-file-recursive):
3785         * dired.el (dired-delete-file):
3786         * ediff-mult.el (ediff-dir-diff-copy-file):
3787         * ediff-util.el (ediff-test-save-region):
3788         * forms.el (forms-mode):
3789         * ido.el (ido-file-internal, ido-delete-file-at-head):
3790         * log-edit.el (log-edit-done):
3791         * ses.el (ses-yank-resize):
3792         * play/gomoku.el (gomoku-human-plays, gomoku)
3793         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3794         (gomoku-offer-a-draw):
3795         * play/landmark.el (lm-human-resigns, lm):
3796         * net/eudcb-ldap.el (eudc-ldap-check-base):
3797         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3798         * progmodes/ebrowse.el (ebrowse-find-pattern):
3799         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3800         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3801         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3803         * vc.el (vc-delete-file):
3804         * play/gomoku.el (gomoku-terminate-game, gomoku)
3805         (gomoku-prompt-for-move, gomoku-human-takes-back):
3806         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3807         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3809 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3811         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3812         color rxvt terminals by using the code xterm.el used to use before
3813         2005-04-09 in order to match the colors used by rxvt.
3815 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3817         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3818         colors rxvt-unicode terminals by using the same code as xterm.el.
3820 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3823         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3824         new symbol used for the tex-verbatim face.
3826 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3828         * woman.el (woman-file-name):
3829         * wid-edit.el (widget-file-prompt-value)
3830         (widget-coding-system-prompt-value):
3831         * w32-fns.el (set-w32-system-coding-system):
3832         * vc.el (vc-version-diff, vc-annotate):
3833         * textmodes/reftex-auc.el (reftex-arg-cite)
3834         (reftex-arg-index-tag):
3835         * textmodes/refer.el (refer-get-bib-files):
3836         * textmodes/artist.el (artist-figlet-choose-font):
3837         * terminal.el (terminal-emulator):
3838         * replace.el (occur-read-primary-args):
3839         * rect.el (string-rectangle, string-insert-rectangle):
3840         * ps-print.el (ps-print-preprint):
3841         * progmodes/pascal.el (pascal-goto-defun):
3842         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3843         * progmodes/compile.el (compilation-find-file):
3844         * printing.el (pr-interactive-n-up):
3845         * play/animate.el (animate-birthday-present):
3846         * net/rcompile.el (remote-compile):
3847         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3848         * mail/rmailsum.el (rmail-summary-search-backward)
3849         (rmail-summary-search):
3850         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3851         (rmail-output-read-file-name):
3852         * mail/rmail.el (rmail-search, rmail-search-backwards):
3853         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3854         * locate.el (locate):
3855         * international/quail.el (quail-show-keyboard-layout):
3856         * international/mule.el (set-buffer-file-coding-system)
3857         (revert-buffer-with-coding-system, set-file-name-coding-system)
3858         (set-terminal-coding-system, set-keyboard-coding-system)
3859         (set-next-selection-coding-system):
3860         * international/mule-diag.el (describe-coding-system)
3861         (describe-font, describe-fontset):
3862         * international/mule-cmds.el (universal-coding-system-argument)
3863         (search-unencodable-char, describe-input-method)
3864         (set-language-environment, describe-language-environment):
3865         * international/codepage.el (codepage-setup):
3866         * international/code-pages.el (codepage-setup):
3867         * info.el (Info-search, Info-follow-reference)
3868         (Info-search-backward):
3869         * emacs-lisp/advice.el (ad-read-advised-function)
3870         (ad-read-advice-class, ad-clear-cache, ad-activate)
3871         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3872         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3873         (ad-read-regexp):
3874         * ediff-util.el (ediff-toggle-regexp-match):
3875         * ediff-ptch.el (ediff-prompt-for-patch-file):
3876         * dired-aux.el (dired-diff):
3877         * diff.el (diff):
3878         * cus-edit.el (custom-variable-prompt):
3879         * calendar/timeclock.el (timeclock-ask-for-project):
3880         * calc/calcalg3.el (calc-get-fit-variables):
3881         * calc/calc-store.el (calc-edit-variable)
3882         (calc-permanent-variable):
3883         * vc-mcvs.el (vc-mcvs-register):
3884         * shadowfile.el (shadow-define-literal-group):
3885         * woman.el (woman-file-name):
3886         * vc.el (vc-version-diff, vc-merge):
3887         * textmodes/reftex-index.el (reftex-index-complete-tag):
3888         * format.el (format-decode-buffer, format-decode-region):
3889         * emulation/viper-cmd.el (viper-read-string-with-history):
3890         * emacs-lisp/debug.el (cancel-debug-on-entry):
3891         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3892         * ediff.el (ediff-merge-revisions)
3893         (ediff-merge-revisions-with-ancestor, ediff-revision):
3894         * completion.el (interactive-completion-string-reader):
3895         * calc/calc-prog.el (calc-user-define-formula):
3896         Follow convention for reading with the minibuffer.
3898 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3900         * progmodes/python.el (python-describe-symbol): Add globals() and
3901         locals() to the arguments of emacs.ehelp.
3903 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3905         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3906         New function, code extracted from ispell-valid-dictionary-list.
3907         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3908         Call it.
3910 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3912         * subr.el (version-regexp-alist): Extend valid syntax for version
3913         strings: allow any of the characters -,_,+ to separate the
3914         alpha/beta/rc part from the version part.  Doc fix.
3915         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3917 2005-09-23  David Reitter  <david.reitter@gmail.com>
3919         * mail/mailclient.el: New file.
3921 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3923         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3924         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3925         Doc fixes.
3927         * progmodes/cc-mode.el (c-font-lock-init):
3928         Specify font-lock-lines-before.
3930 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3932         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3933         whole conflict.
3935 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3937         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3938         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3939         of `remap' feature when available.  Additional key bindings for
3940         better tty support.
3941         (org-mode-restart, org-force-self-insert): New commands.
3942         (org-time-stamp-inactive): New command.
3943         (org-remap): New function.
3944         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3945         (org-enable-fixed-width-editor): Move to `org-structure'
3946         customization group.
3947         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3948         blank field after field motion commands.
3950 2005-09-23  Kenichi Handa  <handa@m17n.org>
3952         * international/mule-cmds.el (set-language-environment):
3953         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3954         have to call utf-translate-cjk-load-tables.
3956 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * mouse.el (mouse-move-drag-overlay): Fix last change.
3960 2005-09-22  David Ponce  <david@dponce.com>
3962         * tree-widget.el (tree-widget-value-create): Fix previous change.
3964 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3966         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3968 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         * mouse.el (mouse-move-drag-overlay): New function.
3971         (mouse-drag-region-1): Use it.
3972         Try to simplify a bit the state handling.  Handle clicks on links
3973         inside intangible areas.
3974         (mouse-save-then-kill): Minor simplification.
3975         (mouse-secondary-overlay): Make it always non-nil instead of
3976         recreating it each time.
3977         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3978         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3979         Simplify accordingly.
3981 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3983         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3985 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3987         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3988         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3989         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3990         to patch.
3992         * ediff-util.el: Use insert-buffer-substring.
3994         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3996         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3997         field boundaries in the minibuffer.
3998         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3999         (viper-minibuffer-post-command-hook): New hook.
4000         (viper-line): Don't move cursor at bolp.
4002         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
4004         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
4005         avoid compiler warnings.
4007         * emulation/viper-macs.el (ex-map): Better messages.
4009         * emulation/viper-utils.el (viper-beginning-of-field): New function.
4011         * emulation/viper.el: Replace make-variable-buffer-local with
4012         viper-make-variable-buffer-local everywhere, to avoid warnings.
4014 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4017         Delete unused var `old-selected-window'.
4018         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
4019         (mouse-drag-secondary): Delete unused var `start-frame'.
4021 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4023         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
4025 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4027         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
4028         Re-indent within 80 columns.  Use inhibit-read-only.
4030 2005-09-19  Romain Francoise  <romain@orebokech.com>
4032         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4034 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * font-lock.el (font-lock-default-fontify-region): Don't add a line
4037         unconditionally, since the after-change-function already did it.
4039 2005-09-19  Miles Bader  <miles@gnu.org>
4041         * net/newsticker.el: Get rid of CVS keyword.
4043 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
4045         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4046         The prompt is formatted later.
4048 2005-09-19  David Ponce  <david@dponce.com>
4050         * tree-widget.el (tree-widget-value-create): Save the converted
4051         tree :node widget.
4053 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
4055         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4056         variable `message'.
4058 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
4060         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4061         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
4062         <slawomir.nowaczyk.847@student.lu.se>.
4064 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4066         * image.el (image-load-path): Use symbol `data-directory' instead
4067         of its value, for backward compatibility with packages that bind
4068         it during `find-image'.  Suggested by Katsumi Yamaoka.
4069         (image-search-load-path): Handle symbols whose values are strings.
4071 2005-09-18  Romain Francoise  <romain@orebokech.com>
4073         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4074         with-current-buffer form in save-excursion.
4076 2005-09-18  D Goel  <deego@gnufans.org>
4078         * apropos.el (apropos-command): Fix `message' call: first arg
4079         should be a format spec.  In this and all other cases that appear
4080         below and elsewhere in the source code, I made a change only when
4081         two conditions were satisfied: [1] I can think of a possibility
4082         that the arguments would cause an error, for example, the code in
4083         question relies on external variables such as filenames.  [2] I
4084         was sure that the arg to `message' could not have been nil in the code.
4086         * textmodes/tildify.el (tildify-region): Ditto.
4088         * textmodes/reftex-index.el (reftex-index-change-entry)
4089         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4090         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4091         * textmodes/org.el (org-complete, org-deadline, org-schedule)
4092         (org-priority, org-table-sum):
4093         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4094         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4095         (flyspell-word, flyspell-display-next-corrections):
4096         * textmodes/bibtex.el (bibtex-print-help-message):
4097         * textmodes/artist.el (artist-key-set-point-poly):
4098         * term/mac-win.el (mac-services-insert-text):
4099         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4100         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4101         (vhdl-port-paste-testbench, vhdl-compose-new-component)
4102         (vhdl-compose-configuration):
4103         * progmodes/sh-script.el (sh-blink, sh-show-indent)
4104         (sh-set-indent, sh-learn-line-indent):
4105         * progmodes/ps-mode.el (ps-mode-target-column):
4106         * progmodes/idlwave.el (idlwave-make-tags)
4107         (idlwave-scan-library-catalogs):
4108         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4109         * progmodes/gud.el (gud-jdb-analyze-source):
4110         * progmodes/flymake.el (flymake-log):
4111         * progmodes/ebnf2ps.el (ebnf-generate-region):
4112         * progmodes/cmacexp.el (c-macro-expansion):
4113         * progmodes/ada-xref.el (ada-treat-cmd-string):
4114         * progmodes/ada-mode.el (ada-create-case-exception-substring)
4115         (ada-justified-indent-current, ada-batch-reformat):
4116         * play/zone.el (zone):
4117         * play/landmark.el (lm-move):
4118         * play/decipher.el (decipher-show-alphabet):
4119         * net/newsticker.el (newsticker--display-jump)
4120         (newsticker--display-scroll):
4121         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4122         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4123         * mail/feedmail.el (feedmail-dump-message-to-queue):
4124         * eshell/esh-proc.el (eshell-remove-process-entry):
4125         * emulation/ws-mode.el (ws-last-error):
4126         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4127         (viper-record-kbd-macro):
4128         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4129         * emacs-lisp/lisp-mnt.el (lm-report-bug):
4130         * emacs-lisp/find-func.el (find-function-noselect):
4131         * calendar/timeclock.el (timeclock-status-string)
4132         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4133         (timeclock-when-to-leave-string):
4134         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4135         * calc/calc-units.el (calc-enter-units-table):
4136         * calc/calc-mode.el (calc-mode-record-mode):
4137         * woman.el (woman-mini-help):
4138         * wdired.el (wdired-change-to-wdired-mode):
4139         * vc.el (vc-retrieve-snapshot):
4140         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4141         * startup.el (display-startup-echo-area-message):
4142         * simple.el (set-goal-column):
4143         * ses.el (ses-command-hook, ses-recalculate-cell):
4144         * server.el (server-process-filter):
4145         * printing.el (pr-interface-txt-print, pr-interface-printify)
4146         (pr-interface-ps):
4147         * pcvs.el (cvs-help):
4148         * log-edit.el (log-edit, log-edit-mode-help):
4149         * iswitchb.el (iswitchb-possible-new-buffer):
4150         * isearch.el (isearch-edit-string):
4151         * image-mode.el (image-mode, image-minor-mode):
4152         * ibuf-macs.el (define-ibuffer-filter):
4153         * hi-lock.el (hi-lock-find-patterns):
4154         * files.el (toggle-read-only):
4155         * ediff-util.el (ediff-copy-diff)
4156         (ediff-write-merge-buffer-and-maybe-kill):
4157         * echistory.el (Electric-history-undefined):
4158         * dnd.el (dnd-insert-text):
4159         * dired-aux.el (dired-query):
4160         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4161         * bookmark.el (bookmark-bmenu-locate):
4162         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4163         Fix `message' calls to ensure first arg is a format string.
4164         The change was made only when these two conditions were satisfied:
4165         [1] when there is a possibility that the arguments would cause an error
4166         for example, if the code in question relies on external variables
4167         such as filenames, and
4168         [2] if the arg to `message' could not have been nil in the code.
4170         * pcomplete.el (pcomplete--help): Fix `message' format spec.
4171         Not having a %s would be weird, though not technically wrong.
4173 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4175         * term/mac-win.el (mac-add-charset-info): Doc fix.
4177 2005-09-17  Romain Francoise  <romain@orebokech.com>
4179         * shell.el (shell-resync-dirs): Handle echoing processes more
4180         reliably.  Don't insert resync command if `comint-process-echoes'
4181         is non-nil.
4183 2005-09-17  Magnus Henoch  <mange@freemail.hu>
4185         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4186         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4187         aspell versions >= 0.60.
4188         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4189         only if ispell-aspell-supports-utf8 is non-nil.
4191 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4193         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4194         buffer-local value to lisp-indent-function.
4196 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
4198         * progmodes/glasses.el (glasses-make-readable): If
4199         glasses-separator differs from underscore, put appropriate
4200         overlays over underscore characters.
4201         (glasses-convert-to-unreadable): If glasses-separator differs from
4202         underscore, try to convert glasses-separator characters to
4203         underscores.
4205 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4208         Use with-syntax-table and dolist.
4210 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
4212         * textmodes/reftex-auc.el:
4213         * textmodes/reftex-cite.el:
4214         * textmodes/reftex-dcr.el:
4215         * textmodes/reftex-global.el:
4216         * textmodes/reftex-parse.el:
4217         * textmodes/reftex-ref.el:
4218         * textmodes/reftex-sel.el:
4219         * textmodes/reftex-toc.el:
4220         * textmodes/reftex-vars.el:
4221         * textmodes/reftex.el: Small changes to remove compiler warnings.
4223         * textmodes/reftex-index.el: Likewise.
4224         (reftex-query-index-phrase): More efficient use of markers.
4226 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4228         * image.el (image-load-path): New variable.
4229         (image-search-load-path): New function.
4230         (find-image): Search for images in `image-load-path'.
4232 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4234         * follow.el: Change Maintainer field.
4236 2005-09-15  David Ponce  <david@dponce.com>
4238         * recentf.el (recentf-save-file-modes): New option.
4239         (recentf-save-list): Use it.
4241 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
4243         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4244         (mode-line-mule-info, mode-line-modified): Move bindings from
4245         mouse-3 to mouse-1.
4247 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4249         * simple.el (sendmail-user-agent-compose): Revert last change.
4251 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4254         Use with-current-buffer.
4255         (ange-ftp-gwp-start): Remove unused var `gw-user'.
4256         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4257         (ange-ftp-insert-directory): Remove unused var `short'.
4258         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4260         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4261         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4263         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4264         (check-calendar-holidays, diary-list-entries): Autoload.
4265         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4266         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4268         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4269         which mistakenly removed a call to display-buffer.
4271 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
4273         * obsolete/iso-insert.el: Move to obsolete/ from international/.
4275 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
4277         * progmodes/hideshow.el
4278         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4279         (hs-allow-nesting): New user var.
4280         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4281         (hs-hide-block-at-point): When nesting allowed,
4282         if there is already an overlay in place, delete it.
4283         (hs-safety-is-job-n): Delete func; remove call sites.
4284         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4285         (hs-overlay-at): New func.
4286         (hs-already-hidden-p, hs-show-block): Use it.
4287         (hs-hide-all): Don't pre-clean if nesting allowed.
4288         (hs-show-all): Temporarily disallow
4289         nesting around call to `hs-discard-overlays'.
4291 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
4293         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4294         Delete unused local var.
4296 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
4298         * help-fns.el (describe-categories): "?\ " -> "?\s".
4299         (help-do-arg-highlight): Recognize also ARG-n, as in
4300         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
4302         * international/codepage.el (dos-unsupported-char-glyph):
4303         * net/newsticker.el (tool-bar-map, w3-mode-map)
4304         (w3m-minor-mode-map):
4305         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4306         (ent-alist):
4307         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4309 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
4311         * custom.el (custom-push-theme): Handle the case where a symbol is
4312         bound but face properties have not yet been assigned.
4314         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4315         Fix behavior if noerase is `t' and there is no mail buffer.
4317         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4318         if `continue' is nil, rather than signal an error.
4320 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4322         * font-lock.el (font-lock-keywords): Add autoload.
4324         * help-fns.el (describe-variable): Rearrange to put source link
4325         in a predictable place.
4327         * net/newsticker.el: New file.
4329 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * calendar/calendar.el (calendar-for-loop): Add edebug info.
4332         (calendar-basic-setup): Use the new nil arg.
4333         (number-of-diary-entries): Move to diary-lib.el.
4335         * calendar/diary-lib.el: Use with-current-buffer, match-string.
4336         (diary-list-entries): Use with-syntax-table and dolist.
4337         Rename from list-diary-entries.
4338         Use number-of-diary-entries if `number' is nil.
4339         (diary, diary-view-entries): Use this new name and new nil arg value.
4340         (number-of-diary-entries): Move from calendar.el.
4341         (diary-unhide-everything): New function.
4342         (include-other-diary-files, fancy-diary-display)
4343         (diary-show-all-entries, make-diary-entry): Use it.
4344         (diary-mail-entries): Use buffer-string.
4345         (mark-diary-entries): Fix long standing paren typo.
4346         (diary-sexp-entry): Use count-lines.
4347         (make-diary-entry): Avoid `previous-line'.
4348         (diary-mode-map): New var.
4349         (diary-mode): Redraw cal after saving.  Setup header-line.
4350         (fancy-diary-display-mode): Use local-set-key.
4352         * startup.el (command-line): Try calling various terminal-init-foo-bar
4353         functions by stripping hyphenated suffixes from $TERM.
4355         * files.el (normal-mode): Check boundness of font-lock-keywords.
4357 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4359         * progmodes/compile.el: Don't decide a file's directory
4360         until the user actually tries to go there.
4361         (compilation-next-error-function):
4362         Pass compilation-find-file the directory from the file-struct.
4363         (compilation-internal-error-properties): Separate local FILE-STRUCT
4364         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
4365         (compilation-find-file): Arg DIR renamed to DIRECTORY.
4366         Expand it, and if nil, use default-directory.
4367         (compilation-get-file-structure): Don't mix specified directory
4368         with default directory.  Put specified directory into
4369         file-struct.  Don't make the file name absolute.
4371         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4372         (compile-command): Add autoload.
4373         (compilation-disable-input): Add autoload.
4375 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
4377         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4378         strings of the variables it can override.
4379         (time-stamp): New (as yet undocumented) time-stamp-format escapes
4380         %Q and %q, for fully-qualified domain name and unqualified host name.
4382 2005-09-11  Kim F. Storm  <storm@cua.dk>
4384         * emacs-lisp/authors.el (authors-aliases): Update list.
4385         (authors-fixed-entries): Update mldrag.el entry.
4387 2005-09-10  Alan Mackenzie  <acm@muc.de>
4389         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4390         from the region narrowed to.
4392 2005-09-10  Magnus Henoch  <mange@freemail.hu>
4394         * textmodes/ispell.el (ispell-check-version): Signal an error if
4395         aspell version is less than 0.60.
4397 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
4399         * progmodes/octave-inf.el (inferior-octave-startup):
4400         Resync current dir at the end.
4402 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
4404         * woman.el (woman-topic-at-point-default):
4405         Rename to woman-use-topic-at-point-default.
4406         (woman-topic-at-point): Rename to woman-use-topic-at-point.
4407         (woman-file-name): Reflect renames above.  Automatically use the
4408         word at point as topic if woman-use-topic-at-point is non-nil.
4409         Otherwise offer it as default but don't insert it in the
4410         minibuffer.  Also use `test-completion' instead of `assoc' as
4411         suggested by Stefan Monnier.
4413 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
4415         * vc.el (vc-directory, vc-update-change-log): Throw an error on
4416         the attempt to do it over Tramp.  This is not yet supported.
4418 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4420         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4421         (menu-bar-non-minibuffer-window-p): New functions.
4422         ("Split Window", "Save As..."): Use them.
4423         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4424         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4425         Use menu-bar-menu-frame-live-and-visible-p.
4426         ("Save Buffer", "Insert File", "Open Directory...")
4427         ("Open File...", "Visit New File..."):
4428         Use menu-bar-non-minibuffer-window-p.
4429         (kill-this-buffer-enabled-p, dired <menu-enable>):
4430         Use menu-bar-non-minibuffer-window-p.
4432 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4434         * cus-start.el (all): Don't complain about fringe-related
4435         built-ins if fringes are not supported.  Ditto about
4436         selection-related built-ins.  Fix the test for GTK-related built-ins.
4438         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4439         ("Postscript Print Buffer", "Print Region", "Save As...")
4440         ("Save", "Insert File...", "Open Directory...")
4441         ("Open File...", "Visit New File..."")
4442         ("Truncate Long Lines in this Buffer"): Don't look at
4443         menu-updating-frame if this display does not support multiple frames.
4445 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4447         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4449 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4451         * woman.el: Format- and whitespace-related changes.
4453 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4455         * woman.el: Fix my email address.
4457 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4459         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4460         (sh-mode): Locally set skeleton-pair-default-alist.
4462         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4464         * progmodes/flymake.el: Require `compile' unconditionally.
4466         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4468         * woman.el (woman-file-name): Provide a default, not initial input.
4470         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4472         * font-lock.el (font-lock-support-mode): Doc fix.
4474         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4476 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4478         * simple.el (blink-matching-open): Get rid of text props from
4479         the string shown in echo area.  Don't permanently set point.
4480         Some rearrangements.
4482 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4484         * recentf.el (recentf-filename-handler): Add custom choice
4485         `abbreviate-file-name'.
4487         * msb.el (msb--very-many-menus): Fix typo.
4489         * disp-table.el (standard-display-european): Don't set
4490         enable-multibyte-characters to nil.
4492 2005-09-08  David Ponce  <david@dponce.com>
4494         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4495         (recentf-expand-file-name): Doc fix.
4496         (recentf-dialog-mode-map): Define digit shortcuts.
4497         (recentf--files-with-key): New variable.
4498         (recentf-show-digit-shortcut-filter): New function.
4499         (recentf-open-files-items): New function.
4500         (recentf-open-files): Use it.
4501         (recentf-open-file-with-key): New command.
4503 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4505         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4506         Suggested by Kim F. Storm.
4507         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4508         (Buffer-menu-make-sort-button): Use global keymap.
4510 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4512         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4513         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4514         necessary any longer with the remapped command.
4515         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4516         formatting time only.
4518         * net/tramp.el (tramp-action-password)
4519         (tramp-multi-action-password): Compile the password prompt from
4520         `method', `user' and `host'.  Sometimes it isn't obvious which
4521         password to enter, for example with remote files offered by
4522         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4523         <robert@chezmarshall.freeserve.co.uk>.
4525 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4528         Fix regexp for when "s///" is at the beginning of line.
4530 2005-09-07  Jay Belanger  <belanger@truman.edu>
4532         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4533         when in matrix mode.
4535 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4537         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4538         non-anonymous functions.
4540 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4542         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4543         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4545         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4546         can't be moved; don't signal an error.
4548 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4550         * cus-theme.el (custom-theme-write-faces): Save the current face
4551         spec, not the defface spec.
4553         * custom.el (custom-known-themes): Clarify meaning of "standard".
4554         (custom-push-theme): Save old values in the standard theme.
4555         (disable-theme): Correct typo.
4556         (custom-face-theme-value) Deleted unused function.
4557         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4559 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * progmodes/compile.el (compilation-goto-locus): Take into account
4562         iconified frames when determining whether the buffer is
4563         already visible.
4564         Don't reset window height if the window already existed.
4566 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4568         * custom.el (load-theme): Rename from require-theme.
4569         Add interactive spec.
4570         (enable-theme): Rename from custom-enable-theme.
4571         Add interactive spec.
4572         (disable-theme): Rename from custom-disable-theme.
4573         Add interactive spec.
4574         (custom-make-theme-feature): Doc fix.
4575         (custom-theme-directory): Doc fix.
4576         (provide-theme): Call enable-theme.
4578 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * obsolete/lazy-lock.el (lazy-lock-mode):
4581         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4582         font-lock-mode if it's off.  Print a warning instead.
4584         * progmodes/compile.el (compilation-start): Ignore errors if the
4585         process died before we get to send-eof.
4587         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4588         Undo last change.  Enclosing the result in quotes broke things on Unix
4589         since tex-send-command passes it through shell-quote-argument.
4590         (tex-send-command): Pass `file' through convert-standard-filename
4591         when possible.
4592         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4593         info in a transcript.
4595 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4597         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4598         fix compilation warning. Reorder the key definitions to group
4599         together keys emitted by the current version of xterm.
4601         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4602         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4603         Reorder predicates to correct min-color usage.
4605 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4607         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4608         Kill local variables when longlines-mode is turned off.
4610 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4612         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4614         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4616         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4618         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4619         (font-lock-lines-before): Change default to being inactive.
4620         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4621         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4623 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4625         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4626         Deactivate temporarily advice if active (not needed for Emacs 22,
4627         but for backwards compatibility).
4628         (tramp-exists-file-name-handler): Rewrite.  First implementation
4629         was too simple.
4630         (tramp-advice-make-auto-save-file-name):
4631         Call `tramp-handle-make-auto-save-file-name' (again, just for
4632         backwards compatibility).
4634 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4636         * progmodes/vhdl-mode.el
4637         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4638         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4639         (vhdl-set-default-project): New function (easier setting of default).
4640         (vhdl-port-copy): Handle extended identifiers for generics.
4641         (vhdl-compiler-alist): Better description for error message regexp.
4642         (vhdl-make): Query for target, use previous as default.
4643         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4644         (vhdl-font-lock-keywords-2): Fix fontification for record
4645         el. assign.
4646         (vhdl-speedbar-make-subpack-line): Add package body link.
4647         (vhdl-generate-makefile-1): Not include itself as dependency.
4648         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4649         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4650         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4651         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4652         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4653         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4654         (vhdl-import-project): Add string argument for `error'.
4655         (vhdl-compose-configuration)
4656         (vhdl-compose-configuration-architecture): Add configuration
4657         declaration generation.
4658         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4659         (vhdl-trailer-re): Add "record" keyword (better indentation).
4660         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4661         "[^ \t-\"]+".
4662         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4663         (vhdl-testbench-entity-file-name)
4664         (vhdl-testbench-architecture-file-name): Allow separate
4665         customization of testbench file names.
4666         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4667         (vhdl-get-visible-signals): Allow newline within alias declaration.
4668         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4669         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4670         (member-ignore-case): Alias for missing function in XEmacs.
4671         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4672         (vhdl-update-sensitivity-list): Ignore case on read signals.
4673         (vhdl-replace-string): Adjust case only for file names.
4674         (vhdl-update-sensitivity-list): Fix search for read signals.
4675         (vhdl-update-sensitivity-list): Exclude formal parameters.
4676         (vhdl-get-visible-signals): Include aliases of signals.
4677         (vhdl-get-visible-signals): Fix signal name searching.
4678         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4679         (vhdl-fixup-whitespace-region): Fix for character
4680         literals (e.g. ':').
4682 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4684         * ansi-color.el (comint-last-output-start):
4685         * bs.el (font-lock-verbose):
4686         * diff-mode.el (add-log-buffer-file-name-function):
4687         * dired-x.el (vm-folder-directory):
4688         * faces.el (help-xref-stack-item):
4689         * files.el (font-lock-keywords):
4690         * find-lisp.el (dired-buffers, dired-subdir-alist):
4691         * ido.el (cua-inhibit-cua-keys):
4692         * log-view.el (cvs-minor-wrap-function):
4693         * outline.el (font-lock-warning-face):
4694         * simple.el (compilation-current-error):
4695         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4696         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4697         * tooltip.el (comint-prompt-regexp):
4698         * w32-fns.el (explicit-shell-file-name):
4699         * term/mac-win.el (mac-charset-info-alist)
4700         (mac-services-selection, mac-system-script-code):
4701         * term/tty-colors.el (msdos-color-values):
4702         * term/w32-win.el (xlfd-regexp-registry-subnum):
4703         * term/x-win.el (x-keysym-table, x-selection-timeout)
4704         (x-session-id, x-session-previous-id):
4705         * textmodes/ispell.el (mail-yank-prefix):
4706         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4707         * textmodes/org.el (calc-embedded-close-formula)
4708         (calc-embedded-open-formula)
4709         (font-lock-unfontify-region-function):
4710         * textmodes/reftex-global.el (isearch-next-buffer-function)
4711         (TeX-master):
4712         * textmodes/reftex.el (font-lock-keywords):
4713         * textmodes/tex-mode.el (font-lock-comment-face)
4714         (font-lock-doc-face):
4715         * textmodes/texinfo.el (outline-heading-alist):
4716         Add defvars.
4718         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4719         (artist-spray-chars, artist-mode-init, artist-replace-string)
4720         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4721         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4722         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4724         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4725         (conf-align-assignments): "?\ " -> "?\s".
4727         * textmodes/reftex-index.el (TeX-master): Add defvar.
4728         (reftex-index-phrases-marker): Move up defvar.
4730         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4731         (reftex-toc-include-labels-indicator)
4732         (reftex-toc-include-index-indicator)
4733         (reftex-toc-max-level-indicator): Move up declarations.
4735         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4736         of args to `tramp-run-real-handler', even if it's empty in this case.
4738 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4740         * dired.el (dired-move-to-filename-regexp): Add date format for
4741         Mac OS X 10.3 in East Asian locales.
4743 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4745         * files.el (make-auto-save-file-name): Add file name handler call
4746         if applicable.
4748         * net/tramp.el (tramp-file-name-handler-alist)
4749         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4750         (tramp-handle-make-auto-save-file-name): Rename from
4751         `tramp-make-auto-save-file-name'.
4752         (tramp-exists-file-name-handler): New defun.
4753         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4754         `make-auto-save-file-name' is not a magic file name operation.
4756 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4758         * files.el (risky-local-variable-p):
4759         Match `-predicates' and `-commands.
4761         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4762         (custom-save-all): Visit the file if necessary;
4763         kill the buffer if we created it.
4764         (custom-save-delete): Don't visit file or kill buffer here.
4766 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4768         * textmodes/org.el (org-special-keyword): New face.
4769         (org-table-copy-down, org-table-eval-formula)
4770         (org-table-recalculate, org-init-section-numbers):
4771         Use `string-to-number' instead of `string-to-int'.
4772         (org-get-location): Use `insert-buffer-substring' instead of
4773         `insert-buffer'.
4774         (org-modify-diary-entry-string): New function.
4775         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4776         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4777         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4778         active region.
4779         (org-export-as-html): Handle QUOTE keyword.
4780         (org-quote-string): New option.
4781         (org-bookmark-jump-unhide): New function, used for
4782         `bookmark-after-jump-hook'.
4783         (org-diary-default-entry): Apply only when not called through
4784         `org-agenda'.
4786 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4788         * net/eudc.el (mode-popup-menu):
4789         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4790         * progmodes/ada-mode.el (compile-auto-highlight)
4791         (skeleton-further-elements):
4792         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4793         * progmodes/cmacexp.el (msdos-shells):
4794         * progmodes/compile.el (font-lock-extra-managed-props)
4795         (font-lock-keywords, font-lock-maximum-size)
4796         (font-lock-support-mode):
4797         * progmodes/grep.el (font-lock-lines-before):
4798         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4799         * progmodes/mixal-mode.el (compile-command):
4800         * progmodes/perl-mode.el (font-lock-comment-face)
4801         (font-lock-doc-face, font-lock-string-face):
4802         * progmodes/prolog.el (comint-prompt-regexp):
4803         * progmodes/sh-script.el (font-lock-comment-face)
4804         (font-lock-set-defaults, font-lock-string-face):
4805         * progmodes/sql.el (font-lock-keyword-face)
4806         (font-lock-set-defaults, font-lock-string-face):
4807         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4808         (itimer-version, lazy-lock-defer-contextually)
4809         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4810         Add defvars.
4812         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4813         (cperl-electric-keyword, cperl-electric-pod)
4814         (cperl-electric-backspace, cperl-forward-re)
4815         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4816         (vc-rcs-header, vc-sccs-header): Add defvars.
4818         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4819         (font-lock-syntactic-keywords, gud-find-expr-function):
4820         Add defvars.
4822         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4823         (gdb-frame-parameters): Declare before use.
4825         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4826         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4827         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4828         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4830         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4831         (idlwave-help-with-source): Use `insert-buffer-substring', not
4832         `insert-buffer'.
4834 2005-08-29  Juri Linkov  <juri@jurta.org>
4836         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4837         Put outline-back-to-heading function call inside save-excursion.
4839 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4841         * man.el (Man-init-defvars, Man-translate-references)
4842         (Man-support-local-filenames, Man-highlight-references):
4843         * progmodes/sql.el (sql-interactive-mode):
4844         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4846         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4847         (compilation-mode-font-lock-keywords): Add defvars.
4848         (checkdoc-interactive-loop): "?\ " -> "?\s".
4850         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4851         (font-lock-doc-face, font-lock-string-face)
4852         (font-lock-keywords-case-fold-search): Add defvars.
4853         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4855         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4856         Don't pass X and Y (they are ignored anyway).
4857         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4858         (mouse-delete-window): Make arguments optional.
4860         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4861         (caesar-translate-table, minor-modes, news-buffer-save)
4862         (news-group-name, news-minor-modes): Add defvars.
4864         * emacs-lisp/lselect.el (mouse-highlight-priority)
4865         (x-lost-selection-functions, zmacs-regions):
4866         * emacs-lisp/pp.el (font-lock-verbose):
4867         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4868         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4869         (ses-mode-map):
4870         * emacs-lisp/tcover-unsafep.el (safe-functions):
4871         * international/mule-cmds.el (mac-system-coding-system)
4872         (mac-system-locale):
4873         * language/ethio-util.el (rmail-current-message)
4874         (rmail-message-vector):
4875         * language/thai-util.el (thai-auto-composition-mode):
4876         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4877         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4878         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4879         (vm-primary-inbox, vm-spool-files):
4880         * mail/rmail.el (deleted-head, font-lock-fontified)
4881         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4882         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4883         (total-messages):
4884         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4885         (rmail-summary-mode-map):
4886         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4887         (rmail-last-label, rmail-last-multi-labels)
4888         (rmail-summary-vector, rmail-total-messages):
4889         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4890         * mail/rmailsum.el (msgnum):
4891         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4892         (rmail-current-message):
4893         * obsolete/fast-lock.el (font-lock-face-list):
4894         * obsolete/rnewspost.el (mail-reply-buffer):
4895         * obsolete/scribe.el (compile-command):
4896         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4898 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4900         * ibuf-ext.el (ibuffer-auto-update-changed):
4901         Use `frame-or-buffer-changed-p' to check whether we need to update.
4902         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4903         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4904         as a `frame-or-buffer-changed-p' state vector instead.
4906 2005-08-27  Romain Francoise  <romain@orebokech.com>
4908         * textmodes/makeinfo.el (makeinfo-compile):
4909         Use `compilation-start'.  Set `next-error-function' according to
4910         `disable-errors'.
4911         (makeinfo-next-error): New function.
4912         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4913         (makeinfo-buffer): Likewise.
4915         * progmodes/compile.el (compilation-start): Add autoload cookie.
4917         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4918         * textmodes/sgml-mode.el: Likewise.
4919         * progmodes/python.el: Likewise.
4921 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4923         * simple.el (blink-matching-paren-distance): Document the meaning
4924         of nil value, and allow to customize to nil.
4926         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4927         command.com, not command.exe.
4929 2005-08-26  John Wiegley  <johnw@newartisans.com>
4931         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4932         code around a bit so that an extraneous nil argument is not added
4933         to a command when no args are given.
4935         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4936         double-quoted argument resolves to nil, return it as an empty
4937         string rather than as nil.  This made it impossible to pass "" to
4938         a shell script as a null string argument.
4940 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * outline.el (outline-invent-heading): New fun.
4943         (outline-promote, outline-demote): Use it.
4944         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4945         (outline-end-of-subtree): Remove unused var `opoint'.
4947 2005-08-26  David Reitter  <david.reitter@gmail.com>
4949         * menu-bar.el (truncate-lines, write-file, print-buffer)
4950         (ps-print-buffer-faces, ps-print-buffer, split-window):
4951         Disable menu items when the frame they refer to is invisible, or when
4952         they refer to a buffer and the minibuffer is selected.
4954 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4956         * progmodes/flymake.el (flymake-highlight-err-lines):
4957         Use save-excursion around flymake-highlight-line to preserve point.
4959 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4961         * progmodes/octave-mod.el: Change Author and Maintainer address.
4962         (octave-maintainer-address): Change Kurt's email address.
4963         * progmodes/octave-inf.el: Change Author and Maintainer address.
4964         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4966 2005-08-26  Kim F. Storm  <storm@cua.dk>
4968         * subr.el (version-list-<, version-list-<=, version-list-=):
4969         Renamed from integer-list-*.
4970         (version-list-not-zero): Likewise.  Fix while loop.
4971         (version=): Use version-list-= instead of string-equal.
4973 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4975         * outline.el (outline-promote): Try shortening the heading.
4976         As last resort, read the heading to use.
4977         (outline-demote): As last resort, read the heading to use.
4979 2005-08-26  Romain Francoise  <romain@orebokech.com>
4981         * progmodes/compile.el (compilation-start): Doc fix.
4983         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4984         (antlr-font-lock-additional-keywords): Fix reference to
4985         `antlr-font-lock-literal-regexp' erroneously changed during the
4986         mass face rename.
4987         (antlr-run-tool): Use `compilation-start'.
4989         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4990         instead of the obsolete `compile-internal'.
4992 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4994         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4995         (number, original-date):
4996         * calendar/cal-china.el (date):
4997         * calendar/cal-coptic.el (date):
4998         * calendar/cal-french.el (date):
4999         * calendar/cal-hebrew.el (date, entry, number, original-date):
5000         * calendar/cal-islam.el (date, number, original-date):
5001         * calendar/cal-iso.el (date):
5002         * calendar/cal-julian.el (date):
5003         * calendar/cal-mayan.el (date):
5004         * calendar/cal-menu.el (date, event):
5005         * calendar/cal-persia.el (date):
5006         * calendar/lunar.el (date):
5007         * calendar/solar.el (date): Add defvars.
5009         * emerge.el:
5010         * ibuffer.el:
5011         * info-xref.el:
5012         * obsolete/bg-mouse.el:
5013         * obsolete/sun-curs.el:
5014         * obsolete/swedish.el: Move the `defvar's to the top level.
5016         * smerge-mode.el (smerge-refined-change): Add :group.
5018 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
5021         (smerge-keep-n): Remove props.
5022         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5023         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
5024         now that it's done in smerge-keep-n.
5025         (smerge-refined-change): New face.
5026         (smerge-refine-chopup-region, smerge-refine-highlight-change)
5027         (smerge-refine): New funs.
5028         (smerge-basic-map): Bind smerge-refine.
5030 2005-08-25  Juri Linkov  <juri@jurta.org>
5032         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5033         compilation-process-setup-function and compilation-disable-input
5034         in grep-mode instead of let-bindings in grep.
5036         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5037         Delete "Automatic File De/compression" (auto-compression-mode).
5039 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
5041         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5042         Silence warning about non-existent variable.
5044 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5046         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5047         Rename "Describe Key" to "Describe Key or Mouse Operation".
5049         * mail/mailalias.el (build-mail-aliases): Delete comments
5050         from the contents before processing them.
5052         * isearch.el (isearch-edit-string): Erase the Search prompt
5053         if user enters an empty string and there is no default.
5055         * comint.el (comint-file-name-prefix): Add autoload.
5057 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
5059         * subr.el (play-sound): Rearrange to avoid warning.
5061 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
5063         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5064         New hook.
5065         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5067 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5071         * custom.el (custom-theme-set-variables): Sort minor modes last.
5073 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5075         * subr.el (version-separator, version-regexp-alist): New vars used by
5076         version comparison funs.
5077         (integer-list-<, integer-list-=, integer-list-<=)
5078         (integer-list-not-zero): New funs for integer list comparison.
5079         (version-to-list, version=, version<, version<=): New funs for version
5080         comparison.
5082 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
5084         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5085         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5086         time to silence the byte-compiler.
5088         * ibuffer.el (ibuffer-compile-make-eliding-form)
5089         (ibuffer-check-formats): Use `with-no-warnings' to hide references
5090         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5091         so it's silly to get warnings for it).
5092         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5093         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5094         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5095         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5096         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5097         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5098         Defvar at compile time.
5099         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5100         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5101         Declare them before use.
5103         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5104         (info-xref-good, info-xref-bad): Defvar at compile time.
5106         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5107         Use `let*' instead of `let'.
5109         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5110         (*mouse-y*, menu, char): Defvar at compile time.
5111         (sc::menu): Declare it before use.
5112         (sc::pack-one-line): Use `let', not `let*'.
5114         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5115         (mail-send-hook): Defvar at compile time.
5117         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5118         Defvar at compile time.
5120         * term/sun-mouse.el (current-global-mousemap)
5121         (current-local-mousemap): Declare them before use.
5123 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
5125         * bookmark.el (bookmark-after-jump-hook): New hook.
5126         (bookmark-jump): Run `bookmark-after-jump-hook'.
5128 2005-08-23  Juri Linkov  <juri@jurta.org>
5130         * faces.el (minibuffer-prompt): Doc fix.
5132 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
5134         * progmodes/xscheme.el: Trivial changes to silence warnings.
5135         (xscheme-previous-mode, xscheme-previous-process-state):
5136         Add defvars.
5137         (xscheme-last-input-end, xscheme-process-command-line)
5138         (xscheme-process-name, xscheme-buffer-name)
5139         (xscheme-expressions-ring-max, xscheme-expressions-ring)
5140         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5141         (xscheme-control-g-synchronization-p)
5142         (xscheme-control-g-disabled-p, xscheme-string-receiver)
5143         (default-xscheme-runlight, xscheme-runlight)
5144         (xscheme-runlight-string, xscheme-process-filter-state)
5145         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5146         Move to beginning of file.
5147         (scheme-interaction-mode-commands-alist)
5148         (scheme-interaction-mode-map, scheme-debugger-mode-map):
5149         Declare them before use.  Note: the initialization code for the variables
5150         has not been moved because it uses functions that reference the variables.
5151         (xscheme-control-g-message-string, xscheme-process-filter-alist)
5152         (xscheme-prompt-for-expression-map): Declare them before use.
5153         (scheme-debugger-mode-commands): "?\ " -> "?\s".
5155 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
5157         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5159 2005-08-22  Juri Linkov  <juri@jurta.org>
5161         * faces.el (set-face-underline): Delete this duplicate function
5162         and make an obsolete alias to set-face-underline-p.
5163         (set-face-underline-p): Use docstring of set-face-underline.
5164         (describe-face): Create hyperlink to parent face.
5166         * info.el (Info-insert-dir): Use save-excursion around
5167         insert-buffer-substring.
5168         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5169         (Info-escape-percent): Delete function.
5170         (Info-fontify-node): Replace Info-escape-percent by
5171         replace-regexp-in-string with REP arg set to lambda that
5172         duplicates `%' and preserves text properties.
5174         * progmodes/compile.el (compilation-disable-input): Doc fix.
5175         (define-compilation-mode): Doc fix and refill.
5176         (kill-compilation): Use `mode-name' in the error message.
5177         (compilation-find-file): Use `compilation-error' in the
5178         read-file-name's prompt.
5180 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5183         (smerge-auto-leave): Make undo re-enable the mode.
5184         (debug-ignored-errors): Add the user-error of impossible resolution.
5185         (smerge-resolve): Move things around a bit, in preparation for later.
5186         (smerge-diff): Don't fail if the buffer has no associated file.
5187         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5188         (smerge-conflict-overlay): New function.
5189         (smerge-match-conflict): Don't add text properties here.
5190         (smerge-find-conflict): Instead, add an overlay here.
5191         Also check for the case where we're inside a conflict already, so as to
5192         obviate the need for font-lock-multiline, which is unbearably slow with
5193         large conflicts and ciomplex font-lock patterns.
5194         (smerge-remove-props): Remove overlay rather than text-properties.
5195         (smerge-mode): Don't set font-lock-multiline.
5196         Remove overlays when turned off.
5198 2005-08-21  Kim F. Storm  <storm@cua.dk>
5200         * ido.el (ido-ignore-item-p): Use save-match-data.
5201         Bind case-fold-search to ido-case-fold locally.
5203 2005-08-20  Richard M. Stallman  <rms@gnu.org>
5205         * files.el (normal-mode): If font lock is on, turn it off and on.
5207         * subr.el (replace-regexp-in-string): Doc fix.
5209         * startup.el (command-line-1): Don't suppress startup screen
5210         due to existing processes.
5212         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5214         * progmodes/compile.el (compilation-disable-input): Default to nil.
5216 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5218         * progmodes/compile.el (compilation-disable-input): New defcustom.
5219         (compilation-start): If compilation-disable-input is non-nil, send
5220         EOF to the compilation process.
5222 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
5224         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5225         Run the argument of tex-shell-cd-command through
5226         convert-standard-filename, to get the correct style of slashes on
5227         Windows, and enclose the result in quotes, in case the file name
5228         includes whitespace or other special characters.
5230 2005-08-19  Andreas Schwab  <schwab@suse.de>
5232         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5233         process.
5235 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
5237         * cus-start.el (minibuffer-prompt-properties): Correct typo.
5239 2005-08-18  Kim F. Storm  <storm@cua.dk>
5241         * scroll-lock.el: Fix errors due to incorrect line wrapping.
5243 2005-08-18  Richard M. Stallman  <rms@gnu.org>
5245         * scroll-lock.el: New file.
5247 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
5249         * dired.el (dired-move-to-end-of-filename):
5250         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5252 2005-08-18  Kim F. Storm  <storm@cua.dk>
5254         * ido.el (ido-everywhere): Fix defcustom :set function to disable
5255         rather than toggle mode when custom value is nil.
5256         (ido-everywhere): Fix defun doc string.
5258 2005-08-17  Richard M. Stallman  <rms@gnu.org>
5260         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5261         as tag instead of "Inviolable".
5263 2005-08-17  Kim F. Storm  <storm@cua.dk>
5265         * windmove.el (windmove-coordinates-of-position): Remove.
5266         (windmove-coordinates-of-window-position): Remove.
5267         (windmove-reference-loc): Use posn-at-point instead.
5269         * subr.el (insert-for-yank-1): Doc fix.
5271         * ido.el (ido-enter-matching-directory): Rename from
5272         ido-enter-single-matching-directory.  Change 'slash choice to
5273         'only.  Add 'first choice.
5274         (ido-exhibit): Adapt to above changes.
5276 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
5278         * Makefile.in: Expand comment about building loaddefs.el.
5280 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
5282         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5283         Comment use of defadvice.
5285         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5287 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
5289         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5290         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5291         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5292         * progmodes/idlw-shell.el, progmodes/ld-script.el,
5293         * progmodes/which-func.el, ruler-mode.el, strokes.el,
5294         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5295         for backward compatibility for faces that did not appear in the
5296         previous Emacs release.
5298         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5300 2005-08-15  Kim F. Storm  <storm@cua.dk>
5302         * emulation/cua-base.el (cua-delete-region): Return t if
5303         deleted region was non-empty.
5304         (cua-replace-region): Inhibit overwrite-mode for
5305         self-insert-command if replaced region was non-empty.
5306         (cua--explicit-region-start, cua--status-string): Make them
5307         buffer-local at top-level...
5308         (cua-mode): ...rather than when mode is enabled.
5310 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
5312         * progmodes/vhdl-mode.el (vhdl-emacs-21):
5313         Set t for Emacs 21, 22, and so on.
5315 2005-08-15  David Ponce  <david@dponce.com>
5317         * tree-widget.el: Update Commentary header.
5318         (tree-widget-theme): Doc fix.
5319         (tree-widget-space-width): New option.
5320         (tree-widget-image-properties): Look up in the default theme too.
5321         (tree-widget--cursors): Only for images with arrow pointer shape.
5322         (tree-widget-lookup-image): Pointer shape is hand by default.
5323         (tree-widget-icon): Rename generic icon widget from
5324         `tree-widget-control'.
5325         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5326         derive from `tree-widget-icon'.
5327         (tree-widget-handle): Improve default look and feel of the text
5328         representation.
5329         (tree-widget): Rename :*-control properties to :*-icon properties.
5330         Add :action and :help-echo properties.
5331         (tree-widget-after-toggle-functions): Move.
5332         (tree-widget-close-node, tree-widget-open-node): Remove.
5333         (tree-widget-before-create-icon-functions): New hook.
5334         (tree-widget-value-create): Update to allow customization of icons
5335         and nodes at run-time via that new hook.
5336         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5337         (tree-widget-icon-action, tree-widget-icon-help-echo)
5338         (tree-widget-action, tree-widget-help-echo): New functions.
5340 2005-08-15  Kim F. Storm  <storm@cua.dk>
5342         * ido.el (ido-buffer-internal): Use with-no-warnings.
5343         (ido-make-merged-file-list): Use while-no-input.
5345 2005-08-15  Richard M. Stallman  <rms@gnu.org>
5347         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5348         (flyspell-large-region): Fix doc and custom type.
5350 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5352         * files.el (interpreter-mode-alist): Doc fix.
5354         * mail/rmail.el (rmail-nonignored-headers): New variable.
5355         (rmail-clear-headers): Use it.
5356         (rmail-reply): Better handling of mail-followup-to header.
5358         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5359         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
5360         don't try to refer to executable-font-lock-keywords.
5361         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5362         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5363         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5364         (sh-mode): Set comment-start-skip, local-abbrev-table,
5365         imenu-case-fold-search.
5366         (sh-set-shell): Don't set them here.
5367         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
5368         Don't cache the results in the original alist; don't ever modify
5369         that alist.
5371         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5373         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5374         empty.
5376 2005-08-15  Andreas Schwab  <schwab@suse.de>
5378         * desktop.el: Put autoload cookie at risky-local-variable declarations.
5380         * dired.el, info.el, mail/rmail.el: Revert last change.
5382 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
5384         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5385         modification in `eval-after-load' form.
5386         * info.el: Likewise.
5387         * mail/rmail.el: Likewise.
5389 2005-08-14  Juri Linkov  <juri@jurta.org>
5391         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5392         Remove highlighting of "Compilation started".  Highlight only
5393         the word "finished" in "Compilation finished".  Add highlighting
5394         of "interrupt", "killed", "terminated" and the exit code.
5395         (compilation-start): Add newline after header.  Use exactly the
5396         same time stamp format as the finishing message.
5397         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5399         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5400         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5401         Add highlighting of "interrupt", "killed", "terminated".
5403         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5404         enabled and the current command is self-insert-command, call it
5405         explicitly with overwrite-mode bound to nil, to not allow it
5406         to delete the character after the selected region.
5408 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
5410         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5411         move-end-of-line, end-of-line, and beginning-of-line to the list
5412         of commands after which the echo area is updated.
5414 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
5416         * cus-edit.el (custom-save-all, custom-save-delete):
5417         Bind recentf-exclude to exclude custom-file.
5419 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
5421         * mail/rmailsum.el (rmail-summary-end-of-message): New command
5422         to go to the bottom of the mail message.  Added to
5423         `rmail-summary-mode-map' with key "/".
5424         (rmail-summary-show-message): New (internal) function for use by
5425         both `rmail-summary-beginning/end-of-message'.
5426         (rmail-summary-beginning-of-message): Change to use
5427         rmail-summary-show-message.
5429         * mail/rmail.el (rmail-end-of-message): New command to go to the
5430         end of the current message.  Added to `rmail-mode-map' with key "/".
5431         (rmail-beginning-of-message): Fix to work as documented.
5432         (rmail-mode): Change documentation.
5434         * progmodes/compile.el (compilation-start): Add the line
5435         "Compilation started" with compilation start time.
5436         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5438 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5440         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5441         of menu items.
5443 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5445         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5447         * battery.el (battery-status-function): Don't use ignore-errors.
5449 2005-08-11  Lute Kamstra  <lute@gnu.org>
5451         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5452         define-obsolete-variable-alias.
5454 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5456         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5457         (ange-ftp-send-cmd): Revert last change, and expand
5458         the comment explaining the problem.
5460 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5462         * ldefs-boot.el: Update.
5464         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5465         item to "Time, Load and Mail".  Change help echo text.
5467         * time.el (display-time-use-mail-icon, display-time-format)
5468         (display-time-string-forms): Shorten first line of docstrings.
5470 2005-08-10  Lars Hansen  <larsh@soem.dk>
5472         * desktop.el (desktop-buffer-mode-handlers):
5473         Make non-customizable. Add autoload cookie.  Change initial value to
5474         nil; add elements in respective modules instead.  Fix doc string.
5475         (desktop-load-file): New function.
5476         (desktop-minor-mode-handlers): New autoloaded variable.
5477         (desktop-create-buffer): Call minor mode handlers.
5478         Use desktop-load-file to load major and minor mode modules prior to
5479         checking for a handler.
5480         (desktop-save): Don't add nil to desktop-minor-modes for minor
5481         modes with nil function in desktop-minor-mode-table.  Don't delete
5482         desktop file before rewriting it.
5483         (desktop-locals-to-save): Add autoload cookie.  Don't make
5484         automatically buffer-local.  Add variables column-number-mode,
5485         size-indication-mode, indent-tabs-mode,
5486         indicate-buffer-boundaries, indicate-empty-lines and
5487         show-trailing-whitespace.
5488         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5489         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5490         (desktop-clear-preserve-buffers-regexp): Delete.
5491         (desktop-clear-preserve-buffers): Update initial value and docstring.
5492         (desktop-save-buffer): Fix doc string.
5494         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5495         (hilit-chg-desktop-restore): New function.
5496         (highlight-changes-mode): Add highlight-changes-mode to
5497         desktop-locals-to-save.
5499         * dired.el: Add handler to desktop-buffer-mode-handlers.
5500         (dired-restore-desktop-buffer): Remove autoload cookie.
5501         (dired-mode): Add autoload cookie.
5503         * info.el: Add handler to desktop-buffer-mode-handlers.
5504         (Info-restore-desktop-buffer): Remove autoload cookie.
5505         (Info-mode): Add autoload cookie.
5507         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5508         (mh-restore-desktop-buffer): Remove autoload cookie.
5509         (mh-folder-mode): Add autoload cookie.
5511         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5512         (rmail-restore-desktop-buffer): Remove autoload cookie.
5514 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5516         * hexl.el (hexl-address-region):
5517         (hexl-ascii-region, hexl-font-lock-keywords):
5518         (hexl-highlight-line-range): Use the term "region"
5519         instead of "area" for consistency with the other symbols
5520         defined in hexl.el.
5522 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5524         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5525         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5526         out by Juri Linkov).  Add `display-battery-mode'.
5528 2005-08-09  Juri Linkov  <juri@jurta.org>
5530         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5531         Remove `-text' from face variable names.
5532         (compilation-error-file-name, compilation-warning-file-name)
5533         (compilation-info-file-name): Delete faces.
5534         (compilation-line-number, compilation-column-number):
5535         Remove face underlining.
5536         (compilation-message-face): Set to `underline' value by default.
5537         (compilation-error-face, compilation-warning-face)
5538         (compilation-info-face): Remove `-file-name' from face names.
5539         (compilation-error-text-face, compilation-warning-text-face)
5540         (compilation-info-text-face): Delete face variables.
5541         (compilation-text-face): Delete function.
5543         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5544         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5545         (grep-error-face): Set to `compilation-error' instead of
5546         `compilation-error-face' (which is redefined to `grep-hit-face' in
5547         grep buffers).
5548         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5549         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5551         * dired-aux.el (dired-do-query-replace-regexp):
5552         Use `query-replace-read-args'.
5554         * replace.el (query-replace-read-from, query-replace-read-to)
5555         (query-replace-read-args): Rename arg `string' to `prompt'.
5557         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5559 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5561         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5562         uploading files.
5563         (ange-ftp-canonize-filename): Handle file names beginning with ~
5564         correctly.
5566 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5568         * textmodes/fill.el (canonically-space-region)
5569         (fill-context-prefix, fill-french-nobreak-p)
5570         (fill-delete-newlines, fill-comment-paragraph)
5571         (justify-current-line): "?\ " -> "?\s".
5573 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5575         * textmodes/fill.el (fill-nonuniform-paragraphs):
5576         Improve argument/docstring consistency.
5578 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5580         * textmodes/ispell.el (ispell-word): More fboundp checks.
5582         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5583         (find-file-noselect-1): Call it here, only if RAWFILE.
5584         (normal-mode): Always set some major mode.
5585         (save-some-buffers-action-alist): Change some explanation strings.
5586         (file-name-non-special): In the `quote' method, use unwind-protect.
5588 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5590         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5591         (ispell-have-aspell-dictionaries): New variable.
5592         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5593         (ispell-get-aspell-config-value): New function.
5594         (ispell-aspell-find-dictionary): New function.
5595         (ispell-aspell-add-aliases): New function.
5596         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5597         appropriate.  Don't look for ispell dictionaries if we use aspell.
5598         (ispell-menu-map): Don't build a submenu of dictionaries.
5600 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5602         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5603         (sql-read-passwd): Use read-passwd.
5605         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5606         (idlwave-toolbar-is-possible): Add defvars.
5608         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5609         Avoid warnings.
5611         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5612         (idlwave-system-class-info, idlwave-executive-commands-alist):
5613         Use defvar.
5615         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5617         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5618         Avoid warnings.
5620         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5621         and content-type: headers.
5623         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5625         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5626         and rename some of them to be more self-explanatory.
5628         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5630         * startup.el (command-line-1): Implement -scriptload.
5632         * replace.el (occur-engine): Initial *Occur* output not undoable.
5634         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5635         and improve help strings.
5637         * isearch.el (isearch-repeat): When changing direction,
5638         mark search successful.
5640         * ediff-init.el: Use (featurep 'xemacs).
5642         * comint.el (send-invisible): Identify buffer, if not selected.
5644         * align.el: Delete autoload for c-guess-basic-syntax.
5646 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5648         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5649         Improve argument/docstring consistency.  Doc fixes.
5650         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5651         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5652         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5653         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5654         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5655         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5656         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5657         Defvar at compile time.
5659 2005-08-09  Juri Linkov  <juri@jurta.org>
5661         * info.el: Replace `info' with upper-case `Info' where appropriate.
5662         (info-title-1, info-title-2, info-title-3, info-title-4)
5663         (info-menu-header): Move up face definitions.
5664         (info-menu-star): Rename from `info-menu-5'.
5665         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5666         (Info-fontify-visited-nodes): Fix docstring.
5667         (Info-hide-note-references): Fix docstring.
5668         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5669         menu items in the same way as on cross-references.
5670         (info-apropos): Fix sorting order and formatting to be like in the
5671         stand-alone Info browser.  Display error messages for 1 sec.
5672         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5673         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5674         from the menu bar.
5675         (Info-insert-dir): Restore point after calling
5676         `insert-buffer-substring'.
5678 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5680         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5681         (recompute-lucid-menubar): Add defvars.
5683         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5685         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5687         * net/net-utils.el (run-dig): Rename from `dig'.
5689         * play/gametree.el (gametree-mode): Use make-local-variable,
5690         not make-variable-buffer-local.
5692         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5694         * ansi-color.el (ansi-color-make-extent)
5695         (ansi-color-set-extent-face): Use fboundp, not functionp.
5697         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5698         not make-variable-buffer-local.
5700         * bookmark.el (Info-current-file): Add defvar.
5701         (bookmark-jump-noselect): Use with-no-warnings.
5703         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5705         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5707         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5709         * find-file.el (ada-procedure-start-regexp)
5710         (ada-package-start-regexp): Add defvars.
5712         * info.el (Info-insert-dir): Use insert-buffer-substring.
5714         * xml.el (xml-att-def-re): Add defvar.
5716         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5717         calling convention.
5719         * subr.el (while-no-input): Return t if there is input.
5721 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5723         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5725 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5727         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5728         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5730 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5732         * cmuscheme.el (scheme-start-file): Replace reference to
5733         `user-emacs-directory' by "~/.emacs.d/".
5735 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5737         * info.el (Info-dir-remove-duplicates): Avoid case folding
5738         in loop; instead, keep downcased strings for comparison.
5739         Suggested by Helmut Eller.
5741 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5743         Sync with Tramp 2.0.50.
5745         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5746         XEmacs case; not necessary anymore.
5747         (tramp-user-regexp): Allow "@" as part of user name.
5748         (tramp-handle-set-visited-file-modtime)
5749         (tramp-handle-insert-file-contents)
5750         (tramp-handle-write-region): No special handling for
5751         `last-coding-system-used, because this is done in
5752         `tramp-accept-process-output' now.
5753         (tramp-accept-process-output): New defun.
5754         (tramp-process-one-action, tramp-process-one-multi-action)
5755         (tramp-wait-for-regexp, tramp-wait-for-output)
5756         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5757         Howells <dhowells@redhat.com>.
5758         (clear-visited-file-modtime): Defadvice removed.  The check for
5759         unset buffer's modtime does not need to be based on
5760         `tramp-buffer-file-attributes'.  Suggested by RMS.
5761         (tramp-message): Insert "\n" if not being at beginning of line.
5762         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5763         sequence with same logic.
5764         (tramp-completion-handle-expand-file-name): Discard call of
5765         `tramp-drop-volume-letter'.  It is not necessary, and there have
5766         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5767         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5768         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5769         should always be visible.
5770         (tramp-handle-insert-directory, tramp-setup-complete)
5771         (tramp-set-process-query-on-exit-flag)
5772         (tramp-append-tramp-buffers): Pacify byte-compiler.
5773         (tramp-bug): Delete non-existing variables from list.
5774         Apply `tramp-load-report-modules' as pre-hook.
5775         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5776         `shell-prompt-pattern' because of non-7bit characters.
5777         Reported by Sebastian Luque <sluque@mun.ca>.
5778         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5779         (tramp-match-string-list): Remove function.
5780         (tramp-wait-for-regexp): Remove call of that function.
5781         Suggested by Kim F. Storm <storm@cua.dk>.
5782         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5783         instead of octal character code ?\600.  The latter resulted in a
5784         syntax error with XEmacs.
5786         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5787         XEmacs case; not necessary anymore.
5788         (tramp-smb-handle-write-region): No special handling for
5789         `last-coding-system-used, because this is done in
5790         `tramp-accept-process-output' now.
5791         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5793 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5795         * wid-edit.el (widget-choice-value-create):
5796         Unconditionally respect user choice.  Set :explicit-choice back to nil
5797         when no longer needed.
5798         (widget-choice-action): Unconditionally respect user choice.
5799         Eliminate :explicit-choice-value.
5801         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5803         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5804         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5805         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5806         running new function `toggle-indicate-empty-lines'.
5807         Rename "Customize" item to "Customize fringe".
5808         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5809         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5810         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5811         Delete "Empty lines only" item.
5812         (menu-bar-showhide-fringe-ind-customize): New function.
5813         (menu-bar-showhide-fringe-ind-mixed)
5814         (menu-bar-showhide-fringe-ind-box)
5815         (menu-bar-showhide-fringe-ind-right)
5816         (menu-bar-showhide-fringe-ind-left)
5817         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5818         instead of `fringe-indicators'.
5820 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5822         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5823         Change the date of last update.
5825 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5827         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5828         (viper-exec-yank, viper-put-back): Don't display modification msg
5829         if in the minibuffer.
5831         * viper-init.el (viper-replace-overlay-cursor-color)
5832         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5833         Make variables frame local.
5835         * viper-util.el (viper-append-filter-alist): Use append instead of
5836         nconc.
5838         * viper.el (viper-vi-state-mode-list)
5839         (viper-emacs-state-mode-list): Move help-mode and
5840         completion-list-mode from the first list to the second.
5841         (viper-mode): Docstring.
5842         (viper-go-away, viper-non-hook-settings): Don't localize
5843         minor-mode-alist in newer Emacsen.  Add advice to
5844         set-cursor-color.  Don't bind "\C-c\\".
5846 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5848         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5849         (scheme-macro-expand-command): New user options.
5850         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5851         (scheme-form-at-point, scheme-start-file)
5852         (scheme-interactively-start-process): New functions.
5853         (scheme-get-process): New function, extracted from `scheme-proc'.
5854         (run-scheme): Call `scheme-start-file' to get start file, and pass
5855         it to `make-comint'.
5856         (switch-to-scheme, scheme-proc):
5857         Call `scheme-interactively-start-process' if no Scheme buffer/process
5858         is available.
5860 2005-08-06  Juri Linkov  <juri@jurta.org>
5862         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5863         Use `compilation-text-face', `compilation-info-text-face' and
5864         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5865         (compilation-error): New face.
5866         (compilation-error-file-name): Inherit from
5867         `compilation-error' instead of `font-lock-warning-face'.
5868         (compilation-warning-file-name): Inherit from
5869         `compilation-warning' instead of `font-lock-warning-face'.
5870         (compilation-info, compilation-error-file-name)
5871         (compilation-warning-file-name, compilation-info-file-name)
5872         (compilation-line-number, compilation-column-number): Doc fix.
5873         (compilation-error-text-face, compilation-warning-text-face)
5874         (compilation-info-text-face): New face variables.
5875         (compilation-line-face, compilation-column-face)
5876         (compilation-enter-directory-face)
5877         (compilation-leave-directory-face): Doc fix.
5878         (compilation-text-face): New function.
5880         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5881         instead of 1 to display binary file names as info file links.
5882         (grep-error-face): Use `compilation-error-face' instead of
5883         `font-lock-keyword-face'.
5884         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5885         and `compilation-warning-text-face' instead of
5886         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5887         instead of `grep-error-face'.
5889 2005-08-05  Kenichi Handa  <handa@m17n.org>
5891         * international/code-pages.el: Add autoload cookies for all coding
5892         systems.
5894 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5896         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5898 2005-08-04  Juri Linkov  <juri@jurta.org>
5900         * progmodes/compile.el (compilation-mode-map):
5901         * progmodes/grep.el (grep-mode-map):
5902         Bind TAB to `compilation-next-error' and [backtab] to
5903         `compilation-previous-error'.
5905         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5906         matching line numbers, column numbers and their ranges with regexp
5907         matching only line numbers.
5908         (grep-context-face): New face variable.
5909         (grep-mode-font-lock-keywords): Use it.
5911         * faces.el (read-face-name): Delete duplicate faces.
5913 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5915         * thumbs.el (thumbs-find-image): Don't make variables
5916         automatically buffer local.
5917         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5918         (thumbs-image-num): Make automatically buffer local.
5919         (thumbs-show-thumbs-list): Use `make-local-variable', not
5920         `make-variable-buffer-local'.
5921         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5923         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5924         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5925         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5926         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5927         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5928         (feelings-about, foullst, found, hello, history, howareyoulst)
5929         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5930         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5931         (neglst, obj, object, owner, please, problems, qlist)
5932         (random-adjective, relation, remlst, repetitive-shortness)
5933         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5934         (shortlst, something, sportslst, stallmanlst, states, subj)
5935         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5936         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5937         Defvar at compile time.
5939         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5940         not `make-variable-buffer-local'.
5942 2005-08-02  Kim F. Storm  <storm@cua.dk>
5944         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5945         rectangle overlay in selected window.
5947 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5949         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5950         instead of display group.  Make `indicate-buffer-boundaries'
5951         customizable through Custom.
5953 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5955         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5956         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5957         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5958         (gdb-put-string): Fix typos in docstrings.
5960 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5962         Update copyright notices of files in progmodes directory for
5963         release of Emacs 22.1.
5965         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5967         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5968         Don't barf if the GUD buffer has been killed.
5970 2005-08-01  Kim F. Storm  <storm@cua.dk>
5972         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5974 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * simple.el (next-error-follow-minor-mode):
5977         make-variable-buffer-local -> make-local-variable.
5979         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5981         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5982         (byte-compile-form-make-variable-buffer-local): New functions to warn
5983         about misuses of make-variable-buffer-local where make-local-variable
5984         was meant.
5986 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5988         * bs.el (bs-attributes-list): Doc fix.
5989         (bs): Update url-link.
5991         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5992         (desktop-load-default): Simplify.
5994         * ibuffer.el (ibuffer-columnize-and-insert-list)
5995         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5996         (ibuffer-unmark-all, ibuffer-toggle-marks)
5997         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5998         (ibuffer-compile-make-format-form, ibuffer-format-column)
5999         (ibuffer-current-buffers-with-marks)
6000         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
6001         (ibuffer): Doc fix.
6002         (ibuffer-mode): Fix typo in docstring.
6003         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
6004         with `define-obsolete-variable-alias'.
6005         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
6007 2005-07-29  Kenichi Handa  <handa@m17n.org>
6009         * international/mule-cmds.el (select-message-coding-system):
6010         Be sure to use LF for end-of-line.  If no coding system is decided,
6011         return iso-8859-1-unix.
6013 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
6016         (ange-ftp-pending-error-line): New vars.
6017         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6018         to handle the non-fatal no-route-to-host messages.
6019         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
6021 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
6023         * isearch.el (isearch-mode-map, isearch-other-meta-char)
6024         (isearch-quote-char, isearch-printing-char)
6025         (isearch-text-char-description): "?\ " -> "?\s".
6026         (isearch-lazy-highlight-cleanup)
6027         (isearch-lazy-highlight-initial-delay)
6028         (isearch-lazy-highlight-interval)
6029         (isearch-lazy-highlight-max-at-a-time)
6030         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6031         Declare with define-obsolete-*-alias macros.
6032         (isearch-forward): Fix typo in docstring.
6033         (search-invisible, search-ring-yank-pointer)
6034         (regexp-search-ring-yank-pointer): Doc fixes.
6036         * recentf.el (recentf-menu-append-commands-p): Declare with
6037         `define-obsolete-variable-alias'.
6038         (recentf-max-saved-items, recentf-menu-filter)
6039         (recentf-arrange-by-rule-subfilter): Doc fixes.
6040         (recentf-menu-append-commands-flag)
6041         (recentf-initialize-file-name-history, recentf-expand-file-name)
6042         (recentf-clear-data): Fix typos in docstrings.
6044 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
6046         * progmodes/gdb-ui.el: Smarten comments.
6047         (gdb-info-breakpoints-custom): Use nowarn when finding file.
6049 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6051         * term/apollo.el (terminal-init-apollo): New function containing
6052         all former top level forms in the file.
6053         * term/bobcat.el (terminal-init-bobcat):
6054         * term/cygwin.el (terminal-init-cygwin):
6055         * term/iris-ansi.el (terminal-init-iris-ansi):
6056         * term/linux.el (terminal-init-linux):
6057         * term/news.el (terminal-init-news):
6058         * term/rxvt.el (terminal-init-rxvt):
6059         * term/sun.el (terminal-init-sun):
6060         * term/tvi970.el (terminal-init-tvi970):
6061         * term/vt100.el (terminal-init-vt100):
6062         * term/vt102.el (terminal-init-vt102):
6063         * term/vt125.el (terminal-init-vt125):
6064         * term/vt200.el (terminal-init-vt200):
6065         * term/vt201.el (terminal-init-vt201):
6066         * term/vt220.el (terminal-init-vt220):
6067         * term/vt240.el (terminal-init-vt240):
6068         * term/vt300.el (terminal-init-vt300):
6069         * term/vt320.el (terminal-init-vt320):
6070         * term/vt400.el (terminal-init-vt400):
6071         * term/vt420.el (terminal-init-vt420):
6072         * term/wyse50.el (terminal-init-wyse50):
6073         * term/xterm.el (terminal-init-xterm): Likewise.
6075         * term/README: Describe the terminal-init-* functionality.
6077         * startup.el (command-line): After loading the terminal initialization
6078         file call the corresponding terminal initialization function.
6080 2005-07-27  Kenichi Handa  <handa@m17n.org>
6082         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6083         negative.
6085         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6086         (ps-mule-composition-prologue): Fix for the case that
6087         RelativeCompose is false.
6089 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6091         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6093         * descr-text.el (describe-char): Handle the case where the list of
6094         chars is displayed in a separate frame.
6095         Be a bit more discriminating when looking for the char.
6097 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
6099         * bookmark.el (bookmark-automatically-show-annotations)
6100         (bookmark-read-annotation-text-func): Doc fixes.
6101         (bookmark-save): Improve argument/docstring consistency.
6102         (bookmark-get-bookmark, bookmark-get-bookmark-record)
6103         (bookmark-alist-from-buffer)
6104         (bookmark-upgrade-file-format-from-0)
6105         (bookmark-grok-file-format-version)
6106         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6107         (bookmark-read-annotation-mode)
6108         (bookmark-insert-current-bookmark, bookmark-jump)
6109         (bookmark-exit-hook): Fix typos in docstrings.
6110         (bookmark-exit-hooks): Define as obsolete alias.
6111         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6112         not `bookmark-exit-hooks'.  Fix docstring.
6113         (bookmark-bmenu-select): "?\ " -> "?\s".
6115 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
6117         * startup.el (command-line): Fix typo.
6119 2005-07-24  Richard M. Stallman  <rms@gnu.org>
6121         * tooltip.el (tooltip-mode): Test emacs-basic-display,
6122         not emacs-quick-startup.
6124 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
6126         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6127         (reb-next-match, reb-show-subexp): Use `with-selected-window'
6128         instead of `reb-with-current-window'.
6129         (reb-prev-match): Likewise.  Also, don't move left if the search
6130         was unsuccessful.
6131         (reb-initialize-buffer): New function.
6132         (re-builder, reb-change-syntax): Use it.
6134         * man.el (Man-goto-page): Make second argument NOERROR optional.
6136 2005-07-23  Richard M. Stallman  <rms@gnu.org>
6138         * man.el (Man-bgproc-sentinel): Check here for failure to find
6139         any man page in the output, and report the error here.
6140         (Man-arguments): Make it permanent local.
6141         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
6142         (Man-mode): Pass t for NOERROR.
6144         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6145         (grep-mode-font-lock-keywords):
6146         Don't use compilation-...-face for messages that are not file names.
6148         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6149         Don't use compilation-...-face for messages that are not file names.
6151 2005-07-22  Juri Linkov  <juri@jurta.org>
6153         * startup.el (normal-splash-screen): Update menu name.
6155         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6157 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6159         * term/xterm.el: Load term/rxvt if the terminal is actually an
6160         rxvt terminal.
6161         (xterm-rxvt-set-background-mode): Remove, not used anymore.
6163         * term/rxvt.el (function-key-map): Use substitute-key-definition
6164         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6166         * term/cygwin.el: New file.
6168 2005-07-22  Kim F. Storm  <storm@cua.dk>
6170         * image-file.el (insert-image-file, image-file-yank-handler):
6171         Fix last change to maintain a (unique) yank-handler on yanked images.
6173 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
6175         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6176         of the file size (as in "177B" for 177 bytes).  This happens with
6177         "ls -lh" on FreeBSD.
6179 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
6181         * hilit-chg.el (highlight-changes-global-initial-state)
6182         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6183         (hilit-chg-fixup, highlight-changes-mode):
6184         Fix typos in docstrings.
6185         (highlight-changes-global-modes, highlight-changes-rotate-faces):
6186         Doc fixes.
6188 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
6190         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6191         mode function using `eval-after-load'.
6193 2005-07-21  Kim F. Storm  <storm@cua.dk>
6195         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6196         included when reporting an emacs crash, and tell about the DEBUG file.
6198         * image-file.el (insert-image-file): Add yank-handler.
6199         (image-file-yank-handler): Yank handler to make unique copies of
6200         images when they are yanked into a buffer next to each other.
6202 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
6204         * comint.el (comint-use-prompt-regexp, comint-send-input)
6205         (comint-source-default, comint-extract-string)
6206         (comint-get-source, comint-word, comint-completion)
6207         (comint-source, comint-prompt-read-only, comint-update-fence):
6208         Fix typos in docstrings.
6209         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6210         Declare with define-obsolete-*-alias macros.
6211         (comint-previous-matching-input-from-input)
6212         (comint-next-matching-input-from-input)
6213         (comint-previous-matching-input, comint-next-matching-input)
6214         (comint-forward-matching-input):
6215         Improve argument/docstring consistency.
6217         * desktop.el (desktop-clear-preserve-buffers-regexp):
6218         Also preserve the *server* buffer.
6220         * simple.el (clone-indirect-buffer): Doc fix.
6221         (fixup-whitespace, just-one-space)
6222         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6223         (next-error, next-error-highlight)
6224         (next-error-highlight-no-select, next-error-last-buffer)
6225         (next-error-buffer-p, next-error-find-buffer, next-error)
6226         (previous-error, next-error-no-select, previous-error-no-select)
6227         (open-line, split-line, minibuffer-prompt-width, kill-new)
6228         (binary-overwrite-mode): Fix typos in docstrings.
6229         (set-fill-column): Fix typo in message.
6231         * skeleton.el (skeleton-proxy-new): Doc fix.
6233         * strokes.el (strokes-load-hook): Doc fix.
6234         (strokes-grid-resolution, strokes-get-grid-position)
6235         (strokes-renormalize-to-grid, strokes-read-stroke)
6236         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6237         (strokes-global-map): Fix typos in docstrings.
6238         (strokes-help): Doc fix.  Fix help message and pass it through
6239         `substitute-command-keys'.
6241         * tempo.el (tempo-insert-prompt, tempo-interactive)
6242         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6243         (tempo-insert-string-functions, tempo-local-tags)
6244         (tempo-define-template, tempo-insert-template)
6245         (tempo-insert-prompt-compat, tempo-is-user-element)
6246         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6247         Fix typos in docstrings.
6249         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6250         (vcursor-key-bindings, vcursor-use-vcursor-map)
6251         (vcursor-find-window, vcursor-scroll-down)
6252         (vcursor-disable, vcursor-beginning-of-buffer)
6253         (vcursor-end-of-buffer): Fix typos in docstrings.
6254         (vcursor-relative-move, vcursor-get-char-count):
6255         Improve argument/docstring consistency.
6257         * version.el: "?\ " -> "?\s".
6259         * wid-edit.el (widget-default-create, widget-after-change)
6260         (widget-default-format-handler, widget-checklist-add-item)
6261         (widget-radio-add-item, widget-choose, widget-specify-secret)
6262         (widget-field-value-create, widget-field-value-get)
6263         (widget-editable-list-format-handler)
6264         (widget-editable-list-entry-create, widget-group-value-create)
6265         (widget-documentation-link-add)
6266         (widget-documentation-string-value-create): "?\ " -> "?\s".
6267         (widget-convert-text): Doc fix.
6268         (widget-narrow-to-field, widget-field-find)
6269         (widget-url-link-action, widget-emacs-library-link-action)
6270         (widget-color-notify): Fix typos in docstrings.
6272         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6273         (x-select-text, set-w32-system-coding-system)
6274         (w32-add-charset-info): Fix typos in docstrings.
6276         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6277         (cua-enable-cua-keys, cua-use-hyper-key)
6278         (cua-virtual-rectangle-edges): Fix typos in docstrings.
6279         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6281         * net/tramp.el (tramp-handle-load): Fix typo in error message.
6283         * emacs-lisp/re-builder.el (regexp-builder): Declare with
6284         `defalias' instead of faking it.
6286         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6287         (eshell-ls-missing, eshell-ls-dired-initial-args)
6288         (eshell-ls-use-in-dired): Fix typos in docstrings.
6290 2005-07-20  Kim F. Storm  <storm@cua.dk>
6292         * emulation/cua-base.el (cua-mode): Improve doc string.
6294 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
6296         * abbrev.el (expand-region-abbrevs): Doc fix.
6297         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6298         Improve argument/docstring consistency.
6300         * arc-mode.el (archive-get-descr, archive-alternate-display):
6301         Doc fixes.
6302         (archive-l-e): Improve argument/docstring consistency.
6303         (archive-tmpdir, archive-unixdate, archive-unixtime)
6304         (archive-chmod-entry): Fix typos in docstrings.
6305         (archive-unflag, archive-unflag-backwards)
6306         (archive-unmark-all-files): "?\ " -> "?\s".
6308         * buff-menu.el (Buffer-menu-unmark): Doc fix.
6309         (Buffer-menu-not-modified, Buffer-menu-execute)
6310         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6311         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6313         * composite.el (compose-string, encode-composition-rule)
6314         (compose-last-chars): Fix typos in docstrings.
6316         * desktop.el (desktop-enable, desktop-basefilename):
6317         Declare with `define-obsolete-variable-alias'.
6318         (desktop-internal-v2s): Don't quote keywords.
6319         (desktop-clear): "?\ " -> "?\s".
6321         * dired.el (dired-align-file, dired-flag-backup-files)
6322         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6323         (dired-listing-switches, dired-ls-F-marks-symlinks)
6324         (dired-dwim-target, dired-load-hook, dired-mode-hook)
6325         (dired-directory, dired-faces, dired, dired-revert)
6326         (dired-mode, dired-summary, dired-view-file)
6327         (dired-copy-filename-as-kill, dired-delete-file)
6328         (dired-no-confirm, dired-unmark-all-marks)
6329         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6330         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6331         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6332         Fix typos in message strings.
6334         * dired-x.el (virtual-dired): Declare with `defalias'.
6335         (dired-mark-unmarked-files, dired-local-variables-file)
6336         (dired-omit-here-always): Doc fix.
6337         (dired-omit-mode, dired-find-subdir)
6338         (dired-enable-local-variables, dired-clean-up-buffers-too)
6339         (dired-extra-startup, dired-mark-extension, dired-jump)
6340         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6341         (dired-smart-shell-command, dired-guess-shell-alist-user)
6342         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6343         (dired-x-bind-find-file, dired-x-submit-report):
6344         Fix typos in docstrings.
6345         (dired-mark-unmarked-files): "?\ " -> "?\s".
6347         * dirtrack.el (dirtrack-list): Fix typos in docstring.
6349         * faces.el (describe-face): "?\ " -> "?\s".
6350         (read-all-face-attributes, read-face-font, modify-face)
6351         (face-attr-construct, italic): Fix typos in docstrings.
6352         (frame-update-face-colors): Declare with
6353         `define-obsolete-function-alias'.
6355         * files.el (find-file-noselect, recode-file-name): Doc fixes.
6356         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6357         (magic-mode-alist, buffer-file-numbers-unique)
6358         (write-file-functions, get-free-disk-space):
6359         Fix typos in docstrings.
6360         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6361         (write-contents-hooks, write-file-hooks):
6362         Declare with `define-obsolete-variable-alias'.
6364         * forms-d2.el (arch-rj): Fix typo in docstrings.
6365         (arch-tocol): Likewise.  "?\ " -> "?\s".
6367         * frame.el (set-frame-font, cursor-in-non-selected-windows):
6368         Fix typo in docstring.
6369         (set-screen-width, set-screen-height): Delete redundant info in
6370         doctrings.
6371         (new-frame, screen-height, screen-width): Declare with
6372         `define-obsolete-function-alias'.
6373         (delete-frame-hook, blink-cursor): Declare with
6374         `define-obsolete-variable-alias'.
6376         * paths.el (prune-directory-list): Fix typos in docstring.
6378         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6379         (cvs-prefix-get): Fix typos in docstrings.
6381         * ps-print.el (ps-extend-face-list, ps-extend-face)
6382         (ps-print-background-image): Fix typos in docstrings.
6383         (ps-default-fg, ps-default-bg): Doc fixes.
6385         * s-region.el (s-region-bind): Doc fix.
6386         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6388         * textmodes/org.el (org-table-formula-substitute-names)
6389         (org-table-get-vertical-vector): Doc fixes.
6390         (org-table-recalculate): Remove unused argument to `message'.
6392 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6394         * textmodes/org.el (org-table-column-names)
6395         (org-table-column-name-regexp)
6396         (org-table-named-field-locations): New variables.
6397         (org-archive-subtree): Protect `this-command' when calling
6398         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6399         the kill buffer.
6400         (org-complete): Remove fixed-formula completion.
6401         (org-edit-formulas-map): New variable.
6402         (org-table-edit-formulas): New command.
6403         (org-finish-edit-formulas, org-abort-edit-formulas)
6404         (org-show-variable, org-table-get-vertical-vector): New functions.
6405         (org-table-maybe-eval-formula): Handle `:=' fields.
6406         (org-table-get-stored-formulas, org-table-store-formulas)
6407         (org-table-get-formula, org-table-modify-formulas)
6408         (org-table-replace-in-formulas): Handle named field formulas.
6409         (org-table-get-specials): Store locations of named fields.
6411 2005-07-19  Juri Linkov  <juri@jurta.org>
6413         * progmodes/grep.el (grep-regexp-alist)
6414         (grep-mode-font-lock-keywords, grep-process-setup):
6415         Use default GNU grep match color "01;31m" instead of "01;41m".
6416         (grep-regexp-alist, grep-mode-font-lock-keywords):
6417         Use `\\[[0-9]*m' instead of `\\[00m'.
6418         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6419         sgr_start where its handling is more important.  Use the real
6420         length of sgr_start instead of constant 8.
6421         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6422         specially.  Delete all remaining escape sequences.
6423         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6424         (grep-regexp-alist): Make hyperlink only for binary file name
6425         instead of the whole line.
6426         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6427         (grep-mode): Add autoload.
6429         * emacs-lisp/find-func.el (find-function-regexp):
6430         Add `define-compilation-mode'.
6432 2005-07-19  Juri Linkov  <juri@jurta.org>
6434         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6435         (compare-windows-sync-string-size, compare-windows-recenter)
6436         (compare-windows-highlight, compare-windows): Add version 22.1.
6437         (compare-windows) <defface>: Inherit from lazy-highlight instead
6438         of duplicating its default value.
6440         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6441         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6443         * descr-text.el (describe-char): Create link buttons for `charset'
6444         and `code point'.  Add the current input method name with a link
6445         button to `to input' field.  Print face names of display table
6446         characters in `The display table entry is displayed by' section
6447         instead of printing face-id in the `display' field.
6448         Guess hardcoded faces and create a link button for them.
6449         Skip empty fields when calculating max-width.
6450         Treat `widget-create' specially while inserting strings from the
6451         collected field list.
6452         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6454         * diff-mode.el (diff-file-header): Change foreground color from
6455         yellow to green on light backgrounds.
6456         (diff-context): Inherit from `shadow' only for color/grayscale
6457         with more than 88 colors.
6458         (diff-indicator-removed, diff-indicator-added)
6459         (diff-indicator-changed): New faces.
6460         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6461         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6462         font-lock-comment-delimiter-face and font-lock-comment-face.
6463         Add `#' to ^[^...] in the rule for `diff-context-face'.
6465         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6466         a button-like box.  Inherit from `highlight' on low colors.
6467         (shadow): Use shades of gray only for color/grayscale with
6468         more than 88 colors.  Use green for light backgrounds with
6469         8 colors, and yellow for dark backgrounds with 8 colors.
6471         * font-lock.el (font-lock-regexp-grouping-backslash):
6472         Don't inherit from escape-glyph (use bold for all cases).
6474         * info.el (info-xref-visited): Use light foreground color `violet'
6475         for dark backgrounds instead of dark color `magenta3'.
6476         (info-title-1): Use `yellow' color for dark backgrounds.
6478         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6479         too-light magenta2.
6481         * replace.el (match): Use slightly more light RoyalBlue3 instead
6482         of dark RoyalBlue4.
6484         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6486 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6488         * novice.el (disabled-command-hook): Declare it with
6489         `define-obsolete-variable-alias'.
6491         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6492         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6493         (desktop-load-default): Add release to obsolescence info.
6494         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6495         (desktop-append-buffer-args, desktop-read):
6496         Fix typos in docstrings.
6497         (desktop-kill): Fix typo in message.
6498         (desktop-save): Doc fix.
6500 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6502         * viper-cmd.el (viper-escape-to-state): Bug fix.
6503         (viper-envelop-ESC-key): Change the definition of fast
6504         keysequence so it'll work with keyboard macros.
6506         * ediff.el (ediff-patch-buffer): Change the docstring.
6508 2005-07-19  Kenichi Handa  <handa@m17n.org>
6510         * international/mule-cmds.el (select-safe-coding-system): Try to
6511         use an auto-coding (if any) before anything else.  If the found
6512         auto-coding is invalid, show a warning message.
6514         * international/mule.el (find-auto-coding): New function created
6515         by modifying the body of set-auto-coding.
6516         (set-auto-coding): Use find-auto-coding to find a coding.
6518 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6520         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6521         not isearch-mode-end-hook-error.
6522         (allout-before-change-protect): Fix error message.
6524 2005-07-18  Juri Linkov  <juri@jurta.org>
6526         * allout.el (allout-mode):
6527         * calculator.el (calculator-copy):
6528         * custom.el (custom-known-themes):
6529         * dired.el (dired-desktop-buffer-misc-data)
6530         (dired-restore-desktop-buffer):
6531         * dired-x.el (dired-omit-marker-char):
6532         * files.el (basic-save-buffer):
6533         * font-core.el (font-lock-mode):
6534         * calendar/calendar.el (calendar-goto-hebrew-date)
6535         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6536         (calendar-goto-persian-date):
6537         * language/ethio-util.el (ethio-sera-to-fidel-region):
6538         * textmodes/picture.el (picture-mode):
6539         Delete duplicate duplicate words.
6541 2005-07-18  Juri Linkov  <juri@jurta.org>
6543         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6544         chars * ? } |.
6545         (isearch-fallback): Don't call `isearch-process-search-char'.
6546         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6547         (isearch-process-search-char): Call `isearch-fallback' for regexp
6548         chars * ? } |.
6549         (isearch-return-char): Make obsolete with `make-obsolete' instead
6550         of simply documenting it as obsolete in the docstring.
6551         (isearch-fallback): Refill docstring.
6553         * international/isearch-x.el
6554         (isearch-process-search-multibyte-characters): Remove unneeded
6555         `concat'.  Add intermediate values to `junk-hist' instead of
6556         `minibuffer-history'.  Test the length of `str'.
6558 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6560         * allout.el (allout-resolve-xref): Fix typos in error strings.
6561         (allout-before-change-protect): Remove unneeded `concat'.
6563         * array.el (array-mode, array-reconfigure-rows)
6564         (untabify-backward): Fix typos in docstrings.
6565         (array-reconfigure-rows): Use `insert-buffer-substring', not
6566         `insert-buffer'.
6568         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6569         * progmodes/ada-mode.el (ada-make-body):
6570         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6572         * dired.el (dired-log):
6573         * tar-mode.el (tar-subfile-save-buffer):
6574         * play/zone.el (zone-pgm-stress-destress):
6575         Use `insert-buffer-substring', not `insert-buffer'.
6577 2005-07-17  Simon Josefsson  <jas@extundo.com>
6579         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6581 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6583         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6584         Add plain auth method.
6585         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6587 2005-07-17  Kim F. Storm  <storm@cua.dk>
6589         * ido.el (dired-other-window): Add ido property.
6591 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6593         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6594         Fix typo in docstring.
6595         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6596         `insert-file-literally'.
6598         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6599         info and delete redundant message.  Doc fix.
6600         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6601         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6603 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6605         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6606         (byte-compile-and): Use byte-compile-and-recursion.
6607         (byte-compile-or-recursion): New function.
6608         (byte-compile-or): Use that.
6609         (byte-compile-if): Guard the else-clause too.
6610         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6612         * isearch.el (isearch-mode-end-hook-quit): New variable.
6613         (isearch-done): Bind it.
6614         (isearch-mode-end-hook): Doc fix.
6616         * allout.el (allout-isearch-did-quit): Variable deleted.
6617         (allout-real-isearch-abort): Function name no longer used.
6618         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6619         (allout-isearch-rectification): isearch-mode always exists.
6620         Don't set allout-isearch-did-quit.
6621         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6622         allout-isearch-did-quit.
6623         (allout-enwrap-isearch): Just add the hook.
6624         (allout-isearch-abort): Function deleted.
6625         (allout-pre-command-business): Avoid warning.
6627         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6628         Correctly avoid warnings.
6629         (pascal-outline): Likewise.
6631         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6633         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6635         * play/tetris.el (tetris-mode): Avoid warning.
6637         * play/snake.el (snake-mode): Avoid warning.
6639         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6640         (gamegrid-set-display-table): Avoid warning.
6641         (gamegrid-set-timer): Likewise.
6642         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6643         (gamegrid-add-score-with-update-game-score-1): Take FILE
6644         as argument.
6645         (gamegrid-add-score-with-update-game-score): Pass that argument.
6646         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6648         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6650         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6651         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6653         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6654         and insert-file.
6656         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6657         (sc-ask): Avoid warnings.
6659         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6660         (eshell-hist-initialize): Use that var the natural way.
6662         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6664         * emacs-lisp/re-builder.el (reb-cook-regexp):
6665         Avoid warning calling lre-compile-string.
6666         (reb-color-display-p): Avoid warning.
6668         * calculator.el (calculator-last-input): Guard uses
6669         of event-key and key-press-event-p.
6670         (event-key, key-press-event-p): Delete definitions.
6672         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6673         (find-gc-source-directory, find-gc-subrs-callers)
6674         (find-gc-noreturn-list, find-gc-source-files)
6675         (find-gc-subrs-called): Vars renamed and defvar'd.
6677         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6678         (checkdoc-overlay-put, checkdoc-delete-overlay)
6679         (checkdoc-overlay-start, checkdoc-overlay-end)
6680         (checkdoc-mode-line-update, checkdoc-char=):
6681         Define such that compiler knows they are defined.
6682         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6683         (checkdoc-read-event): Delete.  Use read-event directly.
6685         * whitespace.el (whitespace-make-overlay)
6686         (whitespace-overlay-put, whitespace-delete-overlay)
6687         (whitespace-overlay-start, whitespace-overlay-end):
6688         Define such that compiler knows they are defined.
6689         (whitespace): Move conditional inside.
6691         * tempo.el (tempo-insert-template): Suppress warning.
6693         * ediff-diff.el (longlines-mode): Add defvar.
6695 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6697         * server.el: Bind "C-x #" in a way that works even if C-x is
6698         redefined to a command key, not a prefix key.
6700 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6702         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6703         cl-make-type-test till execution time.
6705 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6707         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6708         arg ARG and use it.
6710 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6712         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6714 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6716         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6717         a defcustom with two :set or :type keywords.
6719 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6721         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6722         Don't give ^M comment-end syntax.
6724 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6726         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6727         Don't consider gdbmi (gdb-mi.el has its own update functions).
6728         (gdb-var-delete): Make it work for gdbmi as well.
6729         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6731         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6732         (gud-speedbar-menu-items): Correct logic for enabling items.
6734 2005-07-15  Kim F. Storm  <storm@cua.dk>
6736         * ido.el: Fix commentary.
6737         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6738         Use with-no-warnings around ffap-guesser.
6739         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6740         Let bind minibuffer-completing-file-name to t.
6742 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6744         * startup.el (site-run-file, keyboard-type): Doc fixes.
6745         (command-line): Check for "--basic-display" argument; also for
6746         "--quick", not "--bare-bones" (which was renamed).
6747         (fancy-splash-text): Add missing item "Getting New Versions".
6748         (normal-splash-screen): Fix typos and improve consistency with
6749         `fancy-splash-text'.  Update copyright year.
6751         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6752         valid binding for `help-char'.
6754         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6756 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * term.el (term-mode): Disable cua-mode for term buffers.
6760 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6762         * add-log.el (add-log-mailing-address, change-log-merge):
6763         Doc fixes.
6764         (change-log-get-method-definition): Fix typo in docstring.
6766 2005-07-14  Kim F. Storm  <storm@cua.dk>
6768         * emulation/cua-base.el:
6769         (cua--pre-command-handler-1, cua--pre-command-handler)
6770         (cua--post-command-handler-1, cua--post-command-handler):
6771         Split in two.  Check (buffer local) value of cua-mode.
6772         (cua-selection-mode): New command.
6774 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6776         * custom.el (custom-initialize-safe-set)
6777         (custom-initialize-safe-default): Doc fixes.
6779         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6780         and simplify :init-value again.
6782         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6783         and simplify :init-value again.  Delete autoload.
6785         * startup.el (command-line): Use `custom-reevaluate-setting' again
6786         for tooltip-mode.
6788         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6789         a defcustom with two :initialize keywords.
6791 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6793         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6794         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6795         (allout-post-command-business, allout-flag-region)
6796         (isearch-reenable-font-lock, allout-yank)
6797         (allout-insert-latex-header, allout-insert-latex-trailer)
6798         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6799         (allout-latex-verb-quote): Fix typos in docstrings.
6800         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6801         (allout-unprotected, allout-prefix-data):
6802         Improve argument/docstring consistency.
6803         (allout-chart-subtree): Fix argument spec.
6804         (allout-open-topic): Rename `use_sib_bullet' argument to
6805         `use-sib-bullet'.  Doc fix.
6807         * whitespace.el (whitespace-check-buffer-leading)
6808         (whitespace-check-buffer-trailing)
6809         (whitespace-check-buffer-indent)
6810         (whitespace-check-buffer-spacetab)
6811         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6812         (whitespace-check-leading-whitespace)
6813         (whitespace-check-trailing-whitespace)
6814         (whitespace-check-spacetab-whitespace)
6815         (whitespace-check-indent-whitespace)
6816         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6817         (whitespace-modes): Fix typos in docstrings.
6818         (defgroup, defcustom): Doc fixes.
6820         * winner.el (winner-mode, winner-boring-buffers)
6821         (winner-pending-undo-ring): Doc fixes.
6822         (winner-ring): Remove unneeded `progn'.
6823         (winner-equal): `defsubst' it.
6824         (winner-redo): Fix message.
6826 2005-07-13  Kim F. Storm  <storm@cua.dk>
6828         * simple.el (line-move-1): Always use vertical-motion to
6829         do the last (or only) line move to ensure some movement.
6830         Undo 2005-06-23 change--don't check for overlays.
6832 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6834         * term/mac-win.el (ccl-encode-mac-roman-font)
6835         (ccl-encode-mac-centraleurroman-font)
6836         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6837         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6838         Change charset-id boundary of dimension to ?\xef.
6839         (mac-char-fontspec-list): New constant.
6840         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6841         argument.  Nil uses itself as family in font-spec.  Previous
6842         behavior for nil is now provided by non-nil non-string argument.
6843         All callers changed.  Add font-specs for Mac fonts to
6844         "fontset-default" unless iso8859-1 fonts are installed.
6846 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6848         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6849         a continuation line if the \ is preceded by SPC or TAB.
6850         (sh-get-indent-info): Simplify.
6851         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6852         Use with-current-buffer.
6854         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6855         when the matched text is empty.
6857 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6859         * startup.el (command-line): Revert to previous handling of
6860         tooltip-mode.  Explain in comment why the complexity is needed.
6862         * tooltip.el (tooltip-mode): Revert to previous implementation of
6863         its defcustom.
6865         * frame.el (blink-cursor-mode): Revert to previous implementation
6866         of its defcustom.  Update comment.
6868 2005-07-12  Lars Hansen  <larsh@soem.dk>
6870         * desktop.el: Update e-mail address.
6872 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6874         * term/mac-win.el (mac-services-mail-selection)
6875         (mac-services-mail-to): New functions.
6876         (mac-application-menu-map): Bind them.
6878 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6880         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6882 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6884         * custom.el (custom-reevaluate-setting): Doc fix.
6886 2005-07-11  Jay Belanger  <belanger@truman.edu>
6888         * calc/calc.el (calc-embedded-announce-formula-alist)
6889         (calc-embedded-open-close-plain-alist)
6890         (calc-embedded-open-close-mode-alist): Add checks for additional
6891         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6893 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6895         * custom.el (custom-enable-theme): Don't add theme to
6896         `custom-enabled-themes' with `push' because there is no
6897         setf-method for `delq'.
6899 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6901         * custom.el (custom-declare-variable): Doc fix.
6903         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6904         from the alists.
6906         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6907         Do nothing if edebug-active.
6909         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6910         (edebug-display): Do it here instead.
6912 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6914         * cus-face.el (custom-theme-set-faces): Make it work.
6915         (custom-reset-faces): Doc fix.
6916         (custom-theme-reset-internal-face, custom-theme-face-value):
6917         Functions deleted.
6919         * custom.el (custom-push-theme): Maintain list of the settings
6920         of a given theme in its theme-settings property.
6921         Maintain position of old settings in the theme-value
6922         or theme-face property.
6923         (custom-enabled-themes): New variable.
6924         (custom-theme-enabled-p): New function.
6925         (provide-theme): Update custom-enabled-themes.
6926         Disable and reenable the `user' theme.
6927         (require-theme): Doc fix.
6928         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6929         (custom-theme-value, custom-theme-variable-value): Likewise.
6930         (custom-theme-reset-internal): Likewise.
6931         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6932         (custom-enable-theme, custom-disable-theme): New functions.
6933         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6934         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6935         (custom-theme-reset-variables): Simplify.
6936         (deftheme, custom-declare-theme, custom-make-theme-feature):
6937         Definitions moved.
6939 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6941         * longlines.el (longlines-show-region)
6942         (longlines-unshow-hard-newlines): Recognize hard newlines by
6943         non-nil hard property, instead of t.
6945 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6947         * viper-cmd.el (viper--key-maps): New variable.
6948         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6949         emulation-mode-map-alists.
6950         (viper-envelop-ESC-key): Use viper-subseq.
6951         (viper-search-forward/backward/next): Disable debug-on-error.
6953         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6954         (viper-ESC-key): New defcustoms.
6956         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6958         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6959         (viper-subseq): Copy of subseq from cl.el.
6961         * viper.el (viper-go-away, viper-set-hooks): Use
6962         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6964         * viper-mous.el (viper-current-frame-saved): Use defvar.
6966         * viper-init.el: Get rid of -face in face names.
6968         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6969         Make it work with longlines mode
6971         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6973         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6975         * ediff-init.el: Get rid of -face in face names.
6977 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6979         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6980         and with-timeout-unsuspend.
6982         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6983         and with-timeout-unsuspend.
6985         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6986         (with-timeout): Bind that variable to record timers.
6987         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6989         * emacs-lisp/debug.el (debug-help-follow): New function.
6990         (debugger-mode-map): Use that instead of help-follow.
6991         (debugger-setup-buffer): Use eval-buffer-list
6992         to handle eval-buffer frames.
6994 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6996         * timezone.el (timezone-parse-date): Change first regexp
6997         so it will not mistakenly match dates with no time zone.
6999 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
7001         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
7003 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
7005         * custom.el (custom-initialize-safe-set)
7006         (custom-initialize-safe-default): New functions.
7008         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7009         and simplify :init-value.
7011         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7012         and simplify :init-value.  Delete obsolete comment.
7014         * startup.el (command-line): Use `custom-reevaluate-setting' to
7015         handle `tooltip-mode'.  Delete obsolete comment.
7017         * files.el (set-visited-file-name): Avoid calling
7018         `file-name-nondirectory' with a nil argument.
7020 2005-07-09  Richard M. Stallman  <rms@gnu.org>
7022         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
7023         was called with nil for the buffer, handle the read position right.
7024         Handle read position for eval-region, too.
7026 2005-07-09  Juri Linkov  <juri@jurta.org>
7028         * fringe.el (fringe-mode): Add period in docstring.
7029         (fringe-query-style): Build prompt depending on `all-frames' arg.
7031         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7032         to not create links to unrelated functions in the Help buffer.
7034         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7035         Doc fix.
7037         * simple.el (next-error-hook): New variable.
7038         (next-error): Use it.  Doc fix.
7040         * textmodes/ispell.el (ispell-command-loop): Add current
7041         dictionary name and program name to mode-line-format.
7042         (ispell-region, ispell-process-line): Add current dictionary name
7043         and program name to messages.
7045 2005-07-08  Jay Belanger  <belanger@truman.edu>
7047         * calc/calc.el (calc-embedded-announce-formula-alist)
7048         (calc-embedded-open-close-formula-alist)
7049         (calc-embedded-open-close-word-alist)
7050         (calc-embedded-open-close-plain-alist)
7051         (calc-embedded-open-close-new-formula-alist)
7052         (calc-embedded-open-close-mode-alist)
7053         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7054         (calc-embedded-mode-hook): New variables.
7056         * calc/calc-embed.el (calc-embedded-firsttime)
7057         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7058         New variables.
7059         (calc-do-embedded): Use calc-embedded-firsttime,
7060         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7061         determine whether or not to run hooks.
7062         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7063         calc-embedded-firsttime-formula appropriately.
7064         Set calc-embedded delimiter variables according to mode.
7066 2005-07-08  Richard M. Stallman  <rms@gnu.org>
7068         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7069         Check for "emacs", etc., as entire symbol, not just as word.
7070         (checkdoc-file-comments-engine): Use regexp-quote on FN.
7072         * files.el (set-visited-file-name): Report the error
7073         for "empty filename" earlier.
7074         (kill-some-buffers): Ignore buffers already dead.
7076         * fringe.el (fringe-mode): Doc fix.
7078         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7079         Check for (featurep 'xemacs) and turn off warnings in what it guards.
7080         Use unwind-protect to ensure byte-compile-unresolved-functions
7081         is updated.
7083         * whitespace.el (whitespace-buffer-leading-cleanup):
7084         Simplify w/ skip-chars-forward.
7085         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7087         * mail/rmail.el (rmail-only-expunge): Fix paren error.
7088         Unconditionally try to leave point at the same old place.
7090 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
7092         * comint.el (comint-postoutput-scroll-to-bottom)
7093         (comint-show-maximum-output): Take scroll-margin into consideration.
7095 2005-07-08  Kim F. Storm  <storm@cua.dk>
7097         * ido.el (ido-use-filename-at-point): New choice `guess'.
7098         (ido-file-internal): Try ffap-guesser if selected.
7100         * ido.el (ido-before-fallback-functions): New hook.
7101         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7102         (ido-read-file-name): Run it.
7104 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7107         strings rather than a list of symbols to the completion function.
7109 2005-07-07  Jay Belanger  <belanger@truman.edu>
7111         * calc/calc-units.el (math-apply-units): Change the places in
7112         which units are simplified.
7114 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7116         * cus-edit.el (customize-option, customize-option-other-window):
7117         Make them handle aliases.
7119         * custom.el (custom-variable-p): Make it recursively follow
7120         aliases.  Mention that in the docstring.
7122 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7124         * cus-start.el (exec-path): Use `directory' instead of `file'.
7125         Fix tag for nil.
7127 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7129         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7130         when called non-interactively.  Doc fix.
7132 2005-07-07  Lute Kamstra  <lute@gnu.org>
7134         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7135         new address as well.
7137 2005-07-07  Kenichi Handa  <handa@m17n.org>
7139         * international/mule.el (make-coding-system):
7140         Describe `ascii-incompatible' property in the docstring.
7141         (set-file-name-coding-system): Signal an error if coding-system is
7142         ascii-incompatible.
7143         (set-keyboard-coding-system): Likewise.
7145         * international/mule-cmds.el (set-default-coding-systems):
7146         Don't set default-file-name-coding-system and
7147         default-keyboard-coding-system if coding-system is ASCII-incompatible.
7149         * international/utf-16.el: Declare that all UTF-16-based coding
7150         systems are ASCII-incompatible.
7152 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
7154         * progmodes/gud.el: Require font-lock for displaying errors.
7155         Used by gdb-ui.el.
7157 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7159         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7160         values for the pattern lists which are `read'able but not
7161         `append'able (like symbols).
7163 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7165         * progmodes/flymake.el (flymake-float-time): Instead of
7166         with-no-warnings, test for xemacs.
7167         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7168         to avoid warning.
7170 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
7172         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7174 2005-07-05  Lute Kamstra  <lute@gnu.org>
7176         * battery.el: Add support for Darwin (with much debugging help
7177         from Samuel Lauber <sam124@operamail.com>).
7178         (battery-status-function, battery-echo-area-format)
7179         (battery-mode-line-format): Add support for pmset on Darwin.
7180         (battery-load-low, battery-load-critical): New user options.
7181         (battery-pmset): New function.
7183 2005-07-05  Lute Kamstra  <lute@gnu.org>
7185         Update FSF's address in GPL notices.
7187         * textmodes/page-ext.el: Update FSF's address.
7189 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7192         filling from using prefix when filling a single-line docstring.
7194         * progmodes/flymake.el: Remove useless eval-when-compile.
7196         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7198 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7200         * textmodes/org.el (org-file-apps-defaults-gnu):
7201         Rename from org-file-apps-defaults-linux.
7202         (org-default-apps): Don't test system-type for `linux'.
7203         (org-file-apps): Doc fix.
7205 2005-07-04  David Ponce  <david@dponce.com>
7207         * tree-widget.el: Improve header Commentary section.
7208         (tree-widget) [defgroup]
7209         (tree-widget-image-enable, tree-widget-themes-directory)
7210         (tree-widget-theme, tree-widget-image-properties-emacs)
7211         (tree-widget-image-properties-xemacs, tree-widget-create-image)
7212         (tree-widget-image-formats, tree-widget-control)
7213         (tree-widget-empty-control, tree-widget-leaf-control
7214         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7215         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7216         (tree-widget-keep, tree-widget-after-toggle-functions)
7217         (tree-widget-open-node, tree-widget-close-node): Doc fix.
7218         (tree-widget-open-control, tree-widget-close-control): Fix doc and
7219         :help-echo message.
7220         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
7221         (tree-widget-image-properties): Doc fix.  Clearer implementation.
7222         (tree-widget--cursors): New constant.
7223         (tree-widget-lookup-image): New function split from
7224         `tree-widget-find-image'.  Clearer implementation.
7225         (tree-widget-find-image): Use it.
7226         (tree-widget-button-keymap): Use `set-keymap-parent'.
7227         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7228         Define the sub-widgets here.
7229         (tree-widget-node): Check that :node is not a tree-widget.
7230         (tree-widget-get-super, tree-widget-open-control)
7231         (tree-widget-close-control, tree-widget-empty-control)
7232         (tree-widget-leaf-control, tree-widget-guide)
7233         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7234         (tree-widget-no-handle, tree-widget-value-delete)
7235         (tree-widget-map): Remove.
7236         (tree-widget-children-value-save): Doc fix.  Simplified.
7237         (tree-widget-value-create): Update according to previous changes.
7239 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7241         * textmodes/org.el: Leading space replaced by TABS.
7242         (org-recalc-marks, org-table-rotate-recalc-marks)
7243         (org-table-get-specials): Treat "^" and "_" marks.
7244         (org-table-justify-field-maybe): Optional argument NEW.
7245         (org-table-eval-formula): Parsing of the format simplified.
7246         New modes C,I.  Honor the %= parameter in the current table.
7247         Avoid unnecessary re-align by using the NEW argument to
7248         `org-table-justify-field-maybe'.
7249         (org-calc-default-modes): Default for date-format mimicks org-mode.
7250         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7252 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7254         * cus-face.el (custom-theme-set-faces): Make it handle face
7255         aliases whose alias declarations are pre- or autoloaded.
7257 2005-07-04  Juri Linkov  <juri@jurta.org>
7259         * faces.el (read-face-name): Put the code for getting a face name
7260         from the buffer before adding the faces from the `face' property.
7261         Use `completing-read-multiple' instead of `completing-read'.
7262         Require `crm'.  Add default value and post-process the returned
7263         list of faces.
7265         * emacs-lisp/crm.el (crm-find-current-element)
7266         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7268         * emacs-lisp/lisp-mode.el (eval-defun-1):
7269         * emacs-lisp/edebug.el (edebug-eval-defun):
7270         Remove unnecessary quotes.
7272 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7274         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7275         (prolog-indent-level): Fix typo in docstring.
7277         * info.el (Info-history, Info-history-forward)
7278         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7280         * add-log.el (add-change-log-entry):
7281         * comint.el (comint-dynamic-list-input-ring)
7282         (comint-dynamic-list-completions):
7283         * dabbrev.el (dabbrev-expand):
7284         * delim-col.el (delimit-columns-rectangle-line):
7285         * diff-mode.el (diff-context->unified, diff-reverse-direction)
7286         (diff-unified->context):
7287         * ediff-init.el (ediff-abbrev-jobname):
7288         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7289         (ediff-replace-session-activity-marker-in-meta-buffer):
7290         * info.el (Info-summary):
7291         * lpr.el (printify-region):
7292         * printing.el (pr-create-interface):
7293         * ps-print.el (ps-print-quote):
7294         * ses.el (ses-column-widths, ses-print-cell)
7295         (ses-adjust-print-width, ses-center):
7296         * shell.el (shell-file-name-quote-list):
7297         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7298         (strokes-fill-current-buffer-with-whitespace)
7299         (strokes-xpm-for-stroke, strokes-list-strokes)
7300         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7301         * term.el (term-dynamic-list-input-ring)
7302         (term-dynamic-list-completions):
7303         * calc/calc.el (math-format-stack-value):
7304         * emacs-lisp/edebug.el (edebug-display-freq-count):
7305         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7306         (delphi-new-comment-line):
7307         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7308         * progmodes/executable.el (executable-set-magic):
7309         * progmodes/python.el (inferior-python-mode):
7310         * progmodes/scheme.el (scheme-mode-syntax-table):
7311         * progmodes/sh-script.el (sh-maybe-here-document):
7312         * progmodes/sql.el (sql-copy-column):
7313         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7314         * textmodes/bibtex.el (bibtex-mode):
7315         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7316         (sgml-auto-attributes):
7317         * textmodes/table.el (table-insert, table-shorten-cell)
7318         (table--generate-source-scan-lines, table-delete-row)
7319         (*table--cell-delete-char, table--spacify-frame)
7320         (table--horizontally-shift-above-and-below)
7321         (table--cell-insert-char, table--cell-blank-str)
7322         (table--fill-region-strictly):
7323         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7324         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7326         * add-log.el (change-log):
7327         * apropos.el (apropos):
7328         * comint.el (comint-completion, comint-source):
7329         * dabbrev.el (dabbrev):
7330         * delim-col.el (columns):
7331         * diff-mode.el (diff-mode):
7332         * ediff.el (ediff):
7333         * ediff-diff.el (ediff-diff):
7334         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7335         * ediff-mult.el (ediff-mult):
7336         * ediff-ptch.el (ediff-ptch):
7337         * ediff-wind.el (ediff-window):
7338         * facemenu.el (facemenu):
7339         * indent.el (indent):
7340         * info.el (info):
7341         * jka-cmpr-hook.el (compression, jka-compr):
7342         * lpr.el (lpr):
7343         * outline.el (outlines):
7344         * pcmpl-cvs.el (pcmpl-cvs):
7345         * pcmpl-rpm.el (pcmpl-rpm):
7346         * printing.el (printing):
7347         * ps-print.el (postscript, ps-print, ps-print-horizontal)
7348         (ps-print-vertical, ps-print-headers, ps-print-font)
7349         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7350         (ps-print-background, ps-print-printer, ps-print-page)
7351         (ps-print-miscellany):
7352         * ses.el (ses):
7353         * shell.el (shell, shell-directories, shell-faces):
7354         * startup.el (initialization):
7355         * strokes.el (strokes):
7356         * term.el (term):
7357         * uniquify.el (uniquify):
7358         * w32-vars.el (w32):
7359         * calc/calc.el (calc):
7360         * emacs-lisp/bytecomp.el (bytecomp):
7361         * emacs-lisp/cl-indent.el (lisp-indent):
7362         * emacs-lisp/edebug.el (edebug):
7363         * emacs-lisp/elp.el (elp):
7364         * emacs-lisp/testcover.el (testcover):
7365         * emacs-lisp/trace.el (trace):
7366         * emulation/viper-ex.el (viper-ex):
7367         * emulation/viper-mous.el (viper-mouse):
7368         * mail/mailalias.el (mailalias):
7369         * mail/supercite.el (supercite, supercite-frames)
7370         (supercite-attr, supercite-cite, supercite-hooks):
7371         * net/rcompile.el (remote-compile):
7372         * net/rlogin.el (rlogin):
7373         * obsolete/ooutline.el (outlines):
7374         * progmodes/delphi.el (delphi):
7375         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7376         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7377         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7378         (ebnf-optimization):
7379         * progmodes/etags.el (etags):
7380         * progmodes/executable.el (executable):
7381         * progmodes/idlwave.el (idlwave):
7382         * progmodes/pascal.el (pascal):
7383         * progmodes/prolog.el (prolog):
7384         * progmodes/python.el (python):
7385         * progmodes/scheme.el (scheme):
7386         * progmodes/sh-script.el (sh, sh-script):
7387         * progmodes/sql.el (SQL):
7388         * progmodes/tcl.el (tcl):
7389         * textmodes/bibtex.el (bibtex, bibtex-autokey):
7390         * textmodes/enriched.el (enriched):
7391         * textmodes/makeinfo.el (makeinfo):
7392         * textmodes/sgml-mode.el (sgml):
7393         * textmodes/table.el (table-hooks):
7394         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7395         * textmodes/texinfo.el (texinfo):
7396         * textmodes/two-column.el (two-column):
7397         Finish `defgroup' description with period.
7399         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7400         * eshell/esh-var.el (eshell-var):
7401         * progmodes/vhdl-mode.el (vhdl-testbench):
7402         * textmodes/org.el (org): Fix typos in docstrings.
7404         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7405         consistency.
7407         * progmodes/flymake.el (flymake-find-file): Remove.
7408         (flymake-float-time): Use `with-no-warnings'.
7409         (flymake-check-start-time, flymake-check-was-interrupted)
7410         (flymake-err-info, flymake-is-running, flymake-last-change-time)
7411         (flymake-new-err-info): `defvar' at compile time.
7413 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
7415         * replace.el (occur-hook): Doc fix.
7416         (occur-1): Don't call `occur-hook' if there are no matches.
7418 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7420         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7421         global-map, save the same map.
7422         (global-map): Don't alter it at top level.
7423         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7424         Then alter it here instead.
7425         (tpu-edt-off): Set global-map to the saved one.
7427         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7428         All references simplified.
7429         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7430         (zmacs-regions): Add defvar.
7431         (repeat-complex-command-map): Everything about that deleted.
7433         * textmodes/artist.el (artist-key-is-drawing)
7434         (artist-key-endpoint1, artist-key-poly-point-list)
7435         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7436         (artist-key-compl-table, artist-rb-save-data)
7437         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7438         Don't put them in eval-when-compile.
7439         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7441         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7442         Use with-no-warnings.
7444         * net/browse-url.el (dos-windows-version): Add defvar.
7446         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7448         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7449         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7450         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7451         Add defvar.
7452         (rmail-summary-beginning-of-message): Use with-no-warnings.
7453         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7455         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7456         Use with-no-warnings.
7458         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7459         (c-mark-function): Add point-moving-unit property.
7460         (vi-goto-line): Use with-no-warnings.
7462         * emulation/edt.el (edt-last-copied-word): Add defvar.
7463         (zmacs-region-stays): Likewise.
7464         (edt-mark-section-wisely): Use c-mark-function for C.
7465         Use makr-defun for Fortran.
7466         (time-string): defvar deleted.
7467         (edt-display-the-time): Don't set time-string.
7469         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7471         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7472         Don't warn when name is not constant
7473         or for defining the group `emacs'.
7475         * tooltip.el (gud-tooltip-mode): Add defvar.
7477         * startup.el (default-frame-background-mode): Add defvar.
7479         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7481         * info.el (tool-bar-map): Add defvar.
7483         * dired.el (dnd-protocol-alist): Add defvar.
7485         * dired-aux.el (dired-query): Display question with answer, when
7486         the user answers.
7488         * custom.el (custom-add-option): Doc fix.
7490         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7492 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7494         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7495         bogus name from the last change.
7497 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7499         * custom.el (custom-declare-variable): Fix typos in comment.
7500         (custom-known-themes): Doc fix.
7501         (custom-theme-directory): New defcustom.
7502         (require-theme): Make it check `custom-theme-directory'.
7504         * cus-theme.el (custom-new-theme-mode): New function.
7505         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7506         (custom-theme-description): Add compiler defvars.
7507         (customize-create-theme): Add doc to the "*New Custom Theme*"
7508         buffer.  Use `custom-new-theme-mode'.
7509         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7510         and save it to the `custom-theme-directory'.  Make this the
7511         default directory of the buffer.
7513 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7515         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7516         Fix unbalanced parentheses.
7518 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7520         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7521         into flymake-mode and delegate to flymake-mode.
7523         * find-file.el (ff-which-function-are-we-in): Clean up.
7525 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7527         * replace.el (occur-rename-buffer): Fix docstring.
7529         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7530         (edt-last-copied-word, edt-learn-macro-count)
7531         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7532         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7533         (time-string, zmacs-region-stays):
7534         * emulation/edt-mapper.el (edt-save-function-key-map)
7535         (EDT-key-name): `defvar' to silence the byte-compiler.
7537 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7539         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7540         font-lock-regexp-backslash.  Doc fix.
7541         (font-lock-regexp-backslash-grouping-construct): Rename from
7542         font-lock-regexp-backslash-construct.  Doc fix.
7543         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7544         grouping constructs.
7546 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7548         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7549         updating all the prerequisites.
7551 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7553         * textmodes/org.el (org-agenda-start-on-weekday)
7554         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7555         (org-agenda-use-time-grid, org-archive-location)
7556         (org-allow-space-in-links, org-usenet-links-prefer-google)
7557         (org-enable-table-editor, org-export-default-language)
7558         (org-export-html-show-new-buffer, org-fill-paragraph)
7559         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7560         (org-goto-quit, org-occur, org-eval-in-calendar)
7561         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7562         (org-agenda-diary-entry, org-remember-help)
7563         (org-table-convert-region, org-at-table-p)
7564         (org-table-move-row-down, org-table-move-row-up)
7565         (org-table-copy-region, org-table-toggle-vline-visibility)
7566         (org-table-get-stored-formulas, org-table-get-specials)
7567         (org-recalc-commands, org-table-eval-formula)
7568         (org-table-formula-substitute-names, orgtbl-make-binding)
7569         (org-format-org-table-html, org-format-table-table-html)
7570         (org-format-table-table-html-using-table-generate-source)
7571         (org-customize): Fix typos in docstrings.
7572         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7573         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7574         (org-back-to-heading): Doc fixes.
7575         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7576         (org-agenda-change-all-lines, org-get-header):
7577         Improve argument/docstring consistency.
7578         (orgtbl-error): Fix error message.
7580         * progmodes/flymake.el (flymake-find-possible-master-files)
7581         (flymake-master-file-compare, flymake-get-line-err-count)
7582         (flymake-highlight-line, flymake-gui-warnings-enabled):
7583         Fix typos in docstrings.
7584         (flymake-parse-line, flymake-get-project-include-dirs-function)
7585         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7586         Doc fixes.
7587         (flymake-get-project-include-dirs-function)
7588         (flymake-make-err-menu-data):
7589         Improve argument/docstring consistency.
7591 2005-07-01  Lute Kamstra  <lute@gnu.org>
7593         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7594         Catch errors with ignore-errors.  Use temporary buffer.
7595         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7597         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7598         background color faces.
7599         (facemenu-set-foreground, facemenu-set-background):
7600         Use facemenu-set-face-from-menu.
7601         (facemenu-set-face-from-menu): Treat face names that start with
7602         "fg:" or "bg:" as special.
7603         (facemenu-add-new-color): Don't create faces.  Simplify.
7605 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7607         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7608         (crm-find-current-element): Likewise.
7610 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7612         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7614 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7616         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7617         (archive-mouse-extract): Make it an obsolete alias.
7618         (archive-mode-map): Don't use archive-mouse-extract any more.
7619         (archive-mode, archive-extract): write-contents-hooks ->
7620         write-contents-functions.
7621         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7622         first arg.
7623         (archive-rename-entry): Update the call.
7624         (archive-zip-summarize): Remove unused var `method'.
7625         (archive-lzh-summarize): Remove unused var `creator'.
7627         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7628         dedicated frame upon exit.
7630         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7631         (archive-zip-extract, archive-zip-expunge)
7632         (archive-zip-update, archive-zip-update-case): Use executable-find.
7633         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7634         Use restore-buffer-modified-p.
7635         (archive-extract, archive-add-new-member, archive-write-file-member):
7636         Use with-current-buffer.
7637         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7639 2005-06-30  Andreas Schwab  <schwab@suse.de>
7641         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7643 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7645         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7647 2005-06-30  Juri Linkov  <juri@jurta.org>
7649         * faces.el (vertical-border): Inherit from mode-line-inactive
7650         only on tty.
7652 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7654         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7655         example, -NLINES in the `occur' docstring).
7657         * replace.el (occur-1): When no matches are found, do not set the
7658         `buffer-read-only' and modified flags for the occur buffer,
7659         because it is deleted.
7661         * emulation/cua-base.el (cua-check-pending-input)
7662         (cua-repeat-replace-region, cua-mode, cua-debug)
7663         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7664         Fix typos in docstrings.
7666         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7667         (cua-cut-region-to-global-mark)
7668         (cua--cut-rectangle-to-global-mark):
7669         Remove period from end of messages.
7671         * emulation/cua-rect.el (cua-do-rectangle-padding):
7672         Remove period from end of messages.
7673         (cua--rectangle-seq-format): Fix typo in docstring.
7674         (cua-sequence-rectangle, cua-fill-char-rectangle):
7675         Improve argument/docstring consistency.
7677 2005-06-29  Juri Linkov  <juri@jurta.org>
7679         * faces.el (default-frame-background-mode): New internal variable.
7680         (frame-set-background-mode): Use it.
7682         * startup.el (normal-top-level): Set default-frame-background-mode
7683         instead of frame-background-mode.  Before setting it, test for its
7684         nil value.  Remove tests for frame-background-mode and frame
7685         parameter `reverse'.  Add test for "unspecified-fg".
7687         * term/xterm.el (xterm-rxvt-set-background-mode):
7688         * term/rxvt.el (rxvt-set-background-mode):
7689         Set default-frame-background-mode instead of frame-background-mode.
7691 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7693         * simple.el (set-variable): Warn about obsolete user variables.
7695         * imenu.el (imenu--completion-buffer):
7696         * mouse.el (mouse-buffer-menu-alist):
7697         * msb.el (msb-invisible-buffer-p):
7698         * calendar/diary-lib.el (diary-header-line-format):
7699         * emacs-lisp/pp.el (pp-buffer):
7700         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7701         * textmodes/picture.el (picture-replace-match):
7702         Change space constants followed by a sexp to "?\s ".
7704         * play/decipher.el (decipher-loop-with-breaks):
7705         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7706         constants "protected" from end of line by a comment to "?\s".
7708 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7710         * font-lock.el (save-buffer-state): Use `declare'.
7712         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7713         reset the syntax-table to cperl-mode-syntax-table.
7714         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7715         "foo_print_bar" is not matched as a reserved keyword.
7717 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7719         * textmodes/org.el (orgtbl-setup): New function, for delayed
7720         setup for the orgtbl commands.
7721         (org-calc-default-modes): New option.
7722         (orgtbl-make-binding): Use `defun' to get better help display.
7723         (org-diary): Call `org-compile-prefix-format'.
7724         (org-table-formula-substitute-names): New function.
7725         (org-agenda-day-view, org-agenda-week-view): New commands.
7726         (org-agenda-toggle-week-view): Command removed.
7727         (org-tbl-menu): Split off from org-org-menu.
7728         (org-mode): Move removal of outline-mode menus to here.
7729         (org-table-formula-debug): New option.
7730         (org-table-insert-row): Keep first field if just "#" or "*".
7731         (org-mode): Paragraph regexps fixed.
7732         (org-table-recalculate-regexp): New constant.
7733         (org-table-justify-field-maybe): Avoid replace if not necessary.
7734         (org-copy-special, org-cut-special): Use `call-interactively'.
7735         (org-table-copy-region): Take region from `interactive' call.
7736         (org-trim): Return string even if no match.
7737         (org-formula): New face.
7738         (org-set-font-lock-defaults): No longer highlight "FIXME".
7739         But highlight formula-related fields in table.
7740         (org-table-p): Use regexp, not fontification.
7741         (org-table-align): Handle white space at end of line.
7742         (org-table-formula-evaluate-inline): New option.
7743         (org-mode): Auto-wrapping in comment lines turned off.
7744         (org-table-copy-down): Evaluate only in copied field, not in
7745         destination.
7746         (org-table-current-formula): Variable removed.
7747         (org-table-store-formulas, org-table-get-stored-formulas)
7748         (org-table-modify-formulas, org-table-replace-in-formulas)
7749         (org-table-maybe-eval-formula): New functions.
7750         (org-table-get-formula): Modify to use stored formulas.
7751         (org-table-insert-column, org-table-delete-column)
7752         (org-table-move-column): Call `org-table-modify-formulas'.
7753         (org-complete): Add completion for keyword formulas.
7754         (orgtbl-mode): Pull orgtbl-mode-map to start of
7755         minor-mode-map-alist.
7757 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7759         * progmodes/python.el (python-check): Require `compile' before
7760         modifying its variables.
7762         * newcomment.el (comment-indent-default): Don't get fooled by an early
7763         end of buffer.
7765 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7767         * ps-print.el (ps-print-version): Fix version number.
7769 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7771         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7773 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7775         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7776         (flyspell-local-mouse-map): Declaration deleted.
7777         (flyspell-mouse-map): Bind only mouse-2.
7778         (flyspell-mode-map): Don't test flyspell-use-local-map.
7779         (flyspell-overlay-keymap-property-name): Var deleted.
7780         (flyspell-mode-on): Don't make local bindings for
7781         flyspell-mouse-map and flyspell-mode-map.
7782         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7784         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7786         * progmodes/compile.el (compilation-next-error-function):
7787         Don't switch buffers; operate on the current buffer.
7789         * progmodes/compile.el (compilation-error-file-name)
7790         (compilation-warning-file-name, compilation-info-file-name)
7791         (compilation-line-number, compilation-column-number): New faces.
7792         (compilation-error-face, compilation-warning-face)
7793         (compilation-info-face, compilation-line-face)
7794         (compilation-column-face): Use them.
7796         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7798         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7800         * bindings.el (global-map): Bind insertchar and its variants.
7802 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7804         * textmodes/artist.el (artist-text-overwrite)
7805         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7807 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7809         * ps-print.el: It was not working the page selection for printing.
7810         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7811         (ps-print-version): New version 6.6.7.
7812         (ps-end-sheet): New fun.
7813         (ps-header-sheet, ps-end-job): Call it.
7815 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7817         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7819 2005-06-27  Lute Kamstra  <lute@gnu.org>
7821         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7822         background color faces.
7823         (facemenu-get-face): Delete function.
7824         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7825         (facemenu-add-new-color): Make second argument mandatory.
7826         Create the appropriate face and return it.  Simplify.
7827         (facemenu-set-foreground, facemenu-set-background): Don't check if
7828         color is defined.  Use return value of facemenu-add-new-color.
7830 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7832         * progmodes/gud.el (gud-filter): Add missing argument to
7833         with-selected-window.
7835 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7838         a :require to the defcustom.
7840         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7841         defcustoms corresponding to minor modes.
7843 2005-06-26  David Ponce  <david@dponce.com>
7845         * recentf.el: Require tree-widget instead of wid-edit.
7846         (recentf-filename-handler): Fix widget :type.
7847         (recentf-cancel-dialog, recentf-open-more-files)
7848         (recentf-open-files-action): Doc fix.
7849         (recentf-dialog-goto-first): New function.
7850         (recentf-dialog-mode-map): Set parent keymap first.
7851         (recentf-dialog-mode): Define with define-derived-mode.
7852         Don't display continuation lines in dialogs.
7853         (recentf-edit-list): Rename from recentf-edit-selected-items.
7854         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7855         Simplify.
7856         (recentf-edit-list-validate): New function.
7857         (recentf-edit-list): Update accordingly.
7858         (recentf-open-files-item-shift): Remove.
7859         (recentf-open-files-item): Convert menu elements into tree and
7860         link widgets.  Don't create the widgets.
7861         (recentf-open-files): Update accordingly.
7862         (recentf-save-list): Untabify.
7864 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7866         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7867         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7868         partially contained in the active region.  Do not take active
7869         region into account when called from Lisp, unless INTERACTIVE arg
7870         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7871         avoid trouble with fields.  Make marker point nowhere when no
7872         longer used.  Always return nil.  Doc fix.
7873         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7874         into account when called from Lisp, unless INTERACTIVE arg is
7875         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7876         avoid trouble with fields.  Make marker point nowhere when no
7877         longer used.  Always return nil.  Doc fix.
7878         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7879         interchangeable.  Do not take active region into account when
7880         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7881         message in echo area when called from Lisp, unless INTERACTIVE arg
7882         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7883         Return the number of matches.  Doc fix.
7884         (occur): Doc fix.
7885         (perform-replace): Make comment follow double space convention for
7886         the sake of `outline-minor-mode'.
7888         * faces.el (facep): Doc fix.
7890 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7892         * facemenu.el (facemenu-enable-faces-p): New function.
7893         (facemenu-background-menu, facemenu-foreground-menu)
7894         (facemenu-face-menu): Add menu-enable property.
7896         * jka-compr.el (jka-compr-insert-file-contents):
7897         Special handling if cannot find the uncompression program.
7899         * cus-face.el (custom-face-attributes): Add autoload.
7901         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7902         Bind comment-indent-function locally.
7904         * window.el (save-selected-window): Use save-current-buffer.
7906         * subr.el (with-selected-window): Use save-current-buffer.
7908         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7909         and with-current-buffer.
7911 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7913         * simple.el (line-move-1): Fix previous change.
7915 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7917         * replace.el (occur-1): Set `buffer-read-only' and the
7918         buffer-modified flag before running `occur-hook' to protect
7919         against unintentional buffer switches that can lead to data loss.
7921 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7923         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7924         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7925         initial error.
7927         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7928         after fresh input.
7929         (gdb-var-create-handler): Put name of expression in quotes.
7931 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7933         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7934         elements of RING in order, and without bogus nil elements.
7936 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7938         * simple.el (set-variable): Args renamed; doc fix.
7939         (line-move-1): When there are overlays around, use vertical-motion.
7941         * faces.el (escape-glyph): Use brown against light background.
7942         (nobreak-space): Rename from no-break-space.
7943         Fix previous change.
7945         * dired-aux.el (dired-do-copy): Fix arg prompt.
7947         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7949 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7951         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7952         rather than "Distributor".
7954 2005-06-23  Lute Kamstra  <lute@gnu.org>
7956         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7957         (debug-on-entry): Use it.  New interactive declaration that uses
7958         function-called-at-point.
7960 2005-06-23  Kim F. Storm  <storm@cua.dk>
7962         * subr.el (save-match-data): Add comment about using evaporate arg
7963         to set-match-data.
7965 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7967         * cus-edit.el (customize-face)
7968         (customize-face-other-window): Handle face aliases.
7970         * faces.el (face-documentation, set-face-attribute)
7971         (face-spec-set): Handle face aliases.
7973 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7975         * help-mode.el (help-make-xrefs): If a symbol representing a face
7976         name is not followed by the word "face", it could still be a
7977         function or variable name, so don't bypass other checks.
7979 2005-06-22  Juri Linkov  <juri@jurta.org>
7981         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7982         Replace aliased functions with calls where second arg `inherit' is t.
7984 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7986         * progmodes/gdb-ui.el (gdb-error): New variable.
7987         (gdb-error): New function.
7988         (gdb-annotation-rules): Act on error-begin and error annotations.
7989         (gdb-concat-output): Use font-lock-warning-face for errors.
7991 2005-06-22  Miles Bader  <miles@gnu.org>
7993         * bindings.el (propertized-buffer-identification): Use renamed
7994         `Buffer-menu-buffer' face.
7996         * faces.el (vertical-border): Rename from `vertical-divider'.
7997         (escape-glyph): Change dark-background color back to `cyan'.
7999 2005-06-21  Juri Linkov  <juri@jurta.org>
8001         * faces.el (face-user-default-spec): Try getting `customized-face'
8002         prior to `saved-face'.
8003         (frame-background-mode): Refill docstring.
8005         * emacs-lisp/lisp-mode.el (eval-defun-1):
8006         * emacs-lisp/edebug.el (edebug-eval-defun):
8007         Set `saved-face' temporarily to nil before calling form.
8008         Set `customized-face' to the new spec after that.
8010 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8012         * subr.el (1value, lambda, key-substitution-in-progress):
8013         Doc fixes.
8015         * autoinsert.el (auto-insert-alist):
8016         * ses.el (ses-call-printer):
8017         * subr.el (noreturn):
8018         * emacs-lisp/lisp.el (check-parens):
8019         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
8020         * net/browse-url.el (browse-url-mosaic):
8021         * progmodes/cc-defs.el (c-safe-scan-lists):
8022         * progmodes/ebnf-abn.el (ebnf-abn-lex):
8023         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
8024         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
8025         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
8026         * progmodes/ebnf-iso.el (ebnf-iso-lex):
8027         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
8029 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8031         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8033 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
8035         * calendar/appt.el (appt-make-list): Activate the package, if
8036         not already active (for backwards compatibility).
8038 2005-06-20  Kim F. Storm  <storm@cua.dk>
8040         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
8042 2005-06-20  Miles Bader  <miles@gnu.org>
8044         * faces.el (vertical-divider): New face.
8046 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
8048         * simple.el (kill-whole-line): Doc fix.
8049         (next-error-buffer-p, next-error-find-buffer)
8050         (clone-indirect-buffer): Fix typos in docstrings.
8051         (comment-line-break-function): Doc fix: don't say variable
8052         is automatically buffer-local (it isn't).
8054 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
8056         * net/tramp-ftp.el (top):
8057         * net/tramp-smb.el (top):
8058         * net/tramp-util.el (top):
8059         * net/tramp-uu.el (top):
8060         * net/tramp-vc.el (top):
8061         * net/tramp.el (top): Revert copyright years back to original
8062         ones.  Tramp has a life outside GNU Emacs.
8064 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8066         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8068 2005-06-18  Juri Linkov  <juri@jurta.org>
8070         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8071         end of first regexp to limit the match to the position between
8072         line number and source line with same separator character as used
8073         between file name and line number.  In the second regexp limit
8074         mouse-face area to file name and line number by adding new group
8075         for them and referring it in HYPERLINK arg.
8076         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8077         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8078         previous line where grep markers may be already removed.
8080 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
8082         * progmodes/ps-mode.el: Update version and maintainer's email address.
8084 2005-06-18  Steve Youngs  <steve@xemacs.org>
8086         * net/browse-url.el (browse-url-browser-function)
8087         (browse-url-default-browser): Add firefox.
8088         (browse-url-firefox-program, browse-url-firefox-arguments)
8089         (browse-url-firefox-startup-arguments)
8090         (browse-url-firefox-new-window-is-tab): New defcustoms.
8091         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8093 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8095         * startup.el (command-line): Warn if specified user name has
8096         no home directory.
8098         * term.el (term-get-old-input, term-input-filter, term-input-sender)
8099         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8101         * longlines.el (longlines-mode, longlines-show-hard-newlines):
8102         Doc fixes.
8104         * faces.el (underline): Try bold if terminal doesn't support underline.
8106         * mail/sendmail.el (mail-setup-with-from): New variable.
8107         (mail-insert-from-field): New function.
8108         (sendmail-send-it): Call it.
8109         (mail-setup): Optionally call it here.
8111         * term/linux.el: Call tty-no-underline.
8113 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8115         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8117 2005-06-17  Miles Bader  <miles@gnu.org>
8119         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8120         (ediff-current-diff-C, ediff-current-diff-Ancestor)
8121         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8122         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8123         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8124         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8125         Remove "-face" suffix from face names.
8126         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8127         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8128         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8129         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8130         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8131         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8132         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8133         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8134         New backward-compatibility aliases for renamed faces.
8135         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8136         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8137         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8138         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8139         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8140         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8141         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8142         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8143         Use renamed ediff faces.
8145         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8146         Remove "-face" suffix from face names.
8147         (eshell-test-ok-face, eshell-test-failed-face):
8148         New backward-compatibility aliases for renamed faces.
8149         (eshell-run-test): Use renamed eshell-test faces.
8151         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8152         face name.
8153         (eshell-prompt-face): New backward-compatibility alias for renamed
8154         face.
8155         (eshell-emit-prompt): Use renamed eshell-prompt face.
8157         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8158         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8159         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8160         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8161         Remove "-face" suffix from face names.
8162         (eshell-ls-directory-face, eshell-ls-symlink-face)
8163         (eshell-ls-executable-face, eshell-ls-readonly-face)
8164         (eshell-ls-unreadable-face, eshell-ls-special-face)
8165         (eshell-ls-missing-face, eshell-ls-archive-face)
8166         (eshell-ls-backup-face, eshell-ls-product-face)
8167         (eshell-ls-clutter-face):
8168         New backward-compatibility aliases for renamed faces.
8169         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8171         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8172         Remove "-face" suffix from face name.
8173         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8174         instead of literal face.
8176 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
8178         * emacs-lisp/warnings.el (display-warning, lwarn)
8179         (warning-minimum-log-level): Doc fixes.
8180         (warning-minimum-level, warning-minimum-log-level):
8181         Add :debug to :type choices.
8183         * progmodes/ada-mode.el (ada-format-paramlist)
8184         (ada-get-indent-case, ada-check-matching-start)
8185         (ada-check-defun-name, ada-goto-matching-decl-start)
8186         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8187         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8188         (ada-make-subprogram-body): Follow error conventions.
8189         (ada-case-exception-file, ada-indent-comment-as-code)
8190         (ada-indent-handle-comment-special, ada-indent-renames)
8191         (ada-indent-return, ada-search-directories-internal)
8192         (ada-tab-policy, ada-case-exception-substring)
8193         (ada-other-file-alist, ada-matching-start-re)
8194         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8195         (ada-imenu-generic-expression, ada-compile-goto-error)
8196         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8197         (ada-popup-menu, ada-add-extensions, ada-mode)
8198         (ada-region-selected, ada-create-case-exception)
8199         (ada-create-case-exception-substring, ada-after-keyword-p)
8200         (ada-activate-keys-for-case, ada-adjust-case-region)
8201         (ada-adjust-case-buffer, ada-format-paramlist)
8202         (ada-scan-paramlist, ada-insert-paramlist)
8203         (ada-indent-newline-indent)
8204         (ada-indent-newline-indent-conditional)
8205         (ada-justified-indent-current, ada-goto-previous-word)
8206         (ada-indent-current, ada-get-indent-open-paren)
8207         (ada-get-indent-paramlist, ada-get-indent-end)
8208         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8209         (ada-get-indent-block-start, ada-get-indent-subprog)
8210         (ada-get-indent-noindent, ada-get-indent-label)
8211         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8212         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8213         (ada-goto-stmt-end, ada-goto-next-word)
8214         (ada-check-matching-start, ada-check-defun-name)
8215         (ada-goto-matching-decl-start, ada-goto-matching-start)
8216         (ada-goto-matching-end, ada-search-ignore-string-comment)
8217         (ada-in-decl-p, ada-looking-at-semi-or)
8218         (ada-looking-at-semi-private, ada-in-paramlist-p)
8219         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8220         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8221         (ada-next-procedure, ada-previous-procedure, ada-next-package)
8222         (ada-previous-package, ada-create-menu)
8223         (ada-fill-comment-paragraph-justify)
8224         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8225         (ada-other-file-name, ada-last-which-function-line)
8226         (ada-last-which-function-subprog, ada-which-function)
8227         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8228         (ada-gen-treat-proc, ada-check-emacs-version)
8229         (ada-continuation-indent, ada-align-region-separate):
8230         Fix typos in docstrings.
8231         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8233 2005-06-16  Lute Kamstra  <lute@gnu.org>
8235         * simple.el (fundamental-mode): Run after-change-major-mode-hook
8236         conditionally.
8238 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8240         * comint.el (comint-replace-by-expanded-filename)
8241         (comint-prompt-regexp, comint-delimiter-argument-list)
8242         (comint-preinput-scroll-to-bottom):
8243         * info.el (Info-hide-cookies-node):
8244         * ls-lisp.el (ls-lisp-classify):
8245         * find-file.el (ff-search-directories, ff-special-constructs)
8246         (ff-find-other-file):
8247         * font-lock.el (font-lock-keywords):
8248         * shell.el (shell-prompt-pattern)
8249         (shell-dynamic-complete-functions, shell-mode)
8250         (shell-delimiter-argument-list):
8251         * term.el (term-replace-by-expanded-filename)
8252         (term-prompt-regexp, term-delimiter-argument-list):
8253         * woman.el (woman-ignore, woman0-if):
8254         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8255         * emacs-lisp/elint.el (elint-init-env):
8256         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8257         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8258         * language/ethio-util.el (ethio-tilde-escape)
8259         (ethio-use-three-dot-question):
8260         * net/zone-mode.el (zone-mode-load-time-setup):
8261         * progmodes/cc-align.el (c-lineup-argcont):
8262         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8263         * progmodes/cperl-mode.el (cperl-set-style-back):
8264         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8265         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8266         Fix spellings in docstrings.
8268         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8269         * progmodes/modula2.el (m2-for): Fix spellings.
8271         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8273         * simple.el (undo-more): Don't use `format' on `error' arguments.
8274         Improve argument/docstring consistency.
8275         (pending-undo-list): Doc fix.
8277         * smerge-mode.el (smerge-ensure-match):
8278         * emulation/vip.el (vip-ex):
8279         * net/zone-mode.el (zone-mode-update-serial):
8280         * progmodes/idlwave.el (idlwave-complete):
8281         * progmodes/vhdl-mode.el (vhdl-visit-file)
8282         (vhdl-compose-wire-components):
8283         Don't use `format' on `error' arguments.
8285         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8286         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8287         (tooltip-help-tips): Fix typos in docstrings.
8289 2005-06-16  David Ponce  <david@dponce.com>
8291         * tree-widget.el (tree-widget-value-create): Simplify last change.
8293 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
8295         * ido.el (ido-incomplete-regexp): New variable.
8296         (ido-set-matches-1): Handle invalid-regexp error and set
8297         ido-incomplete-regexp.
8298         (ido-incomplete-regexp): New face.
8299         (ido-completions): Use it.
8300         (ido-complete, ido-exit-minibuffer, ido-completions):
8301         Handle incomplete regexps.
8302         (ido-completions): Add check for complete match when entering a regexp.
8304 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8306         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8308 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8310         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8311         by field delimiters.
8313 2005-06-15  David Ponce  <david@dponce.com>
8315         * tree-widget.el: eval-and-compile inlined functions so they will
8316         be available at run-time too.
8317         (tree-widget-super-format-handler)
8318         (tree-widget-format-handler): Remove.
8319         (tree-widget-value-create): Handle the :indent property.
8321 2005-06-15  Miles Bader  <miles@gnu.org>
8323         * progmodes/which-func.el (which-func): Only inherit
8324         `font-lock-function-name-face' when that makes sense against the
8325         default mode-line face, otherwise set the face color explicitly.
8327         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8328         faces instead of (non-existent) variables.
8330 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8333         (iswitchb-get-matched-buffers): Likewise.  Simplify.
8335 2005-06-14  Miles Bader  <miles@gnu.org>
8337         * progmodes/ld-script.el (ld-script-location-counter):
8338         Remove "-face" suffix from face name.
8339         (ld-script-location-counter-face):
8340         New backward-compatibility alias for renamed face.
8341         (ld-script-location-counter-face): Use renamed face.
8343         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8344         (cperl-hash): Remove "-face" suffix from face names.
8345         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8346         New backward-compatibility aliases for renamed faces.
8347         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8348         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8350         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8351         name.
8352         (which-func-face): New backward-compatibility alias for renamed face.
8353         (which-func-format): Use renamed which-func face.
8355         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8356         (vhdl-function, vhdl-directive, vhdl-reserved-word)
8357         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8358         names.
8359         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8360         (vhdl-speedbar-configuration, vhdl-speedbar-package)
8361         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8362         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8363         (vhdl-speedbar-architecture-selected)
8364         (vhdl-speedbar-configuration-selected)
8365         (vhdl-speedbar-package-selected)
8366         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8367         names.
8368         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8369         Use renamed faces.
8370         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8371         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8372         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8373         Use renamed faces.
8374         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8375         names.
8376         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8377         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8378         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8379         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8380         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8381         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8383         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8384         face name.
8385         (sh-heredoc-face): New backward-compatibility alias for renamed face.
8386         (sh-heredoc-face): Use renamed sh-heredoc face.
8388         * progmodes/idlw-help.el (idlwave-help-link):
8389         Remove "-face" suffix from face name.
8390         (idlwave-help-link-face):
8391         New backward-compatibility alias for renamed face.
8392         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8394         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8395         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8396         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8397         New backward-compatibility aliases for renamed faces.
8398         (idlwave-shell-disabled-breakpoint-face)
8399         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8401         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8402         Remove "-face" suffix from face names.
8403         (flymake-errline-face, flymake-warnline-face):
8404         New backward-compatibility aliases for renamed faces.
8405         (flymake-highlight-line): Use renamed flymake faces.
8407         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8408         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8409         (ebrowse-member-class, ebrowse-progress):
8410         Remove "-face" suffix from face names.
8411         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8412         (ebrowse-file-name-face, ebrowse-default-face)
8413         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8414         (ebrowse-progress-face):
8415         New backward-compatibility aliases for renamed faces.
8416         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8417         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8418         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8419         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8421         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8422         antlr-syntax)
8423         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8424         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8425         names.
8426         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8427         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8428         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8429         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8430         backward-compatibility aliases for renamed faces.
8431         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8432         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8433         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8434         remove "font-lock-".  Use renamed antlr-mode faces.
8435         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8436         literal face-names with face variable references.
8438         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8439         face name.
8440         (Buffer-menu-buffer-face): New backward-compatibility alias for
8441         renamed face.
8442         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8444 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8446         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8447         Eliminate "-face" suffix.
8448         (makefile-targets): Inherit from font-lock-function-name-face and
8449         eliminate "-face" suffix.
8450         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8451         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8452         actions, instead of prepending, to make it less visible.
8453         (makefile-previous-dependency, makefile-match-dependency):
8454         Don't match a target on a continuation line.
8456         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8458 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8460         * progmodes/gdb-ui.el (menu): Re-order menu items.
8461         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8463         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8464         Define in tooltip.el.
8465         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8466         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8467         gud-tooltip-echo-area.
8469         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8470         backward compatibility and make obsolete.
8471         (tooltip-help-tips): Use tooltip-use-echo-area.
8472         (tooltip-show-help-function): Rename to...
8473         (tooltip-show-help): ...this, because it is a function.
8474         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8476 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8478         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8479         (edebug-print-length, edebug-print-level, edebug-print-circle)
8480         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8481         (edebug-eval-print-last-sexp): Doc fixes.
8483 2005-06-14  Kim F. Storm  <storm@cua.dk>
8485         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8486         as the coverage buffer/file/both may change.
8488 2005-06-14  Lute Kamstra  <lute@gnu.org>
8490         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8491         and run-mode-hooks.  Simplify.
8493         * mail/rmailedit.el (rmail-edit-mode):
8494         * progmodes/octave-inf.el (inferior-octave-mode):
8495         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8497         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8498         and run-mode-hooks.
8499         (recentf-edit-list, recentf-open-files): Don't call
8500         kill-all-local-variables directly.
8502         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8504 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8506         * emacs-lisp/byte-run.el (make-obsolete)
8507         (define-obsolete-function-alias): Rename arguments FUNCTION and
8508         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8509         (make-obsolete-variable, define-obsolete-variable-alias):
8510         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8511         respectively.
8513         * isearchb.el (isearchb-activate):
8514         * pcvs.el (cvs-mode):
8515         * ses.el (ses-load):
8516         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8517         * net/tramp.el (tramp-find-file-exists-command)
8518         (tramp-find-shell):
8519         * progmodes/ada-mode.el (ada-create-case-exception)
8520         (ada-create-case-exception-substring, ada-make-subprogram-body):
8521         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8522         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8523         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8524         * textmodes/org.el (org-promote, org-evaluate-time-range)
8525         (org-agenda-next-date-line, org-agenda-previous-date-line)
8526         (org-agenda-error, org-open-at-point, org-table-move-row)
8527         (org-format-table-table-html-using-table-generate-source)
8528         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8529         * textmodes/reftex.el (reftex-access-scan-info):
8530         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8531         (reftex-toc-promote-prepare): Follow error conventions.
8533         * diff-mode.el (diff-mode): Fix typo in docstring.
8535         * forms.el (forms--intuit-from-file): Fix reference to
8536         `forms-number-of-fields' in error message.
8537         (forms-print): Fix quoting in error message.
8539         * forms.el (forms-mode):
8540         * emulation/vi.el (vi-goto-insert-state):
8541         * progmodes/flymake.el (flymake-new-err-info)
8542         (flymake-start-syntax-check-for-current-buffer)
8543         (flymake-simple-cleanup):
8544         * eshell/esh-var.el (eshell/export):
8545         * progmodes/gud.el (xdb):
8546         * textmodes/flyspell.el (flyspell-incorrect-hook)
8547         (flyspell-maybe-correct-transposition)
8548         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8550 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8552         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8553         minibuffer prompt.
8555 2005-06-13  Kim F. Storm  <storm@cua.dk>
8557         * subr.el (add-to-ordered-list): New defun.
8559         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8560         add cua--keymap-alist to emulation-mode-map-alists.
8562 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * subr.el (complete-in-turn): New macro.
8565         (dynamic-completion-table, lazy-completion-table): Add debug info.
8567         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8568         in preference to face aliases.
8570         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8571         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8572         Remove unused vars `start' and `firstline'.
8573         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8574         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8576 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8578         * cus-start.el (all): Don't complain about missing GTK-related
8579         variables, unless either `gtk' is boundp or this isn't a
8580         `windows-nt' build.
8582 2005-06-13  Lute Kamstra  <lute@gnu.org>
8584         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8585         run-mode-hooks.
8587         * ediff-mult.el (ediff-meta-mode):
8588         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8590         * ledit.el (ledit-mode): Use delay-mode-hooks.
8592         * woman.el (woman-mode-line-format): Delete constant.
8593         (woman-mode-map): Initialize it properly.
8594         (woman-mode): Set mode-class property to special.
8595         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8596         Set major-mode and mode-name.  Don't set mode-line-format directly.
8597         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8599         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8600         string argument obsolete.
8602 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8604         * textmodes/org.el (org-CUA-compatible): New option.
8605         (org-disputed-keys): New variable.
8606         (org-key): New function.
8607         (orgtbl-make-binding): Add docstring to the created function.
8608         (org-mode): Set paragraph start/separate regexps.
8609         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8610         (org-archive-location, org-archive-mark-done)
8611         (org-archive-stamp-time): New options.
8612         (org-archive-subtree): New command.
8613         (org-fill-paragraph): New function.
8614         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8615         (org-fake-empty-table-line): Function removed.
8616         (org-format-org-table-html): Do not create empty table lines at
8617         separator lines.  Improved table header treatment.
8618         (org-link-format): New option.
8619         (org-make-link): New function.
8620         (org-insert-link, org-store-link): Use org-make-link.
8621         (org-open-file): Quote file name for shell command, to allow
8622         spaces in file names.
8623         (org-link-regexp): Fix bug with mailto link.
8624         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8625         New constants.
8626         (org-export-as-html): Deal with the optional angles around a link.
8627         Better treatment of file: links.
8628         (org-open-at-point): Replace @{ and @} with < and >.
8629         (org-run-mode-hooks): Function removed.
8630         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8632 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8634         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8635         MI command -data-list-register-values.
8636         (gdb-post-prompt): Indent properly.
8638 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8640         * hilit-chg.el (highlight-changes-colors): Rename from
8641         `highlight-changes-colours'.
8642         (highlight-changes-colours): Keep as obsolete alias.
8643         (highlight-changes-face-list): Doc fix.
8644         (hilit-chg-make-list): Use `highlight-changes-colors'.
8646 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8648         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8649         defun-prompt-regexp.
8651 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8653         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8654         and cygwin.
8656         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8657         Don't use an old loaddefs.el, as in Makefile.in.
8659 2005-06-12  Lute Kamstra  <lute@gnu.org>
8661         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8663         * man.el (Man-mode-map): Initialize it properly.
8664         (Man-mode): Set mode-class property to special.
8666         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8668 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8670         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8671         A newline is needed in the docstring there.
8673         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8674         Doc fixes.
8676 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8678         * printing.el: Doc fix.  The menubar is no more changed when printing
8679         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8680         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8681         (pr-version): New version number (6.8.4).
8682         (pr-menu-bind): New command.
8683         (pr-update-menus): Docstring and code fix.
8684         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8685         Docstring fix.
8686         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8687         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8689 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8691         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8692         "Returns" to "return", document useful return values, etc.
8694 2005-06-11  Alan Mackenzie  <acm@muc.de>
8696         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8697         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8698         (adaptive-file-function): Minor amendment to doc-string.
8700 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8702         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8703         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8704         Fix :type--it is `integer', not `string'.
8706         * faces.el (modeline-highlight): Rename from (the erroneous)
8707         `modeline-higilight'.
8709 2005-06-11  Lute Kamstra  <lute@gnu.org>
8711         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8712         lisp-interaction-mode-map but make it the parent.
8713         (edebug-eval-mode): Use define-derived-mode.
8715 2005-06-11  Andreas Schwab  <schwab@suse.de>
8717         * bindings.el: Add binding of `ESC functionkey' for every
8718         `M-functionkey'.
8719         * hexl.el (hexl-mode-map): Likewise.
8721 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8723         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8724         [msft]: update regexp for newer msft compilers.
8726 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8728         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8729         ATTLIST portions of included DTDs.
8730         (xml-parse-dtd): Eliminate use of inefficient match-data.
8732 2005-06-10  Miles Bader  <miles@gnu.org>
8734         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8735         (mpuz-text): Remove "-face" suffix from face names.
8736         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8737         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8738         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8740         * play/gomoku.el (gomoku-O, gomoku-X):
8741         Remove "-face" suffix from face names.
8742         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8743         New backward-compatibility aliases for renamed faces.
8744         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8746 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8748         * thumbs.el: Fixes for changes of 2005-06-09.
8749         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8750         as a directory.
8751         (thumbs-thumbname): Remove directory separator from format string;
8752         `thumbs-thumbsdir' now returns a valid directory name.
8753         (thumbs-temp-dir): New defsubst.
8754         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8755         Use it.
8757         * cus-edit.el (minibuffer):
8758         * files.el (make-backup-file-name-function):
8759         * filesets.el (filesets-external-viewers):
8760         * hilit-chg.el (highlight-changes-colours)
8761         (highlight-changes-face-list, highlight-changes-rotate-faces):
8762         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8763         * kmacro.el (kmacro-call-macro):
8764         * log-edit.el (log-edit-changelog-full-paragraphs):
8765         * mouse.el (mouse-1-click-follows-link):
8766         * skeleton.el (skeleton-autowrap):
8767         * subr.el (insert-for-yank-1):
8768         * tempo.el (tempo-insert-region):
8769         * terminal.el (terminal-emulator):
8770         * time.el (display-time-mail-face):
8771         * vc.el (vc-annotate):
8772         * vcursor.el (vcursor-copy-line):
8773         * woman.el (woman-bold-headings, woman-ignore)
8774         (woman-default-faces, woman-monochrome-faces):
8775         * calendar/todo-mode.el (todo-insert-threshold):
8776         * emulation/pc-select.el (pc-select-selection-keys-only)
8777         (pc-selection-mode):
8778         * emulation/vip.el (vip-find-char-forward):
8779         * emulation/viper-cmd.el (viper-find-char-forward):
8780         * international/mule-cmds.el
8781         (select-safe-coding-system-accept-default-p)
8782         (input-method-exit-on-invalid-key):
8783         * international/mule-diag.el (describe-coding-system):
8784         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8785         * net/browse-url.el (browse-url-xterm-program):
8786         * obsolete/lazy-lock.el (lazy-lock-mode):
8787         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8788         (cperl-mode):
8789         * progmodes/cpp.el (cpp-face-light-name-list)
8790         (cpp-face-dark-name-list):
8791         * progmodes/delphi.el (delphi-newline-always-indents):
8792         Fix spellings in docstrings.
8794         * ido.el (ido-mode, ido-file-extensions-order)
8795         (ido-default-file-method, ido-default-buffer-method)
8796         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8797         (ido-decorations, ido-read-file-name-as-directory-commands)
8798         (ido-read-file-name-non-ido, ido-work-directory-list)
8799         (ido-ignore-item-temp-list, ido-current-directory)
8800         (ido-magic-forward-char, ido-enter-find-file)
8801         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8802         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8804 2005-06-10  Lute Kamstra  <lute@gnu.org>
8806         * play/dunnet.el (dun-mode): Use define-derived-mode.
8807         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8808         obsolete alias.
8810         * play/doctor.el (doctor-mode-map): Remove defvar.
8811         (doctor-mode): Use define-derived-mode.
8813         * mail/mspools.el (mspools-mode):
8814         * net/eudc-hotlist.el (eudc-hotlist-mode):
8815         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8817 2005-06-10  Miles Bader  <miles@gnu.org>
8819         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8820         Remove "-face" suffix from face names.
8821         (flyspell-incorrect-face, flyspell-duplicate-face):
8822         New backward-compatibility aliases for renamed faces.
8823         (flyspell-mode-on, make-flyspell-overlay)
8824         (flyspell-highlight-incorrect-region)
8825         (flyspell-highlight-duplicate-region)
8826         (flyspell-display-next-corrections)
8827         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8829         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8830         from face name.
8831         (texinfo-heading-face): New backward-compatibility alias for
8832         renamed face.
8833         (texinfo-heading-face): Use renamed texinfo-heading face.
8835         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8836         suffix from face names.
8837         (tex-math-face, tex-verbatim-face):
8838         New backward-compatibility aliases for renamed faces.
8839         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8840         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8841         literal face name.
8843         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8844         name.
8845         (table-cell-face): New backward-compatibility alias for renamed face.
8846         (table--put-cell-face-property, table--update-cell-face):
8847         Use renamed table-cell face.
8849         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8850         from face name.
8851         (sgml-namespace-face): New backward-compatibility alias for
8852         renamed face.
8853         (sgml-namespace-face): Use renamed sgml-namespace face.
8855         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8856         (org-level-4, org-level-5, org-level-6, org-level-7)
8857         (org-level-8, org-warning, org-headline-done)
8858         (org-deadline-announce, org-scheduled-today)
8859         (org-scheduled-previously, org-link, org-done, org-table)
8860         (org-time-grid): Remove "-face" suffix from face names.
8861         (org-level-1-face, org-level-2-face, org-level-3-face)
8862         (org-level-4-face, org-level-5-face, org-level-6-face)
8863         (org-level-7-face, org-level-8-face, org-warning-face)
8864         (org-headline-done-face, org-deadline-announce-face)
8865         (org-scheduled-today-face, org-scheduled-previously-face)
8866         (org-link-face, org-done-face, org-table-face)
8867         (org-time-grid-face):
8868         New backward-compatibility aliases for renamed faces.
8869         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8870         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8871         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8872         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8874         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8875         (viper-minibuffer-emacs, viper-minibuffer-insert)
8876         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8877         (viper-search-face, viper-replace-overlay-face)
8878         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8879         (viper-minibuffer-vi-face):
8880         New backward-compatibility aliases for renamed faces.
8881         (viper-search-face, viper-replace-overlay-face)
8882         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8883         (viper-minibuffer-vi-face): Use renamed viper faces.
8885         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8886         Remove "-face" suffix from face names.
8887         (testcover-nohits-face, testcover-1value-face):
8888         New backward-compatibility aliases for renamed faces.
8889         (testcover-mark): Use renamed testcover faces.
8891         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8892         face name.
8893         (diary-button-face): New backward-compatibility alias for renamed face.
8894         (diary-entry): Use renamed diary-button face.
8896         * calendar/calendar.el (diary, calendar-today, holiday)
8897         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8898         (diary-face, calendar-today-face, holiday-face):
8899         New backward-compatibility aliases for renamed faces.
8900         (eval-after-load "facemenu", diary-entry-marker)
8901         (calendar-today-marker, calendar-holiday-marker, diary-face):
8902         Use renamed calendar faces.
8904         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8905         (compare-windows-face): New backward-compatibility alias for
8906         renamed face.
8907         (compare-windows-highlight): Use renamed compare-windows face.
8909         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8910         (strokes-char-face): New backward-compatibility alias for renamed face.
8911         (strokes-encode-buffer): Use renamed strokes-char face.
8913         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8914         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8915         Remove "-face" suffix from face names.
8916         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8917         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8918         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8919         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8920         Use renamed pcvs faces.
8921         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8922         * pcvs-defs.el (cvs-mode-map): Likewise.
8923         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8925         * info.el (info-title-1, info-title-2, info-title-3)
8926         (info-title-4): Remove "-face" suffix from and downcase face names.
8927         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8928         (Info-title-4-face):
8929         New backward-compatibility aliases for renamed faces.
8930         (Info-fontify-node): Use renamed info faces.
8932         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8933         Remove "-face" suffix from face names.
8934         (highlight-changes-face, highlight-changes-delete-face):
8935         New backward-compatibility aliases for renamed faces.
8936         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8937         (hilit-chg-make-list): Use renamed highlight-changes faces.
8939         * generic-x.el (show-tabs-tab, show-tabs-space):
8940         Remove "-face" suffix from face names.
8941         (show-tabs-tab-face, show-tabs-space-face):
8942         New backward-compatibility aliases for renamed faces.
8943         (show-tabs-generic-mode-font-lock-defaults-1)
8944         (show-tabs-generic-mode-font-lock-defaults-2):
8945         Use renamed show-tabs faces.
8947         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8948         (smerge-markers): Remove "-face" suffix from face names.
8949         (smerge-mine-face, smerge-other-face, smerge-base-face)
8950         (smerge-markers-face):
8951         New backward-compatibility aliases for renamed faces.
8952         (smerge-mine-face, smerge-other-face, smerge-base-face)
8953         (smerge-markers-face): Use renamed smerge faces.
8955         * log-view.el (log-view-file, log-view-message): Remove "-face"
8956         suffix from face names.
8957         (log-view-file-face, log-view-message-face):
8958         New backward-compatibility aliases for renamed faces.
8959         (log-view-file-face, log-view-message-face): Use renamed log-view
8960         faces.
8962         * paren.el (show-paren-match, show-paren-mismatch):
8963         Remove "-face" suffix from face names.
8964         (show-paren-match-face, show-paren-mismatch-face):
8965         New backward-compatibility aliases for renamed faces.
8966         (show-paren-function): Use renamed show-paren faces.
8968         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8969         (ruler-mode-margins, ruler-mode-fringes)
8970         (ruler-mode-column-number, ruler-mode-fill-column)
8971         (ruler-mode-comment-column, ruler-mode-goal-column)
8972         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8973         suffix from face names.
8974         (ruler-mode-default-face, ruler-mode-pad-face)
8975         (ruler-mode-margins-face, ruler-mode-fringes-face)
8976         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8977         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8978         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8979         New backward-compatibility aliases for renamed faces.
8980         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8981         (ruler-mode-column-number, ruler-mode-fill-column)
8982         (ruler-mode-comment-column, ruler-mode-goal-column)
8983         (ruler-mode-tab-stop, ruler-mode-current-column)
8984         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8985         faces.
8987         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8988         face name.
8989         (whitespace-highlight-the-space): Use renamed face.
8990         (whitespace-highlight-face): New backward-compatibility alias for
8991         renamed face.
8993         * woman.el (woman-italic, woman-bold, woman-unknown)
8994         (woman-addition, woman-symbol-face):
8995         Remove "-face" suffix from face names.
8996         (woman-italic-face, woman-bold-face, woman-unknown-face)
8997         (woman-addition-face):
8998         New backward-compatibility aliases for renamed faces.
8999         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
9000         (woman-decode-region, woman-replace-match)
9001         (woman-display-extended-fonts, woman-special-characters)
9002         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
9003         Use renamed woman faces.
9005         * longlines.el (longlines-visible-face): Face removed.
9007         * diff-mode.el (diff-header, diff-file-header, diff-index)
9008         (diff-hunk-header, diff-removed, diff-added, diff-changed)
9009         (diff-function, diff-context, diff-nonexistent): Remove "-face"
9010         suffix from face names.
9011         (diff-header-face, diff-file-header-face, diff-index-face)
9012         (diff-hunk-header-face, diff-removed-face, diff-added-face)
9013         (diff-changed-face, diff-function-face, diff-context-face)
9014         (diff-nonexistent-face): New backward-compatibility aliases for
9015         renamed faces.
9016         (diff-header-face, diff-file-header-face)
9017         (diff-index, diff-index-face, diff-hunk-header)
9018         (diff-hunk-header-face, diff-removed, diff-removed-face)
9019         (diff-added, diff-added-face, diff-changed-face, diff-function)
9020         (diff-function-face, diff-context-face, diff-nonexistent)
9021         (diff-nonexistent-face): Use renamed diff-mode faces.
9023         * progmodes/compile.el (compilation-warning-face)
9024         (compilation-info-face): Remove "-face" suffix from face names.
9025         (compilation-warning-face, compilation-info-face):
9026         New backward-compatibility aliases for renamed faces.
9027         (compilation-warning-face, compilation-info-face):
9028         Use renamed compilation faces.
9030         * add-log.el (change-log-date, change-log-name)
9031         (change-log-email, change-log-file, change-log-list)
9032         (change-log-conditionals, change-log-function)
9033         (change-log-acknowledgement): Remove "-face" suffix from face names.
9034         (change-log-date-face, change-log-name-face)
9035         (change-log-email-face, change-log-file-face)
9036         (change-log-list-face, change-log-conditionals-face)
9037         (change-log-function-face, change-log-acknowledgement-face):
9038         New backward-compatibility aliases for renamed faces.
9039         (change-log-font-lock-keywords): Use renamed change-log faces.
9041         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9042         (custom-set, custom-changed, custom-saved, custom-button)
9043         (custom-button-pressed, custom-documentation, custom-state)
9044         (custom-comment, custom-comment-tag, custom-variable-tag)
9045         (custom-variable-button, custom-face-tag, custom-group-tag-1)
9046         (custom-group-tag): Remove "-face" suffix from face names.
9047         (custom-magic-alist, custom-magic-value-create)
9048         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9049         (custom-invalid-face, custom-rogue-face, custom-modified-face)
9050         (custom-set-face, custom-changed-face, custom-saved-face)
9051         (custom-button-face, custom-button-pressed-face)
9052         (custom-documentation-face, custom-state-face)
9053         (custom-comment-face, custom-comment-tag-face)
9054         (custom-variable-tag-face, custom-variable-button-face)
9055         (custom-face-tag-face, custom-group-tag-face-1)
9056         (custom-group-tag-face):
9057         New backward-compatibility aliases for renamed faces.
9059         * wid-edit.el (widget-documentation, widget-button)
9060         (widget-field, widget-single-line-field, widget-inactive)
9061         (widget-button-pressed): "-face" suffix removed from face names.
9062         (widget-documentation-face, widget-button-face)
9063         (widget-field-face, widget-single-line-field-face)
9064         (widget-inactive-face, widget-button-pressed-face):
9065         New backward-compatibility aliases for renamed faces.
9066         (widget-documentation-face, widget-button-face)
9067         (widget-button-pressed-face, widget-specify-field)
9068         (widget-specify-inactive): Use renamed widget faces.
9070 2005-06-10  Kenichi Handa  <handa@m17n.org>
9072         * term/x-win.el (x-clipboard-yank): Remove condition-case
9073         wrapping.
9075 2005-06-11  Kenichi Handa  <handa@m17n.org>
9077         * add-log.el (change-log-font-lock-keywords): Make the regexp for
9078         date lines stricter.
9080 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
9082         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9083         of x-get-selection.
9085 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
9087         * comint.el (comint-mode, comint-snapshot-last-prompt):
9088         * frame.el (frame-current-scroll-bars):
9089         * term.el (term-mode, term-check-proc, term-input-sender)
9090         (term-simple-send, term-extract-string, term-word)
9091         (term-match-partial-filename):
9092         * window.el (window-current-scroll-bars):
9093         * emulation/cua-base.el (cua-normal-cursor-color)
9094         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9095         (cua-global-mark-cursor-color):
9096         * mail/undigest.el (rmail-forward-separator-regex):
9097         Fix typos in docstrings.
9099         * comint.el (comint-check-proc, make-comint-in-buffer)
9100         (comint-source-default): Doc fixes.
9102         * term.el (term-send-string): Improve argument/docstring consistency.
9104 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
9106         * comint.el (comint-send-input): Bind `inhibit-read-only' around
9107         call to `delete-region'.
9108         (comint-mode-hook): Do not enable Font Lock by default.
9110 2005-06-09  Lute Kamstra  <lute@gnu.org>
9112         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9113         could be void.
9115 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * emacs-lisp/debug.el (debugger-will-be-back): New var.
9118         (debug): Use it.
9119         (debugger-step-through, debugger-continue, debugger-jump)
9120         (debugger-return-value): Set it when needed.
9121         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9122         Use inhibit-read-only.
9124 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
9126         * window.el (shrink-window-if-larger-than-buffer)
9127         (window-size-fixed): Fix typo in docstring.
9129         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
9130         thumbnails directory on loading.
9131         (thumbs-conversion-program): Use `eq' to check the system type,
9132         not `equal'.
9133         (thumbs-temp-dir): Initialize to `temporary-file-directory',
9134         not "/tmp".  Fix docstring.
9135         (thumbs-thumbsdir): New function to return the thumbnails
9136         directory, creating it if needed.
9137         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9138         (thumbs-temp-file): Delete variable and make it into a function.
9139         (thumbs-resize-image, thumbs-modify-image): Use it.
9140         (thumbs-kill-buffer): Simplify.
9141         (thumbs-gensym): Defalias or duplicate CL `gensym'.
9142         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9143         docstrings.
9145 2005-06-09  Kim F. Storm  <storm@cua.dk>
9147         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9148         set-match-data to free markers in match-data.
9150         * replace.el (replace-match-data): Pass RESEAT arg `t' to
9151         match-data to unchain markers in match-data.
9153 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9155         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9156         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
9157         unnecessary now.
9159 2005-06-08  Richard M. Stallman  <rms@gnu.org>
9161         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9162         give the variable a doc string that doesn't say don't set it directly.
9164         * textmodes/ispell.el (ispell-check-version):
9165         Use match-string-no-properties.
9166         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9167         (ispell-buffer-local-words): Likewise.
9169         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9170         except on terminals with enough colors to really display it.
9171         (makefile-dependency-regex): Delete spurious `bb'.
9173         * faces.el (escape-glyph): Use blue once again in last case.
9174         (no-break-space): Redefine so that it isn't invisible on a tty.
9176 2005-06-08  Kim F. Storm  <storm@cua.dk>
9178         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9179         also when reading directory name.
9181 2005-06-08  Lute Kamstra  <lute@gnu.org>
9183         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9184         (flyspell-mode-line-string): Remove autoload cookie.
9185         (flyspell-mode): Remove defvar.
9187 2005-06-07  Lute Kamstra  <lute@gnu.org>
9189         * textmodes/org.el (org-run-mode-hooks): New function.
9190         (org-agenda-mode): Use it.
9192 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
9194         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9196 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9200 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
9202         * font-lock.el (font-lock-add-keywords): Doc fix.
9204 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9206         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9207         (tex-compile-default): In the absence of any history, use the order in
9208         tex-compile-alist to choose the preferred command.
9209         (tex-compile-commands): Reorder a bit.
9211         * textmodes/flyspell.el (flyspell-auto-correct-binding)
9212         (flyspell-incorrect-face, flyspell-duplicate-face):
9213         Use (X)Emacs-agnostic code.
9214         (flyspell-mode-map): Don't overwrite at each load.  Remove code
9215         redundant with the subsequent add-minor-mode.  Merge Emacs and
9216         XEmacs code.
9217         (flyspell-word): Minor simplification.
9218         (flyspell-math-tex-command-p): Quieten the byte-compiler.
9219         (flyspell-external-point-words): Remove unused vars `size' and `start'.
9220         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9221         Merge the corresponding Emacs code.
9222         (flyspell-correct-word, flyspell-xemacs-popup):
9223         Use flyspell-do-correct.
9225         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9226         a dedicated window.
9228         * international/latexenc.el (latexenc-find-file-coding-system):
9229         Undo part of last patch, to turn off a compiler warning.
9231 2005-06-06  Juri Linkov  <juri@jurta.org>
9233         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9234         Rename `tmm-inactive-face' to `tmm-inactive'.
9236 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
9238         * iswitchb.el: Rename faces.
9240 2005-06-06  Kim F. Storm  <storm@cua.dk>
9242         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9243         (cua-global-mark): Remove -face suffix from face names.
9245         * emulation/cua-gmrk.el (cua--init-global-mark):
9246         Remove cua-global-mark face setup.
9248 2005-06-06  Richard M. Stallman  <rms@gnu.org>
9250         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9251         just like other allowed characters.
9252         (makefile-match-dependency): Exclude leading and training whitespace
9253         from the range of regexp subexp 1.
9254         (makefile-macroassign-regex): Don't try to match the body,
9255         just the name of the macro being defined.
9257         * info.el (Info-read-node-name-2): New function.
9258         (Info-read-node-name-1): Use that.
9259         Add a completion-base-size-function property.
9261         * simple.el (completion-setup-function): Look for
9262         completion-base-size-function property of minibuffer-completion-table.
9264         * files.el (locate-file-completion): Doc fix.
9266         * printing.el: Don't call pr-update-menus; user must do that.
9268         * emacs-lisp/debug.el (debugger-window): New variable.
9269         (debug): Use debugger-window if it is set and still alive.
9270         Record debugger-window for next entry.
9272         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9274 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
9276         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9277         (hack-one-local-variable, hack-local-variables)
9278         (hack-local-variables-prop-line): Pass that arg.
9280 2005-06-06  Kim F. Storm  <storm@cua.dk>
9282         * ido.el (ido-first-match, ido-only-match, ido-subdir)
9283         (ido-indicator): Remove -face suffix from face names.
9285 2005-06-06  Juri Linkov  <juri@jurta.org>
9287         * font-lock.el (font-lock-regexp-backslash)
9288         (font-lock-regexp-backslash-construct): New faces.
9289         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
9290         after `('.  Add `while-no-input' to control structures.
9292         * faces.el (no-break-space, shadow): New faces.
9293         (escape-glyph): Use less loud colors pink2 and red4.
9295         * diff-mode.el (diff-context-face)
9296         * dired.el (dired-ignored)
9297         * rfn-eshadow.el (file-name-shadow)
9298         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9300         * info.el (Info-title-1-face): Use green instead of yellow because
9301         bold yellow is not readable on light backgrounds.
9303         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9304         before selecting the desired mode to not spend time fontifying
9305         old contents.
9307 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
9309         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9310         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9312         * ps-print.el (ps-default-fg, ps-default-bg):
9313         Fix typos in docstrings.
9315         * isearchb.el (isearchb): Don't pass a spurious second argument to
9316         `iswitchb-completions'.
9318 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
9320         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9321         to preserve point.
9322         (gdb-find-file-hook): Add doc string.
9324         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9325         C dereferenced pointer expression.
9326         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
9328         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9330         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9331         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9332         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9333         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9334         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9335         Make background transparent.
9337 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9339         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
9340         (font-lock-remove-keywords): Doc fix.
9341         (font-lock-mode-major-mode): Compiler defvar.
9342         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9344         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9345         (font-lock-mode): Update `font-lock-mode-major-mode'.
9346         (font-lock-set-defaults): Compiler defvar.
9347         (font-lock-default-function): Take `font-lock-mode-major-mode'
9348         into account.
9350         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9351         keep track of which major mode it enabled the minor mode for.
9352         Use find-file-hook again.  Update docstring.
9354         * simple.el (eval-expression-print-level)
9355         (eval-expression-print-length, eval-expression-debug-on-error):
9356         Doc fixes.
9358 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
9360         * iswitchb.el (iswitchb-single-match-face)
9361         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9362         (iswitchb-invalid-regexp-face): New faces.
9363         (iswitchb-completions): Use them.
9364         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9365         now marked as an obsolete alias.
9366         (iswitchb-read-buffer): Remove check for bound font variables.
9367         (iswitchb-invalid-regexp): New free variable.
9368         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9369         set iswitchb-invalid-regexp.
9370         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9371         invalid regexps.
9372         (iswitchb-completions): Add check for complete match when entering
9373         a regexp.
9374         (iswitchb-completions): Remove require-match argument.
9375         (iswitchb-exhibit): Fix caller.
9376         (iswitchb-common-match-inserted): New variable.
9377         (iswitchb-complete, iswitchb-completion-help): Use it.
9379 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
9381         * url-http.el (url-http-chunked-encoding-after-change-function):
9382         Use `url-http-debug' instead of `message'.
9384 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
9386         * url-http.el (url-http-parse-headers): Pass redirected URL as a
9387         callback argument.
9389 2005-06-04  Kim F. Storm  <storm@cua.dk>
9391         * simple.el (line-move): Only call sit-for when moving backwards.
9393         * ido.el (ido-make-merged-file-list-1): New defun split from
9394         ido-make-merged-file-list.
9395         (ido-make-merged-file-list): Bind throw-on-input around call to
9396         ido-make-merged-file-list-1.  Return input-pending-p if
9397         interrupted by more input available.
9398         (ido-read-internal): Handle input-pending-p return value from
9399         ido-make-merged-file-list.
9401 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9404         compatibility code.
9406         * international/latexenc.el (latexenc-find-file-coding-system):
9407         Don't inherit the EOL part of the coding-system from the
9408         tex-main buffer.  Fit within 80 columns.
9410 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
9412         * tmm.el (tmm-inactive-face): New face.
9413         (tmm-remove-inactive-mouse-face): New function.
9414         (tmm-prompt, tmm-add-one-shortcut)
9415         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9416         but not selectable.
9418 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
9420         * faces.el (face-equal): Improve argument/docstring consistency.
9422 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9424         * progmodes/make-mode.el (makefile-targets-face)
9425         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9426         (makefile-bsdmake-dependency-regex)
9427         (makefile-makepp-rule-action-regex)
9428         (makefile-bsdmake-rule-action-regex): New constants.
9429         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9431         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9432         Allow (...) within `...' for makepp messages.
9434 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9436         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9438         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9439         "." files are deleted from all file lists before comparison.
9441         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9442         (viper-ESC-key): Made them customizable.
9444         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9446 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9448         * autorevert.el (auto-revert-buffers): Use save-match-data.
9450 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9452         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9453         menu items with a nil command binding.
9455 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9457         * emacs-lisp/cl-macs.el (defsetf):
9458         Improve argument/docstring consistency.
9460         * faces.el (list-faces-display): Improve the formatting by
9461         computing the maximum length required for any face-name (reworked
9462         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9463         (internal-find-face): Remove redundant info in docstring.
9465 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9467         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9468         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9469         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9470         (gdb-assembler-custom): Improve regexps.
9471         (def-gdb-auto-update-handler): Use window point to preserve point.
9473 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9475         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9477 2005-05-31  Jay Belanger  <belanger@truman.edu>
9479         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9480         to calc-embedded.
9481         (calc-embedded-make-info): Have plain prefix argument select
9482         entire line.
9484 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9486         * faces.el (list-faces-display): Signal error if passed a regexp
9487         that matches no face name.
9489         * simple.el (filter-buffer-substring): Fix typo in docstring.
9491 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9493         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9494         (vhdl-emacs-21): Doc fix.
9495         (vhdl-mode): Unconditionally set comment-padding.
9496         (vhdl-fixup-whitespace-region): Insert spaces only where
9497         there are none.
9498         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9500 2005-05-30  John Wiegley  <johnw@newartisans.com>
9502         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9503         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9504         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9505         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9506         `string-to-number'.
9508 2005-05-30  Jay Belanger  <belanger@truman.edu>
9510         * calc/calc.el (calc-bug-address): Fix docstring.
9511         (calc-window-hook, calc-trail-window-hook): New variables.
9512         (calc-trail-display): Restore use of calc-trail-window-hook.
9513         (calc): Restore use of calc-window-hook.
9515 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9517         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9519         * help-fns.el (help-C-file-name): Add autoload mark for
9520         `find-function-noselect'.
9522 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9525         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9527 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9529         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9530         included diary buffer if it was not already being visited.
9531         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9533         * calendar/icalendar.el (top-level): Do not require 'appt.
9535         * mail/supercite.el (sc-select-attribution): Only use a list
9536         element from sc-attrib-selection-list if it returns a string.
9537         Reported by Davide G. M. Salvetti <salve@debian.org>.
9539 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9541         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9542         includes a hash value to improve its uniqueness, and has a ".jpg"
9543         extension.  Also, it is now a valid filename on all systems.
9544         (thumbs-make-thumb): Use `let', not `let*'.
9545         (thumbs-show-thumbs-list): Check for JPEG availability.
9547 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9549         * filesets.el (filesets-menu-ensure-use-cached):
9550         Prevent warning when emacs-version>= is undefined.
9552         * printing.el (pr-interactive-n-up): Use string-to-number.
9554         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9556         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9557         Warn only when name to be defined is quoted.
9559 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9561         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9562         Make regexp more robust.
9563         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9564         Force regeneration of disassembly.
9566 2005-05-29  Jay Belanger  <belanger@truman.edu>
9568         * calc/calc.el (calc-user-invocation): Check if
9569         calc-invocation-macro is non-nil.
9571 2005-05-29  Juri Linkov  <juri@jurta.org>
9573         * add-log.el (change-log-font-lock-keywords):
9574         Add `+' to e-mail regexp to accept mail address with keywords.
9576         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9578 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9580         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9582         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9584 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9586         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9587         Undo the change that moves to end of the current word.
9589 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9591         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9592         Throw error when count <= 0 to ensure input is a number.
9593         (gdb-read-memory-custom): Pick up address from buffer.
9594         (gdb-memory-mode): Allow user to increment and decrement
9595         memory address from header line.
9597 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9599         * flyspell.el (flyspell-version): Function deleted.
9600         (flyspell-auto-correct-previous-hook): Doc fix.
9602         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9603         Do nothing if memory is full.
9605         * font-lock.el (font-lock-fontify-syntactically-region):
9606         Pass t for GREEDY to looking-back.
9608         * saveplace.el (save-place-alist-to-file): Write the file
9609         using write-region.
9611         * subr.el (looking-back): New argument GREEDY.
9613         * progmodes/compile.el (compilation-start): Set the mode
9614         before inserting the initial text.
9616         * progmodes/which-func.el (which-func-update-1): Turn the mode
9617         off in case of error by setting which-func-mode.
9619 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9621         * flyspell.el (flyspell-auto-correct-previous-word):
9622         Narrow down to what's on the screen, and recenter overlays
9623         at the end of the next word.
9625 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9627         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9628         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9629         (flyspell-abbrev-p): Default to nil.
9630         (flyspell-use-global-abbrev-table-p): Doc fix.
9631         (flyspell-large-region): Allow nil as value.
9632         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9634         (mail-mode-flyspell-verify): More robust handling
9635         of `mail-header-separator'.  More efficient signature detection.
9636         Allow for regexp metacharacters in message-header-separator.
9637         Adding `To' not to be checked in mail-mode-flyspell-verify.
9639         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9640         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9641         Bind flyspell-auto-correct-binding.
9642         Bind C-. and C-, .
9643         (flyspell-mode-map): Likewise.
9644         (flyspell-mode): Doc fix.
9645         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9646         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9647         (flyspell-word-cache-result): New var, always local.
9648         (flyspell-check-pre-word-p): Doc fix.
9649         (flyspell-check-changed-word-p): Handle spc like newline.
9650         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9651         (flyspell-word-search-backward, flyspell-word-search-forward):
9652         New functions.
9653         (flyspell-word): Return t if nothing to check.
9654         When parsing TeX code, check for after } or \.
9655         Use flyspell-word-search-backward to find previous word.
9656         Return nil if duplicated word.
9657         For word already checked, return same value as last time.
9658         Set flyspell-word-cache-result after checking.
9659         Don't clobber the return value.
9660         (flyspell-get-word): Major rewrite.
9661         (flyspell-external-point-words): New locals pword, pcount.
9662         Fix size used in progress message.
9663         Find the proper corresponding word in flyspell-large-region-buffer.
9664         (flyspell-region): Check for flyspell-large-region = nil.
9665         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9666         (flyspell-auto-correct-word): Check that WORD is a cons.
9667         (flyspell-correct-word): Likewise.
9669 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9671         * progmodes/make-mode.el (makefile-rule-action-regex)
9672         (makefile-macroassign-regex, makefile-makepp-mode)
9673         (makefile-bsdmake-mode): Continuation lines may be empty.
9674         Reported by Joshua Varner.
9675         (makefile-makepp-font-lock-keywords): Add $(stem).
9677 2005-05-28  Karl Berry  <karl@gnu.org>
9679         * textmodes/tex-mode.el: Now that tex-send-command calls
9680         shell-quote-argument (2005-03-31 change), remove all calls to
9681         shell-quote-argument; they all end up invoking tex-send-command.
9682         The double quoting loses on filenames with non-safe characters,
9683         such as "@".  Reported by Frederik Fouvry.
9685 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9687         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9688         about preserving point.
9690 2005-05-27  Jay Belanger  <belanger@truman.edu>
9692         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9693         Info-goto-node.
9695         * calc/calc-embed.el (calc-embed-arg): New variable.
9696         (calc-do-embedded-activate, calc-embedded-activate-formula)
9697         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9698         variable by new variable.
9699         (calc-embedded-make-info): Replace undeclared variable by new
9700         variable.  When selecting region with positive prefix
9701         argument, use end of previous line instead of beginning of line.
9703         * calc/calc-aent.el (calc-arg-values): Declare it.
9705         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9706         Declare them.
9708         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9710         * calc/calc.el (calc-alg-map): Declare it.
9712         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9714 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9716         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9717         (gdb-registers-buffer, toggle-gdb-all-registers):
9718         Toggle display of floating point registers.
9719         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9721         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9722         (toggle-gud-tooltip-dereference):
9723         Rename from gud-toggle-tooltip-dereference.
9725 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9729 2005-05-27  Jay Belanger  <belanger@truman.edu>
9731         * calc/calc-prog.el (calc-kbd-report): Remove.
9732         (calc-kbd-query): Rewrite.
9734 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9736         * image.el (image-library-alist): Move to image.c.
9737         (image-type-available-p): Doc fix.
9739 2005-05-27  Lute Kamstra  <lute@gnu.org>
9741         * calc/calc.el (calc):
9742         * outline.el (outline-1, outline-2, outline-3, outline-4)
9743         (outline-5, outline-6, outline-7, outline-8):
9744         * textmodes/dns-mode.el (dns-mode):
9745         * textmodes/sgml-mode.el (sgml-namespace-face):
9746         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9747         (tex-verbatim-face, tex-use-reftex):
9748         * textmodes/texinfo.el (texinfo-heading-face):
9749         Specify customization group.
9751         * longlines.el: Don't require easy-mmode.
9752         (longlines-visible-face): Specify customization group.
9754 2005-05-27  Kenichi Handa  <handa@m17n.org>
9756         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9757         encoding table of windows-1251.
9759         * international/ucs-tables.el (ucs-set-table-for-input):
9760         If translation-table-for-input of a coding system is a symbol, get
9761         its translation-table property.
9763         * international/code-pages.el: Don't register a coding system into
9764         non-iso-charset-alist more than once.
9765         (cp-make-coding-system): Likewise.
9767 2005-05-26  John Wiegley  <johnw@newartisans.com>
9769         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9770         `eshell-resume-eval' is wrapped in a list, it indicates that the
9771         command was run asynchronously.  In that case, unwrap the value
9772         before checking the delimiter value.
9774         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9775         character before a space at the end of a line is \, assume the space
9776         is part of the last argument rather than a final argument separator.
9778         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9779         is in use, and the target is `t' or `nil' (which are the most common
9780         values), don't assume that the symbol target is a buffer.
9782 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9784         * calendar/calendar.el (calendar-mode-line-format):
9785         Use mode-line-highlight as mouse-face.
9787         * time.el (display-time-string-forms, display-time-update):
9788         Use mode-line-highlight as mouse-face.
9790 2005-05-26  Jay Belanger  <belanger@truman.edu>
9792         * calc/calc.el (calc-language-alist): Remove extra defvar.
9794 2005-05-26  Lute Kamstra  <lute@gnu.org>
9796         * arc-mode.el (archive-mode):
9797         * bookmark.el (bookmark-read-annotation-mode)
9798         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9799         * bs.el (bs-mode):
9800         * calc/calc-yank.el (calc-edit-mode):
9801         * calc/calc.el (calc-mode, calc-trail-mode):
9802         * calculator.el (calculator-mode):
9803         * chistory.el (command-history-mode):
9804         * comint.el:
9805         * cus-edit.el (custom-mode):
9806         * descr-text.el (describe-text-mode):
9807         * ebuff-menu.el (Electric-buffer-menu-mode):
9808         * ediff-util.el (ediff-mode):
9809         * emacs-lisp/re-builder.el (reb-mode):
9810         * emulation/vi.el (vi-mode-setup):
9811         * emulation/ws-mode.el (wordstar-mode):
9812         * eshell/esh-mode.el (eshell-mode):
9813         * forms.el (forms-mode):
9814         * help-mode.el (help-mode):
9815         * hexl.el (hexl-mode):
9816         * ibuffer.el (ibuffer-mode):
9817         * ielm.el (inferior-emacs-lisp-mode):
9818         * info.el (Info-mode, Info-edit-mode):
9819         * international/swedish.el:
9820         * ledit.el (ledit-from-lisp-mode):
9821         * locate.el (locate-mode):
9822         * mail/rmail.el (rmail-mode):
9823         * mail/rmailedit.el (rmail-edit-mode):
9824         * mail/rmailsum.el (rmail-summary-mode):
9825         * mail/supercite.el (sc-electric-mode):
9826         * net/eudc.el (eudc-mode):
9827         * net/quickurl.el (quickurl-list-mode):
9828         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9829         * obsolete/ooutline.el (outline-mode):
9830         * obsolete/options.el (Edit-options-mode):
9831         * obsolete/rnews.el (news-mode):
9832         * obsolete/rnewspost.el (news-reply-mode):
9833         * play/5x5.el (5x5-mode):
9834         * play/decipher.el (decipher-mode, decipher-stats-mode):
9835         * play/gomoku.el (gomoku-mode):
9836         * play/snake.el (snake-mode):
9837         * play/solitaire.el (solitaire-mode):
9838         * play/tetris.el (tetris-mode):
9839         * progmodes/ada-mode.el (ada-mode):
9840         * progmodes/antlr-mode.el (antlr-mode):
9841         * progmodes/autoconf.el (autoconf-mode):
9842         * progmodes/dcl-mode.el (dcl-mode):
9843         * progmodes/delphi.el (delphi-mode):
9844         * progmodes/ebrowse.el (ebrowse-tree-mode)
9845         (ebrowse-electric-list-mode, ebrowse-member-mode)
9846         (ebrowse-electric-position-mode):
9847         * progmodes/f90.el (f90-mode):
9848         * progmodes/fortran.el (fortran-mode):
9849         * progmodes/icon.el (icon-mode):
9850         * progmodes/idlw-help.el (idlwave-help-mode):
9851         * progmodes/idlw-shell.el (idlwave-shell-mode):
9852         * progmodes/idlwave.el (idlwave-mode):
9853         * progmodes/inf-lisp.el (inferior-lisp-mode):
9854         * progmodes/m4-mode.el (m4-mode):
9855         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9856         * progmodes/modula2.el (modula-2-mode):
9857         * progmodes/octave-inf.el (inferior-octave-mode):
9858         * progmodes/octave-mod.el (octave-mode):
9859         * progmodes/pascal.el (pascal-mode):
9860         * progmodes/sh-script.el (sh-mode):
9861         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9862         * progmodes/vhdl-mode.el (vhdl-mode):
9863         * progmodes/xscheme.el (scheme-interaction-mode):
9864         * replace.el (occur-mode):
9865         * ses.el (ses-mode):
9866         * simple.el (completion-list-mode):
9867         * skeleton.el:
9868         * speedbar.el (speedbar-mode):
9869         * term.el (term-mode):
9870         * terminal.el (terminal-edit-mode):
9871         * textmodes/reftex-index.el (reftex-index-mode)
9872         (reftex-index-phrases-mode):
9873         * textmodes/reftex-sel.el (reftex-select-label-mode)
9874         (reftex-select-bib-mode):
9875         * textmodes/reftex-toc.el (reftex-toc-mode):
9876         * wdired.el (wdired-change-to-wdired-mode):
9877         * wid-browse.el (widget-browse-mode):
9878         Use run-mode-hooks.
9880         * array.el (array-mode):
9881         * calendar/todo-mode.el (todo-mode):
9882         * man.el (Man-mode):
9883         * play/landmark.el (lm-mode):
9884         * play/mpuz.el (mpuz-mode):
9885         Use kill-all-local-variables and run-mode-hooks.
9887         * subr.el (delay-mode-hooks): Specify indentation.
9889 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9891         * xml.el (xml-substitute-special): Don't die for undefined xml
9892         entities.
9894 2005-05-26  Jay Belanger  <belanger@truman.edu>
9896         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9897         of nil.
9899 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9901         * progmodes/gdb-ui.el (gdb-frame-address):
9902         Rename from gdb-current-address.
9903         (gdb-previous-frame-address): Rename from gdb-previous-address.
9904         (gdb-selected-frame): Rename from gdb-current-frame.
9905         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9906         (gdb-frame-number): Rename from gdb-current-stack-level.
9907         (gdb-ann3): Match new mode-name for disassembly buffer.
9908         Extend initialization of variables.
9909         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9910         (gdb-memory-mode): Use mouse-face in header line.
9911         (gdb-assembler-buffer-name): Call it disassembly and give frame
9912         in mode line.
9913         (gdb-source-spec-regexp, gdb-assembler-custom)
9914         (gdb-invalidate-assembler, gdb-frame-handler):
9915         Make robust to leading zeroes in address format.
9917 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9919         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9920         define `org-mode'.
9921         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9923 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * log-edit.el (log-edit-changelog-entries): Distinguish between
9926         filenames like xfns.c and fns.c.
9928 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9930         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9931         point after reverting.
9932         (Buffer-menu-make-sort-button): Handle the case where
9933         `Buffer-menu-use-header-line' is nil.
9935 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9937         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9938         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9939         and `:' to them.
9941 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * startup.el (normal-top-level): Allow modification of load-path while
9944         we're iterating over it.
9946 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9948         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9949         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9950         (thumbs-resize-interactive, thumbs-insert-image)
9951         (thumbs-insert-thumb, thumbs-dired-show-marked)
9952         (thumbs-find-image-at-point, thumbs-delete-images)
9953         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9954         (thumbs-increment-image-size, thumbs-decrement-image-size):
9955         Fix typos in docstrings.
9957 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9959         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9960         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9961         (cperl-mode): Use them.
9963 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9965         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9966         Doc fixes.
9968 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9970         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9971         Bind C-d to gdb-inferior-io-eof.
9973         * dired.el (dired-dnd-popup-notice): Use message-box.
9975 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9977         * bindings.el (mode-line-major-mode-keymap):
9978         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9980         * faces.el (mode-line-highlight): New face.
9982         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9983         as mouse-face.
9985         * bindings.el (top-level, help-echo, mode-line-modified)
9986         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9987         as mouse-face.
9989 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9991         * progmodes/cc-engine.el (c-guess-basic-syntax):
9992         Remove spurious call to `zerop'.
9994         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9996 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9998         CC Mode update to 5.30.10:
10000         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
10001         could go past the limit in decoration level 2, thereby causing
10002         errors during interactive fontification.
10004         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
10005         the file is evaluated interactively.
10007         * cc-engine.el (c-guess-basic-syntax): Handle operator
10008         declarations somewhat better in C++.
10010         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
10011         make use of `run-mode-hooks' which has been added in Emacs 21.1.
10012         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10013         (awk-mode): Use it.
10014         (make-local-hook): Suppress warning about obsoleteness.
10016         * cc-engine.el, cc-align.el, cc-cmds.el
10017         (c-append-backslashes-forward, c-delete-backslashes-forward)
10018         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
10019         Compensate for return value from `forward-line' when it has moved
10020         but not to a different line due to eob.
10022         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
10023         `objc-method-intro' and `objc-method-args-cont'.
10025 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
10027         CC Mode update to 5.30.10:
10029         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10030         in the copyright statement.  Incidentally, change "along with GNU
10031         Emacs" to "along with this program" where it occurs.
10033         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10034         so that it is interactive, hence can be found by M-x awk-mode
10035         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
10036         <gmorris+emacs@ast.cam.ac.uk>.
10038         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10039         Mode's regexps.
10041 2005-05-23  Kevin Ryde  <user42@zip.com.au>
10043         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10044         c-parse-state, to avoid a lisp error (on bad code).
10046 2005-05-23  Lute Kamstra  <lute@gnu.org>
10048         * subr.el (font-lock-defaults): Remove defvar as it's already
10049         defined in font-core.el.
10051         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10053 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
10055         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10056         more general and work when GDB variable "print pretty" is on,
10057         as with Emacs, for example.
10059 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
10061         * font-core.el: Update comment.
10063         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10064         Use `after-change-major-mode-hook' instead of `find-file-hook'.
10066         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10068 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
10070         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10071         and `yank-handler' in the doc strings.
10073 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10075         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
10077 2005-05-22  Richard M. Stallman  <rms@gnu.org>
10079         * help.el (describe-key): Move print-help-return-message call
10080         out of conditional.
10082         * progmodes/etags.el (list-tags): Use with-no-warnings.
10084         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10085         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10086         (starttls-extra-args, starttls-extra-arguments): Add defvars.
10088         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10090         * language/viet-util.el (viet-viscii-nonascii-translation-table):
10091         Add defvar.
10093         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10094         Use defvar, not defconst.
10096         * hexl.el (hexl-follow-line): Use with-no-warnings.
10098         * emulation/tpu-extras.el: Use write-file-functions instead of
10099         write-file-hooks.
10101         * dired.el (dired-font-lock-keywords): Fontify files with junk
10102         extensions even if marked by -F.
10104 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
10106         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10107         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10108         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10109         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10110         (concatenate, list-length, get*, getf, cl-remprop):
10111         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10112         (etypecase, progv, lexical-let, lexical-let*)
10113         (multiple-value-bind, multiple-value-setq, shiftf):
10114         Improve argument/docstring consistency.
10116         * subr.el (focus-frame, unfocus-frame):
10117         Revert deletion on 2005-05-01.
10119 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
10121         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10122         doesn't exist.
10124         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
10125         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10127 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
10129         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10130         already deleted variables: auto-fill-hook, blink-paren-hook,
10131         lisp-indent-hook, inhibit-local-variables, unread-command-event,
10132         suspend-hooks, comment-indent-hook, meta-flag,
10133         before-change-function, after-change-function,
10134         font-lock-doc-string-face.
10136 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10138         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10140 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10142         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10143         rmail-dont-reply-to.
10145 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10147         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10148         literal blank when splitting new-header-values.
10150 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
10152         * calendar/cal-menu.el (cal-menu-update): Add separator as a
10153         string so that tmm doesn't create a completion entry for it.
10155         * textmodes/table.el (table-disable-menu): Ditto.
10157 2005-05-21  Richard M. Stallman  <rms@gnu.org>
10159         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10161         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10163         * net/rcompile.el (remote-compile): Use compilation-start.
10165         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10167 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
10169         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10170         Default to makefile-bsdmake-mode on BSD systems.
10172         * imenu.el (imenu-generic-expression, imenu--generic-function'):
10173         REGEXP may also be a search function now.  The part of doc-string
10174         for describing the structure was 95% identical to that of
10175         `imenu--generic-function'.  Unify it there.
10177         * progmodes/make-mode.el (makefile-imenu-generic-expression):
10178         Use function to find dependencies, because regexp alone is so complex,
10179         it easily goes into an endless loop.
10180         (makefile-makepp-mode): Also add submenu for Perl functions
10181         defined in the makefile.
10182         (makefile-bsdmake-mode): Special imenu-generic-expression no
10183         longer needed, due to function call.
10184         (makefile-match-dependency): Take BOUND into account when checking
10185         if we're through.
10187 2005-05-20  Jay Belanger  <belanger@truman.edu>
10189         * calc/calc-units.el (calc-invalidate-units-table):
10190         Use inhibit-read-only.
10191         (math-build-units-table-buffer): Use view-mode.
10193 2005-05-20  David Kastrup  <dak@gnu.org>
10195         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10196         easy-menu-add is not a nop on Emacs; and clarify when to call it.
10198 2005-05-20  Lute Kamstra  <lute@gnu.org>
10200         * diff-mode.el (diff-header-face, diff-file-header-face)
10201         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10202         (diff-added-face, diff-changed-face, diff-function-face)
10203         (diff-context-face, diff-nonexistent-face): Put them in the
10204         diff-mode customization group.
10206 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10210         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10212         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10213         Minor regexp-optimization.
10215 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
10217         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10218         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10219         (org-agenda-add-time-grid-maybe): New function.
10220         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10221         (org-table-create): `dotimes' instead of `mapcar'.
10222         (org-xor): Simplify implementation.
10223         (org-agenda): `inhibit-redisplay' turned on.
10224         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10225         a consistent line after a state change.
10226         (org-agenda-remove-times-when-in-prefix): New option.
10227         (org-prefix-has-time): New variable.
10228         (org-parse-time-string): Optional argument NODEFAULT.
10229         (org-format-agenda-item): Parse items for time-of-day
10230         specifications and move these into the prefix if possible.
10231         (org-agenda-priority): Get current heading, not previous heading
10232         during agenda remote editing.
10234 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
10236         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10237         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10238         (remove-duplicates, delete-duplicates, substitute)
10239         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10240         (nsubstitute-if-not, find, find-if, find-if-not, position)
10241         (position-if, position-if-not, count, count-if, count-if-not)
10242         (mismatch, search, sort*, stable-sort, merge, member*)
10243         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10244         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10245         (intersection, nintersection, set-difference, nset-difference)
10246         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10247         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10248         (nsublis, tree-equal): Improve argument/docstring consistency.
10250         * subr.el (send-string, send-region):
10251         Remove obsolescence declaration.
10252         (window-dot, set-window-dot, read-input, show-buffer)
10253         (eval-current-buffer, string-to-int):
10254         Add release number to obsolescence declarations.
10256 2005-05-19  Kim F. Storm  <storm@cua.dk>
10258         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10259         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10261 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
10263         * faces.el (list-faces-display): Make back button respect optional
10264         regexp arg.
10266 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
10268         * calculator.el (calculator-radix-grouping-mode)
10269         (calculator-radix-grouping-digits, calculator-displayer)
10270         (calculator-radix-grouping-separator, calculator-copy-displayer):
10271         * dabbrev.el (dabbrev-search-these-buffers-only):
10272         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10273         (diff-advance-after-apply-hunk, diff-mode-hook)
10274         (diff-minor-mode-prefix):
10275         * imenu.el (imenu-use-popup-menu):
10276         * jit-lock.el (jit-lock-context-time):
10277         * newcomment.el (comment-fill-column, comment-column)
10278         (comment-style, comment-padding, comment-multi-line)
10279         (comment-empty-lines, comment-auto-fill-only-comments):
10280         * reveal.el (reveal-around-mark):
10281         * uniquify.el (uniquify-buffer-name-style)
10282         (uniquify-after-kill-buffer-p)
10283         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10284         (uniquify-min-dir-content, uniquify-separator)
10285         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10286         * w32-vars.el (w32-fixed-font-alist):
10287         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10288         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10289         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10290         * progmodes/perl-mode.el (perl-indent-level)
10291         (perl-continued-statement-offset, perl-continued-brace-offset)
10292         (perl-brace-offset, perl-brace-imaginary-offset)
10293         (perl-label-offset, perl-indent-continued-arguments)
10294         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10295         * progmodes/tcl.el (tcl-indent-level)
10296         (tcl-continued-indent-level, tcl-auto-newline)
10297         (tcl-tab-always-indent, tcl-electric-hash-style)
10298         (tcl-help-directory-list, tcl-use-smart-word-finder)
10299         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10300         (inferior-tcl-source-command):
10301         * textmodes/fill.el (enable-kinsoku):
10302         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10303         * textmodes/table.el (table-yank-handler):
10304         Specify missing group (and type, if simple) in defcustom.
10306 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10308         * progmodes/compile.el (compilation-finish-function): Fix defvar.
10310 2005-05-19  Richard M. Stallman  <rms@gnu.org>
10312         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10314         * subr.el (event-basic-type): Don't get an error.
10315         (left-fringe-p): Function deleted.
10317         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10318         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10320         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10321         in recursive copy.
10323         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10325         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10327         * emacs-lisp/bytecomp.el
10328         (byte-compile-file-form-custom-declare-variable): Call
10329         byte-compile-nogroup-warn if appropriate.
10331         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10332         (compilation-set-window): Don't call left-fringe-p; do it directly.
10334 2005-05-19  Jay Belanger  <belanger@truman.edu>
10336         * calc/calc-graph.el (calc-graph-format-data): Make sure
10337         var-PlotRejects is bound before trying to check its value.
10339 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
10341         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10342         definition of this variable from reftex-global.el to reftex.el,
10343         because it is needed in the menu.
10345 2005-05-19  Lute Kamstra  <lute@gnu.org>
10347         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10348         years are fixed.  Don't insert a space after a dash.
10350 2005-05-19  Kim F. Storm  <storm@cua.dk>
10352         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10354 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
10356         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10357         strings, because (eq ... ?\\) is fairly frequent.
10359         * progmodes/make-mode.el (makefile-add-this-line-targets):
10360         Simplify and integrate into `makefile-pickup-targets'.
10361         (makefile-add-this-line-macro): Simplify and integrate into
10362         `makefile-pickup-macros.
10363         (makefile-pickup-filenames-as-targets): Simplify.
10364         (makefile-previous-dependency, makefile-match-dependency):
10365         Don't stumble over `::'.
10367 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
10369         * subr.el (post-command-idle-hook, post-command-idle-delay):
10370         Remove obsoletion of post-command-idle-hook and
10371         post-command-idle-delay.
10373         * faces.el (list-faces-display): Provide button when describe-face
10374         is called to take user back to the list of faces.
10376         * help-fns.el (describe-variable): Remove hyperlinks in a
10377         variable's value as these are quite frequently inappropriate.
10379         * follow.el (follow-submit-feedback, follow-mode):
10380         Remove references to post-command-idle-hook.
10382 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
10384         * progmodes/make-mode.el (makefile-previous-dependency)
10385         (makefile-match-dependency): Check for := (and in bsd mode also
10386         !=) to give a better result, even when font-lock is not on.
10388 2005-05-18  Jay Belanger  <belanger@truman.edu>
10390         * calc/calc-help.el (calc-s-prefix-help):
10391         Add `calc-copy-special-constant' to help string.
10393 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10395         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10397 2005-05-18  Jay Belanger  <belanger@truman.edu>
10399         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10400         in linear factors are in proper order.
10402 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10404         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10405         Support for jurabib.
10407         * textmodes/reftex.el (featurep): Define aliases for overlay
10408         commands, for XEmacs compatibility, and use these aliases in
10409         overlay initializations.
10410         (reftex-highlight): Use `reftex-move-overlay'.
10411         (reftex-unhighlight): Use `reftex-delete-overlay'.
10412         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
10413         (reftex-access-search-path): Use `reftex-uniquify' instead of
10414         `reftex-uniq'
10416         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10417         `before-string' property modification enables for Emacs as well.
10418         (reftex-select-item): Use `reftex-delete-overlay'.
10419         (reftex-select-mark): Use `reftex-make-overlay' and
10420         `reftex-overlay-put'.
10421         (reftex-select-unmark): Use `reftex-delete-overlay' and
10422         `reftex-overlay-put'.
10424 2005-05-18  Lute Kamstra  <lute@gnu.org>
10426         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10428 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10430         * add-log.el (add-change-log-entry):
10431         * array.el (array-make-template, array-reconfigure-rows)
10432         (array-init-max-row, array-init-max-column)
10433         (array-init-columns-per-line, array-init-field-width):
10434         * replace.el (replace-match-maybe-edit, perform-replace):
10435         * textmodes/spell.el (spell-region):
10436         Replace `read-input' by `read-string'.
10438         * forms.el (forms-mode):
10439         * finder.el (finder-compile-keywords):
10440         * shadowfile.el (shadow-read-files):
10441         Replace `eval-current-buffer' by `eval-buffer'.
10443         * terminal.el (te-pass-through):
10444         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10445         (ange-ftp-raw-send-cmd):
10446         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10447         (send-process-next-char, telnet-initial-filter, telnet):
10448         Replace `send-string' by `process-send-string'.
10450         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10451         (prolog-consult-region): Replace `send-string' by
10452         `process-send-string'; replace `send-region' by `process-send-region'.
10454         * progmodes/delphi.el (delphi-log-msg):
10455         Replace `set-window-dot' by `set-window-point'.
10457         * subr.el (window-dot, set-window-dot, read-input, send-string)
10458         (send-region, show-buffer, eval-current-buffer):
10459         Make really obsolete, as the comment says.
10461 2005-05-17  Kim F. Storm  <storm@cua.dk>
10463         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10464         (cua--init-keymaps): Bind C-return instead of S-return to set
10465         rectangle mark.
10467         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10468         instead of S-return to toggle/clear rectangle mark.
10470 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10472         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10473         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10474         Also fontify plain strings assigned to variables, mostly so that a
10475         colon has a face and is thus not taken as a dependency separator.
10476         (makefile-previous-dependency): Inline the new matcher, because it
10477         is too complex to work in both directions.
10478         (makefile-match-dependency): Eliminate `backward' arg (see above).
10479         Completely reimplemented so as to not sometimes go into an endless
10480         loop.  It should also be more efficient, because first it only
10481         searches for `:', instead of applying the very complex regexp.
10482         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10483         to be fontified in one piece can be too long for JIT.
10484         Makefiles are never *that* big.
10486 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10488         * dired.el (dired-mode): Simplify.
10490 2005-05-17  Lute Kamstra  <lute@gnu.org>
10492         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10493         defcustom for the mode hook variable.
10495         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10496         Emacs Lisp Reference Manual.
10498 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10500         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10501         (evenp, list*):
10502         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10503         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10505         * net/tramp-smb.el (tramp-smb-open-connection):
10506         Pass `tramp-chunksize' as fifth (required) argument.
10508 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10510         * font-lock.el (lisp-font-lock-keywords-1):
10511         Set `font-lock-negation-char-face' for [^...] char group.
10512         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10514         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10515         a var, and refine it to mask one more level of nested vars.
10516         (makefile-rule-action-regex): Turn it into a var, and refine it so
10517         it recognizes backslashed continuation lines as belonging to the
10518         same command.
10519         (makefile-macroassign-regex): Refine it so it recognizes
10520         backslashed continuation lines as belonging to the same command.
10521         (makefile-var-use-regex): Don't look at the next char, because it
10522         might be the same one to be skipped by the initial [^$], leading
10523         to an overlooked variable use.
10524         (makefile-make-font-lock-keywords): Remove two parameters, which
10525         are now variables that some of the modes set locally.
10526         Handle dependency and rule action matching through functions, because
10527         regexps alone match too often.  Dependency matching now comes
10528         last, so it can check, whether a colon already matched something else.
10529         (makefile-mode): Inform that font-lock improves makefile parsing
10530         capabilities.
10531         (makefile-match-dependency, makefile-match-action): New functions.
10533 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10535         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10537         * align.el (align-regexp):
10538         * ansi-color.el (ansi-color-get-face):
10539         * array.el (array-reconfigure-rows, array-init-max-row)
10540         (array-init-max-column, array-init-columns-per-line)
10541         (array-init-field-width):
10542         * dired-aux.el (dired-trample-file-versions):
10543         * dired-x.el (dired-mark-sexp):
10544         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10545         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10546         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10547         * faces.el (face-read-integer):
10548         * files.el (backup-extract-version, insert-directory):
10549         * hexl.el (hexl-insert-decimal-char):
10550         * server.el (server-process-filter):
10551         * shell.el (shell-extract-num):
10552         * startup.el (command-line-1):
10553         * term.el (term-command-hook):
10554         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10555         (time-stamp-do-number):
10556         * time.el (display-time-update):
10557         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10558         (timezone-fix-time):
10559         * vms-patch.el (vms-suspend-resume-hook):
10560         * calendar/appt.el (appt-convert-time):
10561         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10562         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10563         * calendar/cal-islam.el (mark-islamic-diary-entries):
10564         * calendar/calendar.el (calendar-cursor-to-date)
10565         (calendar-star-date):
10566         * calendar/diary-lib.el (diary-attrtype-convert)
10567         (mark-diary-entries, diary-entry-time):
10568         * calendar/solar.el (solar-get-number):
10569         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10570         * emacs-lisp/re-builder.el (reb-display-subexp):
10571         * emulation/edt.el (edt-set-scroll-margins):
10572         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10573         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10574         (vip-get-ex-count):
10575         * emulation/viper-ex.el (viper-get-ex-token)
10576         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10577         * international/fontset.el (fontset-plain-name):
10578         * mail/feedmail.el (feedmail-look-at-queue-directory):
10579         * mail/mailalias.el (mail-get-names):
10580         * mail/rmail.el (rmail-convert-to-babyl-format):
10581         * mail/rmailsum.el (rmail-make-basic-summary-line)
10582         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10583         (rmail-summary-goto-msg):
10584         * mail/smtpmail.el (smtpmail-read-response):
10585         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10586         (ange-ftp-vms-add-file-entry):
10587         * play/gametree.el (gametree-looking-at-ply)
10588         (gametree-current-branch-score):
10589         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10590         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10591         * progmodes/cperl-mode.el (condition-case):
10592         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10593         (ebrowse-set-member-buffer-column-width)
10594         (ebrowse-select-1st-to-9nth):
10595         * progmodes/etags.el (etags-snarf-tag):
10596         * progmodes/flymake.el (flymake-parse-line):
10597         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10598         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10599         (idlwave-shell-menu-def):
10600         * progmodes/ps-mode.el (ps-run-goto-error):
10601         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10602         (vhdl-speedbar-contract-level):
10603         * term/mac-win.el (x-handle-numeric-switch):
10604         * term/sun-mouse.el (sun-get-frame-data):
10605         * term/w32-win.el (x-handle-numeric-switch):
10606         * term/x-win.el (x-handle-numeric-switch):
10607         * textmodes/ispell.el (ispell-parse-output):
10608         * textmodes/nroff-mode.el (nroff-outline-level):
10609         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10610         (reftex-bib-sort-year-reverse, reftex-format-citation):
10611         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10612         (reftex-section-number):
10613         * textmodes/texinfmt.el (texinfo-paragraphindent):
10614         Replace `string-to-int' by `string-to-number'.
10616         * international/latexenc.el: Add page marker to force the "Local
10617         Variables:" string out of the last page.
10619 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10621         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10622         tooltip-change-major-mode.
10623         (gud-tooltip-print-command): Remove case where gud-minor-mode
10624         is gdb ("--fullname").
10625         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10626         explain to user.
10628 2005-05-16  Jay Belanger  <belanger@truman.edu>
10630         * calc/calc-store.el (calc-copy-special-constant): New function.
10632         * calc/calc-ext.el (calc-init-extensions): Add binding for
10633         `calc-copy-special-constant'.
10635         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10636         for the `calc-copy-special-constant' command.
10638 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10640         * subr.el (left-fringe-p): New function.
10642         * progmodes/compile.el (compilation-setup): Set local value of
10643         overlay-arrow-string to "" always.
10644         (compilation-set-window): Left fringe then don't scroll.
10645         No left fringe then no arrow and scroll message to top.
10646         (compilation-context-lines): Adjust doc string accordingly.
10648 2005-05-16  Kim F. Storm  <storm@cua.dk>
10650         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10651         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10652         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10653         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10654         (ido-read-file-name): Handle commands with ido property value
10655         equal to find-file as reading a file name, to allow C-d to enter dired.
10656         (ibuffer-find-file): Add ido property with value find-file.
10658 2005-05-15  Kim F. Storm  <storm@cua.dk>
10660         * subr.el (open-network-stream-nowait): Remove.
10661         (open-network-stream-server): Remove.
10663 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10665         * faces.el (describe-face): Output a definition link button.
10667         * help-mode.el (help-face-def): New button type.
10669         * emacs-lisp/copyright.el (copyright-fix-years):
10670         Match properly if the first year is 2-digit.
10671         Don't mess up the whitespace after the years by filling.
10673         * dired-aux.el (dired-mark-confirm):
10674         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10676         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10677         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10678         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10680         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10681         Set font-lock-comment-start-skip.
10683         * font-lock.el (font-lock-comment-start-skip): New variable.
10684         (font-lock-comment-end-skip): New variable.
10685         (font-lock-fontify-syntactically-region): Use them if non-nil.
10687 2005-05-15  Jay Belanger  <belanger@truman.edu>
10689         * calc/calc-store.el (calc-store-value): Return a string rather
10690         than display it as a message.
10691         Use calc-var-name for variable name.
10692         (calc-store-into): Add the result of calc-store-value to message.
10693         (calc-copy-variable): Add a message.
10694         (calc-store-exchange): Improve error messages.
10695         (calc-store-binary, calc-store-map): Don't reset the values of
10696         special constants.
10698 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10700         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10701         manual to docstring.
10703         * files.el (hack-local-variables-confirm): Add STRING argument.
10704         Make the function handle non file visiting buffers correctly.
10705         (hack-local-variables-prop-line, hack-local-variables)
10706         (hack-one-local-variable): Use STRING arg of
10707         `hack-local-variables-confirm'.
10709 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10711         Sync with Tramp 2.0.49.
10713         * net/tramp.el (tramp-handle-dired-call-process)
10714         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10715         because the contents of the Tramp buffer is changed before
10716         insertion (`expand-file' and alike).
10717         (tramp-handle-insert-directory): If `localname' has an empty
10718         nondirectory name, it must not be quoted.
10719         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10720         variable `tramp-chunksize'.  Change callees.
10721         (tramp-open-connection-setup-interactive-shell): Check remote host
10722         for buggy `send-process-string' implementation.
10723         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10724         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10725         (tramp-handle-shell-command): `insert-buffer' cannot be used
10726         because the contents of the Tramp buffer is changed before
10727         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10728         <frederic.bothamy@free.fr>.
10729         (tramp-set-auto-save): Actions should be done for Tramp file name
10730         handler only.  Ange-FTP has its own auto-save mechanism.
10731         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10732         (tramp-set-auto-save-file-modes): Set file modes of
10733         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10734         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10735         (tramp-bug): Remove obsolete variable.
10736         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10737         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10739 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10741         * ibuf-ext.el (define-ibuffer-filter filename):
10742         If `dired-directory' is a list, use its car.
10744 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10746         * ibuffer.el (define-ibuffer-column filename):
10747         If `dired-directory' is a list, use its car.
10749 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10751         * subr.el (symbol-file): Doc fix.
10753         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10754         (byte-compile-form): Call byte-compile-nogroup-warn.
10755         (byte-compile-warning-types): Doc fix.
10757         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10759         * progmodes/cc-engine.el (c-literal-faces):
10760         Add font-lock-comment-delimiter-face.
10762         * net/net-utils.el (dig): Use with-no-warnings.
10764         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10765         (sc-recite-frame-alist, sc-default-cite-frame)
10766         (sc-default-uncite-frame, sc-default-recite-frame)
10767         (sc-attrib-selection-list, sc-rewrite-header-list):
10768         Mark as risky-local-variable.
10770         * international/ogonek.el (ogonek-jak, ogonek-how):
10771         Don't use beginning-of-buffer.
10773         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10775         * calendar/solar.el (solar-data-list): Move definition up.
10777         * dnd.el (dnd-protocol-alist): Add autoload.
10779         * progmodes/sh-script.el: Many doc usage fixes.
10780         (sh-indent-after-do): Change default to match common styles.
10782 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10784         * files.el (interpreter-mode-alist)
10785         (auto-mode-interpreter-regexp): Doc fixes.
10787 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10789         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10791         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10793 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10795         * dired.el (dired-mode): make-variable-buffer-local =>
10796         make-local-variable.
10798 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10800         * term/mac-win.el (mac-select-convert-to-string): Try coding
10801         systems in mac-script-code-coding-systems if specified one cannot
10802         encode string for `com.apple.traditional-mac-plain-text'.
10804 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10806         * progmodes/make-mode.el (makefile-targets-face)
10807         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10808         (makefile-dependency-regex): Fix it to not make the colon in
10809         $(var:a=b) special.
10810         (makefile-rule-action-regex): New regexp for highlighting embedded
10811         Shell strings.
10812         (makefile-macroassign-regex): Handle != for highlighting as
10813         embedded Shell strings.
10814         (makefile-var-use-regex): New const.
10815         (makefile-statements, makefile-automake-statements)
10816         (makefile-gmake-statements, makefile-makepp-statements)
10817         (makefile-bsdmake-statements): New consts.
10818         (makefile-make-font-lock-keywords): New function.
10819         (makefile-automake-font-lock-keywords)
10820         (makefile-gmake-font-lock-keywords)
10821         (makefile-makepp-font-lock-keywords)
10822         (makefile-bsdmake-font-lock-keywords): New consts.
10823         (makefile-mode-map): Add switchers between the various submodes.
10824         (makefile-mode): Document the availability of the variants.
10825         (makefile-automake-mode, makefile-gmake-mode)
10826         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10828         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10829         new variants of makefile-mode.
10831 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10833         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10834         the inheritance.
10836 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10838         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10839         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10841         * files.el (normal-mode): Extend the scope of the
10842         `enable-local-variables' binding to include the `set-auto-mode' call.
10843         (magic-mode-alist): Doc fix.
10845 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10848         font-lock-comment-face rather than copying its setting.
10850 2005-05-12  Andreas Schwab  <schwab@suse.de>
10852         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10854 2005-05-12  Lute Kamstra  <lute@gnu.org>
10856         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10857         defcustom for the mode hook variable.  Delete the last argument.
10858         * generic-x.el: Fix callers of define-generic-mode.
10859         (generic-x-modes): Delete group.
10860         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10861         generic-x customization group.
10863 2005-05-12  Kim F. Storm  <storm@cua.dk>
10865         * font-lock.el (font-lock-negation-char-face): Default to "off".
10867         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10868         font-lock-negation-char-face to ! in !=.
10870 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10872         * add-log.el (find-change-log): Fix typos in the docstring
10873         of function.
10875 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10877         * international/latexenc.el (latexenc-find-file-coding-system):
10878         Avoid `re-search-forward' when looking for input encoding because
10879         of speed and safety.  Better regular expressions for recognizing
10880         input encoding.  Limit a search for TeX-master/tex-main-file to
10881         the local variable section.
10883 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10885         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10886         syntax of $ to "'" (quote).
10888 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10890         * dnd.el (dnd-protocol-alist): Improve custom type.
10892         * dired.el (dired-dnd-protocol-alist): New variable.
10893         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10894         `dired-mode-hook' to the end.
10896 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10899         comment-end if comment-start-skip is not set.
10900         Obey the font-lock-comment-delimiter-face variables.
10902 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * files.el (executable-find): Move from executable.el.  Use
10905         locate-file.
10906         * progmodes/executable.el (executable-find): Move to files.el.
10908         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10909         when trying to ensure forward progress.
10911 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10913         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10914         (mouse-select, mouse-select-internal, mouse-extend-internal):
10915         Use it to implement mouse-1-click-follows-link functionality.
10917 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10919         * font-lock.el (font-lock-fontify-syntactically-region):
10920         Use font-lock-comment-delimiter-face for comment delimiters.
10922 2005-05-10  Jay Belanger  <belanger@truman.edu>
10924         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10925         preserving embedded modes.
10927 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10929         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10931         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10932         Move from ada-stmt.el.
10933         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10935         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10936         Move to ada-mode.el.
10937         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10939         * cus-edit.el (custom-file): Call file-chase-links.
10941         * files.el (read-directory-name): Fix previous change.
10942         (hack-local-variables-confirm): New function.
10943         (hack-local-variables-prop-line, hack-local-variables)
10944         (hack-one-local-variable): Use it.
10946 2005-05-10  Lute Kamstra  <lute@gnu.org>
10948         * font-lock.el (font-lock-keywords-alist)
10949         (font-lock-removed-keywords-alist): Clarify docstrings.
10951 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10953         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10954         (gdb-source-info): Check for preprocessor info.
10955         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10956         a macro for a function.
10957         (gdb-info-breakpoints-custom): Try to find file again if not already
10958         found (user might have used GDB dir command).
10959         (gdb-get-location): Update gdb-location-alist correctly for change
10960         to gdb-info-breakpoints-custom.
10962         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10963         (gud-tooltip-print-command): Add gdbmi case.
10964         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10965         preprocessor info.
10967 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10969         * startup.el (fancy-splash-insert): Fix typo in doc string.
10971 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10973         * obsolete/float.el (string-to-float):
10974         * obsolete/hilit19.el (hilit-add-pattern):
10975         * obsolete/rnews.el (news-parse-range, news-select-message)
10976         (news-get-pruned-list-of-files): Replace `string-to-int' by
10977         `string-to-number'.
10979         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10980         `find-file-not-found-hooks'; use `add-hook'.
10981         (uncompress-while-visiting): Set `write-file-functions', not
10982         `write-file-hooks'; use `add-hook'.
10984 2005-05-09  Kim F. Storm  <storm@cua.dk>
10986         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10987         (cua-paste): Handle clipboard action.
10988         (cua--init-keymaps): Remap clipboard-kill-region and
10989         clipboard-kill-ring-save.
10991 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10993         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10994         Improve commentary.
10996         * simple.el (next-error-overlay-arrow-position): Revert the change
10997         made on 2005-04-30.
10999 2005-05-07  Jay Belanger  <belanger@truman.edu>
11001         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
11002         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
11003         `calc-sel-reselect'.
11005         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
11006         Calc is in embedded mode.
11008 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
11010         * progmodes/compile.el (compilation-setup):
11011         Set overlay-arrow-string to an empty string on text terminals.
11013         * textmodes/ispell.el (ispell-program-name): Try looking for
11014         "aspell" along exec-path, and if found, use it as the default
11015         speller program.
11017 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
11019         * international/mule.el (sgml-xml-auto-coding-function):
11020         Recognize encoding='FOO' in single quotes as well as in double quotes.
11022 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11024         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
11025         as well as `interactive', so that defmacro* would recognize
11026         `declare' forms.
11028 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
11030         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11031         Explain more about the LIGHTER arg's usage in the doc string.
11032         Add commentary to clarify what the code does.  Fix the regexp that
11033         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
11034         since it could have characters special to regular expressions.
11036 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11038         * replace.el (occur-1): Bind inhibit-read-only so that
11039         erase-buffer doesn't barf on read-only text properties (likewise
11040         for add-text-properties in occur-engine).  Mark buffer as unmodified.
11041         (occur-engine): Don't set buffer-read-only here.
11043 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11045         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11046         list-buffers-directory.  This caused the *cvs-commit* buffer to be
11047         sometimes mistakenly reused as a *cvs* buffer.
11049 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
11051         * tooltip.el: Move code for GUD tooltips into gud.el.
11052         (require): CL no longer needed to compile case.
11053         (tooltip-mode): Do not toggle functions for GUD tooltips.
11054         (tooltip-gud-tips-p): Remove.  Replace with minor mode
11055         gud-tooltip-mode in gud.el.
11056         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11057         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11058         tooltip-gud prefix with gud-tooltip and obsolete.
11059         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11060         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11061         (tooltip-mouse-motion): Mouse movement functions/variable.
11062         Rename in gud.el by adding gud prefix.
11063         (tooltip-gud-original-filter, tooltip-gud-dereference)
11064         (tooltip-gud-event, tooltip-toggle-gud-tips)
11065         (tooltip-gud-process-output, tooltip-gud-print-command)
11066         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
11067         gud.el by replacing tooltip-gud prefix with gud-tooltip.
11068         (gdb-tooltip-print): Move to gdb-ui.el.
11070         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11071         (require): CL needed to compile case.
11072         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11073         tooltip-gud-tips-p.  Make it a minor-mode.
11074         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11075         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11076         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11077         (gud-tooltip-change-major-mode)
11078         (gud-tooltip-activate-mouse-motions-if-enabled)
11079         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11080         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11081         (gud-tooltip-original-filter, gud-tooltip-dereference)
11082         (gud-tooltip-event, tooltip-toggle-gud-tips)
11083         (gud-tooltip-process-output, gud-tooltip-print-command)
11084         (gud-tooltip-tips): Move from tooltip.el.
11086         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11087         (gdb-cpp-define-alist-flags): Doc fix.
11088         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11089         gud-tooltip-mode is t.
11091 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11094         evaporate if their text is deleted.
11095         (goto-address-at-point): Make it work as a mouse binding as well.
11096         (goto-address-at-mouse): Obsolete it.  Update users.
11098 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
11100         * calendar/appt.el (top-level): No longer activate on load.
11102 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
11104         * calendar/cal-bahai.el (mark-bahai-diary-entries):
11105         * net/webjump.el (webjump):
11106         * progmodes/idlw-help.el (idlwave-do-context-help1)
11107         (idlwave-highlight-linked-completions):
11108         * textmodes/po.el (po-find-file-coding-system-guts):
11109         Replace `assoc-ignore-case' by `assoc-string'.
11111 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
11113         * files.el (locate-file): Doc fix.
11115         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11116         Remove the redundant test for ms-dos.
11118         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11119         look for the preprocessor with exec-suffixes.  If not found in
11120         standard places, look in exec-path.  Remove most of the tests that
11121         used system-type.
11123         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11125         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11127         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11128         file-name clash with jka-compr.el on 8+3 filesystems.
11130 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11132         * term/mac-win.el: Don't define or bind scroll bar functions if
11133         x-toolkit-scroll-bars is t.
11134         (x-select-text, x-get-selection-value): Clear
11135         x-last-selected-text-clipboard if x-select-enable-clipboard is
11136         nil.
11137         (PRIMARY): Put mac-scrap-name property.
11138         (mac-select-convert-to-file-url): New function.
11139         (public.file-url): New selection target type.  Add to
11140         selection-converter-alist.
11141         (x-get-selection, x-selection-value): Handle it.
11142         (x-cut-buffer-or-selection-value): New alias.
11144 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11146         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11147         entry to avoid calling bibtex-find-entry with arg global
11148         being t.  Remove arg key.
11149         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11150         (bibtex-copy-summary-as-kill): Change accordingly.
11152 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11155         (org-agenda-date-later): Use with-current-buffer.
11157 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
11159         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11160         (define-obsolete-variable-alias): Doc Fixes.
11162 2005-05-06  Kim F. Storm  <storm@cua.dk>
11164         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
11165         vertical-motion when selective-display is active.
11167         * ido.el (ido-setup-hook): New hook.
11168         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11169         (ido-input-stack): New var.
11170         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
11171         ido-next-work-file binding to M-O.
11172         Bind M-f to ido-wide-find-file-or-pop-dir.
11173         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11174         (ido-read-internal): Run ido-setup-hook.
11175         Catch quit in read-file-name and read-string to cancel edit.
11176         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11177         Automatically pop-all when completing a directory name (RET).
11178         (ido-file-internal): Add with-no-warnings around ffap and dired code.
11179         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11180         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11181         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11182         New functions for M-b/M-f to move among the directory components.
11183         (ido-make-merged-file-list): Catch quit to cancel merge.
11184         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11185         (ido-completion-help): No warnings for ido-completion-buffer-full.
11187 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
11189         * font-lock.el (font-lock-negation-char-face): New face and variable.
11190         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11191         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11192         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11193         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11195 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
11197         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11198         Fix typo in docstring.
11200         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11201         (ebrowse-print-statistics-line)
11202         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11204         * term/w32-win.el (image-library-alist): Add additional name for
11205         Xpm library.
11207 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
11209         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11210         use gcc instead of cpp.
11212         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11213         (gdb-create-define-alist): Use it.
11214         (gdb-cpp-define-alist-program): Update for MS-DOS.
11216 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
11218         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11220 2005-05-04  Richard M. Stallman  <rms@gnu.org>
11222         * help.el (describe-key): No error when UNTRANSLATED is nil.
11224         * simple.el (line-move-1): Fix previous change to signal errors
11225         appropriately.
11227 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
11229         * calendar/icalendar.el (icalendar-version): Now at 0.12.
11230         (icalendar-duration-correction): Remove.
11231         (icalendar--get-event-properties): Split result at commas.
11232         (icalendar--decode-isoduration): New optional argument
11233         DURATION-CORRECTION.
11234         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11235         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11236         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11237         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11238         (icalendar--convert-anniversary-to-ical): New functions, extracted
11239         from icalendar-export-region, with bug fixes.
11240         (icalendar-export-region): Use the above functions.
11241         (icalendar-import-buffer): Check before saving diary file.
11242         (icalendar--convert-recurring-to-diary)
11243         (icalendar--convert-non-recurring-all-day-to-diary)
11244         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11245         extracted from icalendar--convert-ical-to-diary, with bug fixes.
11246         (icalendar--convert-ical-to-diary): Use the above functions.
11248 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
11250         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11251         Remove these recent additions.
11252         (c-mode): Restore to before 2005-04-28.
11254         * progmodes/cc-vars.el (cc-define-list-program): Remove this
11255         recent addition.
11257         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11258         (gdb-define-alist): New variables.
11259         (gdb-create-define-alist): New function.
11260         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11261         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11262         with string-to-number.
11263         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
11265         * progmodes/gud.el: Replace string-to-int with string-to-number.
11266         (gud-find-file): Handle gdb-define-alist.
11268         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11270 2005-05-02  Jay Belanger  <belanger@truman.edu>
11272         * calc/calc-aent.el (math-read-token):
11273         * calc/calc-bin.el (calc-word-size):
11274         * calc/calc-ext.el (calc-read-number-fancy):
11275         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11276         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11277         * calc/calc-frac.el (calc-over-notation):
11278         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11279         (calc-graph-num-points, calc-graph-init):
11280         * calc/calc-prog.el (calc-read-parse-table-part)
11281         (calc-edit-macro-repeats):
11282         * calc/calc-yank.el (calc-do-grab-rectangle):
11283         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11284         Replace `string-to-int' by `string-to-number'.
11286 2005-05-02  Kim F. Storm  <storm@cua.dk>
11288         * kmacro.el: Use executing-kbd-macro-index variable.
11290 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
11292         * net/rlogin.el (rlogin-parse-words): Delete func.
11293         (rlogin): Use split-string, not rlogin-parse-words.
11294         Also, if there are option-like elements in the parsed args,
11295         take the host to be the first arg immediately following them.
11296         Suggested by Michael Mauger.
11298 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11300         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11302 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11304         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11305         (cc-mode-cpp-program): Rename to cc-define-list-program and
11306         move to cc-vars.el.
11308         * progmodes/cc-vars.el (cc-define-list-program):
11309         Change to "gcc -E -dM -".  Make customizable.
11311 2005-05-02  Kim F. Storm  <storm@cua.dk>
11313         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11315 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11317         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11319         * international/mule-util.el (truncate-string): Remove alias and
11320         obsolete declaration.
11322         * international/mule-cmds.el (update-iso-coding-systems):
11323         Remove alias and obsolete declaration.
11325         * international/mule.el (coding-system-parent): Remove alias and
11326         obsolete declaration.
11328         * subr.el (define-function, sref): Remove aliases and obsolete
11329         declarations.
11330         (chars-in-region): Remove obsolete declaration.
11332 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11334         * info.el (Info-mode): Set widen-automatically to nil, locally.
11336         * simple.el (widen-automatically): New variable.
11337         (pop-global-mark): Obey widen-automatically.
11339 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
11341         * term/xterm.el (function-key-map): Call substitute-key-definition
11342         before the keymap size is increased by a lot of define-key calls.
11344 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11346         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11347         Rename ARG to ELEMENT.  Doc fix.
11349 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11351         * allout.el (allout-exposure): Remove macro and obsolete declaration.
11352         Remove references to allout-exposure/change to allout-new-exposure.
11354         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11355         bytecode symbols.
11357         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11358         (compiled-function-p, focus-frame, unfocus-frame):
11359         Remove aliases and obsolete declarations.
11360         Back out inadvertent changes from previous commit.
11362 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11364         * files.el (require-final-newline): Make Custom tags consistent
11365         with mode-require-final-newline.
11366         (mode-require-final-newline): Doc fix.
11368 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
11370         * international/latexenc.el (latexenc-find-file-coding-system):
11371         Fix regular expressions.
11373 2005-05-01  David Kastrup <dak@gnu.org>
11375         * international/latexenc.el (latexenc-find-file-coding-system):
11376         Fix regular expressions.
11378 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11380         * subr.el (string-to-int): Make obsolete.
11382 2005-04-30  Richard M. Stallman  <rms@gnu.org>
11384         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11386         * loadup.el: load jka-comp-hook.
11388         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11389         (jka-compr-handler): Add autoload.  `put' calls moved
11390         to jka-comp-hook.el.
11391         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11392         (jka-compr-inhibit): Autoload.
11394         * jka-comp-hook.el: New file.
11395         Enable the mode by default.
11397         * files.el (backup-buffer-copy): Use copy-file instead
11398         of write-region, and put back the 'excl.
11400 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
11402         * progmodes/flymake.el (flymake-split-string)
11403         (flymake-split-string, flymake-log, flymake-pid-to-names)
11404         (flymake-reg-names, flymake-get-source-buffer-name)
11405         (flymake-unreg-names, flymake-add-line-err-info)
11406         (flymake-add-err-info): Clarify docstrings.
11407         (flymake-popup-menu, flymake-make-emacs-menu)
11408         (flymake-make-xemacs-menu): Add docstrings.
11409         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11410         Set variables directly throughout.
11412 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
11414         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11415         exists.  Initialize cc-define-alist.
11416         (c-mode): Add cc-create-define-alist locally to after-save-hook.
11417         If there is no file (Macroexpansion) don't create an alist.
11419 2005-04-29  Sam Steingold  <sds@gnu.org>
11421         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11422         (cc-create-define-alist): Use it instead of the hard-coded string.
11424 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11427         for latexenc.
11429 2005-04-29  Lute Kamstra  <lute@gnu.org>
11431         * emacs-lisp/generic.el: Improve commentary section.
11432         (define-generic-mode): Improve docstring.
11434 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11436         * textmodes/org.el (many places): Change to quiet the byte compiler.
11437         (org-prefix-format-compiled): New variable.
11438         (org-compile-prefix-format): New function.
11439         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11440         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11441         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11442         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11443         consistency with entries from `org-mode' files.
11444         (org-get-time-of-day): Fix bug with partial matches early in a line.
11445         (org-non-link-chars): New constant.
11446         (org-link-regexp): Respect `org-non-link-chars'.
11447         (org-agenda-day-view): Remove command.
11448         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11449         (org-follow-bbdb-link, org-store-link): Search also company field.
11450         (org-highlight-overlay): New variable.
11451         (org-highlight, org-unhighlight): New functions.
11452         (org-agenda-mode): Add pre-command-hook to remove highlight.
11453         (org-evaluate-time-range): Behavior depends upon whether time stamp
11454         contains a time or not.
11455         (org-show-subtree, org-show-entry): New functions.
11456         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11458 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11460         * comint.el (comint-output-filter-functions): Add autoload cookie.
11462 2005-04-28  Kim F. Storm  <storm@cua.dk>
11464         * ido.el (ido-everywhere): Fix last change.
11466 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11468         * international/latexenc.el: New file.
11469         * international/mule-conf.el (file-coding-system-alist): For .tex,
11470         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11472 2005-04-28  Lute Kamstra  <lute@gnu.org>
11474         * font-lock.el (font-lock-add-keywords)
11475         (font-lock-remove-keywords): Clarify docstring.
11476         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11477         Don't start docstrings with a `*'.
11478         (font-lock-update-removed-keyword-alist): Give it a docstring.
11480         * generic-x.el: Update commentary section.
11481         Only require font-lock when compiling.
11482         Define all modes conditionally.
11483         Place all generic modes in the generic-x-modes customization group.
11484         (generic-x-modes): New customization group.
11485         (generic-default-modes, generic-mswindows-modes)
11486         (generic-unix-modes, generic-other-modes): New constants.
11487         (generic-define-mswindows-modes, generic-define-unix-modes):
11488         Update docstrings.  Make them obsolete.
11489         (generic-extras-enable-list): New default value.  Update docstring.
11490         Improve :type.  Change :set function.
11491         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11492         Fix docstring.
11494         * emacs-lisp/generic.el (generic-mode-internal):
11495         Simplify font-lock-defaults.
11496         (define-generic-mode): Fix docstring.
11498 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11500         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11501         font-lock-face property to highlight matches.
11503 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11505         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11506         (cc-define-alist): New variable.
11507         (c-mode): Make it local and initialize it.
11509         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11510         (gdb-exited): New function.
11511         (gdb-annotation-rules): Use it.
11512         (gdb-starting): Set gdb-active-process to t.
11513         (gdb-stopping): Amend doc string.
11514         (gdb-reset): Set gdb-active-process to nil.
11516         * tooltip.el (tooltip-gud-tips): Show the associated #define
11517         directives when a C program under GDB is not executing.
11519 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11522         font-lock-fontify-syntactic-keywords.
11524         * font-lock.el (font-lock-default-fontify-region): Don't force
11525         parse-sexp-lookup-properties to nil.
11527 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11529         * man.el (man-mode-syntax-table): Set up `:' to have
11530         word-constituent syntax.
11532 2005-04-27  Lute Kamstra  <lute@gnu.org>
11534         * novice.el (disable-command): Don't add spurious newlines to the
11535         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11537 2005-04-26  Jay Belanger  <belanger@truman.edu>
11539         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11540         than one window before deleting window.
11542 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11544         * shell.el (shell-prompt-pattern): Doc fix.
11545         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11547         * comint.el (comint-prompt-regexp, comint-get-old-input)
11548         (comint-use-prompt-regexp)
11549         (comint-use-prompt-regexp-instead-of-fields)
11550         (comint-replace-by-expanded-history, comint-send-input)
11551         (comint-output-filter, comint-get-old-input-default)
11552         (comint-line-beginning-position, comint-bol, comint-show-output)
11553         (comint-backward-matching-input, comint-forward-matching-input)
11554         (comint-next-prompt, comint-previous-prompt):
11555         Rename `comint-use-prompt-regexp-instead-of-fields' to
11556         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11557         obsolete.
11558         (comint-use-prompt-regexp): Shorten first line of doc string.
11560         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11561         Set paragraph-separate buffer locally to "\\'".
11563         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11564         Adapt to above name change.
11566         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11567         (smbclient-prompt-regexp): Ditto.
11569         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11571 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11573         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11574         gdb-location-list.
11575         Break lines that are over 80 characters wide.
11577 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11580         New fun and var, to preserve compatibility.
11582         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11584 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11586         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11587         name to file-newer-than-file-p.
11589 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11591         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11593         * progmodes/python.el (python-mode):
11594         Use new name eldoc-documentation-function.
11596         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11598         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11599         (eldoc-documentation-function):
11600         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11602 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11604         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11606 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11608         * term/xterm.el (function-key-map): Fix strings for
11609         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11610         {C,S,A,C-S}-{f1-f12}.
11612 2005-04-26  Kenichi Handa  <handa@m17n.org>
11614         * international/mule-cmds.el (select-safe-coding-system):
11615         Fix previous change.
11617 2005-04-26  Lute Kamstra  <lute@gnu.org>
11619         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11621         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11622         (font-lock-comment-delimiter-face): Ditto.
11624         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11626 2005-04-25  Jay Belanger  <belanger@truman.edu>
11628         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11629         to t while inserting information; use help-mode.
11631 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11633         * term.el (ansi-term-color-vector): Use the xterm colors.
11634         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11636 2005-04-25  Lute Kamstra  <lute@gnu.org>
11638         * font-core.el (font-lock-defaults): Fix docstring.
11640         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11642 2005-04-25  Kenichi Handa  <handa@m17n.org>
11644         * international/mule-cmds.el (select-safe-coding-system):
11645         Don't check consistency with coding: spec, etc if raw-text or
11646         no-conversion was found to be safe.
11648 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11650         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11651         citation markers at start of each line.
11653         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11654         citation markers at start of each line.
11656         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11658         * files.el (mode-require-final-newline): Fix previous change.
11659         (require-final-newline): Fix type label.
11661 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11663         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11664         statement in buffer (broken by 2004-11-24 change).
11666 2005-04-24  Kim F. Storm  <storm@cua.dk>
11668         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11669         and read-file-name-function values.  Don't overwrite existing
11670         non-nil values if ido-mode is enabled without ido-everywhere.
11672 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11674         * files.el (mode-require-final-newline): Minor doc fix.
11676 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11678         * subr.el (syntax-after): Doc fix.
11679         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11680         bits, not 8 bits.
11682         * files.el (mode-require-final-newline): Doc fix.
11683         (backup-buffer-copy): Fix last change.
11685 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11687         * term/mac-win.el: Require select.  Set selection-coding-system to
11688         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11689         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11690         (x-select-enable-clipboard): New variables.
11691         (x-select-text, x-get-selection, x-selection-value)
11692         (x-get-selection-value, mac-select-convert-to-string)
11693         (mac-services-open-file, mac-services-open-selection)
11694         (mac-services-insert-text): New functions.
11695         (CLIPBOARD, FIND): Put mac-scrap-name property.
11696         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11697         (public.tiff): Put mac-ostype property.
11698         (selection-converter-alist): Add entries for them.
11699         (mac-application-menu-map): New keymap.
11700         (interprogram-cut-function, interprogram-paste-function): Set to
11701         x-select-text and x-get-selection-value, respectively.
11702         (split-window-keep-point): Set to t.
11704 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11706         * files.el (read-directory-name): Always pass non-nil
11707         DEFAULT-FILENAME arg to read-file-name.
11708         (backup-buffer-copy, basic-save-buffer-2): Take care against
11709         writing thru an unexpected existing symlink.
11710         (revert-buffer): In indirect buffer, revert the base buffer.
11711         (magic-mode-alist): Doc fix.
11712         (buffer-stale-function): Doc fix.
11713         (minibuffer-with-setup-hook): Avoid warning.
11714         (mode-require-final-newline): Doc and custom fix.
11716         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11718         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11719         use the default appearance.
11720         (font-lock-comment-delimiter-face): New face, new variable.
11722         * imenu.el (imenu--generic-function): The official position of a
11723         definition is the start of the line that BEG is in.
11725         * midnight.el (midnight-timer): Move defvar up.
11727         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11729         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11731         * startup.el (command-line): Use with-no-warnings.
11733         * window.el (window-size-fixed): New defvar.
11735         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11737         * mail/rmail.el (rmail-font-lock-keywords):
11738         Use font-lock-comment-delimiter-face.
11740         * mail/sendmail.el (mail-font-lock-keywords):
11741         Use font-lock-comment-delimiter-face.
11743         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11745 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11747         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11748         Specify t for LAXMATCH when matching directories.
11749         Save match data around compilation-compat-error-properties form.
11751 2005-04-23  David Kastrup  <dak@gnu.org>
11753         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11754         Mention that the autoloaded aliases should be kept for AUCTeX.
11756 2005-04-23  Andreas Schwab  <schwab@suse.de>
11758         * isearch.el (isearch-forward): Doc fix.
11760 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11762         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11763         (jit-lock-stealth-nice): Change default value to 0.5.
11765 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11767         * abbrev.el (write-abbrev-file): Write table entries in
11768         alphabetical order by table name.
11770 2005-04-22  Kim F. Storm  <storm@cua.dk>
11772         * ido.el (ido-read-internal): Fix `list' completion.
11774 2005-04-22  Kenichi Handa  <handa@m17n.org>
11776         * recentf.el (recentf-save-file-coding-system): New variable.
11777         (recentf-save-list): Encode the file by
11778         recentf-save-file-coding-system and add coding: tag.
11780 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11782         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11784 2005-04-21  Lute Kamstra  <lute@gnu.org>
11786         * loadhist.el (unload-feature): Don't remove a function from hooks
11787         if it is about to be restored to an autoload .  Remove functions
11788         that will become unbound from auto-mode-alist.  Simplify the code.
11790         * subr.el (assq-delete-all): New implementation that is linear,
11791         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11792         (rassq-delete-all): New function.
11794         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11795         Add size-indication-mode.
11797 2005-04-21  Kenichi Handa  <handa@m17n.org>
11799         * international/mule-cmds.el: Add autoload for widget-value in
11800         eval-when-compile.
11802 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11804         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11805         Add tooltip-mode.
11807         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11809 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11811         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11812         (inferior-lisp-filter-regexp, inferior-lisp-program)
11813         (inferior-lisp-load-command, inferior-lisp-prompt)
11814         (inferior-lisp-mode-hook, lisp-source-modes)
11815         (inferior-lisp-load-hook): defvar->defcustom.
11816         (inferior-lisp-program, inferior-lisp-prompt)
11817         (inferior-lisp-load-hook): Doc fixes.
11818         (inferior-lisp-install-letter-bindings): Small change in
11819         introductory comment.
11821 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11823         * vc.el (vc-annotate-color-map): Change some colors so that text
11824         using them as foreground is readable on both white and black
11825         backgrounds.
11827 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * international/mule-conf.el (translation-table-for-input):
11830         Remove redundant declaration.
11832 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11834         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11836         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11837         (tooltip-toggle-gud-tips): New function.
11839 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11841         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11842         right angle brackets.
11844 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11846         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11848 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11850         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11851         Remove.  Update callers to use expand-file-name instead.
11853         * subr.el (syntax-class): New function.
11855         * simple.el (blink-matching-open): Use it.
11857         * paren.el (show-paren-function): Use it to recognize parens that are
11858         also used in 2-char comment markers.
11860 2005-04-19  Lute Kamstra  <lute@gnu.org>
11862         * loadhist.el (unload-feature): Update for new format of
11863         load-history.  Simplify the code.
11865 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11867         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11868         (mac-add-charset-info): New function.  Initialize variable
11869         mac-charset-info-alist using it.
11870         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11871         for translation.
11872         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11873         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11874         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11875         New CCL programs.
11877 2005-04-19  Kim F. Storm  <storm@cua.dk>
11879         * simple.el (next-buffer, prev-buffer, next-error)
11880         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11881         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11883         * bindings.el (next-buffer, prev-buffer, next-error)
11884         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11885         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11886         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11887         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11889 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * isearch.el (isearch-edit-string): Make the search-ring available for
11892         minibuffer history commands.
11893         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11894         the default history commands now work just as well.
11895         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11897 2005-04-18  Kim F. Storm  <storm@cua.dk>
11899         * emulation/cua-base.el (cua--pre-command-handler): Add more
11900         elaborate check for shift modifier on non-window systems.
11902 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11904         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11906 2005-04-18  Kim F. Storm  <storm@cua.dk>
11908         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11909         and make it optional.  Don't test tooltip-gud-echo-area here.
11910         (tooltip-gud-process-output, gdb-tooltip-print):
11911         Pass tooltip-gud-echo-area to tooltip-show.
11912         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11914 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11916         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11917         `display-graphic-p' may not be bound yet.
11919 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11921         * startup.el (command-line): No longer enable Xterm Mouse mode by
11922         default in terminals compatible with xterm.
11924         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11926 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11928         * tooltip.el (tooltip-gud-echo-area): Rename from
11929         tooltip-use-echo-area.
11930         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11931         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11932         area independently of where help tooltips are displayed.
11934 2005-04-17  David Kastrup  <dak@gnu.org>
11936         * cus-theme.el (custom-theme-write-variables): Quote variables
11937         where necessary.
11939 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11941         * simple.el (yank-excluded-properties): Add follow-link to value.
11943         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11945         * startup.el (fancy-splash-max-time): Just 30 seconds.
11946         (fancy-splash-delay): Just 7.
11947         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11949         * loadhist.el (unload-feature): Update for new format of load-history.
11950         Simplify the code.
11952         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11953         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11955         * mail/sendmail.el (mail-font-lock-keywords):
11956         Don't fontify subject text.
11957         Don't fontify the text of a citation.
11959 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11961         * comint.el (comint-output-filter): Run comint-output-filter-functions
11962         with point where the user had it.
11964 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * international/ucs-tables.el (ucs-set-table-for-input):
11967         Disable when using unify-on-decoding.
11969 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * emulation/cua-base.el (cua-global-mark-face): Add special case
11972         for displays supporting a high number of colors.
11974 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11976         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11978 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11980         * filesets.el (filesets-add-buffer): If user supplies a name of a
11981         non-existing fileset, create a new fileset.
11983 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11985         * textmodes/org.el (org-up-heading-all): Fix bug with
11986         `outline-up-heading-all'.
11988 2005-04-16  Andreas Schwab  <schwab@suse.de>
11990         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11991         /etc/permissions.d/* and /etc/aliases.d/*.
11993 2005-04-16  Kenichi Handa  <handa@m17n.org>
11995         * international/code-pages.el (cp-make-coding-system):
11996         Set `translation-table-for-input' property value to the symbol
11997         ucs-mule-to-mule-unicode, not to that value.
11998         (pt154): Escape guillemet by `\'.
12000 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
12002         * loadup.el: Load tooltip if x-show-tip is fboundp.
12004         * startup.el (command-line): Add comment.
12006         * tooltip.el (tooltip-mode): Specify correct standard value for
12007         Custom in init-value.
12009 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
12011         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
12012         possible.
12014 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
12016         * textmodes/org.el (org-agenda-date-prompt): Rename from
12017         `org-agenda-date-today'.
12018         (org-evaluate-time-range): Insert at point instead of directly
12019         after time range.
12020         (org-first-headline-recenter, org-subtree-end-visible-p)
12021         (org-optimize-window-after-visibility-change): New functions
12022         (org-agenda-post-command-hook): Don't allow point at end of line,
12023         to make sure it always hits the text properties.
12024         (org-agenda-next-date-line, org-agenda-previous-date-line):
12025         New commands.
12026         (org-set-regexps-and-options): Category may contain white space.
12027         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12028         Improve marker positions.
12029         (org-agenda-new-marker): Argument POS made optional.
12030         (org-agenda-get-timestamps): Deadlines which are done are listed
12031         in org-done-face now.
12032         (org-agenda-get-todos, org-agenda-get-timestamps)
12033         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12034         Set `undone-face' and `done-face' properties.
12035         (org-last-todo-state-is-todo): New variable.
12036         (org-todo): Set `org-last-todo-state-is-todo'.
12037         (org-agenda-todo): Change face according to
12038         `org-last-todo-state-is-todo'.  And change other lines referring to
12039         the same entry.
12040         (org-calendar-goto-agenda): New command.
12041         (org-calendar-to-agenda-key): New option.
12042         (org-startup-folded): New allowed value `content'.
12043         (org-set-regexps-and-options): Accept new value `content' for
12044         `org-startup-folded'.
12045         (org-get-current-options): Handle new value `content' for
12046         `org-startup-folded'.
12047         (org-insert-todo-heading): New command.
12048         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12049         interactively in empty file and option
12050         `org-insert-mode-line-in-empty-file' has been set.
12051         (org-agenda-todo,org-agenda-priority): Modify to use
12052         `org-agenda-change-all-lines'.
12053         (org-warning-face): Change color on dark background
12055 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12057         * international/mule-cmds.el (set-locale-environment): On Mac OS,
12058         use preferences AppleLocale and AppleLanguages, and variable
12059         mac-system-locale for default locale.  On Mac OS Classic, use
12060         mac-system-coding-system for default coding systems.
12062         * term/mac-win.el: Don't set file-name-coding-system.
12063         Decode variables system-name, emacs-build-system, user-login-name, and
12064         user-full-name by mac-system-coding-system on Mac OS Classic.
12065         (mac-system-coding-system): New variable.
12067 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
12069         * startup.el (command-line): Handle `xterm-mouse-mode' before
12070         reading init file.
12072         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12074 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
12076         * progmodes/sh-script.el (sh-here-document-word): Make it a
12077         defcustom.  Doc fix.
12078         (sh-add): Bash uses $(( )) for arithmetic.
12079         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12080         (sh-maybe-here-document): Remove quotes and leading whitespace
12081         from heredoc word when closing.  Indent heredoc with tabs if word
12082         starts with "-".
12084 2005-04-13  Richard M. Stallman  <rms@gnu.org>
12086         * simple.el (undo): Fix previous change.
12088         * custom.el (defface): Doc fix.
12090 2005-04-13  Lute Kamstra  <lute@gnu.org>
12092         * Makefile.in (DONTCOMPILE): Remove list.
12093         (compile, compile-always): Don't use DONTCOMPILE.
12094         (update-authors): Load the library in which batch-update-authors
12095         is defined.
12096         * makefile.w32-in (DONTCOMPILE): Remove list.
12097         (compile, compile-always): Fix comments.
12098         (update-authors): Load the library in which batch-update-authors
12099         is defined.
12101         * generic-x.el (generic-mode-ini-file-find-file-hook):
12102         Rename to ini-generic-mode-find-file-hook.
12103         Keep generic-mode-ini-file-find-file-hook as an alias.
12104         (ini-generic-mode-find-file-hook): Rename from
12105         generic-mode-ini-file-find-file-hook.  Fix docstring.
12106         (ini-generic-mode): Docstring change.
12107         (bat-generic-mode-run-as-comint): Silence the byte compiler.
12109         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12110         called from lisp.
12112         * generic.el: Move to the emacs-lisp subdir.
12114 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
12116         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12117         and C-S- function and cursor motion keys.
12119 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
12121         * startup.el (command-line): Enable Xterm Mouse mode by default.
12122         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12123         for Custom.  No longer show "Mouse" in mode line when enabled.
12124         Doc fix.
12126 2005-04-12  Kim F. Storm  <storm@cua.dk>
12128         * emulation/cua-base.el (cua-rectangle-face)
12129         (cua-rectangle-noselect-face): Define face attributes here.
12131         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12133 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12135         * startup.el (command-line): Turn off blinking cursor if
12136         cursorBlink in resources is off or false.
12138 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12140         * term/mac-win.el (dnd): Require dnd.
12141         (mac-drag-n-drop): Call dnd-handle-one-url.
12142         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12143         (kTextEncodingISOLatin2): Remove constants.
12144         (mac-script-code-coding-systems): New constant.
12145         (mac-handle-language-change): New function.
12146         (special-event-map): Bind it to `language-change' event.
12147         (mac-centraleurroman, mac-cyrillic): New coding systems.
12148         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12149         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12150         and mac-cyrillic-encoder to encode-mac-centraleurroman and
12151         encode-mac-cyrillic, respectively.
12153 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12155         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12156         Don't set overlay-arrow-string to "=>" as this is done
12157         globally in C now.
12159 2005-04-12  Lute Kamstra  <lute@gnu.org>
12161         * generic-x.el (rc-generic-mode, rul-generic-mode):
12162         Fix auto-mode-alist entries.
12163         (etc-fstab-generic-mode): Tweak fontification.
12165         * generic.el (generic-make-keywords-list): Fix docstring.
12166         (generic-mode-internal): Simplify generic-font-lock-keywords.
12168 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12170         * whitespace.el (whitespace-buffer-leading)
12171         (whitespace-buffer-trailing): Revert the incorrect test inversion.
12172         However, fix the highlight area for the leading and
12173         trailing whitespaces to show space.
12175 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12177         * whitespace.el (whitespace-version): Bump to 3.5
12179         (whitespace-buffer-leading, whitespace-buffer-trailing):
12180         Invert sense of the test to highlight the whitespace.
12182 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12184         * progmodes/gud.el (gud-display-line): GUD uses its own
12185         overlay arrow now so don't set overlay-arrow-string.
12186         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12188 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
12190         * term.el (term-ansi-current-bold, term-ansi-current-underline)
12191         (term-ansi-current-reverse, term-ansi-current-invisible)
12192         (term-ansi-face-already-done): Change to boolean.
12193         (term-reset-terminal, term-handle-colors-array): Handle the above
12194         vars accordingly.
12195         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12196         (term-emulate-terminal): Use the new name.
12198         * faces.el (secondary-selection): Use yellow1, not yellow.
12199         (trailing-whitespace): Use red1, not red.
12201 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12203         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12204         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12205         (dired-dnd-handle-file): Call dnd-get-local-file-uri
12207         * cus-edit.el (dnd): New group.
12209         * term/w32-win.el (dnd): Require dnd
12210         (w32-drag-n-drop): Call dnd-handle-one-url.
12212         * x-dnd.el: Require dnd.
12213         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12214         Call dnd-handle-one-url.
12215         (x-dnd-types-alist, x-dnd-insert-utf8-text)
12216         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12217         to dnd-insert-text.
12218         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12219         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12220         (x-dnd-get-local-file-name, x-dnd-open-local-file)
12221         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12223         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12225 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12227         * wdired.el: Doc fixes.
12228         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12229         (wdired-use-dired-vertical-movement): Rename from
12230         wdired-always-move-to-filename-beginning.
12231         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12232         (wdired-change-to-wdired-mode): Change mode name.
12233         (wdired-newline): Delete.
12235 2005-04-11  Richard M. Stallman  <rms@gnu.org>
12237         * whitespace.el (whitespace-highlight-the-space):
12238         Don't call whitespace-unhighlight-the-space here.
12240         * simple.el (undo): Record t in undo-equiv-table
12241         for the redo record made by an undo-in-region.
12243 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12245         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12246         (gdb-frame-inferior-io-buffer): New Functions to control
12247         display of separate IO buffer.
12248         (menu): Add them to menu-bar.
12249         (gdb-display-buffer): Check for buffer another frame.
12250         Protect GUD buffer.
12251         (gdb-setup-windows): Create IO buffer if not already there.
12252         (gdb-memory-mode): Remove purecopy noops.
12254 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12256         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12257         and pass to self-insert-command.
12259 2005-04-11  Lute Kamstra  <lute@gnu.org>
12261         * generic.el: Commentary section cleanup.
12262         (generic): Delete.
12263         (generic-use-find-file-hook, generic-lines-to-scan)
12264         (generic-find-file-regexp, generic-ignore-files-regexp)
12265         (default-generic-mode, generic-mode-find-file-hook)
12266         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12267         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
12268         (generic-use-find-file-hook, generic-lines-to-scan)
12269         (generic-find-file-regexp, generic-ignore-files-regexp)
12270         (default-generic-mode, generic-mode-find-file-hook)
12271         (generic-mode-ini-file-find-file-hook): Move from generic.el.
12273 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
12275         * bookmark.el (bookmark-write-file): Catch errors writing file.
12276         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12278 2005-04-10  Richard M. Stallman  <rms@gnu.org>
12280         * startup.el (fancy-splash-tail): Update copyright year.
12281         (command-line): Split part of -Q into -D.
12282         (emacs-basic-display): New defvar.
12283         (fancy-splash-text): Correct name of menu item.
12285         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12287         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12288         lines in one node.
12290         * comint.el (comint-send-input): New arg ARTIFICIAL.
12291         Callers in this file changed.
12293         * abbrev.el (define-abbrevs): Read system abbrevs properly.
12295         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12297 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
12299         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
12300         `ldap-search-internal'.
12302 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * files.el (set-auto-mode-1): Use line-end-position.
12306         * international/latin-1.el:
12307         * international/latin-2.el:
12308         * international/latin-3.el:
12309         * international/latin-4.el:
12310         * international/latin-5.el:
12311         * international/latin-8.el:
12312         * international/latin-9.el: Give punctuation syntax to NBSP.
12314         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12315         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12316         Use char-classes to accept non-ascii letters, accepted in some recent
12317         bibtex implementations.
12319 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
12321         * custom.el (custom-set-minor-mode): Any non-nil value for the
12322         variable should enable the mode when set through Custom.
12324 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12327         TAB binding so tab-always-indent is obeyed.
12328         (vhdl-minibuffer-local-map): Move initialization into declaration.
12329         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12330         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12331         (vhdl-hooked-abbrev): Avoid test for XEmacs.
12332         (vhdl-current-line): Use line-beginning-position.
12333         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12334         with-output-to-temp-buffer, so the current position can be recorded.
12336 2005-04-10  Masatake YAMATO  <jet@gyve.org>
12338         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12339         Add regexp for gcov.
12341 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12343         * calendar/time-date.el (time-to-seconds, seconds-to-time)
12344         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12345         syntax which Emacs 20 doesn't support.
12347 2005-04-09  Richard M. Stallman  <rms@gnu.org>
12349         * help.el (describe-key-briefly, describe-key):
12350         Replace strings as event types with "(any string)".
12352 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * arc-mode.el (archive-mode-map): Move initialization into
12355         the declaration.  Override *all* bindings of `undo'.
12356         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12358 2005-04-09  Jay Belanger  <belanger@truman.edu>
12360         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12362 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12364         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12365         (xterm-register-default-colors): Update color values computation
12366         to match xterm-200.
12368 2005-04-09  Kenichi Handa  <handa@m17n.org>
12370         * international/code-pages.el (iso-latin-7): Fix the map.
12372 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
12374         * emacs-lisp/lisp.el (defun-prompt-regexp)
12375         (parens-require-spaces, buffer-end, end-of-defun)
12376         (insert-parentheses): Doc fixes.
12378 2005-04-08  Kim F. Storm  <storm@cua.dk>
12380         * comint.el (comint-highlight-prompt): Fix face spec.
12381         * hi-lock.el (hi-green): Likewise.
12383 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12385         * cus-edit.el (custom-modified-face):
12386         * comint.el (comint-highlight-input): Fix previous changes.
12387         * term.el (term-handle-ansi-escape): Add a comment.
12389 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12392         in the buffer and in whitespace-highlighted-space.
12393         (whitespace-unhighlight-the-space): Simplify.
12394         (whitespace-buffer): Simplify.
12396 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12398         * textmodes/table.el (table-cell-face): Add special case for
12399         displays supporting a high number of colors.
12400         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12401         (vhdl-font-lock-reserved-words-face)
12402         (vhdl-speedbar-architecture-face)
12403         (vhdl-speedbar-instantiation-face)
12404         (vhdl-speedbar-architecture-selected-face)
12405         (vhdl-speedbar-instantiation-selected-face): Likewise.
12406         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12407         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12408         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12409         (ebrowse-root-class-face, ebrowse-member-attribute-face)
12410         (ebrowse-progress-face): Likewise.
12411         * progmodes/compile.el (compilation-info-face): Likewise.
12412         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12413         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12414         * calendar/calendar.el (diary-face): Likewise.
12415         * woman.el (woman-italic-face, woman-bold-face)
12416         (woman-unknown-face): Likewise.
12417         * wid-edit.el (widget-button-pressed-face): Likewise.
12418         * whitespace.el (whitespace-highlight-face): Likewise.
12419         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12420         * pcvs-info.el (cvs-marked-face): Likewise.
12421         * info.el (info-xref): Likewise.
12422         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12423         * hilit-chg.el (highlight-changes-face)
12424         (highlight-changes-delete-face): Likewise.
12425         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12426         (hi-red-b): Likewise.
12427         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12428         * font-lock.el (font-lock-keyword-face)
12429         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12430         * cus-edit.el (custom-invalid-face, custom-modified-face)
12431         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12432         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12433         * comint.el (comint-highlight-prompt): Likewise.
12435 2005-04-08  Lute Kamstra  <lute@gnu.org>
12437         * font-lock.el (font-lock-keywords): Docstring fixes.
12439 2005-04-08  Kenichi Handa  <handa@m17n.org>
12441         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12442         chars are more than a limit, print " and more..." at the tail.
12444 2005-04-08  Kim F. Storm  <storm@cua.dk>
12446         * emacs-lisp/authors.el (authors-aliases): Update list.
12447         (authors-ignored-files): New list.
12448         (authors-fixed-entries): Fix typo.
12449         (authors-renamed-files-alist): Update list.
12450         (authors-add): Check authors-ignored-files.
12452 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12454         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12455         optional, to ensure backward compatibility.
12457 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12459         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12461 2005-04-08  Kim F. Storm  <storm@cua.dk>
12463         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12465         * mouse.el (mouse-on-link-p): Doc fix.
12467 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12469         * ielm.el (ielm-prompt-read-only): Doc fix.
12471         * comint.el (comint-prompt-read-only): Doc fix.
12473 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12475         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12476         ensure dired always handles wildcards passed to ffap.
12477         (find-file-at-point): Use it.
12478         (ffap-dired-wildcards): Doc fix.
12480 2005-04-07  Juri Linkov  <juri@jurta.org>
12482         * simple.el (next-error-overlay-arrow-position): New defvar.
12483         Put "=>" on its property `overlay-arrow-string'.  Add it to
12484         `overlay-arrow-variable-list'.
12486         * progmodes/compile.el (compilation-setup):
12487         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12488         nil in the local hook `kill-buffer-hook'.  Make local variable
12489         `overlay-arrow-string' and set it to "=>".
12490         (compilation-goto-locus): Set BOL position to
12491         `next-error-overlay-arrow-position' instead of
12492         `overlay-arrow-position'.
12494         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12495         locally instead of adding it to the global hook.
12496         (Info-kill-buffer): Move up.
12498 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12500         * term/xterm.el (xterm-standard-colors): Update color values from
12501         xterm-200.
12503 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12505         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12507         * fast-lock.el:
12508         * lazy-lock.el: Move them to the obsolete subdir.
12510 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12512         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12513         (wdired-add-replace-advice): Remove.
12514         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12516 2005-04-06  Kim F. Storm  <storm@cua.dk>
12518         * startup.el (command-line): Add --bare-bones alias for -Q.
12520 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12522         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12523         create the startup fontset if a font specification ends with
12524         `mac-roman'.
12526 2005-04-06  Lute Kamstra  <lute@gnu.org>
12528         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12529         change.
12531         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12532         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12534 2005-04-05  Lute Kamstra  <lute@gnu.org>
12536         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12537         (define-generic-mode): Ditto.  Fix debug declaration.
12539         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12540         Put them in the generic-x group.
12542         * calendar/timeclock.el (timeclock): Doc fix.
12544         * generic.el (define-generic-mode): Don't use custom-current-group.
12545         Document default :group value.
12546         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12547         (define-global-minor-mode): Don't use custom-current-group.
12549 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12551         * startup.el (command-line-1): Display startup-echo-area-message
12552         when fancy splash screen is in use.
12554         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12555         (sh-escaped-newline): New face.
12556         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12557         newline, and use sh-escaped-newline face.
12559         * progmodes/tcl.el (tcl-escaped-newline): New face.
12560         (tcl-builtin-list): New variable.
12561         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12562         newlines.  Fix keywords subexpression number.
12564 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12566         * textmodes/org.el (org-diary-default-entry): Fix call to
12567         `add-to-diary-entry'.
12569 2005-04-05  Kim F. Storm  <storm@cua.dk>
12571         * ediff-init.el: Use (featurep 'xemacs).
12573 2005-04-05  David Ponce  <david@dponce.com>
12575         * cus-edit.el (face): Derive from symbol widget.  Display sample
12576         of the current face on the fly.
12577         (widget-face-sample-face-get, widget-face-notify): New functions.
12578         (widget-face-value-create): Remove.
12580         * wid-edit.el (widget-field-end): Temporarily remove field
12581         narrowing before to call `get-char-property'.
12583 2005-04-04  Jay Belanger  <belanger@truman.edu>
12585         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12586         (math-read-subscripts): New variable.
12587         (math-read-preprocess-string): Process subscripts.
12589 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12591         * comint.el (comint-prompt-read-only): Doc fix.
12593         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12594         `-1'.  Doc fix.
12596 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12598         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12599         Change default value to nil.
12601 2005-04-04  Lute Kamstra  <lute@gnu.org>
12603         * autorevert.el (auto-revert-mode): Specify :group.
12604         * battery.el (display-battery-mode): Specify :group.
12605         * diff-mode.el (diff-minor-mode): Specify :group.
12606         * font-core.el (font-lock-mode): Specify :group.
12607         * hl-line.el (hl-line-mode): Specify :group.
12608         * iimage.el (iimage): New customization group.
12609         (iimage-mode): Specify :group.
12610         * longlines.el (longlines-mode): Specify :group.
12611         * master.el: Don't require easy-mmode.
12612         (master): New customization group.
12613         (master-mode): Specify :group.
12614         * msb.el (msb-mode): Specify :group.
12615         * reveal.el (reveal-mode): Specify :group.
12616         * simple.el (next-error-follow-minor-mode): Specify :group.
12617         * smerge-mode.el (smerge-mode): Specify :group.
12618         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12619         * emulation/cua-base.el (cua-mode): Specify :group.
12620         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12621         * language/thai-util.el (thai-auto-composition-mode)
12622         (thai-word-mode): Specify :group.
12623         * mail/supercite.el (sc-minor-mode): Specify :group.
12624         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12625         * progmodes/flymake.el (flymake-mode): Specify :group.
12626         * progmodes/glasses.el (glasses-mode): Specify :group.
12627         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12628         * textmodes/enriched.el (enriched-mode): Specify :group.
12629         * textmodes/refill.el (refill-mode): Specify :group.
12631         * add-log.el (change-log-font-lock-keywords): Names in
12632         parenthesized lists can contain spaces.
12634 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12636         * startup.el (fancy-splash-text): Shorten default text of
12637         "Emacs Tutorial" line.  Also, if the current language env
12638         indicates an available tutorial file other than TUTORIAL,
12639         extract its title and append it to the line in parentheses.
12640         (fancy-splash-insert): If arg is a thunk, funcall it.
12642 2005-04-04  Jay Belanger  <belanger@truman.edu>
12644         * calc.el (calc-language-alist): Add tags to customization type.
12646 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12648         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12649         Doc fix.
12651 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12653         * add-log.el (change-log-font-lock-keywords): The manual
12654         describing a Change Log entry, says: (...) "Aside from these
12655         header lines, every line in the change log starts with a space or
12656         a tab.".  The font-lock was not highlighting lines started with
12657         spaces, added support for it.
12659 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12661         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12662         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12663         complex example in the docstring.
12664         (bibtex-font-lock-url): Use pop.
12666 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12670         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12672 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12674         * filesets.el (filesets-set-default): Doc fix.
12676 2005-04-03  Lute Kamstra  <lute@gnu.org>
12678         * generic.el (define-generic-mode): Add argument to specify
12679         keywords for defcustom.
12680         (default-generic-mode): Specify :group.
12682         * generic-x.el: Specify :group for all generic modes.
12684         * desktop.el (desktop-no-desktop-file-hook)
12685         (desktop-after-read-hook): Doc fix.
12687 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12689         * simple.el (visible-mode): Use explicit :group keyword.
12690         This changes the group of `visible-mode-hook' from paren-blinking
12691         to editing-basics.
12693 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12695         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12696         mailbox specifications as well as URLs.
12697         (rmail-insert-inbox-text): Remove unused conditional branches.
12699 2005-04-01  Jay Belanger  <belanger@truman.edu>
12701         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12702         (calc-gnuplot-print-command): Move definitions to calc.el.
12704         * calc/calc-embed.el (calc-embedded-announce-formula)
12705         (calc-embedded-open-formula, calc-embedded-close-formula)
12706         (calc-embedded-open-word, calc-embedded-close-word)
12707         (calc-embedded-open-plain, calc-embedded-close-plain)
12708         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12709         (calc-embedded-open-mode, calc-embedded-close-mode):
12710         Move definitions to calc.el.
12712         * calc/calc.el (calc-settings-file, calc-language-alist):
12713         Make customizable.
12714         (calc-embedded-announce-formula, calc-embedded-open-formula)
12715         (calc-embedded-close-formula, calc-embedded-open-word)
12716         (calc-embedded-close-word, calc-embedded-open-plain)
12717         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12718         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12719         (calc-embedded-close-mode, calc-gnuplot-name)
12720         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12721         from other files and make customizable.
12723 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12726         Use buffer-live-p.
12727         (cvs-mode-run): Don't call cvs-update-header here.
12728         (cvs-run-process): Call cvs-update-header.
12729         Use process properties for cvs-postprocess and cvs-buffer so that
12730         the sentinel can behave better if the temp buffer is killed.
12731         Use a pipe rather than a tty, to better handle unexpected prompts.
12732         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12734 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12736         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12737         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12739 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * generic.el (define-generic-mode): Add indentation rule.
12743 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12745         * files.el (mode-require-final-newline): Make Custom correctly
12746         report a nil value and allow to set it to nil via Custom.
12747         Doc fix.
12749 2005-04-01  Kenichi Handa  <handa@m17n.org>
12751         * international/characters.el: Enable the correct case setting for
12752         dotless-i and dotted-I.
12754 2005-04-01  Kim F. Storm  <storm@cua.dk>
12756         * ido.el (ido-file-internal): Fall back to non-ido command if
12757         initial directory is on slow ftp (or tramp) host.
12759 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12761         * emacs-lisp/autoload.el (make-autoload):
12762         Handle define-global-minor-mode.
12764         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12765         Rename from easy-mmode-define-global-mode.
12766         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12768         * progmodes/scheme.el (scheme-mode-syntax-table):
12769         Update syntax of | and # for two-character comment syntax.
12771 2005-03-31  Lute Kamstra  <lute@gnu.org>
12773         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12774         (define-minor-mode): Call custom-current-group at load-time.
12776         * generic.el (define-generic-mode): Add debug declaration.
12777         Add defcustom for the mode hook.
12778         (generic-mode-internal): Use run-mode-hooks.
12780 2005-03-31  Kim F. Storm  <storm@cua.dk>
12782         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12783         (mouse-fixup-help-message): New defun called by show_help_echo
12784         to fixup mouse-2 prefix in help messages when applicable.
12786         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12788 2005-03-31  Kenichi Handa  <handa@m17n.org>
12790         * language/thai-word.el (thai-find-word-ends): Pay attention to
12791         the case that we reach the end of buffer.
12793         * textmodes/fill.el (fill-text-properties-at): New function.
12794         (fill-newline): Use fill-text-properties-at instead of
12795         text-properties-at.
12797 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12799         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12800         not comint-quote-filename.
12802 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12804         * help-fns.el (help-with-tutorial): Revert last change.
12806 2005-03-31  Kim F. Storm  <storm@cua.dk>
12808         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12810 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12812         * calendar/cal-china.el: Update reference to "Calendrical
12813         Calculations" book; there's a new edition.
12814         * calendar/cal-coptic.el: Likewise.
12815         * calendar/cal-french.el: Likewise.
12816         * calendar/cal-hebrew.el: Likewise.
12817         * calendar/cal-islam.el: Likewise.
12818         * calendar/cal-iso.el: Likewise.
12819         * calendar/cal-julian.el: Likewise.
12820         * calendar/cal-mayan.el: Likewise.
12821         * calendar/cal-persia.el: Likewise.
12822         * calendar/calendar.el: Likewise.
12823         * calendar/holidays.el: Likewise.
12824         * calendar/lunar.el: Likewise.
12825         * calendar/solar.el: Likewise.
12827         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12828         white space from doc string.
12830 2005-03-30  Jay Belanger  <belanger@truman.edu>
12832         * calc/calc-help.el (calc-full-help): Remove email address.
12834 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12836         * help-fns.el (help-with-tutorial): Delete title line.
12838 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12840         * calendar/cal-x.el (calendar-one-frame-setup)
12841         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12842         rather than 'symbol for set-window-dedicated-p.
12844         * calendar/appt.el (appt-buffer-name): Make it a constant.
12845         (appt-add): Doc fix.
12847         * filesets.el (filesets-menu-path, filesets-menu-before)
12848         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12849         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12850         (filesets-add-submenu): Delete and use add-submenu instead.
12852 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12854         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12855         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12856         (org-diary-default-entry): New function.
12857         (org-get-entries-from-diary): Better parsing of diary entries.
12858         (org-agenda-check-no-diary): New function.
12859         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12860         linking to diary entries.
12861         (org-agenda-execute-calendar-command): New function.
12862         (org-agenda): Improve visible section in window.
12863         Use `org-fit-agenda-window'.
12864         (org-fit-agenda-window): New option.
12865         (org-move-subtree-down): Better handling of empty lines
12866         at end of subtree.
12867         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12868         levels up.
12869         (org-fontify-done-headline): New option.
12870         (org-headline-done-face): New face.
12871         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12872         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12873         When current field is non-empty, it is copied to next row.
12874         (org-table-copy-from-above): Fix bug which made it
12875         impossible to copy fields containing only a single non-white character.
12877 2005-03-30  Kim F. Storm  <storm@cua.dk>
12879         * kmacro.el (kmacro-end-macro): Isearch may store this command
12880         into the macro -- so ignore it when executing keyboard macro.
12882 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12884         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12886 2005-03-29  Kenichi Handa  <handa@m17n.org>
12888         * language/thai.el ("Thai"): Set setup-function and exit-function
12889         for Thai language environment.
12891         * language/thai-util.el: Require thai-word.
12892         (thai-word-mode-map): New variable.
12893         (thai-word-mode): New minor mode.
12894         (setup-thai-language-environment-internal): New function.
12895         (exit-thai-language-environment-internal): New function.
12897         * language/thai-word.el (thai-word-table): Declare it by defvar,
12898         use dolist to initialize it.
12899         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12900         (thai-fill-find-break-point): New functions.
12902 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12904         * simple.el (idle-update-delay): Move definition up.
12905         (set-mark): Doc fix.
12907 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12909         * longlines.el: New file.
12911         * simple.el (buffer-substring-filters): New variable.
12912         (filter-buffer-substring): New function.
12913         (kill-region, copy-region-as-kill): Use it.
12915         * register.el (copy-to-register, append-to-register)
12916         (prepend-to-register): Use filter-buffer-substring.
12918 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12920         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12921         (gud-filter-pending-text): Move in front of gdb.
12922         (gud-overlay-arrow-position): New variable.
12923         (gud-sentinel, gud-display-line): Use it in place of
12924         overlay-arrow-position.
12926 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12928         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12929         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12930         (fortran-font-lock-keywords-4): New variable.
12931         (fortran-blocks-re, fortran-end-block-re)
12932         (fortran-start-block-re): New constants, for hideshow.
12933         (hs-special-modes-alist): Add a Fortran entry.
12934         (fortran-mode-map): Bind fortran-end-of-block,
12935         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12936         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12937         (fortran-looking-at-if-then, fortran-end-of-block)
12938         (fortran-beginning-of-block): New functions, for hideshow.
12940         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12941         Doc fix.  Tweak regexp.
12942         (f90-beginning-of-block): Push mark first.
12944 2005-03-29  Jay Belanger  <belanger@truman.edu>
12946         * calc/calc.el: Update copyright date.
12947         (calc-version): Increase to 2.1.
12948         (calc-version-date): Remove.
12950         * calc/calc-help.el: Update copyright date.
12951         (calc-full-help): Remove reference to calc-version-date.
12952         Update copyright date.
12954 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * vc.el (vc-do-command): Use a pipe for async processes, so password
12957         prompts don't show up at places where the user can't reply.
12959 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12961         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12962         on the file name we pass to the inferior shell.
12964 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12966         * progmodes/which-func.el (which-function): Be robust in the face of an
12967         imenu--make-index-alist failure.
12969 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12971         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12973         * progmodes/python.el (python-preoutput-filter): Fix last change.
12975 2005-03-29  Lute Kamstra  <lute@gnu.org>
12977         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12978         functions and compiled macros.
12979         (debug-convert-byte-code): Handle macros too.
12980         (debug-on-entry-1): Don't signal an error when trying to clear a
12981         function that is not set to debug on entry.
12983 2005-03-29  Jay Belanger  <belanger@truman.edu>
12985         * calc/calc-lang.el: Add functions to math-function-table
12986         properties of tex and math.
12988 2005-03-29  Kenichi Handa  <handa@m17n.org>
12990         * ps-mule.el (ps-mule-plot-string): Translate characters by
12991         ps-print-translation-table.
12992         (ps-mule-begin-job): Call find-charset-region/string with
12993         ps-print-translation-table.
12994         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12996         * ps-print.el (ps-print-translation-table): New variable.
12997         (ps-plot-region): Translate characters by ps-print-translation-table.
12999 2005-03-29  Juri Linkov  <juri@jurta.org>
13001         * simple.el (next-error-highlight-timer): New variable.
13003         * progmodes/compile.el (compilation-goto-locus):
13004         Use `next-error-highlight-timer' instead of `sit-for'.
13006 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13008         * mail/supercite.el (sc-mail-field): Use assoc-string.
13009         (sc-get-address): Simplify regexps.
13011         * files.el (minibuffer-with-setup-hook): New macro.
13012         (find-file-read-args): Use it to avoid let-binding
13013         minibuffer-with-setup-hook (which breaks turning on/off
13014         file-name-shadow-mode while in the prompt).
13016         * complete.el (PC-read-include-file-name-internal):
13017         Use test-completion.
13019 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
13021         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
13023 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * window.el (window-buffer-height): Use count-screen-lines.
13027         * progmodes/python.el (python-preoutput-leftover): New var.
13028         (python-preoutput-filter): Use it.
13029         (python-send-receive): Loop until all the result has been received.
13031 2005-03-28  Juri Linkov  <juri@jurta.org>
13033         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13035         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13036         "Recover Crashed Session".
13037         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13038         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13039         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13040         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13041         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13042         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13043         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13044         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13046         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13047         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13048         Ediff Sessions", "Toggle use of separate control buffer frame",
13049         "Use separate frame for Ediff control buffer".
13051         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13052         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13053         "Rename Bookmark", "Delete Bookmark".
13055         * info.el (Info-mode-menu): Remove ellipsis from "Index".
13056         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13057         Add `:active Info-index-alternatives' to "Next Matching Item".
13059         * wdired.el (wdired-change-to-wdired-mode):
13060         Mention `wdired-abort-changes' key in the initial message.
13062         * international/mule.el (auto-coding-alist): Associate non-ascii
13063         image filename extensions with `no-conversion'.
13065 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13067         * international/iso-acc.el:
13068         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13070 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
13072         * textmodes/sgml-mode.el (html-mode): Doc update.
13074         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13076 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
13078         * term.el (term-move-columns): Fix face after extending a line.
13079         (term-insert-spaces): Likewise.
13080         (term-reset-terminal): Fix off by one error.
13082 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13084         * international/mule.el (auto-coding-alist): Add .xpi files.
13086         * files.el (auto-mode-alist): Add .xpi files.
13088 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
13090         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13092 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13094         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13096 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13098         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13099         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
13101         * calendar/cal-move.el (calendar-beginning-of-year): Move the
13102         cursor to Jan 1 when needed.
13103         (calendar-end-of-year): Fix -/+ typo.
13104         Reported by Chong Yidong <cyd@stupidchicken.com>.
13106 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13108         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13110         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13111         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
13113 2005-03-25  Richard M. Stallman  <rms@gnu.org>
13115         * filesets.el (filesets-init): Add autoload.
13117         * mail/mailalias.el (mail-directory): Doc fix.
13119 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13121         * mail/mailalias.el (mail-directory-process): Do nothing if
13122         mail-directory-process is an atom.
13123         (mail-get-names): Ignore mail-directory-names if it is an atom.
13124         (mail-directory-process defvar): Doc fix.
13125         (mail-names): Doc fix.
13127 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
13129         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13131 2005-03-26  Kenichi Handa  <handa@m17n.org>
13133         * international/mule-util.el (detect-coding-with-priority):
13134         Call update-coding-systems-internal before detect-coding-region.
13136 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
13138         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13139         (gdb-frames-mode-map): Add follow-link property.
13141 2005-03-25  Jay Belanger  <belanger@truman.edu>
13143         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13144         for variables.
13146 2005-03-25  Juri Linkov  <juri@jurta.org>
13148         * image-mode.el: Optimize image filename extension regexps in
13149         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
13150         in `auto-mode-alist'.
13151         (image-mode): Add `image-toggle-display-text' to local hook
13152         `change-major-mode-hook'.  Display the image as an image by
13153         default.  Set `cursor-type' and `truncate-lines' if the image
13154         is already displayed.  Take into account the current mode (image
13155         or text) in message.
13156         (image-minor-mode): New minor mode.
13157         (image-mode-maybe, image-toggle-display-text): New functions.
13158         (image-toggle-display): Use called-interactively-p.
13159         Let-bind `inhibit-read-only' to t.
13161         * image-mode.el (image-minor-mode): Set `cursor-type' and
13162         `truncate-lines' if the image is already displayed.  Add turning
13163         image-minor-mode off to `change-major-mode-hook'.  Add message.
13164         Call `image-toggle-display-text' after turning image-minor-mode off.
13166 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13169         Terminal.app, use utf-8.
13170         (set-display-table-and-terminal-coding-system): Add coding-system arg.
13171         (set-locale-environment): Use it.
13173         * term/xterm.el: Undo last change, better done in mule-cmds.el.
13175         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13177         * progmodes/python.el (python-close-block-statement-p)
13178         (python-outdent-p, python-current-defun): Use symbol-end.
13180 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
13182         * files.el (save-some-buffers): Doc fix.
13184 2005-03-25  Werner Lemberg  <wl@gnu.org>
13186         * complete.el, thumbs.el: Replace `legal' with `valid'.
13187         * calendar/calendar.el: Replace `legal' with `valid'.
13188         * emacs-lisp/advice.el: Replace `legal' with `valid'.
13189         * mail/supercite.el: Replace `legal' with `valid'.
13190         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13191         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13192         Replace `legal' with `valid'.
13193         * textmodes/reftex-vars.el, textmodes/reftex.el:
13194         Replace `legal' with `valid'.
13196 2005-03-25  Werner Lemberg  <wl@gnu.org>
13198         * calc/calc-forms.el, calc/calc-sel.el:
13199         * midnight.el, vc-cvs.el:
13200         * emacs-lisp/cl-macs.el:
13201         * emulation/vip.el:
13202         * eshell/esh-io.el, eshell/esh-var.el:
13203         * mail/supercite.el:
13204         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13205         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13206         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13207         * progmodes/sh-script.el, progmodes/xscheme.el:
13208         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13209         * textmodes/reftex-index.el, textmodes/reftex-parse.el
13210         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13211         * textmodes/reftex.el, textmodes/org.el:
13212         Replace `illegal' with `invalid'.
13214 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13216         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13217         (flymake-find-buildfile, flymake-find-possible-master-files)
13218         (flymake-check-include, flymake-parse-line): Replace loops over the
13219         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13221         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13222         Substitute file-name-as-directory in the rest of the file.
13223         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13224         (flymake-replace-region): Remove unused arg `buffer'.
13225         (flymake-check-patch-master-file-buffer): Update calls to it.
13226         (flymake-add-err-info): Remove unused var `count'.
13227         (flymake-mode): Use define-minor-mode.
13229         * progmodes/flymake.el: Use with-current-buffer.
13230         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13231         flymake-replace-regexp-in-string, flymake-line-beginning-position)
13232         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13233         Avoid testing for `xemacs'.
13234         (flymake-nop): Move.
13235         (flymake-region-has-flymake-overlays): Return the computed value.
13236         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13237         Remove unused var `endline'.
13238         (flymake-get-line-count): Remove unused function.
13239         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13241         * emulation/vi.el:
13242         * generic.el:
13243         * hilit-chg.el (global-highlight-changes):
13244         * hi-lock.el (hi-lock-mode):
13245         * follow.el: find-file-hooks -> find-file-hook.
13247         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13249 2005-03-24  Juri Linkov  <juri@jurta.org>
13251         * dired.el (dired-mode-map): Add menu item "Compare directories"
13252         for dired-compare-directories.
13254         * dired-aux.el (dired-compare-directories): Add autoload cookie.
13255         Doc fix.  Replace `read-file-name' with `read-directory-name'.
13257 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13261 2005-03-24  Jay Belanger  <belanger@truman.edu>
13263         * calc/calc-embed.el (calc-embedded-mode-change): Save all
13264         relevant mode settings in calc-embedded-original-modes when modes
13265         are permanently changed.
13267 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13269         * autoinsert.el: find-file-hooks -> find-file-hook.
13271 2005-03-24  Lute Kamstra  <lute@gnu.org>
13273         * generic.el (generic-font-lock-defaults): Make it obsolete.
13274         (generic-font-lock-keywords): New variable to replace
13275         generic-font-lock-defaults.
13276         (generic-mode-set-font-lock): Delete it.
13277         (generic-mode-internal): Don't call generic-mode-set-font-lock.
13278         (generic-bracket-support): Add docstring.
13280         * generic-x.el: Rename generic-font-lock-defaults to
13281         generic-font-lock-keywords throughout.
13282         (mailagent-rules-setup-function): Delete it.
13283         (mailagent-rules-generic-mode): Use anonymous function instead.
13284         (show-tabs-generic-mode-font-lock-defaults-1)
13285         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13286         Quote faces.
13287         (show-tabs-tab-face, show-tabs-space-face): Specify background,
13288         not foreground.
13290         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13291         Recognize define-generic-mode.
13293 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13295         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13296         if there's no completion table.
13298 2005-03-23  Miles Bader  <miles@gnu.org>
13300         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13301         Remove tty-specific variants, as they're no longer needed.
13303 2005-03-23  Lute Kamstra  <lute@gnu.org>
13305         * generic-x.el: Code cleanup: make args constant whenever possible.
13306         (installshield-statement-keyword-list)
13307         (installshield-system-functions-list)
13308         (installshield-system-variables-list, installshield-types-list)
13309         (installshield-funarg-constants-list): Make them constants.
13311         * generic.el (generic-make-keywords-list): Add autoload cookie.
13313         * calendar/time-date.el: Add comment on time value formats.
13314         Don't require parse-time.
13315         (with-decoded-time-value): New macro.
13316         (encode-time-value): New function.
13317         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13318         (days-to-time): Return a valid time value when arg is huge.
13319         (time-since): Use time-subtract.
13320         (time-to-number-of-days): Use time-to-seconds.
13322 2005-03-23  David Ponce  <david@dponce.com>
13324         * recentf.el: (recentf-keep): New option.
13325         (recentf-menu-action): Default to `find-file'.
13326         (recentf-keep-non-readable-files-flag)
13327         (recentf-keep-non-readable-files-p)
13328         (recentf-file-readable-p, recentf-find-file)
13329         (recentf-cleanup-remote): Remove.
13330         (recentf-include-p): More robust.
13331         (recentf-keep-p): New function.
13332         (recentf-remove-if-non-kept): Rename from
13333         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
13334         All callers updated.
13335         (recentf-menu-items-for-commands): Fix help string.
13336         (recentf-track-closed-file): Update.  Doc fix.
13337         (recentf-cleanup): Update.  Count removed files.  Doc fix.
13339 2005-03-23  Kim F. Storm  <storm@cua.dk>
13341         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13342         Don't inherit from fringe face (now happens automatically).
13344 2005-03-22  Kim F. Storm  <storm@cua.dk>
13346         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13347         position values.
13349 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * menu-bar.el (showhide-date-time): Remove.
13352         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13353         (menu-bar-make-mm-toggle): Simplify.
13355 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13357         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13358         Accept qualified variable and function names.
13360 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
13362         * bindings.el (completion-ignored-extensions):
13363         Remove ".lis" for `vax-vms'.
13365 2005-03-22  Andreas Schwab  <schwab@suse.de>
13367         * generic-x.el: Revert last change.
13368         * ldefs-boot.el: Update.
13370 2005-03-22  Jay Belanger  <belanger@truman.edu>
13372         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13373         (calc-embedded-save-original-modes)
13374         (calc-embedded-restore-original-modes): New functions.
13375         (calc-do-embedded): Save original modes when entering embedded mode
13376         and restore when leaving embedded mode.
13377         (calc-embedded-modes-change): Change the value of
13378         calc-embedded-original-modes to reflect permanent changes.
13380 2005-03-22  Lute Kamstra  <lute@gnu.org>
13382         * generic-x.el: Require generic again.
13384 2005-03-22  Miles Bader  <miles@gnu.org>
13386         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13387         Tweak details to look good on both ttys and bitmap displays, light
13388         or dark background, etc.
13390 2005-03-21  Kim F. Storm  <storm@cua.dk>
13392         * tooltip.el (tooltip-show-help-function): Check car and cdr of
13393         mouse position.
13395 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * icomplete.el: Don't forcibly turn on the mode upon load.
13398         (icomplete-mode): Use define-minor-mode.
13399         (icomplete-eoinput): Default to nil.
13400         (icomplete-minibuffer-setup): Remove autoload.
13401         (icomplete-tidy): Simplify.
13402         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13403         in the initial state or if the user has modified the field.
13404         Fix handling of icomplete-max-delay-chars.
13405         Remove code that handles the oddball case where
13406         minibuffer-completion-table is an integer.
13407         Wrap icomplete-completions in while-no-input in case building
13408         completions takes more time than expected.
13409         (icomplete-completions): Simplify.
13411 2005-03-21  Richard M. Stallman  <rms@gnu.org>
13413         * jka-compr.el (jka-compr-really-do-compress):
13414         Make variable buffer-local.
13416         * image-mode.el: Handle .xpm files too.
13417         (image-toggle-display): Preserve modification flag.
13419         * help.el (where-is): Don't mention aliases with no key bindings.
13421 2005-03-21  Lute Kamstra  <lute@gnu.org>
13423         * generic.el: Fix commentary section.  Don't require cl for
13424         compilation.
13425         (generic-mode-list): Add autoload cookie.
13426         (generic-use-find-file-hook, generic-lines-to-scan)
13427         (generic-find-file-regexp, generic-ignore-files-regexp)
13428         (generic-mode, generic-mode-find-file-hook)
13429         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13430         (define-generic-mode): Make it a defmacro.  Fix docstring.
13431         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13432         (generic-mode-set-comments): Code cleanup.
13433         * generic-x.el: Don't prevent compilation.  Don't require generic.
13434         Follow coding conventions.  Minor code cleanup.
13435         (etc-fstab-generic-mode): Add some keywords.
13436         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13437         define-generic-mode like a function declaration.
13439 2005-03-21  Jay Belanger  <belanger@truman.edu>
13441         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13442         changing modes.
13444 2005-03-21  Sam Steingold  <sds@gnu.org>
13446         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13448 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13450         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13451         Add underscore to "f$ lexicals" regexp.
13453 2005-03-20  Juri Linkov  <juri@jurta.org>
13455         * subr.el (progress-reporter-do-update): When `min-value' is equal
13456         to `max-value', set `percentage' to 0 and prevent division by zero.
13458 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13460         Sync with Tramp 2.0.48.
13462         * net/tramp.el (all): Change all addresses to .gnu.org.
13463         (tramp-append-tramp-buffers): New defun.
13464         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13465         Catch `dont-send' signal.
13466         (tramp-set-auto-save-file-modes): Set always permissions, because
13467         there might be an old auto-saved file belonging to another
13468         original file.  This could be a security threat.  Reported by
13469         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13470         Check for Emacs 21.3.50 removed.
13472         * net/tramp-smb.el (all): Remove debug construct for
13473         `with-parsed-tramp-file-name'.
13474         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13475         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13476         No error message if DIRECTORY or FILENAME doesn't exist.
13477         (tramp-smb-open-connection): Check existence of
13478         `tramp-smb-program'.
13480 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13482         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13483         Properly handle the case where the `m' or `s' command's argument is not
13484         yet terminated.
13485         (perl-indent-new-calculate): New function.
13486         (perl-indent-line): Use it.
13488 2005-03-20  Miles Bader  <miles@gnu.org>
13490         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13491         in text-mode too.  Change to new face names.
13492         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13493         Add `:weight bold' attribute.
13494         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13496 2005-03-19  Juri Linkov  <juri@jurta.org>
13498         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13500         * international/mule.el (auto-coding-alist): Sync with
13501         `auto-mode-alist' by adding upper case archive file extensions
13502         and adding ear/war to jar extension.
13504 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13506         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13507         running, restart it.
13509 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13511         * finder.el (finder-current-item): Throw an error on an empty line.
13513         * man.el (Man-follow-manual-reference): If current-word returns
13514         nil, use "".
13516 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13518         * simple.el (goto-line): Doc fix.
13520 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13522         * files.el (save-buffer): Doc fix.
13524 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13526         * recentf.el (recentf-cleanup-remote): New variable.
13527         (recentf-cleanup): Use it to conditionally check availability of
13528         remote files.
13530 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13532         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13533         function names.
13535 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13537         * language/thai-word.el: New file.
13539 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13541         * files.el (backup-buffer): If the file's directory is not
13542         writable, use copy instead of move to backup the file.
13544 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13546         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13548 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13550         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13551         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13552         <darkman_spam@yahoo.fr>.
13553         (ps-print-version): New version 6.6.6.
13555 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13557         * textmodes/table.el (table--line-column-position): New idiom.
13558         (table--row-column-insertion-point-p): New function to test
13559         validity of row and column insertion operation at a location.
13560         (table-global-menu, table-cell-menu): Use above functions for
13561         deterministic test operation.
13562         (table--editable-cell-p): Behave in deterministic fashion.
13564 2005-03-18  Juri Linkov  <juri@jurta.org>
13566         * isearch.el (isearch-lazy-highlight-new-loop):
13567         Make arguments beg and end optional.
13568         (isearch-update): Remove optional arguments nil from
13569         isearch-lazy-highlight-new-loop.
13570         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13571         isearch-lazy-highlight-case-fold-search instead of
13572         isearch-case-fold-search, and let-bind isearch-regexp to
13573         isearch-lazy-highlight-regexp.
13574         Use isearch-lazy-highlight-last-string instead of isearch-string.
13576         * replace.el (perform-replace): Remove bindings of global
13577         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13578         Add three new arguments to `replace-highlight'.
13579         (replace-highlight): Add arguments string, regexp, case-fold.
13580         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13581         to allow isearch-lazy-highlight-new-loop to use these values
13582         to set corresponding isearch-lazy-highlight-* internal
13583         variables whose values lazy highlighting will use regardless of
13584         changes to global variables isearch-string, isearch-regexp,
13585         isearch-case-fold-search during lazy highlighting loop.
13586         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13587         to `lazy-highlight-cleanup'.
13589         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13590         (ispell-highlight-face): Set default face to `isearch' when
13591         lazy highlighting is enabled.
13592         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13593         priority to 1.  Add lazy highlighting.
13594         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13595         from `isearch-dehighlight'.
13597 2005-03-18  David Ponce  <david@dponce.com>
13599         * files.el (hack-local-variables): Do a case-insensitive search
13600         for End.
13602 2005-03-18  Juri Linkov  <juri@jurta.org>
13604         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13605         `isearch-lazy-highlight-cleanup', add alias to old name and
13606         declare obsolete.  Add release numbers to other obsolete vars.
13607         (isearch-done, isearch-lazy-highlight-new-loop):
13608         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13609         (lazy-highlight-cleanup) <variable>: Doc fix.
13610         (isearch-lazy-highlight-update): Rename obsolete
13611         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13613 2005-03-18  Kenichi Handa  <handa@m17n.org>
13615         * language/thai-util.el: Fix categorization of Thai characters in
13616         thai-category-table.
13617         (thai-composition-pattern): Adjust it for the above change.
13618         (thai-self-insert-command, thai-compose-syllable): New functions.
13619         (thai-compose-region): Use thai-compose-syllable.
13620         (thai-compose-string): Likewise.
13621         (thai-composition-function): Likewise.
13622         (thai-auto-composition): New function.
13623         (thai-auto-composition-mode): New minor mode.
13625         * language/thai.el: Fix patterns to be registered in
13626         composition-function-table.
13628         * international/quail.el (quail-input-method): Locally bind
13629         inhibit-modification-hooks to t.
13631 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13633         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13634         (perl-mode): Use run-mode-hooks.
13636         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13637         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13638         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13640         * mail/sendmail.el (sendmail-send-it): Reenable the code
13641         to compute resend-to-address and use it.
13643         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13645         * image-mode.el: New file.
13647         * image.el (insert-sliced-image): Add autoload cookie.
13649         * font-lock.el (font-lock-lines-before): New user option.
13650         (font-lock-after-change-function): Obey it.
13652         * bindings.el (esc-map): Make M-g a prefix.
13653         Bind M-g g and M-g M-g to goto-line.
13655         * faces.el (face-id): Doc fix.
13657 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13659         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13660         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13661         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13663         * mail/sendmail.el (mail-yank-ignored-headers)
13664         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13665         Add Mail-Followup-To and Mail-Reply-To headers.
13666         (mail-citation-hook): Add autoload cookie.
13667         (mail-mode): Doc fix.
13668         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13669         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13670         (mail-mode-fill-paragraph): Handle those headers.
13671         (mail-mailing-lists): New variable.
13672         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13674 2005-03-17  Juri Linkov  <juri@jurta.org>
13676         * isearch.el (isearch-fallback): Check for `(car previous)'
13677         before calling `isearch-other-end-state'.
13679 2005-03-17  Kim F. Storm  <storm@cua.dk>
13681         * simple.el (move-beginning-of-line): Move to beginning of buffer
13682         line, as well as beginning of screen line.
13684 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13686         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13687         argument REDRAW rather than calendar-redrawing variable.
13688         * calendar/calendar.el (calendar-redrawing): Delete.
13689         (redraw-calendar): Do not bind calendar-redrawing.
13691 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13693         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13694         diary-file buffer.
13696 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * help.el (describe-mode): Allow a :minor-mode-function property to
13699         specify a different minor mode toggle function than the variable.
13700         * simple.el (auto-fill-function):
13701         * subr.el (add-minor-mode): Use it.
13703 2005-03-16  Kenichi Handa  <handa@m17n.org>
13705         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13706         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13707         (ethio-fidel-to-sera-buffer): Likewise.
13709 2005-03-16  Juri Linkov  <juri@jurta.org>
13711         * emacs-lisp/find-func.el (find-function-regexp):
13712         Add defun-emitting macro `menu-bar-make-toggle'.
13714         * isearch.el: Put `isearch-scroll' property to
13715         `split-window-horizontally'.
13717         * info.el: Update error messages for `debug-ignored-errors'.
13718         (Info-isearch-search): Doc fix.
13719         (Info-find-node): Move up code to go into info buffer before
13720         recording the node to the history.
13721         (Info-fontify-node): Fontify titles only if the next line
13722         has two or more `*', `=', `-', `.'.
13723         Display "go to this node" for empty (match-string 3).
13725 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13727         * term/mac-win.el: Add mouse pointer shape constants.
13729 2005-03-15  Kim F. Storm  <storm@cua.dk>
13731         * simple.el (move-beginning-of-line): Use vertical-motion.
13733 2005-03-15  Juri Linkov  <juri@jurta.org>
13735         * isearch.el (isearch-error): New variable.
13736         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13737         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13738         (isearch-within-brackets-state): Remove.
13739         (isearch-case-fold-search-state, isearch-pop-fun-state):
13740         Decrease frame index.
13741         (isearch-mode, isearch-top-state, isearch-push-state)
13742         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13743         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13744         (isearch-search, isearch-lazy-highlight-new-loop):
13745         Replace `isearch-invalid-regexp' with `isearch-error'.
13746         Remove `isearch-within-brackets'.
13747         (isearch-search): Add `search-failed' handler to `condition-case'.
13748         (isearch-lazy-highlight-search): Add `condition-case' to catch
13749         errors and allow `isearch-lazy-highlight-update' to try
13750         highlighting from the beginning of the window.
13751         (isearch-repeat): Move up code to set isearch-wrapped to t
13752         before calling isearch-wrap-function.
13754         * info.el (Info-isearch-initial-node): New internal variable.
13755         (Info-search): Signal an error in isearch mode when search leaves
13756         the initial node.  Signal an error when `bound' is non-nil and
13757         nothing was found in the current subfile.
13758         (Info-isearch-search): Remove `condition-case'.
13759         (Info-isearch-wrap): Don't wrap when search failed during leaving
13760         the initial node.  If `Info-isearch-search' is nil, wrap around
13761         the current node.
13762         (Info-isearch-start): New fun.
13763         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13764         `isearch-mode-hook'.
13766 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13768         * simple.el (normal-erase-is-backspace): Set default to t if
13769         running on Mac.
13771         * term/mac-win.el (function-key-map): Sync with x-win.el.
13773 2005-03-15  Kenichi Handa  <handa@m17n.org>
13775         * international/mule-cmds.el (locale-language-names): Modify the
13776         format of elements and add more entries.
13777         (locale-preferred-coding-systems): Add more entries.
13778         (set-locale-environment): Adjust for the change of
13779         locale-language-names.
13781 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * pcvs.el (smerge-ediff): Remove bogus autoload.
13785 2005-03-14  Lute Kamstra  <lute@gnu.org>
13787         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13788         Ignore a `*' at the beginning of a line.
13790         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13791         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13792         subr.el.
13793         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13794         to specify indentation.
13796         * generic.el (define-generic-mode): Let generic-mode-list be a
13797         list of strings; test membership with equal.
13799 2005-03-14  Kim F. Storm  <storm@cua.dk>
13801         * simple.el (next-line, previous-line): Add optional try-vscroll
13802         arg to recognize interactive use.  Pass it on to line-move.
13803         (line-move): Don't perform auto-window-vscroll when defining or
13804         executing keyboard macro to ensure consistent behavior.
13806 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13808         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13810 2005-03-13  Lute Kamstra  <lute@gnu.org>
13812         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13813         debugger-setup-buffer so that backtrace marks the frames set to
13814         debug-on-exit and we don't have to do it manually.  Set an extra
13815         debug-on-exit for macro's.
13816         (debugger-setup-buffer): Don't mark the top frame manually.
13818 2005-03-12  Lute Kamstra  <lute@gnu.org>
13820         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13821         lisp-indent-function throughout.
13822         (with-no-warnings): Set lisp-indent-function property.
13824 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13826         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13827         Add entry for backslash.
13829 2005-03-12  Juri Linkov  <juri@jurta.org>
13831         * info.el (Info-search): Four fixes for backward search.
13833 2005-03-11  Jay Belanger  <belanger@truman.edu>
13835         * calc/calc.el (calc-language-alist): New variable.
13836         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13837         (calc-embedded-find-modes): Use calc-language-alist instead of
13838         calc-embedded-language-alist.
13840 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13842         * calendar/calendar.el (calendar-redrawing): New internal
13843         variable.
13844         (redraw-calendar): Remove bogus save-excursion from previous
13845         change.  Bind calendar-redrawing to t for mark-diary-entries.
13846         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13847         calendar if that is why we were called.
13849 2005-03-11  Kenichi Handa  <handa@m17n.org>
13851         * international/mule.el (make-coding-system): Set property
13852         coding-system-define-form to nil.
13853         (define-coding-system-alias): Likewise.
13855 2005-03-11  Kenichi Handa  <handa@m17n.org>
13857         These changes are suggested by Dave Love <fx@gnu.org>.
13859         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13860         coding: tag.
13861         (adaptive-fill-regexp): Add more bullets.
13862         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13863         regexps.
13865 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * help.el (describe-mode): Properly handle non-trivial lighters.
13868         Don't ignore minor modes that are not listed in minor-mode-list.
13870         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13871         feature ON when the user requests to turn it OFF.
13873 2005-03-10  Lute Kamstra  <lute@gnu.org>
13875         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13876         (implement-debug-on-entry): New function to replace debug-entry-code.
13877         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13878         second argument as the 2005-03-07 change makes it obsolete.
13879         (debug-on-entry, cancel-debug-on-entry): Update call to
13880         debug-on-entry-1.
13881         (debug, debugger-setup-buffer): Comment update.
13882         (debugger-frame-number): Update to work with implement-debug-on-entry.
13884 2005-03-10  Jay Belanger  <belanger@truman.edu>
13886         * calc/calc-embed.el (math-ms-args): Declare it.
13887         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13888         math-ms-args.
13889         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13890         variables.
13892 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13894         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13895         Use message-box.
13897         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13898         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13899         (tooltip-gud-tips): Simplify.
13900         (tooltip-gud-tips-p): Remove superfluous :set.
13901         (tooltip-gud-modes): Add fortran-mode.
13902         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13904         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13906 2005-03-09  Kim F. Storm  <storm@cua.dk>
13908         * play/animate.el (animate-place-char): Use forward-line instead
13909         of next-line to improve performance.
13911 2005-03-09  Simon Josefsson  <jas@extundo.com>
13913         * net/browse-url.el (browse-url-default-browser): Doc fix.
13915 2005-03-09  Miles Bader  <miles@gnu.org>
13917         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13918         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13920 2005-03-09  Kenichi Handa  <handa@m17n.org>
13922         * international/latin-1.el: Set case and syntax for 255 only if
13923         set-case-syntax-set-multibyte is nil.
13925         * textmodes/ispell.el (ispell-insert-word): New function.
13926         (ispell-word): Use ispell-insert-word to insert a new word.
13927         (ispell-process-line): Likewise.
13928         (ispell-complete-word): Likewise.
13930 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13932         * calendar/calendar.el (redraw-calendar): Preserve point.
13933         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13934         (calendar-week-start-day): Move after definition of
13935         redraw-calendar.  Delete buffer test, since redraw-calendar has
13936         that now.
13938         * calendar/diary-lib.el (mark-diary-entries): Only call
13939         redraw-calendar in the first of any recursive calls.
13940         Reported by Alan Shutko <ats@acm.org>.
13942 2005-03-08  Juri Linkov  <juri@jurta.org>
13944         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13945         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13946         (html-radio-buttons): Add a space before the trailing `/>' where
13947         sgml-xml-mode is non-nil.
13948         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13949         the subsequent tag of the empty XML tag.
13950         (html-href-anchor): Don't set initial input to "http:".
13951         (html-image): Ask for the image URL and set point inside alt="".
13952         (html-name-anchor): Duplicate the name in the `id' attribute when
13953         sgml-xml-mode is non-nil.
13954         (html-paragraph): Remove \n before <p>.
13955         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13956         instead of `checked' when sgml-xml-mode is non-nil.
13958         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13959         Remove 1 space before #RRGGBB to not truncate it on terminal
13960         windows w/o fringes.  Remove 1 space between bg and fg examples
13961         to get more space.
13962         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13963         avoid byte-compile warnings.
13965         * image-file.el (image-file-handler): Put `safe-magic' property to
13966         `image-file-handler'.
13968         * info.el (Info-isearch-search): Emulate word search in
13969         isearching through multiple Info nodes with Info-search.
13970         (Info-isearch-wrap): Allow isearch-word.
13972 2005-03-08  Lute Kamstra  <lute@gnu.org>
13974         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13975         stepping into the debugger's code is not possible.
13976         (debugger-jumping-flag): Docstring update.
13978 2005-03-08  Jay Belanger  <belanger@truman.edu>
13980         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13981         embedded mode begins.
13982         (calc-embedded-language-alist): New variable.
13983         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13984         set default language mode.
13986 2005-03-08  Kenichi Handa  <handa@m17n.org>
13988         * international/ccl.el (define-ccl-program): Fix docstring about
13989         extra 256 bytes assured for the output buffer.
13991         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13992         Fix BUFFER_MAGNIFICATION to 2.
13993         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13995 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13997         * align.el (align-rules-list): Added an alignment rule for CSS
13998         declarations (applies to css-mode and html-mode buffers).
14000 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14002         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
14004 2005-03-07  Kim F. Storm  <storm@cua.dk>
14006         * simple.el (move-beginning-of-line): New command.
14008         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
14010         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
14012         * emulation/cua-base.el: Put CUA move property on move-end-of-line
14013         and move-beginning-of-line.
14015         * apropos.el (apropos-print): Omit command from M-x ... RET.
14017 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
14019         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
14020         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
14022 2005-03-06  Richard M. Stallman  <rms@gnu.org>
14024         * bindings.el (esc-map): Bind M-g to goto-line.
14026         * facemenu.el (global-map): Bind M-o, not M-g.
14028 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14030         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14031         "Open Directory" as for "Open File".
14033 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
14035         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14036         (push-mark-command): Run activate-mark-hook.
14038 2005-03-06  Richard M. Stallman  <rms@gnu.org>
14040         * help-mode.el (help-mode-finish): Don't alter the element
14041         in view-return-to-alist if there already is one.
14043         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14044         make sure the current buffer is the expected one.
14046         * novice.el (disabled-command-function): Output in *Disabled Command*.
14047         Explicitly ignore non-keyboard events, and explicitly handle C-g.
14049         * textmodes/flyspell.el (flyspell-large-region):
14050         Pass args differently for aspell.
14052         * files.el (mode-require-final-newline): Doc fix.
14054 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14056         * progmodes/which-func.el (which-function):
14057         Specify NOERROR when calling imenu--make-index-alist.
14059 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * simple.el (normal-erase-is-backspace): Define default value.
14063         * custom.el (custom-theme-set-variables): Remove unused var
14064         `immediate'.
14065         (custom-reevaluate-setting): Simple function to handle variables
14066         that are defined before their default value can really be
14067         computed.
14069         * startup.el (command-line): Use it for temporary-file-directory,
14070         small-emporary-file-directory, auto-save-file-name-transforms,
14071         blink-cursor-mode, and normal-erase-is-backspace.
14073         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14074         progress, even with buggy anchored keywords.
14076 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14078         * simple.el (goto-line): Remove unbalanced final parenthesis.
14080 2005-03-05  Richard M. Stallman  <rms@gnu.org>
14082         * simple.el (goto-line): Use a number at point as the default.
14083         With C-u as arg, switch buffers.
14085 2005-03-05  Juri Linkov  <juri@jurta.org>
14087         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14088         with `no-blinking-cursor'.
14090         * startup.el (no-blinking-cursor): New defvar.
14091         (command-line): Add `--no-blinking-cursor' to longopts.
14092         Set `no-blinking-cursor' to t for command line arguments
14093         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
14094         with `no-blinking-cursor' in the condition for calling
14095         `blink-cursor-mode'.
14097 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
14099         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14100         (menu-bar-options-save): Add blink-cursor-mode.
14101         (menu-bar-options-menu): Add blink-cursor-mode.
14103 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
14105         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14106         (icalendar-export-file, icalendar-export-region)
14107         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14108         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14110 2005-03-04  Lute Kamstra  <lute@gnu.org>
14112         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14113         (debug-function-list): Ditto.
14115 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
14117         * textmodes/texinfmt.el (texinfo-append-refill):
14118         Redefine the types of line to which @refill
14119         is not appended by replacing a search for `@refill\\|@bye' with
14120         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
14121         itemize@refill' bug and the unfilled long lines bug.
14122         (texinfmt-version): Update number and date.
14124 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14126         * international/code-pages.el (windows-1250, windows-125[2-8])
14127         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14129 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14131         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14132         bound yet.
14134 2005-03-02  Romain Francoise  <romain@orebokech.com>
14136         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14137         buffer after removing limits.
14138         (ibuffer-pop-filter): Ditto.
14139         Update copyright.
14141 2005-03-02  Miles Bader  <miles@gnu.org>
14143         * button.el (make-text-button): If the user doesn't specify a
14144         type, use the default.  Rewrite to use `add-text-properties' and
14145         plist functions.
14147 2005-03-01  Lute Kamstra  <lute@gnu.org>
14149         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14150         (debugger-jumping-flag): New var.
14151         (debug-entry-code): Use it.
14152         (debugger-jump): Use debugger-jumping-flag and add
14153         debugger-reenable to post-command-hook.
14154         (debugger-reenable): Use debugger-jumping-flag and remove itself
14155         from post-command-hook.
14156         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14157         debugger-reenable.
14159 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
14161         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14162         inclusion of "itemize\\|", which may be unnecessary, is certainly
14163         inelegant, and stops refilling in itemize lists when formatting
14164         Japanese Texinfo files to Info.
14165         Update copyright to 2005.
14167 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
14169         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14170         of an error if GDB can't find the source file.
14172 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14174         * calendar/calendar.el (redraw-calendar): Work from any buffer,
14175         not just the calendar.
14177         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14178         first.
14179         (diary-redraw-calendar): New function.
14180         (make-diary-entry): Add diary-redraw-calendar to local
14181         write-contents-functions.  Turn off selective display before
14182         inserting in diary.
14184 2005-03-01  Kim F. Storm  <storm@cua.dk>
14186         * emacs-lisp/copyright.el (copyright-fix-years): New command.
14188 2005-03-01  Lute Kamstra  <lute@gnu.org>
14190         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14191         that debug-entry-code can be safely removed from a function while
14192         this code is being evaluated.  Revert the 2005-02-27 change as the
14193         new implementation no longer requires it.  Make sure that a
14194         function body containing just a string is not mistaken for a docstring.
14195         (debug): Skip one more frame in case of debug on entry.
14196         (debugger-setup-buffer): Delete one more frame line in case of
14197         debug on entry.
14198         (debugger-frame-number): Update to use the new text introduced by
14199         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
14201 2005-02-28  Kim F. Storm  <storm@cua.dk>
14203         * double.el (double-translate-key): Call force-window-update after
14204         read-event to avoid crash in redisplay.
14206 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14209         (debug): Use it.  Move the inhibit-trace earlier.
14210         (debug-entry-code): New const.
14211         (debug-on-entry-1): Use it.
14213 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
14215         * international/utf-16.el (ccl-encode-mule-utf-16le):
14216         Fix BUFFER_MAGNIFICATION to 2.
14217         (ccl-encode-mule-utf-16be): Likewise.
14219 2005-02-28  Kenichi Handa  <handa@m17n.org>
14221         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14222         Fix BUFFER_MAGNIFICATION to 4.
14223         (ccl-encode-mule-utf-16be-with-signature): Likewise.
14225 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
14227         * speedbar.el (speedbar-update-flag): Doc fix.
14228         (speedbar-show-info-under-mouse): Give set-mouse-position the right
14229         argument.
14231 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14233         * reveal.el (reveal-post-command): Don't try to reveal overlays which
14234         have a non-nil `invisible' property but are actually visible.
14236         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14237         for perldoc sections.
14238         (perl-outline-regexp, perl-outline-level): New var and function.
14239         (perl-mode): Use them.
14241 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
14243         * calendar/diary-lib.el (diary-remind): Discard any mark portion
14244         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14246 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
14248         * cus-edit.el: Comment change.
14249         (custom-buffer-create-internal): Slightly reword text at top of
14250         Custom buffers.  Mention there that saving an option edits the
14251         init file.  Add link to Emacs manual node on `custom-file'.
14252         (custom-magic-alist): Rewrite individual State messages to use
14253         capitalized keywords.  Doc fix.
14255 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
14257         * calendar/calendar.el (calendar-buffer): Move above
14258         calendar-week-start-day.
14259         (calendar-week-start-day): Doc fix.  Add :set function.
14260         (calendar-minimum-window-height): New variable.
14261         (generate-calendar-window): Only resize window if selected-window
14262         is displaying the calendar buffer.  Use new variable
14263         calendar-minimum-window-height.
14264         (generate-calendar): Reword error message.
14265         (calendar-mode-map): Bind DEL to scroll-other-window-down.
14267 2005-02-27  Andreas Schwab  <schwab@suse.de>
14269         * vc.el (vc-do-command): Don't run command asynchronously when
14270         operating in a remote directory.
14272         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14273         change from sync with Tramp 2.0.47.
14275 2005-02-27  Richard M. Stallman  <rms@gnu.org>
14277         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14279         * textmodes/flyspell.el (flyspell-mode-on):
14280         Call ispell-change-dictionary only if necessary.
14282         * emacs-lisp/re-builder.el (regexp-builder): New function.
14284         * register.el (describe-register-1): Explicitly handle
14285         yank-excluded-properties = t.
14287         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14288         (custom-magic-alist): Change the status descriptions again.
14289         (face widget-type): Total rewrite based on `restricted-sexp'
14290         to eliminate the confusing double hiding levels.
14292         * emacs-lisp/debug.el (debug-on-entry-1):
14293         If function body is empty, add nil as body form.
14295 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14297         * emacs-lisp/trace.el (inhibit-trace): New var.
14298         (trace-make-advice): Use it.
14300         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14302 2005-02-26  Kim F. Storm  <storm@cua.dk>
14304         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14305         (mouse-on-link-p, mouse-drag-region-1): Use it.
14307 2005-02-25  Lute Kamstra  <lute@gnu.org>
14309         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14311 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
14313         * frame.el (blink-cursor-mode): Add :group keyword.
14315 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
14317         * calendar/icalendar.el (icalendar--decode-isodatetime):
14318         New optional argument DAY-SHIFT.
14319         (icalendar-export-region): Fix coding-system-for-write.
14320         (icalendar--convert-ical-to-diary): Shift end-day of all-day
14321         events by one.
14323 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14325         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14327 2005-02-24  Kim F. Storm  <storm@cua.dk>
14329         * international/iso-acc.el (iso-accents-compose): Fix crash
14330         during redisplay.  Call force-window-update after read-event
14331         and delete-region to signal that window is not accurate.
14333 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14335         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14336         Remove unused and inexistent var `inhibit-trace'.
14337         (debugger-mode): Use run-mode-hooks.
14338         (debugger-list-functions): Add buttons; setup xref stack.
14340 2005-02-23  Richard M. Stallman  <rms@gnu.org>
14342         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14343         appointment says it was explicitly made.
14344         (appt-add): Set the 3rd element.
14345         (appt-make-list): Preserve explicit appointments.
14347         * subr.el (find-tag-default): Catch errors in forward-sexp.
14349 2005-02-23  Juri Linkov  <juri@jurta.org>
14351         * info.el (Info-isearch-search): New defcustom.
14352         (Info-isearch-search): Call the default isearch function
14353         when Info-isearch-search is nil.
14354         (Info-isearch-wrap): Use variable Info-isearch-search.
14356 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
14358         * cus-edit.el: Comment change.
14360 2005-02-22  Kim F. Storm  <storm@cua.dk>
14362         * progmodes/hideif.el (hide-ifdef-use-define-alist):
14363         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
14365 2005-02-22  Simon Josefsson  <jas@extundo.com>
14367         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14368         New variable.
14369         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
14370         Oskarsson" <myrkraverk@users.sourceforget.net>.
14372 2005-02-22  Kim F. Storm  <storm@cua.dk>
14374         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14375         check that window of that event is the selected window.
14376         (mouse-drag-region-1): Compare mouse event window to selected
14377         window before setting point.
14379         * tooltip.el (tooltip-show-help-function): Pass event to
14380         mouse-on-link-p so it can check selected window.
14382 2005-02-22  Kenichi Handa  <handa@m17n.org>
14384         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14385         (ps-mule-show-warning): New function.
14386         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14387         characters are found.
14389         * ps-print.el (ps-header-footer-string): Return a list of header
14390         and footer strings.
14392 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14394         * pcvs.el (cvs-retrieve-revision): Fix thinko.
14396 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14398         * frame.el (blink-cursor-mode): Use define-minor-mode.
14400         * term/mac-win.el (function-key-map): Use char-names more consistently.
14401         (file-name-coding-system): Only set it for MacOS-9.  The other case is
14402         already handled in mule-cmds.el (where it also works when mac-win.el
14403         is not used).
14405 2005-02-21  Kenichi Handa  <handa@m17n.org>
14407         * international/mule.el (ctext-pre-write-conversion): Always use
14408         " *code-converting-work*" buffer for work.
14410         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14412 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
14414         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14416 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
14418         * ses.el (undo-more): Restore defadvice, but only the part that
14419         allows changes outside the restricted area of the buffer.
14421 2005-02-20  Kim F. Storm  <storm@cua.dk>
14423         * simple.el (line-move): Add fourth optional arg try-vscroll which
14424         must be set to perform auto-window-vscroll.
14425         When moving backwards and doing auto-window-vscroll, automatically
14426         vscroll to the last part of lines which are taller than the window.
14427         (next-line, previous-line): Set try-vscroll arg on line-move.
14429 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14431         * replace.el (query-replace, query-replace-regexp)
14432         (replace-string, replace-regexp): When operating on region, make
14433         the minibuffer prompt say so.
14435         * isearch.el (isearch-forward): Document isearch-query-replace and
14436         isearch-query-replace-regexp keybindings.
14438 2005-02-19  Jay Belanger  <belanger@truman.edu>
14440         * calc/calc-aent.el (math-read-token): Add local variable.
14442         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14443         (calc-edit-top): Move declaration to earlier in file.
14444         (calc-edit-macro-repeats): Add local variables.
14446         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14447         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14448         calcFunc-tanh.
14449         Adjust integration rule for calcFunc-tan.
14451 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14453         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14454         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14455         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14456         (viper-skip-separators): Bug fix.
14457         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14458         particular major mode.
14459         (viper-del-backward-char-in-replace): Don't put deleted char on the
14460         kill ring.
14462         * viper-ex.el (viper-color-display-p): New function.
14463         (viper-has-face-support-p): Use viper-color-display-p.
14465         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14467         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14469         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14470         (viper-file-remote-p): Make equivalent to file-remote-p.
14472         * viper.el (viper-major-mode-modifier-list):
14473         Use viper-gnus-modifier-map.
14475 2005-02-19  David Kastrup  <dak@gnu.org>
14477         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14478         quoting.
14480 2005-02-19  Jay Belanger  <belanger@truman.edu>
14482         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14483         Remove extra definitions.
14484         (calc-coth): New function.
14485         (calcFunc-cot): Fix `let'.
14487 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14489         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14490         the reasons we use "type pc" in these faces.
14492         * button.el (button): Ditto.
14494 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14496         * replace.el (query-replace-read-from): Set the value of
14497         query-replace-from-history-variable to handle the case of an empty
14498         string entered to accept the suggested default.
14500         * net/tramp.el (tramp-file-name-for-operation):
14501         Use dired-call-process instead of dired-call-process-command.
14503 2005-02-19  Jay Belanger  <belanger@truman.edu>
14505         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14506         (math-div-non-trig): New variables.
14507         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14508         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14509         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14510         trig expressions.
14512 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14514         * progmodes/gdb-ui.el (gdb-var-update-handler)
14515         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14516         for watch expressions,
14517         (gdb-var-create-handler): Don't set speedbar-update-flag.
14518         (gdb-post-prompt): Simplify test for speedbar.
14520 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14522         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14523         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14524         we use the syntax table of the correct buffer.
14525         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14526         Felix Gatzemeier.
14528         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14529         (ediff-file-remote-p): Make synonymous with file-remote-p.
14530         In all deffaces ediff-*-face-*, use min-colors.
14532         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14533         ediff-recurse-to-subdirectories.
14534         (ediff-mark-if-equal): Check that the arguments are strings, use
14535         ediff-same-contents (after to Felix Gatzemeier).
14537         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14538         nil.
14540 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14542         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14544 2005-02-18  David Kastrup  <dak@gnu.org>
14546         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14547         use `mark-active' when defined.
14549 2005-02-18  Kenichi Handa  <handa@m17n.org>
14551         * ps-print.el (ps-font-info-database): New entry
14552         ZapfChancery-MediumItalic with correct font name.  Fix font name
14553         of the entry Zapf-Chancery-MediumItalic.
14555 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14557         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14559 2005-02-16  Kim F. Storm  <storm@cua.dk>
14561         * ido.el (ido-fallback-command): Pass user input to fallback command.
14563 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14565         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14566         (gdb-find-file-hook): Add server prefix.
14568 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14570         * replace.el (perform-replace): Pass new args to replace-highlight.
14571         (replace-highlight): Take region args,
14572         and pass them to isearch-lazy-highlight-new-loop.
14574         * novice.el (disabled-command-hook): Autoload the defalias
14575         and the make-obsolete-variable call.
14577         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14579         * isearch.el (isearch-lazy-highlight-start-limit)
14580         (isearch-lazy-highlight-end-limit): New variables limit
14581         the region for highlighting.
14582         (isearch-lazy-highlight-new-loop): New args BEG and END.
14583         (isearch-lazy-highlight-search): Use the new vars.
14584         (isearch-lazy-highlight-update): Likewise.
14586         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14588         * cus-start.el (all): Use default-boundp.
14590 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14592         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14594 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14596         * autorevert.el (auto-revert-stop-on-user-input)
14597         (auto-revert-verbose): Doc fixes.
14599 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14601         * international/mule-cmds.el (set-locale-environment): Remove call
14602         to set-selection-coding-system on Windows.
14604 2005-02-15  Jay Belanger  <belanger@truman.edu>
14606         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14607         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14608         calcFunc-coth.
14609         (math-simplify-sqrt): Add simplifications.
14611         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14612         to list.
14614         * calc/calc-ext.el: Add functions to autoloads.
14616         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14617         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14618         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14619         (math-csc-raw, math-cot-raw): New functions.
14621         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14623         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14624         the variable name in a message.
14626         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14627         calcFunc-csc, calcFunc-cot.
14629         * calc/calcalg2.el: Add derivative and integration rules for
14630         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14631         calcFunc-csch, calcFunc-coth.
14632         (math-do-integral-methods): Add to checks for when to use
14633         substitutions.
14635         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14637 2005-02-15  Lute Kamstra  <lute@gnu.org>
14639         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14640         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14641         <monnier@iro.umontreal.ca>
14642         (lisp-outline-level): Improve efficiency.  Suggested by David
14643         Kastrup <dak@gnu.org>.
14645 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14647         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14648         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14649         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14650         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14651         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14653 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14655         * cus-start.el (all): Comment change.
14657 2005-02-14  Lute Kamstra  <lute@gnu.org>
14659         * cus-start.el (all): Check if symbol is void.
14661 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14663         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14664         optional argument to \cite.
14666 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14668         * cus-edit.el (custom-buffer-create-internal): Update help message.
14669         (custom-magic-alist): Update help messages.
14671         * cus-start.el (all): Allow a var to specify a standard value.
14673 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14675         * custom.el (custom-theme-set-variables): Handle variable aliases.
14677         * frame.el (blink-cursor-timer): Doc fix.
14678         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14679         declare obsolete.
14680         (blink-cursor-mode): Define with defcustom and use correct
14681         standard expression in that defcustom.
14682         * startup.el (command-line): Adapt to above changes in frame.el.
14684 2005-02-11  Lute Kamstra  <lute@gnu.org>
14686         * apropos.el (apropos-score-doc): Prevent division by zero.
14688 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14690         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14691         (icalendar--get-event-property-attributes)
14692         (icalendar--get-event-properties)
14693         (icalendar--datetime-to-diary-date): New functions.
14694         (icalendar--split-value): Doc fix.
14695         (icalendar--datetime-to-noneuropean-date)
14696         (icalendar--datetime-to-european-date): New optional argument
14697         SEPARATOR.  Return result as a string instead of a list.
14698         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14699         (icalendar--convert-string-for-export): Rename arg S to STRING.
14700         (icalendar-export-region): Doc fix.  Change name of error buffer.
14701         Save output buffer.
14702         (icalendar-import-file): Add blank at end of prompt.
14703         (icalendar-import-buffer): Doc fix.  Do not switch to error
14704         buffer.  Indicate status in return value.
14705         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14706         buffer.  Save output buffer.  Handle exception from recurrence
14707         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14708         events.  Fix problems with weekly all-day events.
14710 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14712         * simple.el (eval-expression-print-format):
14713         Avoid warning about edebug-active.
14715         * help.el (help-for-help-internal): Rename from help-for-help.
14716         (help-for-help): Define with defalias.
14718         * font-core.el (font-lock-default-function): Use with-no-warnings.
14720         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14722         * custom.el (defface): Doc fix.
14724 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14726         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14727         width 0" to prevent word wrapping problems.
14729 2005-02-09  Kim F. Storm  <storm@cua.dk>
14731         * ido.el (ido-file-extensions-order): New defcustom.
14732         (ido-file-extension-lessp, ido-file-extension-aux)
14733         (ido-file-extension-order): New advanced file ordering.
14734         (ido-file-lessp): New simple file ordering.
14735         (ido-sort-list): Remove.
14736         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14737         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14739 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14741         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14742         that some versions of grep produce.
14743         (grep-mode-font-lock-keywords): Likewise.
14745 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14747         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14748         (gdb-cdir): Delete.
14749         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14750         (gdb-source-info): Treat case when source file is in another
14751         directory properly.
14752         (gdb-get-location): New function.
14754 2005-02-07  Jay Belanger  <belanger@truman.edu>
14756         * calc/calc-prog.el (calc-write-parse-table-part)
14757         (calc-fix-token-name): Fix a check for language type.
14759         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14761 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14763         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14764         as directory not writable.
14766 2005-02-07  Kim F. Storm  <storm@cua.dk>
14768         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14769         (cua--standard-movement-commands): Remove list.
14770         Instead, set CUA property value to move for movement commands.
14771         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14772         (cua--pre-command-handler): Check CUA property.
14773         (cua--init-keymaps): Don't remap undo commands.
14774         (cua-mode): Don't call cua--rectangle-on-off.
14776         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14777         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14778         (cua--rect-undo-set-point): New var.
14779         (cua--rectangle-undo-boundary): Setup undo apply entry.
14780         (cua--rect-undo-handler): New function for rectangle undo.
14781         (cua--rect-start-position, cua--rect-end-position): Add.
14782         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14783         for restored rectangle.  Set point if cua--rect-undo-set-point.
14785 2005-02-06  Jay Belanger  <belanger@truman.edu>
14787         * calc/calc-lang.el (calc-tex-language): Display more information
14788         in messages.
14790         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14791         in TeX mode.
14793 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14795         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14797 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14799         * net/ldap.el (ldap-search-internal): Support attributes with
14800         optional descriptions separated by a semi-colon, as in
14801         "userCertificate;binary".
14803 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14805         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14806         isn't a cons (i.e. the version is 0).
14808 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14810         * help.el (help-for-help): Doc fix.
14812 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14814         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14815         GDB-Windows on the menu-bar as this works better.
14817 2005-02-04  Jay Belanger  <belanger@truman.edu>
14819         * calc/calc-embed.el (calc-embedded-update): Don't put in
14820         unnecessary newlines.  Adjust the end of formula marker.
14822         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14823         (math-latex-parse-two-args): New function.
14825 2005-02-03  Lute Kamstra  <lute@gnu.org>
14827         * help-fns.el (help-with-tutorial): Make sure that users cannot
14828         remove the entire text of the tutorial by means of `undo'.
14830 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14832         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14833         in recent changes, where the ispell process was repeatedly
14834         killed & restarted.
14836         * international/mule-cmds.el (set-locale-environment): Set file-name
14837         coding system to utf-8 on Darwin systems.
14838         (set-default-coding-systems): Don't set default-file-name-coding-system
14839         on Darwin systems.
14841 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14843         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14845 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14847         * faces.el (list-faces-display): Add optional argument.
14849 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14851         * font-core.el (font-lock-default-function): Handle the rare case where
14852         only font-lock-keywords is set.
14854 2005-02-02  Kenichi Handa  <handa@m17n.org>
14856         * international/characters.el: Cancel previous change for
14857         I-WITH-DOT-ABOVE and DOTLESS-i.
14859         * international/latin-5.el: Cancel previous change.
14861 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14863         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14865 2005-02-02  Kenichi Handa  <handa@m17n.org>
14867         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14868         DOTLESS-i.
14870         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14871         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14873         * case-table.el (get-upcase-table): New function.
14874         (copy-case-table): Copy upcaes table too if non-nil.
14875         (set-case-syntax-delims): Maintain upcase table too.
14876         (set-case-syntax-pair): Likewise.
14877         (set-upcase-syntax, set-downcase-syntax): New functions.
14878         (set-case-syntax): Maintain upcase table too.
14880 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14882         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14884         * progmodes/gud.el (gud-goto-info): New function.
14885         (gud-tool-bar-map): Use correct icon.
14887 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14889         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14890         When delegating, order args in the funcall correctly.
14892 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14894         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14896 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14898         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14899         buffer not visiting a file.
14901 2005-01-31  Jay Belanger  <belanger@truman.edu>
14903         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14904         bound on the line with the formula.
14906 2005-01-31  Kim F. Storm  <storm@cua.dk>
14908         * ses.el (ses-create-cell-variable-range)
14909         (ses-destroy-cell-variable-range, ses-reset-header-string)
14910         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14911         (ses-insert-row): Fix format of apply undo entries.
14913 2005-01-31  Jay Belanger  <belanger@truman.edu>
14915         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14916         parts.
14918         * calc/calc-embed.el (calc-embedded-open-formula)
14919         (calc-embedded-close-formula): Ignore matrix environments.
14921         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14922         TeX mode.
14924         * calc/calc-lang.el (math-function-table, math-oper-table)
14925         (math-variable-table): Adjust the LaTeX portions.
14927         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14928         (math-latex-ignore-words): New constant.
14930 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14932         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14933         (ispell-local-dictionary): Doc fix.
14934         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14935         Don't reinitialize at run time.  Don't defcustom.
14936         All uses changed to append ispell-local-dictionary-alist,
14937         or check it first.
14938         (ispell-current-dictionary): New variable for dictionary in use.
14939         (ispell-dictionary): Now used only for global default.
14940         (ispell-start-process): Set ispell-current-dictionary,
14941         not ispell-dictionary.
14942         (ispell-change-dictionary): Use this only for setting
14943         user preferences.
14944         (ispell-internal-change-dictionary): New function
14945         to change the current dictionary in use.
14946         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14947         Use ispell-current-dictionary.
14948         Handle ispell-local-dictionary-overridden.
14949         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14951 2005-01-31  Jay Belanger  <belanger@truman.edu>
14953         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14955         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14956         (calc-mode-map): Add calc-latex-language.
14958         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14959         (math-latex-print-frac): New functions.
14960         (math-oper-table, math-function-table, math-variable-table)
14961         (math-complex-format, math-input-filter): Add latex properties.
14962         (calc-set-language): Set math-expr-special-function-mapping.
14964         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14965         (calc-write-parse-table-part): Add LaTeX support.
14967         * calc/calc.el (calc-language): Adjust docstring.
14968         (calc-set-mode-line): Add LaTeX support.
14969         (math-expr-special-function-mapping): New variable.
14970         (math-tex-ignore-words): Add to list.
14972         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14973         Add LaTeX support.
14974         (math-compose-expr): Add support for special functions.
14976         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14978 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14980         * progmodes/gdb-ui.el (gdb-memory-address)
14981         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14982         (gdb-memory-mode-map, gdb-memory-format-keymap)
14983         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14984         (gdb-memory-unit-menu): New variables for a buffer
14985         that lets the user examine program memory.
14986         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14987         (gdb-memory-format-binary, gdb-memory-format-octal)
14988         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14989         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14990         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14991         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14992         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14993         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14994         (gdb-memory-mode, gdb-memory-buffer-name)
14995         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14996         New functions for above buffer.
14998 2005-01-30  Richard M. Stallman  <rms@gnu.org>
15000         * cus-edit.el (custom-bury-buffer): Function deleted.
15001         (custom-buffer-done-function): Option deleted.
15002         (custom-buffer-done-kill): New (replacement option.
15003         (Custom-buffer-done): Call quit-window.
15004         (custom-buffer-create-internal): Update for above changes.
15006 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
15008         * simple.el (undo-ask-before-discard): New var.
15009         (undo-outer-limit-truncate): Implement it.
15010         (undo-extra-outer-limit): Doc update.
15012 2005-01-29  Richard M. Stallman  <rms@gnu.org>
15014         * ses.el (undo-more): Delete defadvice.
15015         (ses-begin-change): Doc fix.
15017         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
15018         instead of rebinding C-x u and C-_.
15020         * files.el (normal-backup-enable-predicate): Return nil for files
15021         in /tmp, regardless of temporary-file-directory.
15023         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
15025         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15026         (open-rectangle, delete-whitespace-rectangle-line)
15027         (clear-rectangle-line): If FILL, pass t instead of FILL
15028         for move-to-column's 2nd arg.
15030         * simple.el (undo): Fix the test for continuing a series of undos.
15031         (undo-more): Set pending-undo-list to t when we reach end.
15032         (pending-undo-list): Move up defvar.
15034         * wid-edit.el (widget-button-click):
15035         Shorten the range of the track-mouse binding.
15037         * comint.el (comint-insert-input): Undo previous changes;
15038         use last-input-event in interactive spec.
15040 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
15042         * progmodes/compile.el (compilation-start): Bind buffer-read-only
15043         to nil before invoking call-process.  Reset buffer's modified flag
15044         after fontifying it in the no-async branch.
15046         * wid-edit.el (widget-specify-button): If mouse pointer shape
15047         cannot be changed, use mouse face instead.
15049 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
15051         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15052         (gdb-goto-breakpoint): Make breakpoint handling work on template
15053         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
15054         (gdb-assembler-custom): Update to recognize breakpoint information
15055         added on 2005-01-19.
15057 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15059         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15060         (dsssl-mode): Use define-derived-mode.
15061         (scheme-mode-initialize): Remove.
15062         (scheme-mode): Use run-mode-hooks.
15064         * cus-edit.el (customize-group-other-window)
15065         (custom-buffer-create-other-window): Don't override special-display-*.
15066         (custom-mode-map): Make it dense.
15068         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15069         sets the default value.
15071 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
15073         * descr-text.el: Add more keywords.
15075 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * speedbar.el: Avoid unnecessary use of locate-library.
15079         * international/mule-cmds.el (standard-display-european-internal):
15080         Don't fiddle with latin-1 non-break space any more since it's now
15081         special cased in the C code.
15082         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15084 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
15086         * cus-start.el (all): Add `undo-outer-limit'.
15088 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15090         * textmodes/bibtex.el (bibtex-format-entry):
15091         Use `bibtex-empty-field-re' only on the text of fields, not on entire
15092         field lines.
15093         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15094         not on part of a buffer.
15096 2005-01-25  Lute Kamstra  <lute@gnu.org>
15098         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15099         nonempty field text strings like "{letters\\macro{}more letters}".
15100         Clarify docstring.
15101         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15102         (bibtex-entry-offset, bibtex-parse-association)
15103         (bibtex-parse-field-name): Fix typos in docstrings.
15104         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15106 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
15108         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15109         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15110         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15111         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15113         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15114         isearch minor mode.
15116 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15118         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15120 2005-01-24  Lute Kamstra  <lute@gnu.org>
15122         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15123         CASECHARS and NOT-CASECHARS regular expressions of the
15124         "nederlands" and "nederlands8" dictionaries to prevent a "Range
15125         striding over charsets" error.
15127 2005-01-24  Jay Belanger  <belanger@truman.edu>
15129         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15130         display variable name.
15132 2005-01-24  Kenichi Handa  <handa@m17n.org>
15134         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15135         Fix setting of the element of encoded-kbd-iso2022-invocations.
15137 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
15139         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15140         (gdb-threads-select): Change to also accept mouse events.
15141         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15142         (gdb-threads-mouse-select): Delete.
15144 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
15146         * files.el (insert-directory): Take care of empty directory,
15147         listed without -a switch.
15149 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15151         * textmodes/refill.el (refill-post-command-function):
15152         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15153         to the list of functions that we should be careful not to undo.
15154         (refill-late-fill-paragraph-function): Remove.
15155         (refill-saved-state): New var.
15156         (refill-mode): Use it to save fill-paragraph-function.
15157         Save also the value of auto-fill-function.
15159         * term/w32-win.el: Simplify code.
15161 2005-01-23  Kim F. Storm  <storm@cua.dk>
15163         * simple.el (line-move): Adapt to new return value from
15164         pos-visible-in-window-p.
15166         * simple.el (line-move): Fix last change.  Check partial
15167         visibility at point rather than at window-start.
15169 2005-01-22  Jason Rumney  <jasonr@gnu.org>
15171         * term/w32-win.el (xw-defined-colors): Remove debug-message.
15173 2005-01-22  David Kastrup  <dak@gnu.org>
15175         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15177 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
15179         * type-break.el (type-break-mode): Add a test for
15180         type-break-file-name being non-nil.
15182 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
15184         * net/eudc.el (top level): Call (message "") via progn, so that
15185         eudc-options-file is loaded.
15187 2005-01-22  Kim F. Storm  <storm@cua.dk>
15189         * simple.el (line-move-1): Rename from line-move.
15190         (line-move): New function that adjusts vscroll for partially
15191         visible rows, and calls line-move-1 otherwise.
15193 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
15195         * pcomplete.el: Define pcomplete-read-event instead of read-event,
15196         since it's not a complete read-event implementation
15198 2005-01-20  Jay Belanger  <belanger@truman.edu>
15200         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15201         for called function.
15203 2005-01-20  Steven Tamm  <steventamm@mac.com>
15205         * term/mac-win.el (process-connection-type): Remove.
15206         Controlled now by s/darwin.h:PTY_ITERATION.
15208 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15210         * window.el (handle-select-window): Don't switch window when we're
15211         in the minibuffer.
15213 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
15215         * subr.el (dotimes-with-progress-reporter): New macro.
15217         * ses.el (ses-dotimes-msg): Remove macro.
15218         Use `dotimes-with-progress-reporter' instead.
15220 2005-01-19  Steven Tamm  <steventamm@mac.com>
15222         * term/mac-win.el (process-connection-type): Use new
15223         operating-system-release variable to use ptys on Darwin 7 (OS X
15224         10.3) when using carbon build.
15226 2005-01-19  Jay Belanger  <belanger@truman.edu>
15228         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15229         flags if the last command was a tab or M-tab.
15231         * calc/calc-prog.el (calc-user-define-edit): Put original formula
15232         in formula editing buffer.
15234 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15236         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15237         breakpoint image symbol in margin.
15239 2005-01-19  Jay Belanger  <belanger@truman.edu>
15241         * calc/calc-prog.el (calc-execute-kbd-macro):
15242         Ignore calc-keep-arg-flag.
15244 2005-01-19  Kenichi Handa  <handa@m17n.org>
15246         * textmodes/ispell.el (ispell-looking-at): New function.
15247         (ispell-process-line): Use ispell-looking-at to compare the ispell
15248         output and the buffer contents.
15250 2005-01-18  Jay Belanger  <belanger@truman.edu>
15252         * calc/calc.el (calc-display-raw): Fix docstring.
15254 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15256         * simple.el (blink-matching-open): Strip extra info from syntax.
15258         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15259         funny chars in the end-of-here-doc marker.
15261 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15263         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15264         that enable/disabled state of breakpoints is shown correctly in
15265         fringe and on ttys.
15266         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15267         Add breakpoint information as text properties.
15268         (gdb-mouse-toggle-breakpoint):
15269         Rename to gdb-mouse-set-clear-breakpoint.
15270         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
15271         breakpoints in the margin.
15272         (gdb-remove-strings): Simplify.
15274 2005-01-17  Jay Belanger  <belanger@truman.edu>
15276         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15277         erasing buffer.
15279 2005-01-17  Richard M. Stallman  <rms@gnu.org>
15281         * progmodes/grep.el (grep-find): Copy from `grep' the condition
15282         for calling grep-compute-defaults.
15284         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15285         if buffer is empty.
15287         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15289 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15291         * hilit-chg.el (highlight-changes-mode): Don't autoload.
15293         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15294         non-preloaded variables.
15296 2005-01-17  Steven Tamm  <steventamm@mac.com>
15298         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15299         tex-shell cause to force interactivity when using pipes.
15301 2005-01-17  Kim F. Storm  <storm@cua.dk>
15303         * simple.el (just-one-space): Make arg optional.
15305 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
15307         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15308         posn-at-x-y to t to access left-margin.
15310 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
15312         Sync with Tramp 2.0.47.
15314         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15315         catching keep-date problems in cp/scp operations.
15316         (tramp-handle-copy-file): Don't call `set-file-modes'
15317         unconditionally.  Specialized functions should know better what is
15318         necessary.  This improves performance a little bit, and the
15319         functions could catch errors with `cp -p' and `scp -p'.
15320         (tramp-do-copy-or-rename-file-via-buffer)
15321         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15322         when appropriate.
15323         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15324         Call `set-file-modes' when appropriate.
15325         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
15326         Johnsson <isak@hypergene.com>
15327         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15328         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
15329         <joakim@verona.se>
15330         (tramp-file-name-for-operation): Mark `shell-command' as magic for
15331         Emacs only.
15333         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
15334         `find-file-hooks' and `dired-mode-hook'.
15335         (tramp-minor-mode-map): Respective map.  Add remapping for
15336         `compile' and `recompile'.
15337         (tramp-remap-command, tramp-recompile): New defuns.
15338         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15339         in buffer "*Compilation*".  Call the commands asynchronously.
15341         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15342         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15343         `shell-command', because it isn't magic in XEmacs.  Reported by
15344         Adrian Aichner <adrian@xemacs.org>.
15346         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15347         `substitute-in-file-name.
15348         (tramp-smb-handle-substitute-in-file-name): New defun.
15349         (tramp-smb-advice-PC-do-completion): Delete advice.
15351 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
15353         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15354         Fix error in deleting region.
15356 2005-01-15  Richard M. Stallman  <rms@gnu.org>
15358         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15359         In non-temp buffer, switch syntax table temporarily.
15361         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15363         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15365         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15367         * imenu.el (imenu--split-menu): Copy menulist before sorting.
15368         (imenu--generic-function): Use START, not BEG, as pos of definition.
15370         * simple.el (just-one-space): Argument specifies number of spaces.
15372         * simple.el (eval-expression-print-format): Avoid warning
15373         about edebug-active.
15375 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
15377         * progmodes/sh-script.el: Code copied from make-mode.el
15378         with small changes,
15379         (sh-mode-map): Bind C-c C-\.
15380         (sh-backslash-column, sh-backslash-align): New variables.
15381         (sh-backslash-region, sh-append-backslash): New functions.
15383 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15385         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15386         (rmail-pop-password, rmail-pop-password-required): Move to
15387         rmail-obsolete group.
15388         (rmail-set-pop-password): Rename to rmail-set-remote-password.
15389         All callers updated.
15390         (rmail-get-pop-password): Rename to rmail-get-remote-password.
15391         Take an argument specifying whether it is POP or IMAP mailbox we
15392         are using.  All callers updated.
15393         (rmail-pop-password-error): Rename to
15394         rmail-remote-password-error.  Added mailutils-specific error message.
15395         (rmail-movemail-search-path)
15396         (rmail-movemail-variant-in-use): New variables.
15397         (rmail-remote-password, rmail-remote-password-required):
15398         New customization variables.
15399         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15400         (rmail-parse-url): New function.
15401         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15402         with GNU mailutils movemail.
15404 2005-01-15  Kevin Ryde  <user42@zip.com.au>
15406         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15407         suffix to space, $ or '$, to correctly position point when going
15408         to @table style constants like DBL_MAX.
15410 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
15412         * type-break.el (type-break-mode, type-break-file-time)
15413         (type-break-file-keystroke-count, type-break-choose-file):
15414         Don't store data in or load data from the file if type-break-file-name
15415         is nil.
15416         (type-break-file-name): Doc update as per the above.
15418 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
15420         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15421         lookup-key might return nil; handle that.
15423 2005-01-15  Alan Mackenzie  <acm@muc.de>
15425         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15426         rather than the element found, thus enabling the tree to be setcar'd.
15428 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15430         * textmodes/org.el (org-show-following-heading): New option.
15431         (org-show-hierarchy-above): Use `org-show-following-heading'.
15432         (org-cycle): Documentation fix.
15434         * textmodes/org.el (orgtbl-optimized): New option
15435         (orgtbl-mode): New command, a minor mode.
15436         (orgtbl-mode-map): New variable.
15437         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15438         (orgtbl-error, orgtbl-self-insert-command)
15439         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15441         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15442         a local variable in each org-mode buffer.
15444         * textmodes/org.el (org-set-regexps-and-options): Rename from
15445         `org-set-regexps'.  Added checking for STARTUP keyword.
15446         (org-get-current-options): Add STARTUP options.
15447         (org-table-insert-row): Make mode intelligent about when
15448         realignment is needed.
15449         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15450         New commands.
15451         (org-enable-table-editor): New default value `optimized'.
15452         (org-table-blank-field): Support blanking regions if active.
15454 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15456         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15457         if the year is not given.
15459         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15460         Add new escapes %m and %M, fixed bug with %F by adding
15461         save-match-data.
15462         (reftex-reference): Remove ?. from list of spaces.
15463         (reftex-label-info): Add automatic label prefix recognition.
15465         * textmodes/reftex-index.el (reftex-index-next-phrase):
15466         Add slave parameter to call of `reftex-index-this-phrase'.
15467         (reftex-index-this-phrase): New optional argument.
15468         (reftex-index-region-phrases): Add slave parameter to call of
15469         `reftex-index-this-phrase'.
15470         (reftex-display-index): New argument redo.
15471         (reftex-index-rescan): Add 'redo to arguments of
15472         `reftex-display-index'.
15473         (reftex-index-Rescan, reftex-index-revert)
15474         (reftex-index-switch-index-tag): Add 'redo to arguments of
15475         `reftex-display-index'.
15476         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15477         indexing.  Fix bug with matching is there is a quote before or
15478         after the word.
15480         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15481         Fix bug when collecting citation keys in lines with comments.
15482         (reftex-citation): Prefix argument no longer rescans the document,
15483         but forces prompting for optional arguments of cite macros.
15484         (reftex-do-citation): Prompting for optional arguments implemented.
15486         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15487         Add optional arguments to most cite commands.
15488         (reftex-cite-cleanup-optional-args): New option
15489         (reftex-cite-prompt-optional-args): New option.
15490         (reftex-trust-label-prefix): New option.
15492         * textmodes/reftex-toc.el (reftex-toc-find-section):
15493         Add push-mark before changing the position in the buffer.
15495         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15496         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15498 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15500         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15501         more carefully.
15503 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15505         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15506         (sgml-mode): Use it.
15507         (sgml-get-context): Better keep track of implicitly closed tags.
15509 2005-01-13  Kenichi Handa  <handa@m17n.org>
15511         * textmodes/ispell.el: These changes are to fix misalignment error
15512         caused by equivalent characters of different Emacs charsets.
15513         (ispell-unified-chars-table): New variable.
15514         (ispell-get-decoded-string): New function.
15515         (ispell-get-casechars, ispell-get-not-casechars)
15516         (ispell-get-otherchars): Call ispell-get-decoded-string.
15518 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15520         * custom.el (custom-declare-variable): Just put symbol instead
15521         of (defvar . symbol) in `current-load-list'.
15523 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15525         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15527 2005-01-12  Jay Belanger  <belanger@truman.edu>
15529         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15530         to create a Calc summary.
15532 2005-01-12  Kim F. Storm  <storm@cua.dk>
15534         * mouse.el (mouse-on-link-p): Change functionality and doc
15535         string to comply with latest description in lisp ref.
15537 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15539         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15540         Enable mouse clicks on mode-line, header-line and margin.
15541         (event-type): Give mouse event symbols an 'event-kind property
15542         with value 'mouse-click.
15544 2005-01-12  Juri Linkov  <juri@jurta.org>
15546         * facemenu.el (list-colors-display): Add new arg buffer-name.
15547         Use it.  Fix docstring.  Replace code for identifying duplicate
15548         colors by the name with call to `list-colors-duplicates' which
15549         identifies duplicate colors by the value unless the color
15550         is one of special Windows colors.  Set truncate-lines to t.
15551         Print sorted duplicate color names on each line.  Indent to 22
15552         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15553         (list-colors-duplicates): New function.
15554         (facemenu-color-name-equal): Delete function.
15556         * facemenu.el (list-colors-print): New function created from code
15557         in list-colors-display.  Print #RRGGBB at the window right edge.
15558         (list-colors-display): When temp-buffer-show-function is not
15559         defined, call list-colors-print from temp-buffer-show-hook
15560         to get the right value of window-width in list-colors-print
15561         after the buffer is displayed.
15563         * simple.el (pop-mark): Move deactivate-mark out of conditional
15564         part to deactivate the active mark regardless of the state of the
15565         mark ring.
15567         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15568         variables line in desktop files.
15570 2005-01-12  Juri Linkov  <juri@jurta.org>
15572         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15573         Bring together isearch highlight related options.
15574         (lazy-highlight): Replace group `replace' by `matching'.
15575         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15576         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15577         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15578         and declare them obsolete.
15579         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15580         (isearch-faces): Remove defgroup.
15581         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15582         Move isearch highlighting code closer to lazy highlighting code.
15584         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15585         (query-replace-highlight, query-replace-lazy-highlight)
15586         (query-replace): Move definitions to the beginning of the file.
15588 2005-01-11  Juri Linkov  <juri@jurta.org>
15590         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15591         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15592         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15594         * info.el (Info-history-forward): New variable.
15595         (Info-select-node): Reset Info-history-forward to nil.
15596         (Info-last): Turn into defalias.
15597         (Info-history-back): Rename from Info-last.
15598         Add current node to Info-history-forward.
15599         (Info-history-forward): New fun.
15600         (Info-mode-map): Replace Info-last by Info-history-back.
15601         Bind Info-history-forward to "r".
15602         (Info-mode-menu): Replace Info-last by Info-history-back.
15603         Fix menu item text.  Add menu item for Info-history-forward.
15604         (info-tool-bar-map): Replace Info-last by Info-history-back.
15605         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15606         for Info-history-forward.
15607         (Info-mode): Replace Info-last by Info-history-back in docstring.
15608         Add local variable Info-history-forward.
15609         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15611 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15614         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15615         Ignore select-window events rather than fiddle with
15616         mouse-autoselect-window.
15618 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15620         * type-break.el (type-break-mode): Fix previous change.
15622 2005-01-10  Jay Belanger  <belanger@truman.edu>
15624         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15625         calculator; only reset when point is inside a calculator.
15626         Don't adjust the window height if the window takes up the whole height
15627         of the frame.
15629 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15631         * ebuff-menu.el (Electric-buffer-menu-mode):
15632         Preserve value of buffer-local var header-line-format.
15634 2005-01-09  Jay Belanger  <belanger@truman.edu>
15636         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15637         Make sure settings file exists before accessing it.
15639         * calc/calc-embed.el (calc-embedded-subst):
15640         Replace math-multi-subst-rec, which is only supposed to be called
15641         by math-multi-subst, by math-multi-subst.
15643 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15645         * vc.el (vc-allow-async-revert): New user option.
15646         (vc-disable-async-diff): New internal variable.
15647         (vc-revert-buffer): Use them to disable asynchronous diff.
15649         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15650         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15651         asynchronously if vc-disable-async-diff is t.
15653 2005-01-09  Jay Belanger  <belanger@truman.edu>
15655         * calc/calc.el (defcalcmodevar): New macro.
15656         (calc-mode-var-list-restore-default-values)
15657         (calc-mode-var-list-restore-saved-values): New functions.
15658         (calc-mode-var-list): Use defcalcmodevar to define it.
15659         (calc-always-load-extensions, calc-line-numbering)
15660         (calc-line-breaking, calc-display-just, calc-display-origin)
15661         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15662         (calc-group-char, calc-point-char, calc-frac-format)
15663         (calc-prefer-frac, calc-hms-format, calc-date-format)
15664         (calc-float-format, calc-full-float-format, calc-complex-format)
15665         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15666         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15667         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15668         (calc-matrix-brackets, calc-language, calc-language-option)
15669         (calc-left-label, calc-right-label, calc-word-size)
15670         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15671         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15672         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15673         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15674         (calc-window-height, calc-display-trail, calc-show-selections)
15675         (calc-use-selections, calc-assoc-selections)
15676         (calc-display-working-message, calc-auto-why, calc-timing)
15677         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15678         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15679         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15680         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15681         (calc-gnuplot-geometry, calc-graph-default-resolution)
15682         (calc-graph-default-resolution-3d, calc-invocation-macro)
15683         (calc-show-banner): Use defcalcmodevar to declare them and set
15684         their default values.
15686         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15687         instead of default values (but restore default values if there is
15688         an argument of 0).
15690 2005-01-09  David Kastrup  <dak@gnu.org>
15692         * desktop.el (desktop-restore-eager): Fix typo in type.
15694 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15696         * cus-edit.el (customize): Delete :link.
15698 2005-01-08  Jay Belanger  <belanger@truman.edu>
15700         * calc/calc.el (calc-mode): Remove the extension from the
15701         `calc-settings-file' file name when loading it.
15703 2005-01-08  Kim F. Storm  <storm@cua.dk>
15705         * info.el (Info-mode-map, Info-next-link-keymap)
15706         (Info-prev-link-keymap, Info-up-link-keymap):
15707         Map follow-link to mouse-face.
15708         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15710 2005-01-08  Jay Belanger  <belanger@truman.edu>
15712         * calc/calc.el (calc-settings-file): Change default value.
15713         Suggested by cgw in a comment in calc-mode.el.
15715         * calc/calc-mode.el (calc-settings-file-name):
15716         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15717         Replace ~/.emacs in a prompt by calc-settings-file.
15719 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15721         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15722         (desktop-lazy-idle-delay): New customizable variables.
15723         (desktop-buffer-args-list): New variable.
15724         (desktop-append-buffer-args): New function.
15725         (desktop-save): Call desktop-append-buffer-args for some buffers.
15726         (desktop-lazy-create-buffer): New function.
15727         (desktop-idle-create-buffers): New function.
15728         (desktop-read): Add message about buffers to restore lazily.
15729         (desktop-lazy-abort): New command.
15730         (desktop-clear): Call desktop-lazy-abort.
15731         (desktop-lazy-complete): New command.
15733 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15735         * emacs-lisp/find-func.el (find-face-definition):
15736         Rename from find-face.
15738 2005-01-06  Kim F. Storm  <storm@cua.dk>
15740         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15742         * man.el (Man-xref-man-page, Man-xref-header-file)
15743         (Man-xref-normal-file): Add follow-link property.
15745 2005-01-06  Jay Belanger  <belanger@truman.edu>
15747         * calc/calc-units.el: Make sure the proper macro definitions are
15748         available when compiling.
15750 2005-01-06  Juri Linkov  <juri@jurta.org>
15752         * isearch.el (isearch-lazy-highlight-update):
15753         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15755 2005-01-06  Miles Bader  <miles@gnu.org>
15757         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15758         (isearch-lazy-highlight-face): Use new name.
15760 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15762         * uniquify.el (uniquify-rationalize-file-buffer-names):
15763         Re-add an interactive spec.
15764         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15765         to the same name.
15767         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15768         (isearch-update, isearch-done): Adjust calls accordingly.
15770 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15772         * custom.el (custom-set-variables, custom-theme-set-variables):
15773         Clarify documentation.
15775         * emacs-lisp/find-func.el (find-variable)
15776         (find-variable-other-window, find-variable-other-frame):
15777         Fix the TYPE args to find-function-read and find-function-do-it.
15778         (find-function): Doc fix.
15779         (find-function-at-point): Replace function-at-point alias.
15781 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15783         * cus-face.el (custom-declare-face):
15784         Record defface in current-load-list.
15786         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15788         * emacs-lisp/find-func.el: Doc fixes.
15789         (find-face-regexp): New variable.
15790         (find-function-regexp-alist): New variable.
15791         (find-function-C-source): Third arg is now TYPE.
15792         (find-function-search-for-symbol): Handle general TYPE.
15793         (find-function-read, find-function-do-it): Handle general TYPE.
15794         (find-definition-noselect, find-face): New functions.
15795         (function-at-point): Alias deleted.
15797 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15799         * battery.el (display-battery-mode): Rename from display-battery.
15800         Handle the case where it gets turned off.
15802 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15804         * cus-edit.el (customize): Make :link point to user doc.
15806         * man.el (Man-fontify-manpage): Turn off undo generation.
15808         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15810 2005-01-04  Andreas Schwab  <schwab@suse.de>
15812         * files.el (insert-directory): Only look for error lines in
15813         inserted text.  Don't move too far after processing --dired markers.
15815 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15817         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15818         Don't expand if the character is @, period, dash, etc.
15819         (define-mail-abbrev): Quote names that contain problem characters.
15821 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15823         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15825 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15827         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15828         (query-replace-highlight, query-replace-lazy-highlight)
15829         (query-replace): Definitions moved up.  Doc fix.
15831 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15833         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15834         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15835         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15836         (lazy-highlight-face): Rename from isearch-lazy-...
15837         Change all references to them.
15839 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15841         * cus-edit.el (custom-file): Doc fix for defcustom.
15842         (custom-file): The function no longer sets the variable
15843         `custom-file' to its return value.
15845         * startup.el (command-line): No longer load `custom-file'.
15847 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15849         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15851         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15852         Don't confuse module-prefixed identifiers for labels.
15853         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15855 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15857         * files.el (basic-save-buffer-1): Fix previous change.
15859         * loadhist.el (file-loadhist-lookup): New function.
15860         (file-provides, file-requires): Use it.
15862         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15863         instead of calculating the right size.
15865 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15867         * vc-svn.el (vc-svn-diff): Stay local if possible.
15869 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15871         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15873         * files.el (hack-local-variables): Fix last change.
15875 2005-01-02  Jay Belanger  <belanger@truman.edu>
15877         * calc/calc-yank.el (calc-edit-top): New variable.
15878         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15879         object.  Change header properties.
15880         (calc-edit-finish, calc-edit-finish-stack-object)
15881         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15882         edited object.
15883         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15884         for the beginning of the edited object.
15885         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15886         for the beginning of the edited object.
15887         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15888         (calc-finish-formula-edit, calc-macro-repeats)
15889         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15890         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15891         beginning of the edited object.
15892         (calc-user-define-edit): Change the header for editing macros.
15893         Remove unnecessary variable.
15895 2005-01-01  Jay Belanger  <belanger@truman.edu>
15897         * calc/calc-yank.el (calc-edit-mode): Change default header.
15898         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15899         * calc/calc-store.el (calc-edit-variable): Change title to match new
15900         header.
15901         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15902         mode to match new header.
15903         (calc-user-define-edit): Change titles to include names of commands.
15904         (calc-finish-formula-edit): Adjust to handle new header.
15905         (calc-finish-macro-edit): Remove.
15906         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15907         (calc-edit-macro-command, calc-edit-macro-command-type)
15908         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15909         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15910         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15911         (calc-edit-macro-finish-edit): New functions.
15912         (calc-user-define-edit): Use new functions to edit named calc macros.
15914 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15916         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15918         * ses.el (copy-region-as-kill): Deactivate mark.
15920 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15922         * replace.el (occur-1): If the output buffer is also an input,
15923         don't kill it, rename it.
15925         * faces.el (set-face-background, set-face-foreground): Doc fix.
15927         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15928         for :foreground and :background.
15930         * dired.el (dired-view-command-alist): Variable deleted.
15931         (dired-view-file, dired-mouse-find-file-other-window):
15932         Delete the code to use it.
15934 2005-01-01  Kim F. Storm  <storm@cua.dk>
15936         * image.el (insert-sliced-image): Use t for line-height property.
15938 See ChangeLog.11 for earlier changes.
15940 ;; Local Variables:
15941 ;; coding: iso-2022-7bit
15942 ;; End:
15944     Copyright (C) 2005 Free Software Foundation, Inc.
15945   Copying and distribution of this file, with or without modification,
15946   are permitted provided the copyright notice and this notice are preserved.
15948 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1