(quoted-insert): Let-bind input-method-function to nil.
[emacs.git] / lisp / ChangeLog
blob6f6e4915519a9ce94d4e243b04dd3690cda93962
1 2005-11-28  Juri Linkov  <juri@jurta.org>
3         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7         and same-window-regexps.
8         (occur-next-error): Don't move point for arg 0.
10 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
12         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18         redundant work.
19         (flyspell-mode-on): Use add-hook for after-change-functions.
20         (flyspell-mode-off): Use remove-hook for after-change-functions.
21         (flyspell-changes): Make it buffer-local.
22         (flyspell-after-change-function): Make it non-interactive.  Use push.
23         (flyspell-post-command-hook): Check input-pending-p while processing
24         the potentially long list of buffer changes.
26 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
28         * buff-menu.el (list-buffers-noselect): Display the selected
29         frame's buffer list, not the global one.
31 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
33         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
34         that (list last-input-event) works as in interactive spec.
36 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
38         * loadup.el ("facemenu"): Load facemenu before font-lock, because
39         `facemenu-keymap' needs to be defined when font-lock is loaded.
40         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
42 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * completion.el: Remove useless leading * in defcustom docstrings.
45         (save-completions-file-name): Use ~/.emacs.d if available.
46         (completion-standard-syntax-table): Rename from
47         cmpl-standard-syntax-table and fold initialization into declaration,
48         thus removing cmpl-make-standard-completion-syntax-table.
49         (completion-lisp-syntax-table, completion-c-syntax-table)
50         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
51         (cmpl-saved-syntax, cmpl-saved-point): Remove.
52         (symbol-under-point, symbol-before-point)
53         (symbol-under-or-before-point, symbol-before-point-for-complete)
54         (add-completions-from-c-buffer): Use with-syntax-table.
55         (make-completion): Don't return a list of completion entries.
56         Update callers.
57         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
58         (completion-initialize): Rename from initialize-completions.
59         (completion-find-file-hook): Rename from cmpl-find-file-hook.
60         (kill-emacs-save-completions): Collect stats here.
61         (save-completions-to-file, load-completions-from-file):
62         Use with-current-buffer.
63         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
64         into a function.  Move all calls to toplevel.
65         (completion-lisp-mode-hook): New fun.
66         (completion-c-mode-hook, completion-setup-fortran-mode):
67         Set the syntax-table here.  Use local-set-key.
68         (completion-saved-bindings): New var.
69         (dynamic-completion-mode): Make it into a proper minor mode.
70         (load-completions-from-file): Remove unused var `num-uses'.
72         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
73         constructor if it is explicitly overridden.
75         * complete.el (PC-completion-as-file-name-predicate):
76         Use minibuffer-completing-file-name.
77         (partial-completion-mode): Use find-file-not-found-functions.
78         (PC-lisp-complete-symbol): Use with-syntax-table.
79         (PC-look-for-include-file): Remove dead setq.
80         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
81         (PC-complete): Use with-current-buffer.
83         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
84         escape single quotes.
86 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
88         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
89         of `if' whose condition always returned nil.  Doc fix.
91         * buff-menu.el (Buffer-menu-revert-function): Make the selected
92         window's buffer the current buffer around the call to
93         `list-buffers-noselect'.  This is necessary to mark that buffer
94         with a `.' in the Buffer Menu when called from Lisp, for instance
95         by Auto Revert Mode.
97 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
99         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
100         attaching to it.
101         (gdb-pre-prompt): Make sure gdb-error is reset.
103         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
104         with a child process, detect it.
105         (gud-speedbar-buttons): Match regexp more carefully.
107 2005-11-27  Richard M. Stallman  <rms@gnu.org>
109         * mouse.el (mouse-drag-move-window-bottom):
110         Use adjust-window-trailing-edge.
112 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
114         * simple.el (blink-matching-open): Ignore
115         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
116         (blink-matching-paren-on-screen): Update docstring.
118         * paren.el (show-paren-mode): No longer change
119         `blink-matching-paren-on-screen'.
121 2005-11-27  John Paul Wallington  <jpw@pobox.com>
123         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
124         (gdb-threads-select, gdb-edit-register-value):
125         Use `posn-set-point' instead of `mouse-set-point' because the
126         latter is not fbound when configured without X.
128 2005-11-27  Kim F. Storm  <storm@cua.dk>
130         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
131         existing face when partially highlighting a TAB in a rectangle.
133 2005-11-26  Kim F. Storm  <storm@cua.dk>
135         * ido.el (ido-mode-map): Doc fix.
136         (ido-mode-common-map, ido-mode-file-map)
137         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
138         (ido-define-mode-map): Rewrite.  Select one of the new maps as
139         parent for ido-mode-map instead of building from scratch.
140         (ido-init-mode-maps): New defun to initialize new maps.
141         (ido-mode): Call it.
142         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
143         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
145 2005-11-26  John Paul Wallington  <jpw@pobox.com>
147         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
148         `mouse-set-point' because the latter is not fbound when configured
149         without X.
151 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
153         * files.el (file-relative-name): Doc fix.
155 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
157         * progmodes/octave-inf.el (inferior-octave-startup): Force a
158         non-empty string for secondary prompt PS2.
160 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
162         * progmodes/compile.el (compilation-setup): Fix last change.
164 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
166         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
167         (gdb-mouse-toggle-breakpoint-margin)
168         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
169         Add gdb-server-prefix to keep out of command history.
170         (gdb-edit-register-value): New function.
171         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
172         (gdb-info-registers-custom): Use above map.
174 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
176         * custom.el (enable-theme): Signal error if argument is not a
177         theme.  Don't recalculate a face if it's not loaded yet.
179         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
180         the `user' theme is in effect.
182         * info.el (Info-on-current-buffer): Record actual filename in
183         Info-current-file, instead of t, or a fake filename if a non-file
184         buffer.  Make autoload.
185         (Info-find-node, Info-revert-find-node): No need to check for
186         Info-current-file nil.
187         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
188         Info-current-file is now never `t'.
189         (Info-fontify-node): Many simplifications due to Info-current-file
190         always being valid.  Use Info-find-file to find node filename.
192 2005-11-25  David Kastrup  <dak@gnu.org>
194         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
195         new character, then delete" in order to preserve markers.
197 2005-11-25  David Ponce  <david@dponce.com>
199         * recentf.el (recentf-arrange-by-rule): Handle a special
200         `auto-mode-alist'-like "strip suffix" rule.
201         (recentf-build-mode-rules): Handle second level auto-mode entries.
203 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
205         * viper-keym.el (viper-ESC-key): Use different values in terminal and
206         window modes.
208         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
209         jde-javadoc-checker-report-mode.
211         * ediff-wind (ediff-make-wide-display): Slight simplification.
213         * ediff.el (ediff-date): Change the date of last update.
215 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
217         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
218         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
219         (hi-lock-mode): New global minor mode.
220         (turn-on-hi-lock-if-enabled): New function.
221         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
222         Change arguments to regexp and face instead of a font-lock pattern.
223         Directly set face property, instead of refontifying.
224         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
225         (hi-lock-find-patterns): Use line-number-at-pos.
227         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
228         arguments for hi-lock-set-pattern.
229         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
230         font-lock-fontify-buffer.
231         (hi-lock-find-file-hook, hi-lock-current-line)
232         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
234         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
235         turned off.
237         * progmodes/compile.el (compilation-setup): Don't fiddle with
238         font-lock-defaults.
240 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
242         * progmodes/gdb-ui.el (gdb-var-create-handler)
243         (gdb-var-list-children-handler): Find values for all variable
244         objects.  gud-speedbar-buttons decides whether to display them.
246 2005-11-24  Romain Francoise  <romain@orebokech.com>
248         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
249         buffer name with a space.
251 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
253         * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
254         `org-export-local-list-max-depth'.  Change default value to 3.
255         (org-auto-renumber-ordered-lists)
256         (org-plain-list-ordered-item-terminator): New options.
257         (org-at-item-p, org-beginning-of-item, org-end-of-item)
258         (org-get-indentation, org-get-string-indentation)
259         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
260         functions.
261         (org-move-item-down, org-move-item-up): New commands.
262         (org-export-as-html): New classes for CSS support.  Bug fix in
263         regular expression detecting fixed-width regions.  Respect
264         `org-local-list-ordered-item-terminator'.
265         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
266         also a list item.
267         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
268         New item moving functions.
270 2005-11-24  Juri Linkov  <juri@jurta.org>
272         * isearch.el (isearch-repeat): With empty search ring set
273         `isearch-error' to the error string instead of signaling error
274         with the function `error'.
276 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
278         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
280 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
282         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
283         and variable.
284         (gdb-var-create-handler, gdb-var-list-children-handler):
285         Don't match on "char **...".
286         (gdb-var-update-handler): Find values for all variable objects.
287         (gdb-info-frames-custom): Identify frames by leading "#".
289         * progmodes/gud.el (gud-speedbar-menu-items): Add
290         gdb-speedbar-auto-raise as radio button.
291         (gud-speedbar-buttons): Raise speedbar if requested.
292         Don't match on "char **...".
293         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
294         Make it editable.
296 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
298         * info.el (Info-fontify-node): Handle the case where
299         Info-current-file is t.
301 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * simple.el (blink-matching-open): Fix off-by-one in last change.
305 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
307         * term/mac-win.el: Don't change default directory.
309 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
311         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
312         buffers correctly.  (It used to throw an error in such buffers.)
313         Make it ask for confirmation in group buffers and other Custom
314         buffers containing more than one customization item.
316 2005-11-22  John Paul Wallington  <jpw@gnu.org>
318         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
319         property on mail and url overlays.
320         (goto-address-at-point): Use `posn-set-point' instead of
321         `mouse-set-point' because the latter is not fbound when configured
322         without X.
324 2005-11-22  Lars Hansen  <larsh@soem.dk>
326         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
327         (ls-lisp-classify, ls-lisp-format): Delete call to
328         ls-lisp-parse-symlink.
329         (ls-lisp-handle-switches): Handle symlinks to directories as
330         directories when ls-lisp-dirs-first in non-nil.
332 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
334         * startup.el (command-line): Make sure that loaddefs.el is handled
335         correctly in load-history.
337 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
339         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
340         (gdb-struct-string, gdb-array-string): New constants.
341         (gdb-info-locals-handler): Use them.
342         (gdb-reset): Reset gdb-var-list to nil.
344 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
347         in patterns.
349 2005-11-21  Juri Linkov  <juri@jurta.org>
351         * custom.el (defcustom): Update link types in docstring.
353 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
355         * custom.el (defgroup): Add doc-string-elt info.
357         * widget.el (define-widget): Don't use declare for the doc-string-elt.
359 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * newcomment.el (comment-enter-backward): Fix last fix.
363         * simple.el (blink-matching-open):
364         * paren.el (show-paren-function): Allow new paren-class info.
366 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
368         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
369         handled automagically.
371 2005-11-20  Juri Linkov  <juri@jurta.org>
373         * simple.el (what-cursor-position):
374         * descr-text.el (describe-char): Use Lisp-readable syntax
375         for octal and hex.  Reorder decimal, octal and hex values.
376         Remove excess whitespace in the output.  Use `=' in `column='
377         like in `point=' and `Hscroll='.
379         * international/mule-cmds.el (encoded-string-description):
380         Use Lisp-readable syntax for hex.
382 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * newcomment.el (comment-enter-backward): Handle the case where the
385         comment is closed by EOB.
387 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
389         * longlines.el (longlines-before-revert-hook)
390         (longlines-after-revert-hook): New functions.
391         (longlines-mode): Turn off longlines temporarily when reverting.
392         Add a message-setup-hook.
393         (longlines-decode-buffer): New function.
394         (longlines-wrap-line): Preserve marker positions.
396 2005-11-19  Andreas Schwab  <schwab@suse.de>
398         * emacs-lisp/shadow.el: Handle compressed files.
400 2005-11-19  Romain Francoise  <romain@orebokech.com>
402         * net/browse-url.el (browse-url-default-browser): Signal an error
403         if no usable browser can be found, rather than try to load w3.
405 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
407         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
408         replacing existing properties.
409         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
410         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
411         tty specs.
412         (rcirc-server-prefix, rcirc-server): New faces.
413         (rcirc-url-regexp): Generate with rx macro.
414         (rcirc-last-server-message-time): New variable.
415         (rcirc-filter): Record time of last message.
416         (rcirc-keepalive): Kill processes that did not send a message
417         since the last ping.
418         (rcirc-mode): Give rcirc-topic a local binding here.
420 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
422         * subr.el (read-passwd): Fontify the prompt as we do with other
423         prompts.
425 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
427         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
428         binding buffer-read-only to nil.
430 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
432         * complete.el (partial-completion-mode):
433         Mention completion-auto-help in the doc string.
435         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
436         more Lisp-ish way.
438 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
440         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
441         digits, not 8, to avoid misalignment for files larger than 100MB.
443 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
445         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
446         Mention "keyboard shortcuts" in the help text.
448 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
450         * startup.el (fancy-splash-default-action): Discard only
451         mouse-down and succeeding mouse-up events in the splash screen
452         window so that drag-n-drop event can be processed.
454 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
456         * longlines.el (longlines-mode): Add hacks for mail-mode and
457         message-mode.
459 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
461         * textmodes/org.el: (org-table-sort-lines): New command.
462         (org-tbl-menu): Add entry for `org-table-sort-lines'.
463         (org-add-file): Command removed, use `org-agenda-file-to-front'
464         instead.
465         (org-export-icalendar): Use `org-icalendar-combined-name'.
466         (org-cycle-agenda-files, org-agenda-file-to-end)
467         (org-agenda-file-to-front): New commands.
468         (org-table-tab-jumps-over-hlines,org-export-html-style): New
469         options.
470         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
471         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
472         New functions.
473         (org-fill-paragraph): Call `org-table-align' in tables.
474         (org-mode): Call `org-set-autofill-regexps'.
475         (org-export-as-html): Support for local handformatted lists.
476         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
477         (org-export-local-list-max-depth): New option.
478         (org-html-expand): Use `org-html-protect'.
480 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
482         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
483         to "p".
484         (gdb): Move definition of gud-pp to...
486         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
487         speedbar.
488         (gdb-find-watch-expression): New function.
490 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
492         * faces.el (face-attribute, set-face-attribute): Mention existence
493         of `:ignore-defface' setting in docstring.
495 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * simple.el (completion-setup-function): Fix last change.
499 2005-11-17  John Paul Wallington  <jpw@pobox.com>
501         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
502         Use `posn-set-point' instead of `mouse-set-point' because the
503         latter is not fbound when configured without X.
505         * comint.el (comint-insert-input): Likewise.
507 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
509         * simple.el (hard-newline): New variable.
510         (sendmail-user-agent-compose, next-line): Use it.
512         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
513         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
514         (mail-mail-reply-to, mail-mail-followup-to)
515         (mail-position-on-field, mail-signature, mail-yank-original)
516         (mail-attach-file): Likewise.
518         * mail/mailheader.el (mail-header-format)
519         (mail-header-format-function): Likewise.
521         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
523 2005-11-17  Juri Linkov  <juri@jurta.org>
525         * font-lock.el (font-lock-faces): Rename this defgroup from
526         `font-lock-highlighting-faces'.
527         (font-lock-comment-face, font-lock-comment-delimiter-face)
528         (font-lock-string-face, font-lock-doc-face)
529         (font-lock-keyword-face, font-lock-builtin-face)
530         (font-lock-function-name-face, font-lock-variable-name-face)
531         (font-lock-type-face, font-lock-constant-face)
532         (font-lock-warning-face, font-lock-negation-char-face)
533         (font-lock-preprocessor-face)
534         (font-lock-regexp-grouping-backslash)
535         (font-lock-regexp-grouping-construct): Rename :group from
536         `font-lock-highlighting-faces' to `font-lock-faces'.
538         * cus-edit.el (lisp, c, tex):
539         * progmodes/ada-mode.el (ada):
540         * progmodes/asm-mode.el (asm):
541         * progmodes/cperl-mode.el (cperl-faces):
542         * progmodes/cpp.el (cpp):
543         * progmodes/dcl-mode.el (dcl):
544         * progmodes/f90.el (f90):
545         * progmodes/fortran.el (fortran):
546         * progmodes/icon.el (icon):
547         * progmodes/idlwave.el (idlwave-misc):
548         * progmodes/m4-mode.el (m4):
549         * progmodes/make-mode.el (makefile):
550         * progmodes/meta-mode.el (meta-font):
551         * progmodes/modula2.el (modula2):
552         * progmodes/octave-mod.el (octave):
553         * progmodes/pascal.el (pascal):
554         * progmodes/perl-mode.el (perl):
555         * progmodes/prolog.el (prolog):
556         * progmodes/ps-mode.el (PostScript-edit):
557         * progmodes/scheme.el (scheme):
558         * progmodes/sh-script.el (sh-script):
559         * progmodes/simula.el (simula):
560         * progmodes/tcl.el (tcl):
561         * textmodes/nroff-mode.el (nroff):
562         * textmodes/reftex-vars.el (reftex-fontification-configurations):
563         * textmodes/sgml-mode.el (sgml):
564         * textmodes/texinfo.el (texinfo):
565         Add :link (custom-group-link font-lock-faces) to defgroup.
567         * hi-lock.el (hi-lock): Rename this defgroup from
568         `hi-lock-interactive-text-highlighting'.  Change parent group from
569         `faces' to `font-lock'.  Add link to the manual.
570         (hi-lock-mode, hi-lock-file-patterns-range)
571         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
572         `hi-lock-interactive-text-highlighting' to `hi-lock'.
573         (hi-lock-faces): Add :group `faces'.
575         * cus-edit.el (custom-variable-prompt): Clarify the code.
577         * faces.el (face-read-string): Set the default value arg of
578         completing-read.
580 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
582         * rfn-eshadow.el (file-name-shadow-properties)
583         (file-name-shadow-tty-properties, file-name-shadow-mode):
584         Remove autoloads, because the file is now preloaded.
586 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * printing.el (easy-menu-intern): Don't define.
589         (pr-get-symbol): Use easy-menu-intern only if defined.
591         * simple.el (blink-matching-open): Simplify a bit.
592         (completion-setup-function): Fix the case of partial-completion-mode
593         when the minibuffer's contents start with "-".
594         Obey completion-base-size-function even when
595         minibuffer-completing-file-name is non-nil.
597 2005-11-16  Richard M. Stallman  <rms@gnu.org>
599         * net/eudcb-ph.el (eudc-ph-open-session):
600         Use set-process-query-on-exit-flag.
602         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
604         * international/ucs-tables.el (ucs-set-table-for-input):
605         Use make-local-variable, not make-variable-buffer-local.
607         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
608         Improve warning message text.
610         * savehist.el (savehist-save-hook): Add :group.
612         * menu-bar.el (menu-bar-help-menu):
613         Rename Find Extra Packages to External Packages.
615         * cus-edit.el (Custom-reset-standard): Verify that
616         :custom-standard-value prop exists before calling it.
618         * apropos.el (apropos-calc-scores): Use apropos-pattern.
620 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
622         * wid-edit.el (color): Enclose %t in %{...%}.
624         * cus-edit.el (face): Enclose %t in %{...%}.
626 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
628         * savehist.el (savehist-mode-hook): Re-add the var.
629         (savehist-mode): Use it.
631 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * textmodes/flyspell.el: Fix commenting convention.
634         Remove unnecessary leading * in custom docstrings.
635         (flyspell-emacs): Remove unused var.
636         (flyspell-delete-region-overlays): Use remove-overlays.
637         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
638         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
639         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
640         (flyspell-debug-signal-word-checked): Use with-current-buffer.
641         (make-flyspell-overlay): Don't locally reuse a global name.
642         (flyspell-highlight-incorrect-region)
643         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
644         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
645         (flyspell-notify-misspell): Remove unused args `start' and `end'.
646         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
647         Wrap calls to accept-process-output inside with-local-quit since it's
648         often called from a post-command-hook.
649         (flyspell-correct-word, flyspell-auto-correct-word):
650         Use ispell-send-string.
651         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
653         * calendar/diary-lib.el (diary-list-entries): Also hide the
654         terminating newline.
656 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
658         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
659         window-system, to allow fonts on tty.
661 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
663         * progmodes/gud.el (gud-speedbar-item-info): New function.
664         (gud-install-speedbar-variables): Use it to display data type
665         of watch expression as a tooltip in speedbar.
667 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
669         * font-core.el (global-font-lock-mode): Add :version keyword,
670         because default was changed.
672         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
674         * startup.el (command-line): Use `custom-reevaluate-setting' for
675         `file-name-shadow-mode'.
677         * loadup.el: Preload rfn-eshadow.
679         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
680         Add :version keyword.
681         (file-name-shadow-properties, file-name-shadow-tty-properties)
682         (file-name-shadow): Add :version keyword.
684         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
685         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
686         in the custom-group property of the symbol frames and the fringe
687         group got no link to its parent group frames.
688         Doc fix.
690 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
692         * progmodes/gud.el (gud-stop-subjob): New function.
693         (gud-menu-map, gud-tool-bar-map): Use it.
695 2005-11-16  Kim F. Storm  <storm@cua.dk>
697         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
698         than kill it.
699         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
700         to a more useful/logical place.
702 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
704         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
705         go buttons complementary.
707 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
709         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
710         (rfn-eshadow-sifn-equal): New function.
711         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
713 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
715         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
716         string.
718         * viper.el (viper-emacs-state-mode-list): Ensure that
719         rcirc-mode buffers come up in Emacs state.
721         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
722         operation.
724 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
726         * term.el (term-termcap-format): Fix typos.
727         (term-down): Fix the negative argument case.
729 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
731         * progmodes/gdb-ui.el: Remove face-alias left over from change on
732         2005-08-15.
733         (gdb-ann3): New command gud-go.
734         (menu): Accomodate gdb-mi.el.
735         (gdb-assembler-custom): Make buffer of selected window current
736         so that set-window-point works.
738         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
739         buttons and include new ones.
741 2005-11-16  Kim F. Storm  <storm@cua.dk>
743         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
744         (gud-menu-map): Use it.
746 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
748         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
749         that works correctly for Custom and that does not override a user
750         who disables it.
752         * help-mode.el (help-make-xrefs, help-xref-on-pp)
753         (help-xref-interned, help-follow): Make hyperlinks for variables
754         that are unbound, but have a non-nil variable-documentation property.
756         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
757         mode hook.  (It conflicted with defcustoms for some mode hooks.)
758         Use the `variable-documentation' property to give the mode hook a
759         docstring and expand that docstring.
761 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
763         * savehist.el (savehist-mode): Don't bother with
764         `custom-set-minor-mode'.
765         (savehist-coding-system): Check XEmacs version.
766         (history-length): Declare also at run time.
767         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
768         Don't set the customize state.
769         (savehist-minibuffer-hook): Special case for when
770         minibuffer-history-variable is equal to t.
772 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * files.el (write-file): Refresh VC status.
776         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
777         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
778         than fundamental-mode to see if the mode was set.
780 2005-11-14  Romain Francoise  <romain@orebokech.com>
782         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
783         dummy function in `eval-when-compile' to avoid compiler warning.
784         Require `man' at compile time.
786 2005-11-14  Jay Belanger  <belanger@truman.edu>
788         * calc-alg.el (calcFunc-write-out-power): Rename it to
789         calcFunc-powerexpand.
790         (math-write-out-power): Rename it to math-powerexpand; have it
791         handle negative exponents.
792         (calc-writeoutpower): Rename it to calc-powerexpand.
794         * calc-ext.el: Change calcFunc-writeoutpower and
795         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
796         autoloads.
797         Add calcFunc-ldiv to autoloads.
799         * calc-arith.el (calcFunc-ldiv): New function.
801         * calc.el (calc-left-divide): New function.
803 2005-11-14  Juri Linkov  <juri@jurta.org>
805         * cus-edit.el (custom-variable-prompt): Set the default value arg
806         of completing-read.
808         * cus-dep.el (custom-make-dependencies): Reverse the list of
809         found dependencies.
811 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
813         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
814         Highlighting" entry, it is on by default now.
815         (menu-bar-options-save): Do not save global-font-lock-mode.
817 2005-11-13  Richard M. Stallman  <rms@gnu.org>
819         * textmodes/flyspell.el (flyspell-large-region):
820         Call flyspell-accept-buffer-local-defs.
822 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
824         * textmodes/flyspell.el (flyspell-notify-misspell):
825         Fix misspelling of "Misspelling".
826         (flyspell-process-localwords): New function.
827         (flyspell-large-region): Call flyspell-process-localwords and
828         flyspell-delete-region-overlays.
829         (flyspell-delete-region-overlays): New function.
830         (flyspell-delete-all-overlays): Call that.
832 2005-11-13  Richard M. Stallman  <rms@gnu.org>
834         * help.el (help-for-help-internal): Improve doc of C-h a.
835         (describe-key): Improve prompt; doc fix.
837 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * vc-svn.el (vc-svn-registered): Catch all errors.
841         * cus-dep.el (custom-make-dependencies): Typo.
843 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
845         * net/tramp-util.el (top): Fix compilation warning.
847 2005-11-13  Kim F. Storm  <storm@cua.dk>
849         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
851 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
853         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
854         (gud-speedbar-buttons): Match on "const char *" too.
856         * progmodes/gdb-ui.el (gdb-var-create-handler)
857         (gdb-var-list-children-handler): Match on "const char *" too.
858         (gdb-var-evaluate-expression-handler): Match on empty string.
859         (gdb-var-update-handler): Only call
860         gdb-var-evaluate-expression-handler when required.
862 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
864         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
865         selected window.  This still doesn't work for speedbar.
866         (gud-speedbar-buttons): Handle string expressions properly.
868         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
869         (gdb-var-create-handler): Handle string expressions properly.
870         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
871         Handle string expressions properly.  Move "type" field into regexp.
873 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
875         * bookmark.el (bookmark-maybe-message): New function to reduce
876         code duplication: invokes `message' iff baud-rate is high enough.
877         (bookmark-write-file): Use above instead of an inline conditional.
878         (bookmark-load): Same.
880 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
882         * bookmark.el (bookmark-write-file): Don't visit the destination
883         file, just write the data to it using write-region.  This is
884         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
885         change to avoid visiting the file in the first place.
887 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
889         * hi-lock.el (hi-lock-mode): Set the default value of
890         font-lock-defaults.
892 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
894         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
895         arg to `file-attributes'.
896         (find-lisp-format): The UID and GID can now be strings.
898 2005-11-12  Kim F. Storm  <storm@cua.dk>
900         * help.el (help-map): Bind C-h d to apropos-documentation.
902         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
903         when point is at end-of-buffer.
905         * apropos.el (apropos-match-face): Doc fix.
906         (apropos-sort-by-scores): Add new choice `verbose'.
907         (apropos-documentation-sort-by-scores): New defcustom.
908         (apropos-pattern): Now contains the pattern entered by the user.
909         (apropos-pattern-quoted): New defvar.
910         (apropos-regexp): New defvar, containing the regexp corresponding
911         to apropos-pattern.
912         (apropos-all-words-regexp): Rename from apropos-all-regexp.
913         (apropos-read-pattern): New defun.  Use it to read pattern arg in
914         interactive calls; returns list of words for a word list, and
915         string for a regexp.
916         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
917         parses a list of words or regexp as returned by apropos-read-pattern.
918         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
919         (apropos-score-doc): Return a very high score if the string
920         entered by the user matches literally.
921         (apropos-variable): Doc fix.  Use apropos-read-pattern.
922         (apropos-command): Doc fix.  Use apropos-read-pattern and
923         apropos-parse-pattern.  Call apropos-print with nosubst=t.
924         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
925         apropos-parse-pattern.
926         (apropos-documentation): Doc fix. Use apropos-read-pattern and
927         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
928         apropos-documentation-sort-by-scores.  Call apropos-print with
929         nosubst=t.
930         (apropos-documentation-internal): Pass doc string through
931         substitute-key-definition before adding text properties.
932         Highlight substring matching literal user input if possible.
933         (apropos-documentation-check-doc-file): Remove locals beg and end.
934         Fix calculation of score (as added twice).  Pass doc string through
935         substitute-key-definition before adding text properties.
936         (apropos-documentation-check-elc-file): Pass doc string through
937         substitute-key-definition before adding text properties.
938         Highlight substring matching literal user input if possible.
939         (apropos-print): Add new arg NOSUBST; if set, command and variable
940         doc strings have already been passed through substitute-key-definition.
941         Add code to handle apropos-accumulator items without score element
942         for backwards compatibility (e.g. with woman package).
943         Only show scores if apropos-sort-by-scores is `verbose'.
945 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
947         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
948         Add jka-compr-load-suffixes to load-suffixes.
950         * jka-compr.el: Require 'jka-cmpr-hook.
951         (jka-compr-info-compress-message, jka-compr-info-compress-program)
952         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
953         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
954         (jka-compr-info-can-append, jka-compr-info-strip-extension)
955         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
956         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
957         (jka-compr-uninstall): Remove entries from
958         jka-compr-added-to-file-coding-system-alist after they are used.
959         (jka-compr-error): Remove unused var `curbuf'.
960         (jka-compr-file-local-copy): Remove unused var `notfound'.
962 2005-11-10  Romain Francoise  <romain@orebokech.com>
964         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
966 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
968         * progmodes/gud.el (gud-menu-map): Move parentheses.
969         (gdb): New command gud-pv.
971 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * tar-mode.el: Remove spurious or unnecessary leading stars
974         in docstrings.
975         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
976         (tar-parse-octal-integer-safe): Use mapc.
977         (tar-header-block-summarize): Remove unused var `ck'.
978         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
979         cleared before.  Obey default-enable-multibyte-characters.
980         Use mapconcat.  Simplify setting of tar-header-offset.
981         (tar-mode-map): Move initialization inside delcaration.
982         (tar-flag-deleted): Use `abs'.
983         (tar-expunge-internal): Remove unused var `line'.
984         (tar-expunge-internal): Don't hardcode point-min==1.
985         (tar-expunge): Widen while doing set-buffer-multibyte.
986         (tar-rename-entry): Use file-name-coding-system.
987         (tar-alter-one-field): Don't hardcode point-min==1.
988         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
989         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
991 2005-11-10  Masatake YAMATO  <jet@gyve.org>
993         * add-log.el (add-log-current-defun): Handle class::method
994         notation of c++. Fix incorrect comment.
996 2005-11-10  Alan Mackenzie  <acm@muc.de>
998         * help-fns.el (describe-variable): Make C-h v work when a variable
999         has variable documentation yet is unbound.
1001 2005-11-10  Masatake YAMATO  <jet@gyve.org>
1003         * man.el (Man-highlight-references): Set an empty
1004         string to `Man-arguments' if it is nil.
1005         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1007 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1010         commenting conventions.
1012         * cus-dep.el (custom-make-dependencies): Simplify.
1013         Better follow the commenting conventions.
1015 2005-11-09  Richard M. Stallman  <rms@gnu.org>
1017         * apropos.el (apropos-pattern): Rename from apropos-regexp.
1018         (apropos-orig-pattern): Rename from apropos-orig-regexp.
1019         All uses changed.
1020         (apropos-rewrite-regexp): Doc fix.
1021         (apropos-variable, apropos-command, apropos, apropos-value):
1022         Change prompt; carry through the argument renaming.
1024 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
1026         * find-lisp.el: Require dired.
1027         (find-lisp-find-dired-internal): Do not call
1028         `abbreviate-file-name' on DIR.
1030 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
1032         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1034 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
1036         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1037         when using the speedbar.
1038         (gdb): New command gud-pp.
1039         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1041 2005-11-09  Juri Linkov  <juri@jurta.org>
1043         * replace.el (occur-excluded-properties): New defcustom.
1044         (occur-1, occur-engine, occur-accumulate-lines): Use it.
1046 2005-11-08  Jay Belanger  <belanger@truman.edu>
1048         * calc/calc-units.el (math-convert-units): Replace any composite
1049         unit by its definition.
1051 2005-11-08  Lars Hansen  <larsh@soem.dk>
1053         * emacs-lisp/autoload.el (update-directory-autoloads):
1054         Add obsolete function alias.
1056 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1059         comment-indent-function.
1060         (lisp-comment-indent): Replace by an alias for comment-indent-default.
1062         * reveal.el (reveal-post-command): Rework the handling of
1063         reveal-open-spots, so as to be more reliable.  There were several
1064         tricky corner cases where an open spot might be lost, or where
1065         a closed spot might end up on the list of open spots.
1066         Only reveal text that's ellipsised.
1068 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
1070         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1072 2005-11-07  John Paul Wallington  <jpw@gnu.org>
1074         * ibuffer.el (ibuffer): Search iconified frames too when
1075         getting Ibuffer buffer's window.
1077 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1079         * progmodes/compile.el (compilation-internal-error-properties):
1080         save-excursion around the computation of MARKER.
1082 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
1084         * textmodes/flyspell.el (flyspell-external-point-words):
1085         flyspell-get-word returns a list, not just a string.
1087 2005-11-06  John Paul Wallington  <jpw@pobox.com>
1089         * ibuffer.el (ibuffer): Search all visible frames when getting
1090         Ibuffer buffer's window.
1092 2005-11-07  Masatake YAMATO  <jet@gyve.org>
1094         * man.el (Man-reference-regexp): Accept spaces between
1095         `Man-name-regexp' and `Man-section-regexp'.
1096         (Man-apropos-regexp): New variable.
1097         (Man-abstract-xref-man-page): Use value for `Man-target-string'
1098         if available.
1099         (Man-highlight-references, Man-highlight-references0):
1100         Handle the case when `Man-arguments' includes "-k".
1101         (Man-highlight-references0): Rename the argument `TARGET-POS' to
1102         `TARGET'. `TARGET' can be a number, function or nil.
1104 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
1106         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1107         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1108         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1109         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1110         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1111         (gdb-send-item): Use buffer-local-value and simplify.
1113 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
1115         * startup.el (command-line): Use `custom-reevaluate-setting' for
1116         `global-font-lock-mode'.
1118         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1119         by default, except in batch mode or when the -D option is given.
1121         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1122         specified keyword args on to `define-minor-mode'.  Update docstring.
1124 2005-11-05  Romain Francoise  <romain@orebokech.com>
1126         * replace.el (occur-engine): Add marker at end of line, too.
1128 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1130         * font-lock.el: Don't deal with font-lock-face-attributes here,
1131         move the code ...
1133         * startup.el (command-line): ... here. Use face-spec-set instead
1134         of custom-declare-face.
1136         * faces.el (face-spec-set): Reset the face if spec is not nil.
1138 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * newcomment.el (comment-region-internal): Box more tightly in the
1141         common case where there's no TAB in the boxed text.
1143 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1145         * info.el (info-tool-bar-map): Use images prev-node, next-node and
1146         up-node.
1148 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
1150         * newsticker.el: Commentary updated. Code formatting changed.
1151         (newsticker-version): Change to "1.9".
1152         (newsticker, newsticker-feed): Doc fix.
1153         (newsticker-url-list): Doc fix.  Add option "Weekly".
1154         (newsticker-retrieval-interval): Add option "Weekly".
1155         (newsticker-headline-processing): Doc fix.
1156         (newsticker-auto-mark-filter): Remove.
1157         (newsticker-auto-mark-filter-list): New.
1158         (newsticker-layout, newsticker-sort-method): Doc fix.
1159         (newsticker-hide-old-items-in-newsticker-buffer)
1160         (newsticker-heading-format, newsticker-item-format)
1161         (newsticker-desc-format): Doc fix.
1162         (newsticker-show-all-rss-elements): Remove.
1163         (newsticker-show-all-news-elements): New.
1164         (newsticker-faces, newsticker-ticker): Doc fix.
1165         (remove-from-invisibility-spec): Code formatting.
1166         (newsticker--process-ids): New.
1167         (newsticker-mode): Doc fix.
1168         (newsticker-mode): Change mode-line-format.
1169         (newsticker-start): Remove debug output.
1170         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
1171         (newsticker-w3m-show-inline-images): Code formatting.
1172         (newsticker-next-item): Call `force-mode-line-update'.
1173         (newsticker-previous-item): Call `force-mode-line-update'.
1174         (newsticker-next-feed): Call `force-mode-line-update'.
1175         (newsticker-previous-feed): Call `force-mode-line-update'.
1176         (newsticker-mark-all-items-at-point-as-read): Code formatting.
1177         (newsticker-show-old-items): Do not show descs.
1178         (newsticker-hide-entry): Hide too much.
1179         (newsticker-hide-entry, newsticker-show-entry)
1180         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1181         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1182         (newsticker-toggle-auto-narrow-to-item): Code formatting.
1183         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1184         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1185         (newsticker-get-news): Call `force-mode-line-update'.
1186         Collect process ids.
1187         (newsticker--sentinel): Change coding system handling.
1188         Move image retrieval to new functions newsticker--get-logo-url-*.
1189         Move feed parsing to new functions newsticker--parse-*.
1190         Update list of process ids.
1191         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1192         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1193         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1194         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1195         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1196         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1197         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1198         (newsticker--decode-coding-string): Remove.
1199         (newsticker--decode-numeric-entities): Check input.  Format code.
1200         (newsticker--remove-whitespace): Check input.
1201         (newsticker--do-forget-preformatted): Doc fix.
1202         (newsticker--decode-rfc822-date): Allow for missing time.
1203         (newsticker--update-process-ids): New.
1204         (newsticker--image-sentinel): Change comment.
1205         (newsticker--image-read): Change error message.
1206         (newsticker--imenu-goto): Doc fix.  Show headline title.
1207         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1208         (newsticker--buffer-do-insert-text): Clean whitespace in
1209         html-rendered headline title.  Code formatting.
1210         Call `newsticker--buffer-print-extra-elements'.
1211         (newsticker--buffer-print-extra-element): Remove.
1212         (newsticker--buffer-print-extra-elements): New.
1213         (newsticker--buffer-do-print-extra-element): New.
1214         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
1215         large sizes.
1216         (newsticker--run-auto-mark-filter)
1217         (newsticker--do-run-auto-mark-filter):
1218         Use `newsticker-auto-mark-filter-list'.
1220 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
1222         * net/rcirc.el: Use split-string OMIT-NULLS argument.
1223         (rcirc-print): Force redisplay before running hooks.  Do long
1224         buffer truncation after making new text read-only.  Deal with nil
1225         text when decoding strings.  If TARGET is nil, use either the
1226         currently selected buffer, if it is an rcirc buffer and of the
1227         same process or the process buffer.
1228         (rcirc-mode): Remove header-line.  Recompute short buffer names.
1229         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1230         (rcirc-short-buffer-name): Add variable.
1231         (rcirc-kill-buffer-hook): Recompute short buffer names.
1232         Remove nick from private channel.
1233         (rcirc-send-input): Send command text to current-buffer.
1234         Don't clear overlay arrow here.
1235         (rcirc-short-buffer-name): Return a short buffer name.
1236         (rcirc-update-short-buffer-names, rcirc-abbreviate)
1237         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1238         buffer-name abbreviations.
1239         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1240         Do not touch nick-table when killing a parted channel.
1241         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1242         Clear arrow from current buffer if it is now hidden.
1243         (rcirc-current-buffer): Add variable.
1244         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1245         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1246         Remove -face from names.
1247         (rcirc-update-activity-string): Print "DND" when globally ignoring
1248         activity.
1249         (rcirc-ignore-buffer-activity-flag): Rename from
1250         rcirc-ignore-channel-activity.
1251         (rcirc-ignore-all-activity-flag): Doc fix.
1252         (rcirc-channels): Remove variable.
1253         (rcirc-kill-buffer-hook):
1254         (rcirc-get-buffer-create): Add nick to private channel.
1255         (rcirc-multiline-edit-submit): Remove tabs.
1256         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1257         folded.
1258         (rcirc-remove-nick-channel): Bug fix.
1259         (rcirc-toggle-ignore-buffer-activity): Rename from
1260         rcirc-toggle-ignore-channel-activity.
1261         (rcirc-record-activity): Add buffers to the front of the list.
1262         (rcirc-update-activity): Remove killed buffers from list.
1263         (rcirc-process-server-response-1): Remove last argument if it is
1264         null before calling handler.
1265         (rcirc): Add "rcirc" defcustom prefix.
1266         (rcirc-prompt): Simplify default prompt.
1267         Use custom-initialize-default.
1268         (rcirc-private-chats): Remove variable.
1269         (rcirc-prompt): Change initialization.
1270         (rcirc-version): Remove function.
1271         (rcirc-id-string): Add constant.
1272         (rcirc-last-buffer): Remove variable.
1273         (rcirc-buffer-alist): Add variable.
1274         (rcirc-connect): Update variable setup.
1275         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1276         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1277         default.
1278         (rcirc-handler-generic): Trigger activity.
1279         (rcirc-send-message): Create the buffor of the target.
1280         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1281         (rcirc-get-buffer): Just return nil if there is no matching buffer.
1282         (rcirc-multiline-edit-cancel): Remove function.
1283         (rcirc-set-last-buffer): Remove function.
1284         (rcirc-get-any-buffer): Add function.
1285         (rcirc-join-channels): Don't print /join text.
1286         (rcirc-toggle-ignore-channel-activity): Add and update echo area
1287         messages.
1288         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1289         (rcirc-handler-NOTICE): Recognize CTCP responses.
1290         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1291         constructing TOPIC string for buffers we are not JOINed.
1292         (rcirc-handler-CTCP-response): Add handler.
1293         (rcirc-multiline-edit-submit): Restore the window-configuration
1294         before adjusting point.
1295         (rcirc): Add customization group.
1296         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1297         (rcirc-user-full-name, rcirc-startup-channels-alist)
1298         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1299         (rcirc-ignore-all-activity-flag, rcirc-time-format)
1300         (rcirc-input-ring-size, rcirc-read-only-flag)
1301         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1302         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1303         Change defvar to defcustom.
1304         (rcirc-update-prompt): Add optional ALL arg, which will update
1305         prompts in all rcirc buffers.  Regexp quote replacement text.
1306         (rcirc-fill-column): Accept 'frame-width as a value.
1307         (rcirc-set-changed): Add function.
1308         (rcirc-next-active-buffer): Write more meaningful messages.
1309         (rcirc-faces): Add customization group.
1310         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1311         (rcirc-nick-in-message-face, rcirc-prompt-face)
1312         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1313         (with-rcirc-process-buffer): Move before first usage.
1314         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1315         (rcirc-debug-flag): Rename from `rcirc-log-p'.
1316         (rcirc-debug): Rename from `rcirc-log'.
1317         (rcirc-format-response-string): Do not print '-' chars for a
1318         NOTICE with no sender.  Simplify output of server responses.
1320 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1322         (rcirc-browse-url-map, rcirc-browse-url-at-point)
1323         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1324         mouse and RET clickable.
1326 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1328         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1330 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1332         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1333         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1334         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1335         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1336         argument to all these routines, so the passphrase can be managed
1337         externally and passed in to the system.
1338         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1339         pgg-add-passphrase-to-cache function.
1341         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1342         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1343         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1344         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1345         argument to all these routines, so the passphrase can be managed
1346         externally and passed in to the system.
1347         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1348         function.
1350 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1352         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1353         from goto-address-url-regexp.
1355 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1357         * textmodes/org.el (org-read-date, org-goto-calendar)
1358         (org-recenter-calendar, org-agenda-goto-calendar):
1359         Temporarily clear 'calendar-move-hook'.
1361 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1363         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1364         merging.
1366         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1367         have merge clashes.
1369 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1371         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1372         Undo previous change.
1374         * startup.el (command-line): Use `custom-reevaluate-setting' for
1375         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1376         tty-register-default-colors on Mac.
1378 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1380         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1381         (gdb-buffer-type): Make it automatically buffer local...
1382         (gdb-get-create-buffer): ...and set it accordingly.
1383         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1384         actually work.
1386 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1388         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1389         not red.
1391 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1393         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1394         case GUD buffer is not visible.
1395         (gdb-goto-breakpoint): Try to force display in source buffer.
1396         (gdb-frame-gdb-buffer): Copy other similar functions.
1397         (gdb-restore-windows): Don't display source if not asked for.
1398         (gdb-assembler-buffer-name): Don't capitalise.
1400 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1402         * wid-edit.el (key-sequence): New widget type.
1404         * simple.el (set-mark-command-repeat-pop): New variable.
1405         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1406         if set-mark-command-repeat-pop is true.
1408         * info.el (Info-fontify-node): Don't display extra "see" if there
1409         already is one here.
1411         * mouse.el: Fix special handling of DEL after dragging a region:
1412         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1413         (mouse-region-delete-keys): Add [backspace].
1415         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1417         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1418         not to assume it pertains to an affix.
1420         * textmodes/flyspell.el (flyspell-post-command-hook):
1421         Bind deactivate-mark to prevent deactivation.
1423 2005-11-03  Lars Hansen  <larsh@soem.dk>
1425         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1426         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1427         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1429 2005-11-03  Romain Francoise  <romain@orebokech.com>
1431         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1432         Update copyright years.
1434 2005-11-03  Sam Steingold  <sds@gnu.org>
1436         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1437         Use system-type instead of window-system because window-system is not
1438         correctly defined during loadup.
1440 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1442         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1443         (xml-parse-tag): Join strings separated by a comment properly.
1445 2005-11-02  Andreas Schwab  <schwab@suse.de>
1447         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1449 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1452         (byte-optimize-pure-func): Quote the eval'd value.
1454         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1455         Rename from perl-font-lock-syntactic-face-function.
1456         Change the calling convention so it can be used as a font-lock MATCHER.
1457         Do the parse-partial-sexp loop outselves.
1458         (perl-font-lock-syntactic-keywords): Use it.
1459         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1461 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1463         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1464         disassembly buffer too.
1465         (gdb-exited): Remove overlay arrows when execution has finished.
1466         (gdb-info-frames-custom, gdb-info-threads-custom)
1467         (gdb-info-registers-custom): Don't add inappropriate text
1468         properties if inferior is not active.
1470 2005-11-02  Glenn Morris  <rgm@gnu.org>
1472         * progmodes/fortran.el (fortran-blink-match):
1473         Use `blink-matching-delay'.
1475 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1477         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1479 2005-11-02  Lars Hansen  <larsh@soem.dk>
1481         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1482         "Permission denied".
1484 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1486         * textmodes/flyspell.el (flyspell-external-point-words):
1487         Pass nil to flyspell-get-word.
1489 2005-11-02  Kim F. Storm  <storm@cua.dk>
1491         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1492         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1494 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1497         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1498         (calendar-mouse-print-dates): Add optional `event' argument.
1499         Update interactive-spec.
1500         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1501         Use `calendar-event-to-date' instead of `event'.
1503 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1505         * progmodes/ld-script.el (ld-script-builtins):
1506         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1507         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1508         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1510 2005-11-01  Romain Francoise  <romain@orebokech.com>
1512         * vc-sccs.el: Update copyright year.
1513         * ezimage.el: Likewise.
1515 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1517         * info.el (Info-fontify-node): Use `string-width' for fontifying
1518         underlined titles.
1520 2005-11-01  Juri Linkov  <juri@jurta.org>
1522         * info.el (Info-fontify-node): Downcase node header keywords Node,
1523         Prev, Next, Up before comparison.
1524         (Info-history): Insert absolute directory name, and put invisible
1525         property on it.
1527 2005-11-01  Juri Linkov  <juri@jurta.org>
1529         * info.el (Info-file-supports-index-cookies): New variable.
1530         (Info-find-node-2): Check makeinfo version for index cookie support.
1531         (Info-index-nodes): Search for nodes with index cookies only when
1532         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1533         with "Index" in the node name.
1534         (Info-index-node): Search index cookie in the current node only when
1535         Info-file-supports-index-cookies is t.  Otherwise, check the word
1536         "Index" in the node name.
1537         (Info-find-emacs-command-nodes): Remove code that searches nodes
1538         with "Index" node name in the top menu.
1540 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * progmodes/scheme.el (scheme-mode-variables): Use the default
1543         comment-indent-function.
1545         * faces.el (face-attribute): Handle the case where a face inherits from
1546         a non-existent face.
1548         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1549         for octal and hexa output, and merge the char into the paren.
1550         (kill-new): Use push.
1551         (copy-to-buffer): Use with-current-buffer.
1552         (completion-setup-function): Move code in loop to remove redundancy.
1553         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1554         those inherited from minibuffer-local-completion-map.
1556         * savehist.el (savehist-mode) <defcustom>:
1557         Use custom-set-minor-mode if available.
1558         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1559         and emit a message if applicable.
1561 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1563         * savehist.el: Sync up to version 19.
1564         (savehist-mode): New minor mode.
1565         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1566         (savehist-length): Remove (use history-length instead).
1567         (savehist-file-modes): Rename from savehist-modes.
1568         (savehist-save-hook, savehist-loaded): New vars.
1569         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1570         old format to new format.
1571         (savehist-install): Allow savehist-autosave-interval to be nil.
1572         (savehist-save): Run the new hook.  Be more careful to only trim the
1573         history variables.
1574         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1575         (savehist-printable): Print into a buffer rather than char-by-char.
1577 2005-11-01  John Wiegley  <johnw@newartisans.com>
1579         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1580         toggle-ignore keybinding (C-a).  The author said it had been
1581         disabled much earlier due to a possible incompatibility, but after
1582         many months of usage I have encountered no problems (and it is a
1583         rather useful option, especially for switching to " *temp*").
1585         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1586         support for OS/X's AddressBook, by calling out to the open source
1587         program "contacts" (installable through Fink).
1589         * net/eudc.el (eudc-expand-inline): If the
1590         `eudc-multiple-match-handling-method' is set to `all', delete the
1591         query string before inserting the query result.
1593         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1594         flag, to prevent Eshell from using the system ls when
1595         `eshell-ls-insert-directory' is in used.
1596         (eshell-ls-insert-directory): Disable font-lock in directory
1597         buffer so that Eshell's own fontification is seen.  This broke
1598         recently due to changes in font-lock, so this goes back to version
1599         21 behavior.
1601 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1603         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1604         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1605         (gdb-many-windows): Doc fix.
1607 2005-10-31  Romain Francoise  <romain@orebokech.com>
1609         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1611 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1613         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1614         that global-font-lock-mode can be enabled by default.
1616         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1617         (font-lock-add-keywords, font-lock-remove-keywords)
1618         (font-lock-fontify-buffer): Remove autoload cookies.
1620         * jit-lock.el (jit-lock-register): Likewise.
1622         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1624 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1626         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1627         intact if there is no gud-comint-buffer.
1629 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1631         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1632         old prompt comint-prompt-read-only is t and GDB commands are
1633         issued from tool bar etc.
1635 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1637         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1639 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1641         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1642         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1644 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1646         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1647         starting at beginning of line.  Fontification is messed up when
1648         `open-paren-in-column-0-is-defun-start' set to t.
1649         Reported by John Paul Wallington <jpw@pobox.com>.
1651 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1653         * comint.el (comint-send-input): Call `comint-update-fence' when
1654         `comint-process-echoes' and `comint-prompt-read-only' are both
1655         non-nil, to avoid leftover read-only newline.
1657 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1659         * textmodes/flyspell.el (flyspell-external-point-words):
1660         Detect when WORD can't be checked properly because
1661         flyspell-get-word finds just part of it, and move on.
1663         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1664         boundarychar for Polish.
1665         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1666         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1668 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1670         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1671         (gdb-registers-font-lock-keywords): Delete.
1672         (gdb-registers-mode): Don't fontify.
1673         (gdb-info-registers-custom): Use text properties instead as, in
1674         future, changed register values will use font-lock-warning-face.
1675         (gdb-local-font-lock-keywords): Rename to...
1676         (gdb-locals-font-lock-keywords): ...for consistency.
1678 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1680         * vc.el (vc-switch-backend): Better error message if the buffer is
1681         not visiting a file under version control.
1683         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1685 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1687         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1688         ~/.emacs.d/.emacs.
1690 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1692         * replace.el (occur-mode-mouse-goto): Always go to other window.
1693         (occur-mode-goto-occurrence): Always switch in same window.
1695         * simple.el (undo): Display message at end, not at start.
1697         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1698         New arg REUSE-CELL.
1699         (cancel-timer-internal): New function.
1700         (timer-event-handler): Use cancel-timer-internal,
1701         and pass the cell it returns to timer-activate...
1703         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1704         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1705         (jit-lock-after-change): Test memory-full.
1707 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1709         * textmodes/conf-mode.el (conf-assignment-sign)
1710         (conf-assignment-regexp): Fix docstrings.
1711         (conf-mode-initialize): New function.
1712         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1713         recognize recursive calls.
1714         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1715         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1716         (conf-xdefaults-mode): Use define-derived-mode and
1717         conf-mode-initialize.
1719 2005-10-29  Romain Francoise  <romain@orebokech.com>
1721         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1723 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1725         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1726         part of the decoded armor to find the key-identifier.
1727         (pgg-gpg-lookup-key-owner): New function to return the
1728         human-readable identifier of a key owner.
1729         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1730         key itself.
1731         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1732         the key value) if we have a key and can match it against a secret
1733         key.  Also, added a note pointing out fact that the prompt only
1734         indicates the first matching key.
1736         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1737         pgg-decrypt-region.
1738         (pgg-pending-timers): A new hash for tracking the passphrase cache
1739         timers, so that new ones supercede old ones.
1740         (pgg-add-passphrase-to-cache): Rename from
1741         `pgg-add-passphrase-cache' to reduce confusion (all callers
1742         changed).  Modified to cancel old timers when new ones are added.
1743         (pgg-remove-passphrase-from-cache): Rename from
1744         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1745         changed).  Modified to cancel old timers when their keys are
1746         removed from the cache.
1747         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1748         XEmacs, an indirection to delete-itimer.
1749         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1750         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1751         users can only check cache without risk of prompting.  Correct bug in
1752         notruncate behavior.
1753         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1754         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1755         Add informative docstrings.
1756         (pgg-decrypt): Convey provided passphrase in subordinate call to
1757         pgg-decrypt-region.
1759 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1761         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1762         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1763         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1764         'passphrase' argument, so the passphrase can be managed externally
1765         and then passed in to the system.
1767         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1768         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1769         so the passphrase cache can be used reliably with identifiers
1770         besides a pgp packet's key id.
1772         * pgg-gpg.el (pgg-pgp-encrypt-region)
1773         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1774         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1775         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1776         argument to all these routines, so the passphrase can be managed
1777         externally and passed in to the system.
1779         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1780         'notruncate' argument, so the passphrase cache can be used
1781         reliably with identifiers besides a pgp packet's key id.
1783 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1785         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1786         symmetric encryption.
1787         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1788         encrypted session key.
1789         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1790         message ask for the passphrase in a proper way.
1792         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1793         New user commands for symmetric encryption.
1795 2005-10-28  Bill Wohler  <wohler@newt.com>
1797         * help-mode.el (help-url): New button type. Calls browse-url.
1798         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1799         Similar to Info nodes: URL `url'.
1800         (help-make-xrefs): Create help-url buttons for
1801         help-xref-url-regexp matches.
1803 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1805         * tool-bar.el (tool-bar-add-item-from-menu)
1806         (tool-bar-local-item-from-menu): Fix doc strings.
1808 2005-10-28  Romain Francoise  <romain@orebokech.com>
1810         * ldefs-boot.el: Update.
1812         * subr.el (locate-library): Move from help-fns.el.
1813         * help-fns.el (locate-library): Move to subr.el.
1815 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1817         * net/tramp.el (tramp-completion-mode): defvar moved up.
1819         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1821         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1823         * files.el (find-file-noselect): Use %d to format large file size.
1825         * bindings.el (mode-line-format): Add %e.
1827         * loadup.el ("facemenu"): Load unconditionally.
1828         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1829         ("x-dnd"): Load, when appropriate.
1831         * startup.el (command-line): Call before-init-hook earlier.
1832         Warn about some bad characters in -u user name.
1834         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1835         (flyspell-external-point-words): Error if misspelled word is not found.
1836         Set flyspell-large-region-beg at end of word.
1838 2005-10-28  Andreas Schwab  <schwab@suse.de>
1840         * view.el (View-revert-buffer-scroll-page-forward):
1841         Use view-page-size-default.
1843 2005-10-28  Juri Linkov  <juri@jurta.org>
1845         * international/quail.el (quail-get-current-str): Translate last
1846         raw character for deterministic input methods.
1848 2005-10-27  Jay Belanger  <belanger@truman.edu>
1850         * calc/calc-ext.el: Add functions to autoloads.
1851         (math-identity-matrix-p, math-ident-row-p): New functions.
1853         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1854         multiplication by an identity matrix; don't turn multiplication by
1855         an inverse matrix into division.
1856         (math-div-symbol-fancy):  Replace division by matrices with
1857         multiplication by inverse.
1859         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1861         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1862         (calc-writeoutpower): New functions.
1864 2005-10-27  Romain Francoise  <romain@orebokech.com>
1866         * replace.el (occur-engine): Include colon in mouse-face highlight.
1868         * dired-x.el: Change Maintainer field.
1870 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1872         * longlines.el (longlines-mode): Bind after-change-functions to
1873         nil during initial decoding and final encoding.
1875 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1877         * term.el (term-emulate-terminal, term-handle-colors-array)
1878         (term-handle-ansi-escape): Specify the terminfo capabilities
1879         implemented.
1881 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1883         * info.el (Info-fontify-node): Fix detection of sentence-break
1884         before *Note.
1886 2005-10-26  Romain Francoise  <romain@orebokech.com>
1888         * smerge-mode.el: Add `tools' to file keywords.
1890 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1892         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1893         when the fringe is not available.
1895         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1896         (def-gdb-auto-update-trigger): Simplify construction.
1897         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1898         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1899         defined explicitly.
1900         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1901         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1902         defined explicitly.
1903         (gdb-info-locals-custom): Remove as it's a no-op.
1905 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1907         * longlines.el (longlines-mode): Remove narrowing before
1908         performing the initial decoding or final encoding.
1910 2005-10-25  Romain Francoise  <romain@orebokech.com>
1912         * emacs-lisp/find-func.el (find-library-name): Also strip
1913         extension if library name ends in .el, to take advantage of
1914         `find-library-suffixes'.
1916 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1918         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1920 2005-10-25  Juri Linkov  <juri@jurta.org>
1922         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1923         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1925 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1928         (blackbox-redefine-key): Add argument `map'.
1930         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1931         regions when moving the jit-lock-context-unfontify-pos boundary.
1933 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1935         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1937 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1939         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1941 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1943         * play/blackbox.el (blackbox-redefine-key): New function.
1944         (blackbox-mode-map): Use it to remap existing bindings for cursor
1945         motion instead of binding literal keys.
1947 2005-10-25  Glenn Morris  <rgm@gnu.org>
1949         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1950         diary does not end in a newline.  Do not assume a blank line at
1951         the start of the diary file.
1953 2005-10-25  Kenichi Handa  <handa@m17n.org>
1955         * international/quail.el (quail-translate-key): If the input
1956         method is deterministic and failed to handle the last key, restart
1957         the key handling loop from an appropriate key.
1959 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1961         * vc.el (vc-dired-mode): Extend comment for binding of
1962         `directory-listing-before-filename-regexp'.
1964 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * textmodes/texinfo.el (texinfo-mode):
1967         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1968         not to unnecessarily expose emacs-mule's internal char codes.
1970 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1972         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1973         Display hand pointer and help-echo on disabled icon too.
1974         (gdb-mouse-until): New function.
1975         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1977 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1979         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1980         with 2005-10-23 change to doctor.el.
1982         * finder.el (finder-mode-map): Add follow-link binding.
1984 2005-10-25  Kim F. Storm  <storm@cua.dk>
1986         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1987         to gdb-mouse-toggle-breakpoint-fringe.
1988         (gdb-mouse-toggle-breakpoint-margin): Rename from
1989         gdb-mouse-toggle-breakpoint. Fix doc.
1990         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1991         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1992         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1993         string properties also for fringe breakpoint bitmaps.
1995 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1997         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1999 2005-10-25  Masatake YAMATO  <jet@gyve.org>
2001         * simple.el (completion-common-substring):
2002         Use `completion-common-substring' prior to `completion-base-size'.
2004 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
2006         * savehist.el: Require CL while compiling.
2007         (savehist-history-variables): Remove.
2008         (savehist-save-minibuffer-history, savehist-additional-variables)
2009         (savehist-minibuffer-history-variables): New vars.
2010         (savehist-save): Use them.
2011         (savehist-uninstall, savehist-minibuffer-hook): New funs.
2012         (savehist-install): New fun, extracted from savehist-load.
2013         (savehist-load): Use them.
2015 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2018         a dummy doc-string-elt property.
2019         (defalias, defvaralias, define-category): Add a docstring property.
2021         * image.el (defimage):
2022         * widget.el (define-widget):
2023         * custom.el (defface, defcustom): Add `doc-string' declaration.
2025         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2026         (defadvice): Add `doc-string' declaration.
2028         * emacs-lisp/byte-run.el (macro-declaration-function):
2029         Handle `doc-string' declarations.
2030         (define-obsolete-function-alias, define-obsolete-variable-alias):
2031         Add `doc-string' declaration.
2033 2005-10-24  Kenichi Handa  <handa@m17n.org>
2035         * international/utf-7.el (utf-7): Add autoload cookie.
2037         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2039 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
2041         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2042         list of directories passed to batch-update-autoloads.  Add "." to
2043         the list of the echoed directories.
2045         * pgg-def.el:
2046         * pgg-gpg.el:
2047         * pgg-parse.el:
2048         * pgg-pgp.el:
2049         * pgg-pgp5.el:
2050         * pgg.el: Moved here from the gnus subdirectory.
2052 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
2054         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2055         in case comint-prompt-read-only is set to t.
2057         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2058         in case comint-prompt-read-only is set to t.
2060 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
2062         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2063         Now a string.
2064         (icalendar-import-format): Handle CLASS, STATUS, URL.
2065         Rename `subject' to `summary'.
2066         (icalendar-import-format-summary): Rename from
2067         `icalendar-import-format-subject'.
2068         (icalendar-import-format-url, icalendar-import-format-status)
2069         (icalendar-import-format-class): New variables.
2070         (icalendar--rris): Take variable argument list.
2071         (icalendar--datestring-to-isodate): Remove unnecessary
2072         calendar-style check when converting dates with explicit month names.
2073         (icalendar-export-region): Change return type of conversion
2074         subroutines.  Bury current buffer unless error occurred.
2075         (icalendar--convert-to-ical)
2076         (icalendar--parse-summary-and-rest): New functions.
2077         (icalendar--convert-ordinary-to-ical)
2078         (icalendar--convert-weekly-to-ical)
2079         (icalendar--convert-yearly-to-ical)
2080         (icalendar--convert-block-to-ical)
2081         (icalendar--convert-cyclic-to-ical)
2082         (icalendar--convert-anniversary-to-ical): Change return type.
2083         Strip trailing blanks from subject.
2084         (icalendar--convert-sexp-to-ical): Change return type.
2085         Strip trailing blanks from subject.  Handle simple sexp
2086         entries as generated by icalendar.el.
2087         (icalendar--convert-float-to-ical)
2088         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2089         (icalendar-import-file): Doc fix.
2090         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2091         Correct call to icalendar--rris.
2092         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
2093         `summary'.
2094         (icalendar--add-diary-entry): Rename `subject' to `summary'.
2096 2005-10-24  Romain Francoise  <romain@orebokech.com>
2098         * server.el (server-sentinel): Set query-on-exit flag to nil on
2099         new client processes (it isn't inherited from the server process).
2101         * replace.el (occur-engine): Rearrange text properties.
2103 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2106         case-fold-search is nil.
2107         (debug-help-follow): Use help-xref-interned directly.
2109 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2111         * thumbs.el (thumbs-image-type): Add .pbm.
2113 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2115         * faces.el (inhibit-face-set-after-frame-default): New variable.
2116         (set-face-attribute): Bind it.
2117         (face-set-after-frame-default): Test it.
2119         * help-fns.el (describe-simplify-lib-file-name): New function.
2120         (describe-function-1, describe-variable): Use it.
2122         * faces.el (describe-face): Use describe-simplify-lib-file-name.
2124         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2125         Eliminate nil as possible value.
2126         (tooltip-hide-delay): Reduce internal-border-width.
2128         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2129         (menu-bar-file-menu) <new-file>: Likewise.
2131         * simple.el (line-move-finish): Ignore fields computing LINE-END.
2133         * international/mule.el (load-with-code-conversion):
2134         Pass full file name to `eval-buffer' unless preloading.
2136         * textmodes/flyspell.el (flyspell-large-region):
2137         Call ispell-check-version.
2139         * textmodes/ispell.el (ispell-local-dictionary-overridden):
2140         Fix the make-variable-buffer-local call that was supposed
2141         to be for this variable.
2142         (ispell-aspell-supports-utf8): Doc fix.
2143         (ispell-find-aspell-dictionaries): Preserve elements of
2144         ispell-dictionary-alist for dictionaries that aspell doesn't report.
2145         (ispell-aspell-find-dictionary): Return nil on error.
2147         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2148         (doctor-symptoms): Likewise.
2150         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2152 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2154         * cus-edit.el (custom-button, custom-button-pressed): New vars.
2155         (custom-raised-buttons): Add :set spec.
2156         (custom-button-unraised, custom-button-pressed-unraised):
2157         New faces, so that custom-raised-buttons actually does something.
2158         (custom-mode): Use custom-button and custom-button-pressed.
2160         * wid-edit.el (widget-specify-button): Don't ignore
2161         widget-mouse-face on graphic terminals.
2162         (widget-move-and-invoke): Cleanup.
2164 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
2166         * whitespace.el (whitespace-cleanup): Doc fix.
2168 2005-10-23  Romain Francoise  <romain@orebokech.com>
2170         * emulation/viper.el (viper-set-hooks): Quote forms passed to
2171         `eval-after-load' to avoid evaluating their result.
2173 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
2175         * files.el (directory-listing-before-filename-regexp):
2176         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
2178         * dired.el (dired-move-to-filename-regexp): Remove.
2179         All occurences replaced by `directory-listing-before-filename-regexp'.
2181         * dired-x.el, locate.el, vc.el:
2182         Replace `dired-move-to-filename-regexp' by
2183         `directory-listing-before-filename-regexp'.  In vc.el it is
2184         overwritten locally; maybe this can be handled in files.el too.
2186         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
2187         replaced by `directory-listing-before-filename-regexp'.
2189 2005-10-23  Andreas Schwab  <schwab@suse.de>
2191         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2192         and eval-next-after-load.
2194 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
2196         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2197         exist, create it.
2199 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
2201         * allout.el: Remove autoloads for mailcrypt and crypt++.
2202         Require pgg, pgg-gpg during compilation.
2203         (allout-version): Increment version number to 2.1, and use a literal
2204         rather than RCS Id.
2205         (allout-default-encryption-scheme): Remove.
2206         (allout-passphrase-verifier-handling)
2207         (allout-passphrase-verifier-string)
2208         (allout-file-passphrase-verifier-string)
2209         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2210         (allout-passphrase-hint-handling): Rename and simplify.
2211         (allout-init): Use `find-file-hook' if available, otherwise
2212         `find-file-hooks'.
2213         (allout-mode): Use `write-file-functions' if available, otherwise
2214         `local-write-file-hooks' and, instead of making auto-save-hook
2215         buffer local, make the write-file-hook activity contingent to
2216         allout-mode.
2217         (allout-mode): Use key-binding substitution in the docstring.
2218         (allout-kill-line): Spell-out kill ring data structure mutation
2219         instead of using byte-compiler-complaint-provoking `pop'.
2220         (allout-insert-listified): Use `insert' rather than `insert-string'
2221         (allout-toggle-current-subtree-encryption): Update docstring, adjust
2222         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2223         (allout-encrypt-string): Totally revamped vis new underlying
2224         encryption facilities.
2225         (allout-mc-activate-passwd): Remove.
2226         (allout-obtain-passphrase): New, more or less replaces
2227         allout-mc-activate-passwd.
2228         (allout-encrypted-key-info): More or less replaces
2229         allout-encrypted-text-type.
2230         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2231         (my-mark-marker): Use `(featurep 'xemacs)'.
2233 2005-10-23  Lars Hansen <larsh@soem.dk>
2235         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2236         (byte-compile-file-form-defmumble, byte-compile-defun)
2237         (byte-compile-defmacro): Use it.
2238         (byte-compile-form): Don't call byte-compile-set-symbol-position
2239         when a byte-compile handler is called.
2241 2005-10-22  Romain Francoise  <romain@orebokech.com>
2243         * savehist.el (savehist-history-variables): Add `grep-find-history'.
2245         * subr.el (eval-after-load): Convert library name to an absolute
2246         file name using locate-library, since load-history no longer has
2247         library names in it.
2249 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2251         * files.el (make-temp-file): Move from subr.el.
2252         * subr.el (make-temp-file): Move to files.el.
2254         * window.el (get-buffer-window-list): Move from subr.el.
2255         * subr.el (get-buffer-window-list): Move to window.el.
2257         * image.el (image-load-path): Use eval-at-startup to initialize.
2259         * subr.el (eval-at-startup): New macro.
2261         * subr.el: Much rearrangement of functions and division
2262         into pages.  No code changes.
2264 2005-10-22  Kenichi Handa  <handa@m17n.org>
2266         * tar-mode.el (tar-extract): Be sure to call
2267         find-operation-coding-system if set-auto-coding doesn't find a
2268         coding system.
2270 2005-10-22  Kim F. Storm  <storm@cua.dk>
2272         * image.el (image-type-header-regexps): Rename from image-type-regexps.
2273         Change users.
2274         (image-type-file-name-regexps): New defconst.
2275         (image-type-from-data): Simplify loop.
2276         (image-type-from-buffer): New defun.
2277         (image-type-from-file-header): Use it instead of image-type-from-data.
2278         Use image-search-load-path instead of only looking in data-directory.
2279         (image-type-from-file-name): New defun.
2280         (image-search-load-path): Change `pathname' to `filename'.
2281         Make PATH arg optional, default to image-load-path.
2283 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2285         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2287         * textmodes/paragraphs.el (sentence-end-base): New variable.
2288         (sentence-end): Use sentence-end-base.
2290 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * font-lock.el (font-lock-default-fontify-region): Check the multiline
2293         property independently from the font-lock-multiline variable.
2295 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2297         * emacs-lisp/find-func.el (find-library-name): Doc fix.
2299         * startup.el (command-line): Convert library names
2300         in `load-history' to absolute file names.
2302         * subr.el (symbol-file): Doc fix.
2304         * loadhist.el (file-loadhist-lookup): Call locate-library
2305         instead of find-library-name.  Don't try converting
2306         abs file names to library names, since load-history no longer
2307         has library names in it.
2308         (file-dependents, file-provides, file-requires): Doc fixes.
2310 2005-10-21  Juri Linkov  <juri@jurta.org>
2312         * progmodes/etags.el (tags-table-mode): New function.
2313         (tags-verify-table): Replace initialize-new-tags-table with
2314         tags-table-mode.
2316         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2317         default value.
2318         (desktop-modes-not-to-save): Add tags-table-mode to the
2319         default value.
2321         * info.el (Info-index-next): Add total number of index
2322         alternatives to the message.
2324         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2325         backward only space (instead of space and period) before looking
2326         at sentence end.
2328         * simple.el (set-variable): Use user-variable-p instead of symbolp.
2329         Add the old variable value as 4th default-value arg of read-string.
2331 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2333         * cus-face.el (custom-declare-face): Make face from X resources
2334         also on Mac.
2336         * disp-table.el (standard-display-g1, standard-display-graphic):
2337         Refuse to use string glyphs also on Mac.
2338         (standard-display-european): Don't set terminal coding system also
2339         on Mac.
2341         * frame.el (display-screens): Use x-display-screens also on Mac.
2343 2005-10-21  Romain Francoise  <romain@orebokech.com>
2345         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
2347 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2350         and $? into sexps.
2352         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2353         warning face on open-paren-in-column-0.
2355         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2356         boundary case.  Fix typo.
2357         Suggested by Martin Rudalics <rudalics@gmx.at>.
2359 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2361         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2362         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2363         (org-export-icalendar-this-file)
2364         (org-export-icalendar-all-agenda-files)
2365         (org-export-icalendar-combine-agenda-files): New commands.
2366         (org-export-icalendar, org-print-icalendar-entries)
2367         (org-start-icalendar-file, org-finish-icalendar-file)
2368         (org-ical-ts-to-string): New functions.
2369         (org-read-date, org-goto-calendar)
2370         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2371         call to `calendar'.
2372         (orgtbl-setup): Remove the :keys arguments from the menu description.
2373         (org-after-save-iCalendar-file-hook): New variable.
2375 2005-10-21  Kenichi Handa  <handa@m17n.org>
2377         * language/vietnamese.el (tcvn-5712): Make it an alias of
2378         vietnamese-tcvn coding-system.
2380 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2382         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2383         group id is given.
2385 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2388         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2389         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2390         whose line is either continued or ends with a comment.
2392 2005-10-20  Romain Francoise  <romain@orebokech.com>
2394         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2396         * replace.el (occur-engine): Add follow-link property.
2398         * font-core.el (font-lock-mode): Doc fix.
2400 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2402         * net/rcirc.el: New file.
2404 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2406         * term.el (term-term-name): Initialize to "eterm-color".
2408 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2410         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2411         for encryption functionality.
2412         Move allout customization subgroup from `editing' to `outlines' group.
2413         Fix commentary 'keywords' to legitimate ones.
2414         Update author info (using my current email address, obscurified).
2415         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2416         (allout-encrypted-topic-p, allout-encrypted-text-type)
2417         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2418         (allout-situate-encryption-key-verifier)
2419         (allout-get-encryption-key-verifier, allout-verify-key)
2420         (allout-next-topic-pending-encryption)
2421         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2422         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2423         (outline-key-verifier-handling, outline-key-hint-handling)
2424         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2425         (allout-file-key-verifier-string, allout-encryption-scheme)
2426         (allout-key-verifier-string, allout-key-hint-string)
2427         (allout-after-save-decrypt): New variables.
2428         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2429         (allout-after-saves-handler): New hook functions.
2430         (allout-post-command-business): Do allout-after-save-decrypt.
2431         (allout-enable-file-variable-adjustment): Custom var to enable
2432         mechanism for adding and adjusting settings of Emacs file variables.
2433         (allout-adjust-file-variable, allout-file-vars-section-data):
2434         New functions, implement the mechanism.
2435         (outlineify-sticky): Use the file vars mechanism.
2436         (allout-inhibit-protection, allout-during-write-cue)
2437         (allout-override-protect, allout-before-change-protect): Remove.
2438         (allout-flag-region, allout-open-topic): Adjust read-only text.
2439         (allout-open-line-not-read-only): Add to facilitate read-only
2440         text based protection.
2441         (allout-kill-line): Revise to adjust read-only text, clue the
2442         user about the inhibition.
2443         (allout-unprotected): Use unwind-protect.
2444         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2445         topic deeper than the offspring depth of the previous topic -
2446         avoiding confusing "containment discontinuities".
2447         (allout-reindent-bodies): Fix retention of body relative hanging
2448         indent during promotion of collapsed bodies.
2449         (allout-open-topic): Make it easy to open new topic with same
2450         bullet as current topic - topic creation functions provided with
2451         any universal argument provokes now prompt for bullet, defaulting
2452         to the bullet of the previous topic.
2453         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2454         Plain bullet alternates '.' period and ',' comma only.  All other
2455         bullets are relegated to special status (but customizable).
2456         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2457         since it actually operates w.r.t. most immediately containing
2458         entry, visible or not.
2459         (allout-hide-current-entry, allout-show-current-entry): Use the
2460         revised version.
2461         (allout-old-expose-topic): Solidify deprecation.
2462         (allout-end-of-subtree): Add so we can span concealed as well
2463         as visible topics.
2464         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2465         (allout-end-of-current-heading): Tweak to just respect the first line.
2466         (allout-get-body-text): Add.
2467         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2468         when invoked interactively.
2469         (allout-up-current-level): Use `interactive-p'.
2470         (allout-mode, allout-init): Miscellaneous docstring and
2471         operational refinements, as well as hookups of new encryption stuff.
2472         (allout-beginning-of-current-entry): Now works as advertised.
2473         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2474         (allout-isearch-rectification): Refine condition for isearching.
2475         (allout-isearch-abort, allout-enwrap-isearch)
2476         (allout-flag-region, my-region-active-p): Relocate some macros.
2477         (allout-title): Fallback title is '(buffer-name)', not
2478         non-existing '(current-buffer-name)'.
2479         (subst-char-in-string): Define if absent (for some XEmacs versions).
2481 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2483         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2484         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2485         (mail-citation-prefix-regexp, mail-signature-file)
2486         (mail-default-headers, mail-bury-selects-summary)
2487         (mail-send-nonascii): Add autoload cookies.
2489 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2491         * frame.el (blink-cursor-mode): Add `mac' to the list of
2492         window-system's that support blinking cursor.
2494 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2496         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2498 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2500         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2501         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2502         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2504 2005-10-20  Kim F. Storm  <storm@cua.dk>
2506         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2507         (ido-set-current-directory): Don't add / after final @.
2508         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2509         Explicitly handle ange-ftp completion oddities.
2510         (ido-make-file-list): Don't rotate list at tramp root to avoid
2511         triggering tramp file handler for expand-file-name via get-file-buffer.
2513 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2517 2005-10-19  Jay Belanger  <belanger@truman.edu>
2519         * calc/calc-units.el (math-standard-units): Add units, adjust
2520         symbols and update values.
2521         (math-unit-prefixes):  Add more prefixes.
2523 2005-10-19  Romain Francoise  <romain@orebokech.com>
2525         * bookmark.el (bookmark-menu-heading): New face.
2526         (bookmark-bmenu-list): Use it.
2527         Don't fiddle with `baud-rate' at top-level.
2529 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2531         * image.el (create-image, find-image): Mention max-image-size in
2532         docstring.
2534 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2536         * savehist.el (savehist-load): Revert to checking XEmacs.
2538         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2539         Various docstring and line-width fixups.
2540         (conf-mode): Use cond.
2541         Set font-lock-defaults.  Don't set comment-use-syntax.
2543 2005-10-18  David Ponce  <david@dponce.com>
2545         * tree-widget.el (tree-widget-button-click): New function.
2546         (tree-widget-button-keymap): Use it.
2548 2005-10-18  Romain Francoise  <romain@orebokech.com>
2550         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2551         (bookmark-bmenu-hide-filenames): Add follow-link property.
2552         Improve help-echo text.
2554         * ffap.el (find-file-at-point): Doc fix.
2556 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2558         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2560 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2562         Install to the CVS repository what I forgot to install in my
2563         2005-10-16 changes.
2565         * progmodes/python.el (python-complete-symbol): Pass the common
2566         prefix substring of completion to `display-completion-list'.
2568         * textmodes/org.el (org-complete): Ditto.
2570 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2572         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2574         * woman.el (WoMan-xref-man-page): New button type derived
2575         from `Man-abstract-xref-man-page'.
2576         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2578         * man.el (Man-abstract-xref-man-page): New button type.
2579         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2580         (Man-highlight-references): Add new optional argument `xref-man-type'.
2582 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2584         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2586 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2588         * cus-edit.el (Custom-move-and-invoke): Delete.
2589         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2591         * wid-edit.el (widget-move-and-invoke): New function, from
2592         Custom-move-and-invoke.
2594 2005-10-17  Bill Wohler  <wohler@newt.com>
2596         Move all remaining images from lisp/toolbar to etc/images, move
2597         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2598         the low resolution images in their own directory (low-color).
2600         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2601         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2602         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2603         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2604         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2605         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2606         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2608         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2609         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2610         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2611         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2612         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2613         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2614         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2615         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2616         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2617         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2618         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2619         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2620         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2621         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2622         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2624         To conform with convention, replace the underscore (_) in the
2625         following image names with dash (-) or (/) as appropriate.
2627         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2628         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2629         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2630         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2631         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2632         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2633         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2634         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2635         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2636         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2637         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2638         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2639         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2640         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2641         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2643         * info.el (info-tool-bar-map): Replace underscores in image names
2644         with dashes.
2646         * makefile.w32-in (WINS): Remove toolbar.
2648         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2650         * tool-bar.el: Move to lisp from toolbar.  Now that
2651         toolbar is empty, it should be deleted when folks run "cvs up -P".
2653 2005-10-18  Jay Belanger  <belanger@truman.edu>
2655         * calc/calc-store.el (calc-store-into): Get the proper variable name
2656         to display in message.
2658 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2660         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2661         expressions display in speedbar for all buffers when debugging.
2662         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2664         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2665         (speedbar-insert-button, speedbar-make-button):
2666         Use add-text-properties.
2667         (speedbar-update-localized-contents)
2668         (speedbar-update-directory-contents)
2669         (speedbar-update-special-contents): Use dolist.
2670         (speedbar-buffer-easymenu-definition): Add a menu separator.
2672 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2674         * makefile.w32-in: Use $(lisp) consistently.
2675         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2676         for shell specific generation of mh-autoloads.
2678 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2680         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2682 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * jit-lock.el (jit-lock-fontify-now):
2685         Move jit-lock-context-unfontify-pos to avoid wasted work.
2687 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2689         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2690         `tramp-completion-mode' for checking if we are in completion mode.
2691         (tramp-completion-handle-file-name-all-completions): Reorder code
2692         in order to complete for file names only in case there are no
2693         method/user/host completions.  This is necessary for cooperation
2694         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2696 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2698         * longlines.el (longlines-search-forward)
2699         (longlines-search-backward): Match any number of spaces.
2701 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2703         * diff-mode.el (diff-mode): Doc fix.
2705 2005-10-16  David Reitter <david.reitter@gmail.com>
2707         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2708         as default on darwin and windows systems.
2710 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2712         * arc-mode.el (archive-zip-extract): Doc fix.
2714 2005-10-16  Romain Francoise  <romain@orebokech.com>
2716         * mouse.el (mouse-1-click-follows-link): Doc fix.
2718 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * savehist.el: Don't require CL at runtime.
2721         (savehist-xemacs): Remove.
2722         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2723         (savehist-no-conversion): Use (featurep 'xemacs).
2724         (savehist-load): Check existence of start-itimer rather than XEmacs.
2725         Use an idle timer.
2726         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2727         `delete-if-not'.
2729 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2731         * savehist.el: Newer version.
2732         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2733         (savehist-last-checksum, savehist-no-conversion): New vars.
2734         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2735         New functions.
2736         (savehist-load, savehist-save): Use them.
2737         (savehist-delimit): Remove.
2739 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * progmodes/compile.el (compilation-goto-locus): Display the
2742         compilation buffer first and the source buffer second, in case they're
2743         in overlapping frames.  Don't raise the compilation frame if it was the
2744         selected window upon entry.  Pass the `other-window' arg to
2745         pop-to-buffer.
2747         * info.el (Info-fontify-node): Use dolist.
2748         Change add-text-properties to put-text-property.
2750 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2752         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2753         bound of search.
2755 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2757         * dabbrev.el (dabbrev-completion): Pass the common
2758         prefix substring of completion to `display-completion-list'.
2760         * filecache.el (file-cache-minibuffer-complete)
2761         (file-cache-complete): Ditto.
2763         * tempo.el (tempo-display-completions): Ditto.
2765         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2767         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2769         * eshell/em-hist.el (eshell-list-history): Ditto.
2771         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2773         * mail/mailalias.el (mail-complete): Ditto.
2775         * progmodes/etags.el (complete-tag): Ditto.
2777         * progmodes/make-mode.el (makefile-complete): Ditto.
2779         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2781         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2783         * progmodes/pascal.el (pascal-complete-word)
2784         (pascal-show-completions): Ditto.
2786         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2788         * simple.el (completion-common-substring): New variable.
2789         (completion-setup-function): Use `completion-common-substring'
2790         to put faces.
2792 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2794         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2795         (x-get-selection, mac-select-convert-to-string): Convert from/to
2796         UTF-16 clipboard data as in native byte order, no BOM.
2798 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2800         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2801         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2802         (gud-sentinel): Use speedbar-frame to check for speedbar.
2804 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2806         * savehist.el: New file.
2808 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2810         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2811         Fix bug in \bf fontification.
2813 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * pcvs.el (cvs-edit-log-files): New var.
2816         (cvs-mode-edit-log): New arg `file'.
2817         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2818         Instead force the use of the original file and nothing else.
2819         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2820         the cvs-minor-wrap-function is set.
2821         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2823 2005-10-14  Bill Wohler  <wohler@newt.com>
2825         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2826         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2827         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2828         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2829         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2830         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2831         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2832         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2833         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2834         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2835         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2836         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2837         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2838         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2839         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2841         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2842         appropriately (for example, gud-break to gud/break).
2844 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2846         * longlines.el (longlinges-search-function)
2847         (longlines-search-forward, longlines-search-backward): New functions.
2848         (longlines-mode): Set isearch-search-fun-function to
2849         longlinges-search-function.
2851         * mouse.el (mouse-drag-region-1): Handle the case where a
2852         double-click event is bound to an arbitrary function.
2854 2005-10-14  David Ponce  <david@dponce.com>
2856         * recentf.el (recentf-track-opened-file)
2857         (recentf-track-closed-file, recentf-update-menu)
2858         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2859         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2860         mouse-1-click-follows-link.
2862 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2864         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2865         Gnome file-manager.png.  Suggested by
2866         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2868         * toolbar/README: Add diropen.xpm.
2870 2005-10-13  Bill Wohler  <wohler@newt.com>
2872         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2873         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2875 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2878         Don't waste the byte-compiler's time on constant data.
2880 2005-10-13  Kenichi Handa  <handa@m17n.org>
2882         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2883         byte with `escape-glyph' face.
2885         * international/fontset.el (ccl-encode-unicode-font):
2886         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2887         Handle the case that ucs-mule-to-mule-unicode translates a character to
2888         ASCII (usually for IPA characters).
2890 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2893         Don't hide the underline of titles if font-lock-mode is disabled.
2895 2005-10-12  Bill Wohler  <wohler@newt.com>
2897         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2898         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2899         files in MH-E-SRC have been updated.
2900         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2902 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2905         (mixal-mode-syntax-table): Add \n as end-comment.
2906         (mixal-operation-codes-alist): Immediately initialize to full value.
2907         (mixal-add-operation-code): Remove.
2908         (mixal-describe-operation-code): Make the arg non-optional.
2909         Use the interactive spec instead.
2910         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2911         (mixal-font-lock-keywords): Don't highlight comments here any more.
2912         (mixal-font-lock-syntactic-keywords): New var.
2913         (mixal-mode): Use it.  Fix comment-start-skip.
2915 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2917         * startup.el (command-line-x-option-alist): -nb => -nbi
2919 2005-10-12  Kim F. Storm  <storm@cua.dk>
2921         * startup.el (fancy-splash-default-action): Discard mouse click in
2922         the splash screen window, as it has no sensible meaning in the
2923         next window to be selected.  Fixes error reported by Jan D.
2925 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2927         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2929 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2932         Try to fix up minor layout issues like indentation, line break, etc...
2933         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2934         because it doesn't work.
2935         (mixal-operation-codes): Add some more codes.
2936         (mixal-font-lock-keywords): Process comments here.
2937         (mixal-mode): mixasm no longer needs -g option.
2939 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2941         * progmodes/sh-script.el (sh-tmp-file):
2942         Use mktemp -t.  Finish support for es and rc shells.
2944 2005-10-11  Jay Belanger  <belanger@truman.edu>
2946         * calc/calcalg2.el (calc-integral): With an argument, compute the
2947         definite integral.
2949 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2951         * mouse.el (mouse-drag-region-1): Don't try to catch a
2952         double-click when doing follow-link (it's overridden anyway).
2954 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2956         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2957         (autoload-print-form-outbuf): Add docstring.
2959 2005-10-11  Juri Linkov  <juri@jurta.org>
2961         * info.el (Info-mode-menu): Delete menu item "Edit".
2962         (Info-mode): Delete description of Info-edit from docstring,
2963         and rearrange descriptions of Info commands in the order
2964         they are documented in the Info manual.
2966 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * calendar/appt.el (appt-check): Use diary-selective-display var.
2970 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2972         * net/newsticker.el (newsticker-start, newsticker-show-news):
2973         Add autoload cookies.
2975 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2977         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2979 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2981         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2983 2005-10-10  Jay Belanger  <belanger@truman.edu>
2985         * calc/calc-arith.el (math-check-known-scalarp)
2986         (math-check-known-matrixp): Check the values of arguments that are
2987         variables.
2988         (math-check-known-square-matrixp): New function.
2989         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2990         (math-super-types): Add sqmatrix type.
2992         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2993         mode name `square' to 'sqmatrix'.
2995         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2996         mode name `square' to 'sqmatrix'.
2998 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * progmodes/etags.el (select-tags-table-mode): Don't use
3001         selective-display.
3002         (tags-select-tags-table): Pass `button' to the action function.
3003         (select-tags-table): Place the side-info on button properties rather
3004         than in hidden text.  Abbreviate file names.
3005         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3006         (select-tags-table-select): Add `button' argument.
3007         Get side-info from the button property rather than from hidden text.
3009 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
3011         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3012         (gud-speedbar-buttons): Preserve point if possible.
3013         (gud-sentinel): Restore previous speedbar display type.
3015         * progmodes/gdb-ui.el (gdba): Improve diagram.
3016         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3017         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3018         Call get-buffer-window once.
3020 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3023         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3024         (pascal-indent-command): Remove unused var `ind'.
3025         (pascal-indent-case): Remove unused var `oldpos'.
3026         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3027         since it's now used as a proper minor mode map.
3028         (pascal-outline): Rename to pascal-outline-mode.
3029         (pascal-outline-mode): Use define-minor-mode.
3030         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3031         selective-display.
3033 2005-10-10  Andreas Schwab  <schwab@suse.de>
3035         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3036         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
3038         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3039         outside source directory.
3041 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
3043         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3044         C-x' as a prefix.
3045         (orgtbl-mode-map): Full keymap instead of sparse, because all
3046         `self-insert-command' keys are redefined in this map.
3047         (org-export-as-html): Specify charset for HTML file, by taking it
3048         from the coding system.
3050 2005-10-10  Kenichi Handa  <handa@m17n.org>
3052         * textmodes/flyspell.el (flyspell-check-word-p):
3053         If unread-command-events is non-empty, don't call sit-for.
3055 2005-10-09  Richard M. Stallman  <rms@gnu.org>
3057         * font-lock.el (font-lock-syntactic-keywords)
3058         (font-lock-keywords): Doc fixes.
3060         * textmodes/flyspell.el (flyspell-external-point-words):
3061         Simplify logic, and don't try to check for consecutive appearances
3062         of one incorrect word.
3064 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
3066         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3067         separator.
3069         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3070         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3071         (gud-expansion-speedbar-buttons): New function.
3072         (gud-speedbar-buttons): Check for gud-comint-buffer.
3074 2005-10-09  Bill Wohler  <wohler@newt.com>
3076         * Makefile.in (updates): Add mh-loaddefs dependency.
3078 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
3080         * speedbar.el (speedbar-file-key-map): Fix typo.
3082 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3084         * cus-start.el (line-spacing): Add custom spec.
3086 2005-10-09  Romain Francoise  <romain@orebokech.com>
3088         * textmodes/ispell.el (ispell-check-version): Fix last change.
3090 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3092         * term/x-win.el: Remove -i, --icon-type from comment.
3094         * startup.el (command-line-x-option-alist): Remove options -i,
3095         -itype, --icon-type, added -nb, --no-bitmap-icon
3097 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
3099         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3100         instead of :active.
3102 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
3104         * textmodes/ispell.el (ispell-check-version):
3105         Ignore hyphen, and all that follows, in aspell's version text.
3107 2005-10-08  Jay Belanger  <belanger@truman.edu>
3109         * calc/calc-arith.el (math-known-square-matrixp): New function.
3110         (math-pow-fancy): Check for matrices before distributing exponent
3111         across products.
3113         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3114         fullscreen keypad.  Suggested by Luc Teirlinck.
3115         (calc-keypad-show-input): Add space for formatting.
3117         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3118         Add square matrix option.
3120         * calc/calc-poly.el (math-expand-term): Check for matrices instead
3121         of checking calc-matrix-mode when deciding how to expand.
3123         * calc/calc.el (calc-set-mode-line): Add square matrix option.
3125 2005-10-08  Lars Hansen  <larsh@soem.dk>
3127         * net/tramp.el (tramp-perl-directory-files-and-attributes):
3128         Add error handling.
3129         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3131 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
3133         Sync with Tramp 2.0.51.
3135         * net/tramp.el (tramp-handle-set-visited-file-modtime)
3136         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3137         Insert special handling for `last-coding-system-used', again
3138         it still seems to be necessary (unlike stated before).
3139         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3140         (tramp-password-prompt-regexp): There might be other words before
3141         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3142         (tramp-chunksize): Improve docstring.
3143         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3144         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
3145         Christian Joergensen <bugs@razor.dk>.
3147 2005-10-07  Glenn Morris  <rgm@gnu.org>
3149         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3150         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3151         precision'.
3153 2005-10-07  Romain Francoise  <romain@orebokech.com>
3155         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3156         (ibuffer-do-shell-command-pipe-replace)
3157         (ibuffer-do-shell-command-file, ibuffer-do-eval)
3158         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3159         (ibuffer-do-revert, ibuffer-do-replace-regexp)
3160         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3161         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3162         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3163         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3164         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3165         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3166         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3167         Autoload file sans suffix.
3169         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3171 2005-10-07  David Ponce  <david@dponce.com>
3173         * recentf.el (recentf-menu-open-all-flag): New option.
3174         (recentf-digit-shortcut-command-name): New function.
3175         (recentf--shortcuts-keymap): New variable.
3176         (recentf-menu-shortcuts): New variable.
3177         (recentf-make-menu-items): Initialize it.  Replace the "More..."
3178         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3179         (recentf-menu-value-shortcut): New function.
3180         (recentf-make-menu-item): Use it.  No more in-lined.
3181         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3182         (recentf-open-most-recent-file): Rename from
3183         `recentf-open-file-with-key'.  Don't depend on key binding.
3184         (recentf-mode-map): New variable.
3185         (recentf-mode): Use it.
3187 2005-10-06  Bill Wohler  <wohler@newt.com>
3189         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
3191         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3192         (MH-E-SRC): New.  Used by mh-autoloads.
3193         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
3194         files in MH-E-SRC have been updated.
3195         (compile, recompile, bootstrap): Depend on mh-autoloads.
3197 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
3199         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3200         gud-break and gud-remove icons when the fringe is not available.
3202         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3203         Typo.
3205 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
3207         * play/zone.el (zone): Wrap body with save-window-excursion.
3209 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3212         Use the new `list-only' arg to diary-list-entries.
3214         * calendar/diary-lib.el: Use overlays rather than selective-display.
3215         (diary-selective-display): New var.
3216         (diary-header-line-format): Use it.
3217         (diary-list-entries): Add argument `list-only'.
3218         Put the buffer in diary-mode.  Don't add \^M at beg and end.
3219         Replace \^M by invisible overlays.
3220         (diary-unhide-everything): Replace \^M by invisible overlays.
3221         (print-diary-entries): Look for overlays rather than \^M.
3222         Add a space to the temp buffer name.
3223         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3224         Put the buffer in diary-mode.
3225         (list-sexp-diary-entries): Replace \^M by invisible overlays.
3226         (diary-anniversary): Make the year arg optional.
3227         (diary-time-regexp): New const.
3228         (diary-font-lock-keywords): Use it to accept a few more time formats.
3230         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3232 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
3234         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3235         Fix bug introduced 2005-07-03: Use (car (last ...))
3236         to faithfully reproduce replaced artist-last.
3237         (artist-set-arrow-points-for-poly): Likewise.
3238         Suggested by Johan Bockg\e,Ae\e(Brd.
3240 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
3242         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3243         * wid-edit.el (widget):
3244         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3245         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3247 2005-10-06  Kenichi Handa  <handa@m17n.org>
3249         * international/mule-cmds.el (set-language-environment):
3250         Fix setting up of case-table for unibyte mode.
3252         * simple.el (what-cursor-position): If the character is displayed
3253         by some `display' text property, show that.  Don't use
3254         single-key-description for eight-bit characters in multibyte mode.
3256 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
3258         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3259         (gdb-ann3): Set it.
3260         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3261         (gdb-info-frames-custom): Use inverse-video for first five
3262         characters of selected frame only.
3263         (gdb-get-frame-number): Select frame even when point is on frame
3264         number.
3266 2005-10-06  Masatake YAMATO  <jet@gyve.org>
3268         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3269         Put `font-lock-function-name-face'.
3270         (gdb-info-frames-custom): Put `font-lock-function-name-face'
3271         and `font-lock-variable-name-face'
3272         (gdb-registers-font-lock-keywords): New font lock keywords definition.
3273         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3274         (gdb-memory-font-lock-keywords): New font lock keywords definition.
3275         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3276         (gdb-local-font-lock-keywords): New font lock keywords definition.
3277         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3278         (gdb-threads-font-lock-keywords): New font lock keywords definition.
3279         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3281 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
3283         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3284         (ediff-merge-region-is-non-clash-to-skip): Previously called
3285         ediff-merge-region-is-non-clash.
3287         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3288         Use insert-buffer-substring.
3290         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3291         selecting files to patch.  Also bug fixes.
3293         * ediff-util.el (ediff-setup): Bug fix.
3294         (ediff-next-difference): Never skip clashes that differ in white
3295         space only.
3297         * ediff-wind.el (ediff-setup-control-frame)
3298         (ediff-destroy-control-frame): Check the menubar feature.
3300         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3301         (viper-refresh-mode-line): Use make-local-variable to localize
3302         some vars instead of make-variable-buffer-local.  Suggested by
3303         Stefan Monnier.
3305         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3306         (viper-restore-cursor-type, viper-set-insert-cursor-type):
3307         Use make-local-variable instead of make-variable-buffer-local.
3308         Suggested by Stefan Monnier.
3310         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3311         (viper-comint-mode-hook): Use make-local-variable on
3312         require-final-newline.
3313         (viper-non-hook-settings): Don't use make-variable-buffer-local.
3315 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3317         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3318         also the second char of a comment-start sequence.
3319         (scheme-sexp-comment-syntax-table): New var.
3320         (lambda, define): Set their scheme-doc-string-elt property.
3321         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3322         Use lisp-font-lock-syntactic-face-function now that it properly
3323         handles |...| symbols.
3324         (scheme-mode-variables): Set lisp-doc-string-elt-property,
3325         parse-sexp-lookup-properties and font-lock-extra-managed-props.
3327         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3328         bit from # to |.
3329         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3331         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3332         (lisp-doc-string-elt-property): New var.
3333         (lisp-font-lock-syntactic-face-function): Use it.
3334         Rewrite to recognize docstrings even for forms not at toplevel.
3336         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3337         annotation on the | part of #| rather than on the # part.
3338         (scheme-font-lock-syntactic-face-function): New function, to
3339         distinguish strings from |...| symbols.
3340         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
3341         syntax-table so that #|...|# is properly highlighted.
3343         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3344         Don't mark as docstring the 3rd elem of an unknown toplevel form.
3346 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3348         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3349         and C-e.
3351         * emacs-lisp/eldoc.el: Move comments into docstrings.
3352         (eldoc-message-commands): Initialize in its declaration.
3353         Add move-beginning-of-line and move-end-of-line.
3354         (eldoc-add-command, eldoc-add-command-completions)
3355         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3357         * outline.el (outline-mark-subtree): Activate the mark.
3359         * calendar/appt.el (appt-time-regexp): New var.
3360         (appt-add, appt-make-list): Use it.
3361         (appt-convert-time): Clean up.
3363         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3364         Don't set any syntax-table property here.
3365         (tex-font-lock-verb): New function.  Do it here.
3366         (tex-font-lock-syntactic-keywords): Use it.
3368 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3370         * wid-edit.el (widget-file-complete): Get the widget start point
3371         the right way.  Default directory to `/' if file has none.
3373         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3375         * textmodes/flyspell.el (flyspell-mode-on):
3376         Call ispell-maybe-find-aspell-dictionaries.
3378         * textmodes/ispell.el (ispell-word, ispell-region):
3379         Call ispell-maybe-find-aspell-dictionaries.
3380         (ispell-accept-buffer-local-defs):
3381         Don't call ispell-maybe-find-aspell-dictionaries
3383 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3385         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3387 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3389         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3390         instead of `fboundp' in order to allow for anonymous functions.
3392 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3394         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3395         case the user clicks on the link while another window is selected.
3396         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3398         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3399         functionality.
3400         (dframe-help-echo): Save point in case mouse tracking is off.
3402 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3404         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3406 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3409         not change the global value of those vars.
3411         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3412         make-local-variable which we do not need any more.
3414 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3416         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3417         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3418         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3419         (speedbar-path-line): Define obsolete aliases.
3420         (speedbar-line-directory): Doc fix.
3422         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3423         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3424         instead of speedbar-line-path.
3426 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3428         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3429         to nil if dropping on a window.  Handle dropping on a minibuffer window
3430         like dropping on a non-window part of Emacs.
3432 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3434         * net/ange-ftp.el: Use with-current-buffer.
3435         (ange-ftp-insert-directory): Do not follow symlinks any more.
3437         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3438         Remove interactive spec.
3440 2005-10-03  Kim F. Storm  <storm@cua.dk>
3442         * ido.el (ido-mode): Use custom-initialize-set.
3444 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3446         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3447         Use insert-buffer-substring.
3449         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3450         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3452 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3455         in last change.
3456         (ange-ftp-insert-directory): Fix up the search for the case where
3457         `file' is absolute.
3459 2005-10-02  Romain Francoise  <romain@orebokech.com>
3461         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3463 2005-10-02  Andreas Schwab  <schwab@suse.de>
3465         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3466         directory component in the session info.
3468 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3470         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3472         * simple.el (next-error-internal): New function.
3474         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3475         (compilation-start): Pass new arg to compilation-buffer-name.
3476         (compile-goto-error): Use next-error-internal.
3478 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3480         * speedbar.el: Remove RCS tag.
3481         (speedbar-check-read-only): Handle non-existent files.
3483         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3485         * info.el (Info-speedbar-hierarchy-buttons)
3486         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3488 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3490         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3491         Do not match newline.
3492         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3493         (bibtex-summary): Remove unnecessary save-excursion.
3494         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3496 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3498         * term/mac-win.el: Add charset info for "iso10646-1".
3499         Modify default fontset to use ATSUI-compatible fonts for some charsets
3500         if available.
3502 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3504         * speedbar.el: Re-apply arch tag.
3505         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3506         M. Ludlam.
3507         Reapply two changes from Emacs CVS' version of speedbar lost
3508         during the merge:
3509         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3510         (speedbar-frame-parameters): Improve customize type.
3512 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3515         (ange-ftp-file-directory-p): Fix the symlink case.
3516         (ange-ftp-insert-directory): When listing a single file, get a list of
3517         the parent buffer and extract the relevant line.  Inspired from a patch
3518         by Katsumi Yamaoka <yamaoka@jpl.org>.
3519         (ange-ftp-file-name-sans-versions): Simplify.
3521 2005-09-30  Bill Wohler  <wohler@newt.com>
3523         Move MH-E image files from toolbar and mail directories into
3524         etc/images.
3526         * mail/reply2.*: Move to etc/images/mail/reply*.
3528         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3529         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3530         etc/images.
3532         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3533         * toolbar/reply*: Move to etc/images/mail.
3535         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3537 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3539         * speedbar.el: New version 1.0pre3.
3541         Frame management code (including timer, and mouse click specifics)
3542         moved to dframe.el:
3543         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3544         (speedbar-timer): Removed.  Use dframe-timer.
3545         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3546         (speedbar-activity-change-focus-flag): Removed.  Use
3547         dframe-activity-change-focus-flag.
3548         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3549         dframe-update-speed.
3551         (speedbar-current-frame): New macro.  Use this instead of the
3552         variable speedbar-frame.
3554         (speedbar-use-images, speedbar-expand-image-button-alist)
3555         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3557         (speedbar-find-image-on-load-path): Removed.  Replaced by
3558         defezimage in ezimage.el.
3559         (speedbar-expand-image-button-alist): Removed.  Replaced by
3560         ezimage-expand-image-button-alist in ezimage.el.
3562         (speedbar-ignored-directory-regexp)
3563         (speedbar-add-ignored-directory-regexp)
3564         (speedbar-ignored-directory-expressions)
3565         (speedbar-line-directory, speedbar-buffers-line-directory)
3566         (speedbar-directory-line, speedbar-buffers-line-directory):
3567         Renamed, replacing `path' with `directory'.
3569         (speedbar-create-directory, speedbar-expand-line-descendants)
3570         (speedbar-toggle-line-expansion)
3571         (speedbar-contract-line-descendants): New commands.
3573         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3574         (speedbar-use-tool-tips-flag): New options.
3576         (speedbar-check-read-only, speedbar-require-version)
3577         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3578         (speedbar-handle-delete-frame, speedbar-try-completion)
3579         (speedbar-update-localized-contents): New functions.
3581         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3582         (speedbar-object-read-only-indicator): New variables.
3584         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3585         New hooks.
3587         (speedbar-separator-face): New face.
3589         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3590         (speedbar-ignored-modes): Add fundamental-mode.
3591         (speedbar-directory-unshown-regexp): Add . directories.
3593         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3594         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3595         `]' for full expand/close.
3596         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3598         (speedbar-check-vc): Support hidden files.
3599         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3600         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3601         state is nil, it is not checked out.
3603         (speedbar-line-text, speedbar-line-token): Support expand buttons
3604         with no text.
3605         (speedbar-refresh): Universal argument acts as power-click.
3606         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3607         that buffer to get variable values.
3609         And many other bugfixes.
3611         * dframe.el, ezimage.el, sb-image.el: New files.
3613         * sb-*.xpm: Remove files.  New image files installed into
3614         etc/images/ezimage.
3616 2005-09-30  Kenichi Handa  <handa@m17n.org>
3618         * ps-mule.el (ps-mule-show-warning): If a character is in
3619         ps-print-translation-table, don't treat it as non-printable.
3621 2005-09-30  David Ponce  <david@dponce.com>
3623         * tree-widget.el (tree-widget-themes-load-path): New variable.
3624         (tree-widget-themes-directory): Doc fix.
3625         (tree-widget-image-formats) [Emacs]: Doc fix.
3626         (tree-widget--locate-sub-directory): New function.
3627         (tree-widget-themes-directory): Use it.
3629         * recentf.el (recentf-filename-handlers): Rename from
3630         `recentf-filename-handler'.  Allow a list of functions.
3631         (recentf-menu-items-for-commands): Fix :help strings.
3632         (recentf-apply-filename-handlers): New function.
3633         (recentf-expand-file-name): Use it.
3634         (recentf-cleanup): Remove duplicates too.
3636 2005-09-29  Juri Linkov  <juri@jurta.org>
3638         * faces.el: Rearrange face definitions to be in the same order as
3639         their face descriptions in "(emacs)Standard Faces".
3641         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3643         * tooltip.el (tooltip): Add group `basic-faces'.
3645         * buff-menu.el (Buffer-menu-buffer): Remove group
3646         `font-lock-highlighting-faces'.
3648         * progmodes/compile.el (compilation-error, compilation-warning)
3649         (compilation-info, compilation-line-number, compilation-column-number):
3650         Change group from `font-lock-highlighting-faces' to `compilation'.
3652         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3653         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3654         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3655         (vhdl-font-lock-reserved-words-face)
3656         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3657         `font-lock-highlighting-faces'.
3659         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3661 2005-09-28  Kim F. Storm  <storm@cua.dk>
3663         * emulation/cua-base.el: Set CUA move property on additional commands:
3664         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3665         forward-sexp, backward-sexp, forward-list, backward-list.
3667 2005-09-28  Romain Francoise  <romain@orebokech.com>
3669         * comint.el (comint-show-output): Really set point at the
3670         beginning of the output when not using `comint-use-prompt-regexp'.
3672 2005-09-27  Jay Belanger  <belanger@truman.edu>
3674         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3675         in TeX mode.
3677 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3679         * textmodes/org.el (org-table-sum): Fix format string.
3681         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3682         Quote face names.
3684 2005-09-26  Romain Francoise  <romain@orebokech.com>
3686         * isearch.el (isearch-forward-regexp): Close doc string.
3688 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3690         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3692         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3694         * progmodes/compile.el (compilation-error-properties):
3695         When getting the file from the previous error message,
3696         correctly decode the new data format.
3698         * progmodes/cc-cmds.el (c-electric-paren):
3699         Call old-blink-paren only for close-paren.
3701 2005-09-24  Andreas Schwab  <schwab@suse.de>
3703         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3704         condition.
3706 2005-09-25  Romain Francoise  <romain@orebokech.com>
3708         * dired-aux.el (dired-copy-file-recursive):
3709         * dired.el (dired-delete-file):
3710         * ediff-mult.el (ediff-dir-diff-copy-file):
3711         * ediff-util.el (ediff-test-save-region):
3712         * forms.el (forms-mode):
3713         * ido.el (ido-file-internal, ido-delete-file-at-head):
3714         * log-edit.el (log-edit-done):
3715         * ses.el (ses-yank-resize):
3716         * play/gomoku.el (gomoku-human-plays, gomoku)
3717         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3718         (gomoku-offer-a-draw):
3719         * play/landmark.el (lm-human-resigns, lm):
3720         * net/eudcb-ldap.el (eudc-ldap-check-base):
3721         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3722         * progmodes/ebrowse.el (ebrowse-find-pattern):
3723         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3724         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3725         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3727         * vc.el (vc-delete-file):
3728         * play/gomoku.el (gomoku-terminate-game, gomoku)
3729         (gomoku-prompt-for-move, gomoku-human-takes-back):
3730         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3731         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3733 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3735         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3736         color rxvt terminals by using the code xterm.el used to use before
3737         2005-04-09 in order to match the colors used by rxvt.
3739 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3741         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3742         colors rxvt-unicode terminals by using the same code as xterm.el.
3744 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3746         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3747         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3748         new symbol used for the tex-verbatim face.
3750 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3752         * woman.el (woman-file-name):
3753         * wid-edit.el (widget-file-prompt-value)
3754         (widget-coding-system-prompt-value):
3755         * w32-fns.el (set-w32-system-coding-system):
3756         * vc.el (vc-version-diff, vc-annotate):
3757         * textmodes/reftex-auc.el (reftex-arg-cite)
3758         (reftex-arg-index-tag):
3759         * textmodes/refer.el (refer-get-bib-files):
3760         * textmodes/artist.el (artist-figlet-choose-font):
3761         * terminal.el (terminal-emulator):
3762         * replace.el (occur-read-primary-args):
3763         * rect.el (string-rectangle, string-insert-rectangle):
3764         * ps-print.el (ps-print-preprint):
3765         * progmodes/pascal.el (pascal-goto-defun):
3766         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3767         * progmodes/compile.el (compilation-find-file):
3768         * printing.el (pr-interactive-n-up):
3769         * play/animate.el (animate-birthday-present):
3770         * net/rcompile.el (remote-compile):
3771         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3772         * mail/rmailsum.el (rmail-summary-search-backward)
3773         (rmail-summary-search):
3774         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3775         (rmail-output-read-file-name):
3776         * mail/rmail.el (rmail-search, rmail-search-backwards):
3777         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3778         * locate.el (locate):
3779         * international/quail.el (quail-show-keyboard-layout):
3780         * international/mule.el (set-buffer-file-coding-system)
3781         (revert-buffer-with-coding-system, set-file-name-coding-system)
3782         (set-terminal-coding-system, set-keyboard-coding-system)
3783         (set-next-selection-coding-system):
3784         * international/mule-diag.el (describe-coding-system)
3785         (describe-font, describe-fontset):
3786         * international/mule-cmds.el (universal-coding-system-argument)
3787         (search-unencodable-char, describe-input-method)
3788         (set-language-environment, describe-language-environment):
3789         * international/codepage.el (codepage-setup):
3790         * international/code-pages.el (codepage-setup):
3791         * info.el (Info-search, Info-follow-reference)
3792         (Info-search-backward):
3793         * emacs-lisp/advice.el (ad-read-advised-function)
3794         (ad-read-advice-class, ad-clear-cache, ad-activate)
3795         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3796         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3797         (ad-read-regexp):
3798         * ediff-util.el (ediff-toggle-regexp-match):
3799         * ediff-ptch.el (ediff-prompt-for-patch-file):
3800         * dired-aux.el (dired-diff):
3801         * diff.el (diff):
3802         * cus-edit.el (custom-variable-prompt):
3803         * calendar/timeclock.el (timeclock-ask-for-project):
3804         * calc/calcalg3.el (calc-get-fit-variables):
3805         * calc/calc-store.el (calc-edit-variable)
3806         (calc-permanent-variable):
3807         * vc-mcvs.el (vc-mcvs-register):
3808         * shadowfile.el (shadow-define-literal-group):
3809         * woman.el (woman-file-name):
3810         * vc.el (vc-version-diff, vc-merge):
3811         * textmodes/reftex-index.el (reftex-index-complete-tag):
3812         * format.el (format-decode-buffer, format-decode-region):
3813         * emulation/viper-cmd.el (viper-read-string-with-history):
3814         * emacs-lisp/debug.el (cancel-debug-on-entry):
3815         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3816         * ediff.el (ediff-merge-revisions)
3817         (ediff-merge-revisions-with-ancestor, ediff-revision):
3818         * completion.el (interactive-completion-string-reader):
3819         * calc/calc-prog.el (calc-user-define-formula):
3820         Follow convention for reading with the minibuffer.
3822 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3824         * progmodes/python.el (python-describe-symbol): Add globals() and
3825         locals() to the arguments of emacs.ehelp.
3827 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3829         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3830         New function, code extracted from ispell-valid-dictionary-list.
3831         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3832         Call it.
3834 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3836         * subr.el (version-regexp-alist): Extend valid syntax for version
3837         strings: allow any of the characters -,_,+ to separate the
3838         alpha/beta/rc part from the version part.  Doc fix.
3839         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3841 2005-09-23  David Reitter  <david.reitter@gmail.com>
3843         * mail/mailclient.el: New file.
3845 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3847         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3848         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3849         Doc fixes.
3851         * progmodes/cc-mode.el (c-font-lock-init):
3852         Specify font-lock-lines-before.
3854 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3857         whole conflict.
3859 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3861         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3862         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3863         of `remap' feature when available.  Additional key bindings for
3864         better tty support.
3865         (org-mode-restart, org-force-self-insert): New commands.
3866         (org-time-stamp-inactive): New command.
3867         (org-remap): New function.
3868         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3869         (org-enable-fixed-width-editor): Move to `org-structure'
3870         customization group.
3871         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3872         blank field after field motion commands.
3874 2005-09-23  Kenichi Handa  <handa@m17n.org>
3876         * international/mule-cmds.el (set-language-environment):
3877         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3878         have to call utf-translate-cjk-load-tables.
3880 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         * mouse.el (mouse-move-drag-overlay): Fix last change.
3884 2005-09-22  David Ponce  <david@dponce.com>
3886         * tree-widget.el (tree-widget-value-create): Fix previous change.
3888 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3890         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3892 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3894         * mouse.el (mouse-move-drag-overlay): New function.
3895         (mouse-drag-region-1): Use it.
3896         Try to simplify a bit the state handling.  Handle clicks on links
3897         inside intangible areas.
3898         (mouse-save-then-kill): Minor simplification.
3899         (mouse-secondary-overlay): Make it always non-nil instead of
3900         recreating it each time.
3901         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3902         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3903         Simplify accordingly.
3905 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3907         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3909 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3911         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3912         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3913         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3914         to patch.
3916         * ediff-util.el: Use insert-buffer-substring.
3918         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3920         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3921         field boundaries in the minibuffer.
3922         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3923         (viper-minibuffer-post-command-hook): New hook.
3924         (viper-line): Don't move cursor at bolp.
3926         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3928         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3929         avoid compiler warnings.
3931         * emulation/viper-macs.el (ex-map): Better messages.
3933         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3935         * emulation/viper.el: Replace make-variable-buffer-local with
3936         viper-make-variable-buffer-local everywhere, to avoid warnings.
3938 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3941         Delete unused var `old-selected-window'.
3942         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3943         (mouse-drag-secondary): Delete unused var `start-frame'.
3945 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3947         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3949 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3952         Re-indent within 80 columns.  Use inhibit-read-only.
3954 2005-09-19  Romain Francoise  <romain@orebokech.com>
3956         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3958 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3961         unconditionally, since the after-change-function already did it.
3963 2005-09-19  Miles Bader  <miles@gnu.org>
3965         * net/newsticker.el: Get rid of CVS keyword.
3967 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3969         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3970         The prompt is formatted later.
3972 2005-09-19  David Ponce  <david@dponce.com>
3974         * tree-widget.el (tree-widget-value-create): Save the converted
3975         tree :node widget.
3977 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3979         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3980         variable `message'.
3982 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3984         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3985         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3986         <slawomir.nowaczyk.847@student.lu.se>.
3988 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3990         * image.el (image-load-path): Use symbol `data-directory' instead
3991         of its value, for backward compatibility with packages that bind
3992         it during `find-image'.  Suggested by Katsumi Yamaoka.
3993         (image-search-load-path): Handle symbols whose values are strings.
3995 2005-09-18  Romain Francoise  <romain@orebokech.com>
3997         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3998         with-current-buffer form in save-excursion.
4000 2005-09-18  D Goel  <deego@gnufans.org>
4002         * apropos.el (apropos-command): Fix `message' call: first arg
4003         should be a format spec.  In this and all other cases that appear
4004         below and elsewhere in the source code, I made a change only when
4005         two conditions were satisfied: [1] I can think of a possibility
4006         that the arguments would cause an error, for example, the code in
4007         question relies on external variables such as filenames.  [2] I
4008         was sure that the arg to `message' could not have been nil in the code.
4010         * textmodes/tildify.el (tildify-region): Ditto.
4012         * textmodes/reftex-index.el (reftex-index-change-entry)
4013         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4014         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4015         * textmodes/org.el (org-complete, org-deadline, org-schedule)
4016         (org-priority, org-table-sum):
4017         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4018         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4019         (flyspell-word, flyspell-display-next-corrections):
4020         * textmodes/bibtex.el (bibtex-print-help-message):
4021         * textmodes/artist.el (artist-key-set-point-poly):
4022         * term/mac-win.el (mac-services-insert-text):
4023         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4024         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4025         (vhdl-port-paste-testbench, vhdl-compose-new-component)
4026         (vhdl-compose-configuration):
4027         * progmodes/sh-script.el (sh-blink, sh-show-indent)
4028         (sh-set-indent, sh-learn-line-indent):
4029         * progmodes/ps-mode.el (ps-mode-target-column):
4030         * progmodes/idlwave.el (idlwave-make-tags)
4031         (idlwave-scan-library-catalogs):
4032         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4033         * progmodes/gud.el (gud-jdb-analyze-source):
4034         * progmodes/flymake.el (flymake-log):
4035         * progmodes/ebnf2ps.el (ebnf-generate-region):
4036         * progmodes/cmacexp.el (c-macro-expansion):
4037         * progmodes/ada-xref.el (ada-treat-cmd-string):
4038         * progmodes/ada-mode.el (ada-create-case-exception-substring)
4039         (ada-justified-indent-current, ada-batch-reformat):
4040         * play/zone.el (zone):
4041         * play/landmark.el (lm-move):
4042         * play/decipher.el (decipher-show-alphabet):
4043         * net/newsticker.el (newsticker--display-jump)
4044         (newsticker--display-scroll):
4045         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4046         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4047         * mail/feedmail.el (feedmail-dump-message-to-queue):
4048         * eshell/esh-proc.el (eshell-remove-process-entry):
4049         * emulation/ws-mode.el (ws-last-error):
4050         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4051         (viper-record-kbd-macro):
4052         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4053         * emacs-lisp/lisp-mnt.el (lm-report-bug):
4054         * emacs-lisp/find-func.el (find-function-noselect):
4055         * calendar/timeclock.el (timeclock-status-string)
4056         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4057         (timeclock-when-to-leave-string):
4058         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4059         * calc/calc-units.el (calc-enter-units-table):
4060         * calc/calc-mode.el (calc-mode-record-mode):
4061         * woman.el (woman-mini-help):
4062         * wdired.el (wdired-change-to-wdired-mode):
4063         * vc.el (vc-retrieve-snapshot):
4064         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4065         * startup.el (display-startup-echo-area-message):
4066         * simple.el (set-goal-column):
4067         * ses.el (ses-command-hook, ses-recalculate-cell):
4068         * server.el (server-process-filter):
4069         * printing.el (pr-interface-txt-print, pr-interface-printify)
4070         (pr-interface-ps):
4071         * pcvs.el (cvs-help):
4072         * log-edit.el (log-edit, log-edit-mode-help):
4073         * iswitchb.el (iswitchb-possible-new-buffer):
4074         * isearch.el (isearch-edit-string):
4075         * image-mode.el (image-mode, image-minor-mode):
4076         * ibuf-macs.el (define-ibuffer-filter):
4077         * hi-lock.el (hi-lock-find-patterns):
4078         * files.el (toggle-read-only):
4079         * ediff-util.el (ediff-copy-diff)
4080         (ediff-write-merge-buffer-and-maybe-kill):
4081         * echistory.el (Electric-history-undefined):
4082         * dnd.el (dnd-insert-text):
4083         * dired-aux.el (dired-query):
4084         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4085         * bookmark.el (bookmark-bmenu-locate):
4086         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4087         Fix `message' calls to ensure first arg is a format string.
4088         The change was made only when these two conditions were satisfied:
4089         [1] when there is a possibility that the arguments would cause an error
4090         for example, if the code in question relies on external variables
4091         such as filenames, and
4092         [2] if the arg to `message' could not have been nil in the code.
4094         * pcomplete.el (pcomplete--help): Fix `message' format spec.
4095         Not having a %s would be weird, though not technically wrong.
4097 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4099         * term/mac-win.el (mac-add-charset-info): Doc fix.
4101 2005-09-17  Romain Francoise  <romain@orebokech.com>
4103         * shell.el (shell-resync-dirs): Handle echoing processes more
4104         reliably.  Don't insert resync command if `comint-process-echoes'
4105         is non-nil.
4107 2005-09-17  Magnus Henoch  <mange@freemail.hu>
4109         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4110         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4111         aspell versions >= 0.60.
4112         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4113         only if ispell-aspell-supports-utf8 is non-nil.
4115 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4117         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4118         buffer-local value to lisp-indent-function.
4120 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
4122         * progmodes/glasses.el (glasses-make-readable): If
4123         glasses-separator differs from underscore, put appropriate
4124         overlays over underscore characters.
4125         (glasses-convert-to-unreadable): If glasses-separator differs from
4126         underscore, try to convert glasses-separator characters to
4127         underscores.
4129 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4131         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4132         Use with-syntax-table and dolist.
4134 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
4136         * textmodes/reftex-auc.el:
4137         * textmodes/reftex-cite.el:
4138         * textmodes/reftex-dcr.el:
4139         * textmodes/reftex-global.el:
4140         * textmodes/reftex-parse.el:
4141         * textmodes/reftex-ref.el:
4142         * textmodes/reftex-sel.el:
4143         * textmodes/reftex-toc.el:
4144         * textmodes/reftex-vars.el:
4145         * textmodes/reftex.el: Small changes to remove compiler warnings.
4147         * textmodes/reftex-index.el: Likewise.
4148         (reftex-query-index-phrase): More efficient use of markers.
4150 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4152         * image.el (image-load-path): New variable.
4153         (image-search-load-path): New function.
4154         (find-image): Search for images in `image-load-path'.
4156 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4158         * follow.el: Change Maintainer field.
4160 2005-09-15  David Ponce  <david@dponce.com>
4162         * recentf.el (recentf-save-file-modes): New option.
4163         (recentf-save-list): Use it.
4165 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
4167         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4168         (mode-line-mule-info, mode-line-modified): Move bindings from
4169         mouse-3 to mouse-1.
4171 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4173         * simple.el (sendmail-user-agent-compose): Revert last change.
4175 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4178         Use with-current-buffer.
4179         (ange-ftp-gwp-start): Remove unused var `gw-user'.
4180         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4181         (ange-ftp-insert-directory): Remove unused var `short'.
4182         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4184         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4185         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4187         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4188         (check-calendar-holidays, diary-list-entries): Autoload.
4189         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4190         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4192         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4193         which mistakenly removed a call to display-buffer.
4195 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
4197         * obsolete/iso-insert.el: Move to obsolete/ from international/.
4199 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
4201         * progmodes/hideshow.el
4202         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4203         (hs-allow-nesting): New user var.
4204         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4205         (hs-hide-block-at-point): When nesting allowed,
4206         if there is already an overlay in place, delete it.
4207         (hs-safety-is-job-n): Delete func; remove call sites.
4208         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4209         (hs-overlay-at): New func.
4210         (hs-already-hidden-p, hs-show-block): Use it.
4211         (hs-hide-all): Don't pre-clean if nesting allowed.
4212         (hs-show-all): Temporarily disallow
4213         nesting around call to `hs-discard-overlays'.
4215 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
4217         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4218         Delete unused local var.
4220 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
4222         * help-fns.el (describe-categories): "?\ " -> "?\s".
4223         (help-do-arg-highlight): Recognize also ARG-n, as in
4224         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
4226         * international/codepage.el (dos-unsupported-char-glyph):
4227         * net/newsticker.el (tool-bar-map, w3-mode-map)
4228         (w3m-minor-mode-map):
4229         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4230         (ent-alist):
4231         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4233 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
4235         * custom.el (custom-push-theme): Handle the case where a symbol is
4236         bound but face properties have not yet been assigned.
4238         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4239         Fix behavior if noerase is `t' and there is no mail buffer.
4241         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4242         if `continue' is nil, rather than signal an error.
4244 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4246         * font-lock.el (font-lock-keywords): Add autoload.
4248         * help-fns.el (describe-variable): Rearrange to put source link
4249         in a predictable place.
4251         * net/newsticker.el: New file.
4253 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * calendar/calendar.el (calendar-for-loop): Add edebug info.
4256         (calendar-basic-setup): Use the new nil arg.
4257         (number-of-diary-entries): Move to diary-lib.el.
4259         * calendar/diary-lib.el: Use with-current-buffer, match-string.
4260         (diary-list-entries): Use with-syntax-table and dolist.
4261         Rename from list-diary-entries.
4262         Use number-of-diary-entries if `number' is nil.
4263         (diary, diary-view-entries): Use this new name and new nil arg value.
4264         (number-of-diary-entries): Move from calendar.el.
4265         (diary-unhide-everything): New function.
4266         (include-other-diary-files, fancy-diary-display)
4267         (diary-show-all-entries, make-diary-entry): Use it.
4268         (diary-mail-entries): Use buffer-string.
4269         (mark-diary-entries): Fix long standing paren typo.
4270         (diary-sexp-entry): Use count-lines.
4271         (make-diary-entry): Avoid `previous-line'.
4272         (diary-mode-map): New var.
4273         (diary-mode): Redraw cal after saving.  Setup header-line.
4274         (fancy-diary-display-mode): Use local-set-key.
4276         * startup.el (command-line): Try calling various terminal-init-foo-bar
4277         functions by stripping hyphenated suffixes from $TERM.
4279         * files.el (normal-mode): Check boundness of font-lock-keywords.
4281 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4283         * progmodes/compile.el: Don't decide a file's directory
4284         until the user actually tries to go there.
4285         (compilation-next-error-function):
4286         Pass compilation-find-file the directory from the file-struct.
4287         (compilation-internal-error-properties): Separate local FILE-STRUCT
4288         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
4289         (compilation-find-file): Arg DIR renamed to DIRECTORY.
4290         Expand it, and if nil, use default-directory.
4291         (compilation-get-file-structure): Don't mix specified directory
4292         with default directory.  Put specified directory into
4293         file-struct.  Don't make the file name absolute.
4295         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4296         (compile-command): Add autoload.
4297         (compilation-disable-input): Add autoload.
4299 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
4301         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4302         strings of the variables it can override.
4303         (time-stamp): New (as yet undocumented) time-stamp-format escapes
4304         %Q and %q, for fully-qualified domain name and unqualified host name.
4306 2005-09-11  Kim F. Storm  <storm@cua.dk>
4308         * emacs-lisp/authors.el (authors-aliases): Update list.
4309         (authors-fixed-entries): Update mldrag.el entry.
4311 2005-09-10  Alan Mackenzie  <acm@muc.de>
4313         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4314         from the region narrowed to.
4316 2005-09-10  Magnus Henoch  <mange@freemail.hu>
4318         * textmodes/ispell.el (ispell-check-version): Signal an error if
4319         aspell version is less than 0.60.
4321 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
4323         * progmodes/octave-inf.el (inferior-octave-startup):
4324         Resync current dir at the end.
4326 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
4328         * woman.el (woman-topic-at-point-default):
4329         Rename to woman-use-topic-at-point-default.
4330         (woman-topic-at-point): Rename to woman-use-topic-at-point.
4331         (woman-file-name): Reflect renames above.  Automatically use the
4332         word at point as topic if woman-use-topic-at-point is non-nil.
4333         Otherwise offer it as default but don't insert it in the
4334         minibuffer.  Also use `test-completion' instead of `assoc' as
4335         suggested by Stefan Monnier.
4337 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
4339         * vc.el (vc-directory, vc-update-change-log): Throw an error on
4340         the attempt to do it over Tramp.  This is not yet supported.
4342 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4344         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4345         (menu-bar-non-minibuffer-window-p): New functions.
4346         ("Split Window", "Save As..."): Use them.
4347         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4348         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4349         Use menu-bar-menu-frame-live-and-visible-p.
4350         ("Save Buffer", "Insert File", "Open Directory...")
4351         ("Open File...", "Visit New File..."):
4352         Use menu-bar-non-minibuffer-window-p.
4353         (kill-this-buffer-enabled-p, dired <menu-enable>):
4354         Use menu-bar-non-minibuffer-window-p.
4356 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4358         * cus-start.el (all): Don't complain about fringe-related
4359         built-ins if fringes are not supported.  Ditto about
4360         selection-related built-ins.  Fix the test for GTK-related built-ins.
4362         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4363         ("Postscript Print Buffer", "Print Region", "Save As...")
4364         ("Save", "Insert File...", "Open Directory...")
4365         ("Open File...", "Visit New File..."")
4366         ("Truncate Long Lines in this Buffer"): Don't look at
4367         menu-updating-frame if this display does not support multiple frames.
4369 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4371         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4373 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4375         * woman.el: Format- and whitespace-related changes.
4377 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4379         * woman.el: Fix my email address.
4381 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4383         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4384         (sh-mode): Locally set skeleton-pair-default-alist.
4386         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4388         * progmodes/flymake.el: Require `compile' unconditionally.
4390         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4392         * woman.el (woman-file-name): Provide a default, not initial input.
4394         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4396         * font-lock.el (font-lock-support-mode): Doc fix.
4398         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4400 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4402         * simple.el (blink-matching-open): Get rid of text props from
4403         the string shown in echo area.  Don't permanently set point.
4404         Some rearrangements.
4406 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4408         * recentf.el (recentf-filename-handler): Add custom choice
4409         `abbreviate-file-name'.
4411         * msb.el (msb--very-many-menus): Fix typo.
4413         * disp-table.el (standard-display-european): Don't set
4414         enable-multibyte-characters to nil.
4416 2005-09-08  David Ponce  <david@dponce.com>
4418         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4419         (recentf-expand-file-name): Doc fix.
4420         (recentf-dialog-mode-map): Define digit shortcuts.
4421         (recentf--files-with-key): New variable.
4422         (recentf-show-digit-shortcut-filter): New function.
4423         (recentf-open-files-items): New function.
4424         (recentf-open-files): Use it.
4425         (recentf-open-file-with-key): New command.
4427 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4429         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4430         Suggested by Kim F. Storm.
4431         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4432         (Buffer-menu-make-sort-button): Use global keymap.
4434 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4436         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4437         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4438         necessary any longer with the remapped command.
4439         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4440         formatting time only.
4442         * net/tramp.el (tramp-action-password)
4443         (tramp-multi-action-password): Compile the password prompt from
4444         `method', `user' and `host'.  Sometimes it isn't obvious which
4445         password to enter, for example with remote files offered by
4446         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4447         <robert@chezmarshall.freeserve.co.uk>.
4449 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4452         Fix regexp for when "s///" is at the beginning of line.
4454 2005-09-07  Jay Belanger  <belanger@truman.edu>
4456         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4457         when in matrix mode.
4459 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4462         non-anonymous functions.
4464 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4466         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4467         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4469         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4470         can't be moved; don't signal an error.
4472 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4474         * cus-theme.el (custom-theme-write-faces): Save the current face
4475         spec, not the defface spec.
4477         * custom.el (custom-known-themes): Clarify meaning of "standard".
4478         (custom-push-theme): Save old values in the standard theme.
4479         (disable-theme): Correct typo.
4480         (custom-face-theme-value) Deleted unused function.
4481         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4483 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4485         * progmodes/compile.el (compilation-goto-locus): Take into account
4486         iconified frames when determining whether the buffer is
4487         already visible.
4488         Don't reset window height if the window already existed.
4490 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4492         * custom.el (load-theme): Rename from require-theme.
4493         Add interactive spec.
4494         (enable-theme): Rename from custom-enable-theme.
4495         Add interactive spec.
4496         (disable-theme): Rename from custom-disable-theme.
4497         Add interactive spec.
4498         (custom-make-theme-feature): Doc fix.
4499         (custom-theme-directory): Doc fix.
4500         (provide-theme): Call enable-theme.
4502 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4504         * obsolete/lazy-lock.el (lazy-lock-mode):
4505         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4506         font-lock-mode if it's off.  Print a warning instead.
4508         * progmodes/compile.el (compilation-start): Ignore errors if the
4509         process died before we get to send-eof.
4511         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4512         Undo last change.  Enclosing the result in quotes broke things on Unix
4513         since tex-send-command passes it through shell-quote-argument.
4514         (tex-send-command): Pass `file' through convert-standard-filename
4515         when possible.
4516         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4517         info in a transcript.
4519 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4521         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4522         fix compilation warning. Reorder the key definitions to group
4523         together keys emitted by the current version of xterm.
4525         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4526         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4527         Reorder predicates to correct min-color usage.
4529 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4531         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4532         Kill local variables when longlines-mode is turned off.
4534 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4538         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4540         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4542         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4543         (font-lock-lines-before): Change default to being inactive.
4544         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4545         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4547 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4549         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4550         Deactivate temporarily advice if active (not needed for Emacs 22,
4551         but for backwards compatibility).
4552         (tramp-exists-file-name-handler): Rewrite.  First implementation
4553         was too simple.
4554         (tramp-advice-make-auto-save-file-name):
4555         Call `tramp-handle-make-auto-save-file-name' (again, just for
4556         backwards compatibility).
4558 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4560         * progmodes/vhdl-mode.el
4561         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4562         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4563         (vhdl-set-default-project): New function (easier setting of default).
4564         (vhdl-port-copy): Handle extended identifiers for generics.
4565         (vhdl-compiler-alist): Better description for error message regexp.
4566         (vhdl-make): Query for target, use previous as default.
4567         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4568         (vhdl-font-lock-keywords-2): Fix fontification for record
4569         el. assign.
4570         (vhdl-speedbar-make-subpack-line): Add package body link.
4571         (vhdl-generate-makefile-1): Not include itself as dependency.
4572         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4573         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4574         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4575         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4576         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4577         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4578         (vhdl-import-project): Add string argument for `error'.
4579         (vhdl-compose-configuration)
4580         (vhdl-compose-configuration-architecture): Add configuration
4581         declaration generation.
4582         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4583         (vhdl-trailer-re): Add "record" keyword (better indentation).
4584         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4585         "[^ \t-\"]+".
4586         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4587         (vhdl-testbench-entity-file-name)
4588         (vhdl-testbench-architecture-file-name): Allow separate
4589         customization of testbench file names.
4590         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4591         (vhdl-get-visible-signals): Allow newline within alias declaration.
4592         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4593         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4594         (member-ignore-case): Alias for missing function in XEmacs.
4595         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4596         (vhdl-update-sensitivity-list): Ignore case on read signals.
4597         (vhdl-replace-string): Adjust case only for file names.
4598         (vhdl-update-sensitivity-list): Fix search for read signals.
4599         (vhdl-update-sensitivity-list): Exclude formal parameters.
4600         (vhdl-get-visible-signals): Include aliases of signals.
4601         (vhdl-get-visible-signals): Fix signal name searching.
4602         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4603         (vhdl-fixup-whitespace-region): Fix for character
4604         literals (e.g. ':').
4606 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4608         * ansi-color.el (comint-last-output-start):
4609         * bs.el (font-lock-verbose):
4610         * diff-mode.el (add-log-buffer-file-name-function):
4611         * dired-x.el (vm-folder-directory):
4612         * faces.el (help-xref-stack-item):
4613         * files.el (font-lock-keywords):
4614         * find-lisp.el (dired-buffers, dired-subdir-alist):
4615         * ido.el (cua-inhibit-cua-keys):
4616         * log-view.el (cvs-minor-wrap-function):
4617         * outline.el (font-lock-warning-face):
4618         * simple.el (compilation-current-error):
4619         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4620         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4621         * tooltip.el (comint-prompt-regexp):
4622         * w32-fns.el (explicit-shell-file-name):
4623         * term/mac-win.el (mac-charset-info-alist)
4624         (mac-services-selection, mac-system-script-code):
4625         * term/tty-colors.el (msdos-color-values):
4626         * term/w32-win.el (xlfd-regexp-registry-subnum):
4627         * term/x-win.el (x-keysym-table, x-selection-timeout)
4628         (x-session-id, x-session-previous-id):
4629         * textmodes/ispell.el (mail-yank-prefix):
4630         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4631         * textmodes/org.el (calc-embedded-close-formula)
4632         (calc-embedded-open-formula)
4633         (font-lock-unfontify-region-function):
4634         * textmodes/reftex-global.el (isearch-next-buffer-function)
4635         (TeX-master):
4636         * textmodes/reftex.el (font-lock-keywords):
4637         * textmodes/tex-mode.el (font-lock-comment-face)
4638         (font-lock-doc-face):
4639         * textmodes/texinfo.el (outline-heading-alist):
4640         Add defvars.
4642         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4643         (artist-spray-chars, artist-mode-init, artist-replace-string)
4644         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4645         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4646         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4648         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4649         (conf-align-assignments): "?\ " -> "?\s".
4651         * textmodes/reftex-index.el (TeX-master): Add defvar.
4652         (reftex-index-phrases-marker): Move up defvar.
4654         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4655         (reftex-toc-include-labels-indicator)
4656         (reftex-toc-include-index-indicator)
4657         (reftex-toc-max-level-indicator): Move up declarations.
4659         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4660         of args to `tramp-run-real-handler', even if it's empty in this case.
4662 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4664         * dired.el (dired-move-to-filename-regexp): Add date format for
4665         Mac OS X 10.3 in East Asian locales.
4667 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4669         * files.el (make-auto-save-file-name): Add file name handler call
4670         if applicable.
4672         * net/tramp.el (tramp-file-name-handler-alist)
4673         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4674         (tramp-handle-make-auto-save-file-name): Rename from
4675         `tramp-make-auto-save-file-name'.
4676         (tramp-exists-file-name-handler): New defun.
4677         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4678         `make-auto-save-file-name' is not a magic file name operation.
4680 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4682         * files.el (risky-local-variable-p):
4683         Match `-predicates' and `-commands.
4685         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4686         (custom-save-all): Visit the file if necessary;
4687         kill the buffer if we created it.
4688         (custom-save-delete): Don't visit file or kill buffer here.
4690 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4692         * textmodes/org.el (org-special-keyword): New face.
4693         (org-table-copy-down, org-table-eval-formula)
4694         (org-table-recalculate, org-init-section-numbers):
4695         Use `string-to-number' instead of `string-to-int'.
4696         (org-get-location): Use `insert-buffer-substring' instead of
4697         `insert-buffer'.
4698         (org-modify-diary-entry-string): New function.
4699         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4700         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4701         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4702         active region.
4703         (org-export-as-html): Handle QUOTE keyword.
4704         (org-quote-string): New option.
4705         (org-bookmark-jump-unhide): New function, used for
4706         `bookmark-after-jump-hook'.
4707         (org-diary-default-entry): Apply only when not called through
4708         `org-agenda'.
4710 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4712         * net/eudc.el (mode-popup-menu):
4713         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4714         * progmodes/ada-mode.el (compile-auto-highlight)
4715         (skeleton-further-elements):
4716         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4717         * progmodes/cmacexp.el (msdos-shells):
4718         * progmodes/compile.el (font-lock-extra-managed-props)
4719         (font-lock-keywords, font-lock-maximum-size)
4720         (font-lock-support-mode):
4721         * progmodes/grep.el (font-lock-lines-before):
4722         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4723         * progmodes/mixal-mode.el (compile-command):
4724         * progmodes/perl-mode.el (font-lock-comment-face)
4725         (font-lock-doc-face, font-lock-string-face):
4726         * progmodes/prolog.el (comint-prompt-regexp):
4727         * progmodes/sh-script.el (font-lock-comment-face)
4728         (font-lock-set-defaults, font-lock-string-face):
4729         * progmodes/sql.el (font-lock-keyword-face)
4730         (font-lock-set-defaults, font-lock-string-face):
4731         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4732         (itimer-version, lazy-lock-defer-contextually)
4733         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4734         Add defvars.
4736         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4737         (cperl-electric-keyword, cperl-electric-pod)
4738         (cperl-electric-backspace, cperl-forward-re)
4739         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4740         (vc-rcs-header, vc-sccs-header): Add defvars.
4742         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4743         (font-lock-syntactic-keywords, gud-find-expr-function):
4744         Add defvars.
4746         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4747         (gdb-frame-parameters): Declare before use.
4749         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4750         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4751         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4752         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4754         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4755         (idlwave-help-with-source): Use `insert-buffer-substring', not
4756         `insert-buffer'.
4758 2005-08-29  Juri Linkov  <juri@jurta.org>
4760         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4761         Put outline-back-to-heading function call inside save-excursion.
4763 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4765         * man.el (Man-init-defvars, Man-translate-references)
4766         (Man-support-local-filenames, Man-highlight-references):
4767         * progmodes/sql.el (sql-interactive-mode):
4768         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4770         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4771         (compilation-mode-font-lock-keywords): Add defvars.
4772         (checkdoc-interactive-loop): "?\ " -> "?\s".
4774         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4775         (font-lock-doc-face, font-lock-string-face)
4776         (font-lock-keywords-case-fold-search): Add defvars.
4777         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4779         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4780         Don't pass X and Y (they are ignored anyway).
4781         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4782         (mouse-delete-window): Make arguments optional.
4784         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4785         (caesar-translate-table, minor-modes, news-buffer-save)
4786         (news-group-name, news-minor-modes): Add defvars.
4788         * emacs-lisp/lselect.el (mouse-highlight-priority)
4789         (x-lost-selection-functions, zmacs-regions):
4790         * emacs-lisp/pp.el (font-lock-verbose):
4791         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4792         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4793         (ses-mode-map):
4794         * emacs-lisp/tcover-unsafep.el (safe-functions):
4795         * international/mule-cmds.el (mac-system-coding-system)
4796         (mac-system-locale):
4797         * language/ethio-util.el (rmail-current-message)
4798         (rmail-message-vector):
4799         * language/thai-util.el (thai-auto-composition-mode):
4800         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4801         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4802         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4803         (vm-primary-inbox, vm-spool-files):
4804         * mail/rmail.el (deleted-head, font-lock-fontified)
4805         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4806         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4807         (total-messages):
4808         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4809         (rmail-summary-mode-map):
4810         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4811         (rmail-last-label, rmail-last-multi-labels)
4812         (rmail-summary-vector, rmail-total-messages):
4813         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4814         * mail/rmailsum.el (msgnum):
4815         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4816         (rmail-current-message):
4817         * obsolete/fast-lock.el (font-lock-face-list):
4818         * obsolete/rnewspost.el (mail-reply-buffer):
4819         * obsolete/scribe.el (compile-command):
4820         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4822 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4824         * ibuf-ext.el (ibuffer-auto-update-changed):
4825         Use `frame-or-buffer-changed-p' to check whether we need to update.
4826         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4827         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4828         as a `frame-or-buffer-changed-p' state vector instead.
4830 2005-08-27  Romain Francoise  <romain@orebokech.com>
4832         * textmodes/makeinfo.el (makeinfo-compile):
4833         Use `compilation-start'.  Set `next-error-function' according to
4834         `disable-errors'.
4835         (makeinfo-next-error): New function.
4836         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4837         (makeinfo-buffer): Likewise.
4839         * progmodes/compile.el (compilation-start): Add autoload cookie.
4841         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4842         * textmodes/sgml-mode.el: Likewise.
4843         * progmodes/python.el: Likewise.
4845 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4847         * simple.el (blink-matching-paren-distance): Document the meaning
4848         of nil value, and allow to customize to nil.
4850         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4851         command.com, not command.exe.
4853 2005-08-26  John Wiegley  <johnw@newartisans.com>
4855         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4856         code around a bit so that an extraneous nil argument is not added
4857         to a command when no args are given.
4859         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4860         double-quoted argument resolves to nil, return it as an empty
4861         string rather than as nil.  This made it impossible to pass "" to
4862         a shell script as a null string argument.
4864 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * outline.el (outline-invent-heading): New fun.
4867         (outline-promote, outline-demote): Use it.
4868         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4869         (outline-end-of-subtree): Remove unused var `opoint'.
4871 2005-08-26  David Reitter  <david.reitter@gmail.com>
4873         * menu-bar.el (truncate-lines, write-file, print-buffer)
4874         (ps-print-buffer-faces, ps-print-buffer, split-window):
4875         Disable menu items when the frame they refer to is invisible, or when
4876         they refer to a buffer and the minibuffer is selected.
4878 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4880         * progmodes/flymake.el (flymake-highlight-err-lines):
4881         Use save-excursion around flymake-highlight-line to preserve point.
4883 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4885         * progmodes/octave-mod.el: Change Author and Maintainer address.
4886         (octave-maintainer-address): Change Kurt's email address.
4887         * progmodes/octave-inf.el: Change Author and Maintainer address.
4888         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4890 2005-08-26  Kim F. Storm  <storm@cua.dk>
4892         * subr.el (version-list-<, version-list-<=, version-list-=):
4893         Renamed from integer-list-*.
4894         (version-list-not-zero): Likewise.  Fix while loop.
4895         (version=): Use version-list-= instead of string-equal.
4897 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4899         * outline.el (outline-promote): Try shortening the heading.
4900         As last resort, read the heading to use.
4901         (outline-demote): As last resort, read the heading to use.
4903 2005-08-26  Romain Francoise  <romain@orebokech.com>
4905         * progmodes/compile.el (compilation-start): Doc fix.
4907         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4908         (antlr-font-lock-additional-keywords): Fix reference to
4909         `antlr-font-lock-literal-regexp' erroneously changed during the
4910         mass face rename.
4911         (antlr-run-tool): Use `compilation-start'.
4913         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4914         instead of the obsolete `compile-internal'.
4916 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4918         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4919         (number, original-date):
4920         * calendar/cal-china.el (date):
4921         * calendar/cal-coptic.el (date):
4922         * calendar/cal-french.el (date):
4923         * calendar/cal-hebrew.el (date, entry, number, original-date):
4924         * calendar/cal-islam.el (date, number, original-date):
4925         * calendar/cal-iso.el (date):
4926         * calendar/cal-julian.el (date):
4927         * calendar/cal-mayan.el (date):
4928         * calendar/cal-menu.el (date, event):
4929         * calendar/cal-persia.el (date):
4930         * calendar/lunar.el (date):
4931         * calendar/solar.el (date): Add defvars.
4933         * emerge.el:
4934         * ibuffer.el:
4935         * info-xref.el:
4936         * obsolete/bg-mouse.el:
4937         * obsolete/sun-curs.el:
4938         * obsolete/swedish.el: Move the `defvar's to the top level.
4940         * smerge-mode.el (smerge-refined-change): Add :group.
4942 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4944         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4945         (smerge-keep-n): Remove props.
4946         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4947         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4948         now that it's done in smerge-keep-n.
4949         (smerge-refined-change): New face.
4950         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4951         (smerge-refine): New funs.
4952         (smerge-basic-map): Bind smerge-refine.
4954 2005-08-25  Juri Linkov  <juri@jurta.org>
4956         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4957         compilation-process-setup-function and compilation-disable-input
4958         in grep-mode instead of let-bindings in grep.
4960         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4961         Delete "Automatic File De/compression" (auto-compression-mode).
4963 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4965         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4966         Silence warning about non-existent variable.
4968 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4970         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4971         Rename "Describe Key" to "Describe Key or Mouse Operation".
4973         * mail/mailalias.el (build-mail-aliases): Delete comments
4974         from the contents before processing them.
4976         * isearch.el (isearch-edit-string): Erase the Search prompt
4977         if user enters an empty string and there is no default.
4979         * comint.el (comint-file-name-prefix): Add autoload.
4981 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4983         * subr.el (play-sound): Rearrange to avoid warning.
4985 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4987         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4988         New hook.
4989         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4991 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4995         * custom.el (custom-theme-set-variables): Sort minor modes last.
4997 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4999         * subr.el (version-separator, version-regexp-alist): New vars used by
5000         version comparison funs.
5001         (integer-list-<, integer-list-=, integer-list-<=)
5002         (integer-list-not-zero): New funs for integer list comparison.
5003         (version-to-list, version=, version<, version<=): New funs for version
5004         comparison.
5006 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
5008         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5009         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5010         time to silence the byte-compiler.
5012         * ibuffer.el (ibuffer-compile-make-eliding-form)
5013         (ibuffer-check-formats): Use `with-no-warnings' to hide references
5014         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5015         so it's silly to get warnings for it).
5016         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5017         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5018         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5019         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5020         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5021         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5022         Defvar at compile time.
5023         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5024         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5025         Declare them before use.
5027         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5028         (info-xref-good, info-xref-bad): Defvar at compile time.
5030         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5031         Use `let*' instead of `let'.
5033         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5034         (*mouse-y*, menu, char): Defvar at compile time.
5035         (sc::menu): Declare it before use.
5036         (sc::pack-one-line): Use `let', not `let*'.
5038         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5039         (mail-send-hook): Defvar at compile time.
5041         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5042         Defvar at compile time.
5044         * term/sun-mouse.el (current-global-mousemap)
5045         (current-local-mousemap): Declare them before use.
5047 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
5049         * bookmark.el (bookmark-after-jump-hook): New hook.
5050         (bookmark-jump): Run `bookmark-after-jump-hook'.
5052 2005-08-23  Juri Linkov  <juri@jurta.org>
5054         * faces.el (minibuffer-prompt): Doc fix.
5056 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
5058         * progmodes/xscheme.el: Trivial changes to silence warnings.
5059         (xscheme-previous-mode, xscheme-previous-process-state):
5060         Add defvars.
5061         (xscheme-last-input-end, xscheme-process-command-line)
5062         (xscheme-process-name, xscheme-buffer-name)
5063         (xscheme-expressions-ring-max, xscheme-expressions-ring)
5064         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5065         (xscheme-control-g-synchronization-p)
5066         (xscheme-control-g-disabled-p, xscheme-string-receiver)
5067         (default-xscheme-runlight, xscheme-runlight)
5068         (xscheme-runlight-string, xscheme-process-filter-state)
5069         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5070         Move to beginning of file.
5071         (scheme-interaction-mode-commands-alist)
5072         (scheme-interaction-mode-map, scheme-debugger-mode-map):
5073         Declare them before use.  Note: the initialization code for the variables
5074         has not been moved because it uses functions that reference the variables.
5075         (xscheme-control-g-message-string, xscheme-process-filter-alist)
5076         (xscheme-prompt-for-expression-map): Declare them before use.
5077         (scheme-debugger-mode-commands): "?\ " -> "?\s".
5079 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
5081         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5083 2005-08-22  Juri Linkov  <juri@jurta.org>
5085         * faces.el (set-face-underline): Delete this duplicate function
5086         and make an obsolete alias to set-face-underline-p.
5087         (set-face-underline-p): Use docstring of set-face-underline.
5088         (describe-face): Create hyperlink to parent face.
5090         * info.el (Info-insert-dir): Use save-excursion around
5091         insert-buffer-substring.
5092         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5093         (Info-escape-percent): Delete function.
5094         (Info-fontify-node): Replace Info-escape-percent by
5095         replace-regexp-in-string with REP arg set to lambda that
5096         duplicates `%' and preserves text properties.
5098         * progmodes/compile.el (compilation-disable-input): Doc fix.
5099         (define-compilation-mode): Doc fix and refill.
5100         (kill-compilation): Use `mode-name' in the error message.
5101         (compilation-find-file): Use `compilation-error' in the
5102         read-file-name's prompt.
5104 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5106         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5107         (smerge-auto-leave): Make undo re-enable the mode.
5108         (debug-ignored-errors): Add the user-error of impossible resolution.
5109         (smerge-resolve): Move things around a bit, in preparation for later.
5110         (smerge-diff): Don't fail if the buffer has no associated file.
5111         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5112         (smerge-conflict-overlay): New function.
5113         (smerge-match-conflict): Don't add text properties here.
5114         (smerge-find-conflict): Instead, add an overlay here.
5115         Also check for the case where we're inside a conflict already, so as to
5116         obviate the need for font-lock-multiline, which is unbearably slow with
5117         large conflicts and ciomplex font-lock patterns.
5118         (smerge-remove-props): Remove overlay rather than text-properties.
5119         (smerge-mode): Don't set font-lock-multiline.
5120         Remove overlays when turned off.
5122 2005-08-21  Kim F. Storm  <storm@cua.dk>
5124         * ido.el (ido-ignore-item-p): Use save-match-data.
5125         Bind case-fold-search to ido-case-fold locally.
5127 2005-08-20  Richard M. Stallman  <rms@gnu.org>
5129         * files.el (normal-mode): If font lock is on, turn it off and on.
5131         * subr.el (replace-regexp-in-string): Doc fix.
5133         * startup.el (command-line-1): Don't suppress startup screen
5134         due to existing processes.
5136         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5138         * progmodes/compile.el (compilation-disable-input): Default to nil.
5140 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5142         * progmodes/compile.el (compilation-disable-input): New defcustom.
5143         (compilation-start): If compilation-disable-input is non-nil, send
5144         EOF to the compilation process.
5146 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
5148         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5149         Run the argument of tex-shell-cd-command through
5150         convert-standard-filename, to get the correct style of slashes on
5151         Windows, and enclose the result in quotes, in case the file name
5152         includes whitespace or other special characters.
5154 2005-08-19  Andreas Schwab  <schwab@suse.de>
5156         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5157         process.
5159 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
5161         * cus-start.el (minibuffer-prompt-properties): Correct typo.
5163 2005-08-18  Kim F. Storm  <storm@cua.dk>
5165         * scroll-lock.el: Fix errors due to incorrect line wrapping.
5167 2005-08-18  Richard M. Stallman  <rms@gnu.org>
5169         * scroll-lock.el: New file.
5171 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
5173         * dired.el (dired-move-to-end-of-filename):
5174         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5176 2005-08-18  Kim F. Storm  <storm@cua.dk>
5178         * ido.el (ido-everywhere): Fix defcustom :set function to disable
5179         rather than toggle mode when custom value is nil.
5180         (ido-everywhere): Fix defun doc string.
5182 2005-08-17  Richard M. Stallman  <rms@gnu.org>
5184         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5185         as tag instead of "Inviolable".
5187 2005-08-17  Kim F. Storm  <storm@cua.dk>
5189         * windmove.el (windmove-coordinates-of-position): Remove.
5190         (windmove-coordinates-of-window-position): Remove.
5191         (windmove-reference-loc): Use posn-at-point instead.
5193         * subr.el (insert-for-yank-1): Doc fix.
5195         * ido.el (ido-enter-matching-directory): Rename from
5196         ido-enter-single-matching-directory.  Change 'slash choice to
5197         'only.  Add 'first choice.
5198         (ido-exhibit): Adapt to above changes.
5200 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
5202         * Makefile.in: Expand comment about building loaddefs.el.
5204 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
5206         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5207         Comment use of defadvice.
5209         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5211 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
5213         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5214         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5215         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5216         * progmodes/idlw-shell.el, progmodes/ld-script.el,
5217         * progmodes/which-func.el, ruler-mode.el, strokes.el,
5218         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5219         for backward compatibility for faces that did not appear in the
5220         previous Emacs release.
5222         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5224 2005-08-15  Kim F. Storm  <storm@cua.dk>
5226         * emulation/cua-base.el (cua-delete-region): Return t if
5227         deleted region was non-empty.
5228         (cua-replace-region): Inhibit overwrite-mode for
5229         self-insert-command if replaced region was non-empty.
5230         (cua--explicit-region-start, cua--status-string): Make them
5231         buffer-local at top-level...
5232         (cua-mode): ...rather than when mode is enabled.
5234 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
5236         * progmodes/vhdl-mode.el (vhdl-emacs-21):
5237         Set t for Emacs 21, 22, and so on.
5239 2005-08-15  David Ponce  <david@dponce.com>
5241         * tree-widget.el: Update Commentary header.
5242         (tree-widget-theme): Doc fix.
5243         (tree-widget-space-width): New option.
5244         (tree-widget-image-properties): Look up in the default theme too.
5245         (tree-widget--cursors): Only for images with arrow pointer shape.
5246         (tree-widget-lookup-image): Pointer shape is hand by default.
5247         (tree-widget-icon): Rename generic icon widget from
5248         `tree-widget-control'.
5249         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5250         derive from `tree-widget-icon'.
5251         (tree-widget-handle): Improve default look and feel of the text
5252         representation.
5253         (tree-widget): Rename :*-control properties to :*-icon properties.
5254         Add :action and :help-echo properties.
5255         (tree-widget-after-toggle-functions): Move.
5256         (tree-widget-close-node, tree-widget-open-node): Remove.
5257         (tree-widget-before-create-icon-functions): New hook.
5258         (tree-widget-value-create): Update to allow customization of icons
5259         and nodes at run-time via that new hook.
5260         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5261         (tree-widget-icon-action, tree-widget-icon-help-echo)
5262         (tree-widget-action, tree-widget-help-echo): New functions.
5264 2005-08-15  Kim F. Storm  <storm@cua.dk>
5266         * ido.el (ido-buffer-internal): Use with-no-warnings.
5267         (ido-make-merged-file-list): Use while-no-input.
5269 2005-08-15  Richard M. Stallman  <rms@gnu.org>
5271         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5272         (flyspell-large-region): Fix doc and custom type.
5274 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5276         * files.el (interpreter-mode-alist): Doc fix.
5278         * mail/rmail.el (rmail-nonignored-headers): New variable.
5279         (rmail-clear-headers): Use it.
5280         (rmail-reply): Better handling of mail-followup-to header.
5282         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5283         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
5284         don't try to refer to executable-font-lock-keywords.
5285         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5286         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5287         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5288         (sh-mode): Set comment-start-skip, local-abbrev-table,
5289         imenu-case-fold-search.
5290         (sh-set-shell): Don't set them here.
5291         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
5292         Don't cache the results in the original alist; don't ever modify
5293         that alist.
5295         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5297         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5298         empty.
5300 2005-08-15  Andreas Schwab  <schwab@suse.de>
5302         * desktop.el: Put autoload cookie at risky-local-variable declarations.
5304         * dired.el, info.el, mail/rmail.el: Revert last change.
5306 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
5308         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5309         modification in `eval-after-load' form.
5310         * info.el: Likewise.
5311         * mail/rmail.el: Likewise.
5313 2005-08-14  Juri Linkov  <juri@jurta.org>
5315         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5316         Remove highlighting of "Compilation started".  Highlight only
5317         the word "finished" in "Compilation finished".  Add highlighting
5318         of "interrupt", "killed", "terminated" and the exit code.
5319         (compilation-start): Add newline after header.  Use exactly the
5320         same time stamp format as the finishing message.
5321         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5323         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5324         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5325         Add highlighting of "interrupt", "killed", "terminated".
5327         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5328         enabled and the current command is self-insert-command, call it
5329         explicitly with overwrite-mode bound to nil, to not allow it
5330         to delete the character after the selected region.
5332 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
5334         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5335         move-end-of-line, end-of-line, and beginning-of-line to the list
5336         of commands after which the echo area is updated.
5338 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
5340         * cus-edit.el (custom-save-all, custom-save-delete):
5341         Bind recentf-exclude to exclude custom-file.
5343 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
5345         * mail/rmailsum.el (rmail-summary-end-of-message): New command
5346         to go to the bottom of the mail message.  Added to
5347         `rmail-summary-mode-map' with key "/".
5348         (rmail-summary-show-message): New (internal) function for use by
5349         both `rmail-summary-beginning/end-of-message'.
5350         (rmail-summary-beginning-of-message): Change to use
5351         rmail-summary-show-message.
5353         * mail/rmail.el (rmail-end-of-message): New command to go to the
5354         end of the current message.  Added to `rmail-mode-map' with key "/".
5355         (rmail-beginning-of-message): Fix to work as documented.
5356         (rmail-mode): Change documentation.
5358         * progmodes/compile.el (compilation-start): Add the line
5359         "Compilation started" with compilation start time.
5360         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5362 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5364         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5365         of menu items.
5367 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5369         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5371         * battery.el (battery-status-function): Don't use ignore-errors.
5373 2005-08-11  Lute Kamstra  <lute@gnu.org>
5375         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5376         define-obsolete-variable-alias.
5378 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5381         (ange-ftp-send-cmd): Revert last change, and expand
5382         the comment explaining the problem.
5384 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5386         * ldefs-boot.el: Update.
5388         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5389         item to "Time, Load and Mail".  Change help echo text.
5391         * time.el (display-time-use-mail-icon, display-time-format)
5392         (display-time-string-forms): Shorten first line of docstrings.
5394 2005-08-10  Lars Hansen  <larsh@soem.dk>
5396         * desktop.el (desktop-buffer-mode-handlers):
5397         Make non-customizable. Add autoload cookie.  Change initial value to
5398         nil; add elements in respective modules instead.  Fix doc string.
5399         (desktop-load-file): New function.
5400         (desktop-minor-mode-handlers): New autoloaded variable.
5401         (desktop-create-buffer): Call minor mode handlers.
5402         Use desktop-load-file to load major and minor mode modules prior to
5403         checking for a handler.
5404         (desktop-save): Don't add nil to desktop-minor-modes for minor
5405         modes with nil function in desktop-minor-mode-table.  Don't delete
5406         desktop file before rewriting it.
5407         (desktop-locals-to-save): Add autoload cookie.  Don't make
5408         automatically buffer-local.  Add variables column-number-mode,
5409         size-indication-mode, indent-tabs-mode,
5410         indicate-buffer-boundaries, indicate-empty-lines and
5411         show-trailing-whitespace.
5412         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5413         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5414         (desktop-clear-preserve-buffers-regexp): Delete.
5415         (desktop-clear-preserve-buffers): Update initial value and docstring.
5416         (desktop-save-buffer): Fix doc string.
5418         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5419         (hilit-chg-desktop-restore): New function.
5420         (highlight-changes-mode): Add highlight-changes-mode to
5421         desktop-locals-to-save.
5423         * dired.el: Add handler to desktop-buffer-mode-handlers.
5424         (dired-restore-desktop-buffer): Remove autoload cookie.
5425         (dired-mode): Add autoload cookie.
5427         * info.el: Add handler to desktop-buffer-mode-handlers.
5428         (Info-restore-desktop-buffer): Remove autoload cookie.
5429         (Info-mode): Add autoload cookie.
5431         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5432         (mh-restore-desktop-buffer): Remove autoload cookie.
5433         (mh-folder-mode): Add autoload cookie.
5435         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5436         (rmail-restore-desktop-buffer): Remove autoload cookie.
5438 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5440         * hexl.el (hexl-address-region):
5441         (hexl-ascii-region, hexl-font-lock-keywords):
5442         (hexl-highlight-line-range): Use the term "region"
5443         instead of "area" for consistency with the other symbols
5444         defined in hexl.el.
5446 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5448         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5449         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5450         out by Juri Linkov).  Add `display-battery-mode'.
5452 2005-08-09  Juri Linkov  <juri@jurta.org>
5454         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5455         Remove `-text' from face variable names.
5456         (compilation-error-file-name, compilation-warning-file-name)
5457         (compilation-info-file-name): Delete faces.
5458         (compilation-line-number, compilation-column-number):
5459         Remove face underlining.
5460         (compilation-message-face): Set to `underline' value by default.
5461         (compilation-error-face, compilation-warning-face)
5462         (compilation-info-face): Remove `-file-name' from face names.
5463         (compilation-error-text-face, compilation-warning-text-face)
5464         (compilation-info-text-face): Delete face variables.
5465         (compilation-text-face): Delete function.
5467         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5468         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5469         (grep-error-face): Set to `compilation-error' instead of
5470         `compilation-error-face' (which is redefined to `grep-hit-face' in
5471         grep buffers).
5472         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5473         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5475         * dired-aux.el (dired-do-query-replace-regexp):
5476         Use `query-replace-read-args'.
5478         * replace.el (query-replace-read-from, query-replace-read-to)
5479         (query-replace-read-args): Rename arg `string' to `prompt'.
5481         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5483 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5485         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5486         uploading files.
5487         (ange-ftp-canonize-filename): Handle file names beginning with ~
5488         correctly.
5490 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5492         * textmodes/fill.el (canonically-space-region)
5493         (fill-context-prefix, fill-french-nobreak-p)
5494         (fill-delete-newlines, fill-comment-paragraph)
5495         (justify-current-line): "?\ " -> "?\s".
5497 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5499         * textmodes/fill.el (fill-nonuniform-paragraphs):
5500         Improve argument/docstring consistency.
5502 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5504         * textmodes/ispell.el (ispell-word): More fboundp checks.
5506         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5507         (find-file-noselect-1): Call it here, only if RAWFILE.
5508         (normal-mode): Always set some major mode.
5509         (save-some-buffers-action-alist): Change some explanation strings.
5510         (file-name-non-special): In the `quote' method, use unwind-protect.
5512 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5514         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5515         (ispell-have-aspell-dictionaries): New variable.
5516         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5517         (ispell-get-aspell-config-value): New function.
5518         (ispell-aspell-find-dictionary): New function.
5519         (ispell-aspell-add-aliases): New function.
5520         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5521         appropriate.  Don't look for ispell dictionaries if we use aspell.
5522         (ispell-menu-map): Don't build a submenu of dictionaries.
5524 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5526         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5527         (sql-read-passwd): Use read-passwd.
5529         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5530         (idlwave-toolbar-is-possible): Add defvars.
5532         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5533         Avoid warnings.
5535         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5536         (idlwave-system-class-info, idlwave-executive-commands-alist):
5537         Use defvar.
5539         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5541         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5542         Avoid warnings.
5544         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5545         and content-type: headers.
5547         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5549         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5550         and rename some of them to be more self-explanatory.
5552         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5554         * startup.el (command-line-1): Implement -scriptload.
5556         * replace.el (occur-engine): Initial *Occur* output not undoable.
5558         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5559         and improve help strings.
5561         * isearch.el (isearch-repeat): When changing direction,
5562         mark search successful.
5564         * ediff-init.el: Use (featurep 'xemacs).
5566         * comint.el (send-invisible): Identify buffer, if not selected.
5568         * align.el: Delete autoload for c-guess-basic-syntax.
5570 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5572         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5573         Improve argument/docstring consistency.  Doc fixes.
5574         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5575         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5576         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5577         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5578         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5579         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5580         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5581         Defvar at compile time.
5583 2005-08-09  Juri Linkov  <juri@jurta.org>
5585         * info.el: Replace `info' with upper-case `Info' where appropriate.
5586         (info-title-1, info-title-2, info-title-3, info-title-4)
5587         (info-menu-header): Move up face definitions.
5588         (info-menu-star): Rename from `info-menu-5'.
5589         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5590         (Info-fontify-visited-nodes): Fix docstring.
5591         (Info-hide-note-references): Fix docstring.
5592         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5593         menu items in the same way as on cross-references.
5594         (info-apropos): Fix sorting order and formatting to be like in the
5595         stand-alone Info browser.  Display error messages for 1 sec.
5596         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5597         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5598         from the menu bar.
5599         (Info-insert-dir): Restore point after calling
5600         `insert-buffer-substring'.
5602 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5604         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5605         (recompute-lucid-menubar): Add defvars.
5607         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5609         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5611         * net/net-utils.el (run-dig): Rename from `dig'.
5613         * play/gametree.el (gametree-mode): Use make-local-variable,
5614         not make-variable-buffer-local.
5616         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5618         * ansi-color.el (ansi-color-make-extent)
5619         (ansi-color-set-extent-face): Use fboundp, not functionp.
5621         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5622         not make-variable-buffer-local.
5624         * bookmark.el (Info-current-file): Add defvar.
5625         (bookmark-jump-noselect): Use with-no-warnings.
5627         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5629         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5631         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5633         * find-file.el (ada-procedure-start-regexp)
5634         (ada-package-start-regexp): Add defvars.
5636         * info.el (Info-insert-dir): Use insert-buffer-substring.
5638         * xml.el (xml-att-def-re): Add defvar.
5640         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5641         calling convention.
5643         * subr.el (while-no-input): Return t if there is input.
5645 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5647         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5649 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5651         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5652         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5654 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5656         * cmuscheme.el (scheme-start-file): Replace reference to
5657         `user-emacs-directory' by "~/.emacs.d/".
5659 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5661         * info.el (Info-dir-remove-duplicates): Avoid case folding
5662         in loop; instead, keep downcased strings for comparison.
5663         Suggested by Helmut Eller.
5665 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5667         Sync with Tramp 2.0.50.
5669         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5670         XEmacs case; not necessary anymore.
5671         (tramp-user-regexp): Allow "@" as part of user name.
5672         (tramp-handle-set-visited-file-modtime)
5673         (tramp-handle-insert-file-contents)
5674         (tramp-handle-write-region): No special handling for
5675         `last-coding-system-used, because this is done in
5676         `tramp-accept-process-output' now.
5677         (tramp-accept-process-output): New defun.
5678         (tramp-process-one-action, tramp-process-one-multi-action)
5679         (tramp-wait-for-regexp, tramp-wait-for-output)
5680         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5681         Howells <dhowells@redhat.com>.
5682         (clear-visited-file-modtime): Defadvice removed.  The check for
5683         unset buffer's modtime does not need to be based on
5684         `tramp-buffer-file-attributes'.  Suggested by RMS.
5685         (tramp-message): Insert "\n" if not being at beginning of line.
5686         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5687         sequence with same logic.
5688         (tramp-completion-handle-expand-file-name): Discard call of
5689         `tramp-drop-volume-letter'.  It is not necessary, and there have
5690         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5691         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5692         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5693         should always be visible.
5694         (tramp-handle-insert-directory, tramp-setup-complete)
5695         (tramp-set-process-query-on-exit-flag)
5696         (tramp-append-tramp-buffers): Pacify byte-compiler.
5697         (tramp-bug): Delete non-existing variables from list.
5698         Apply `tramp-load-report-modules' as pre-hook.
5699         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5700         `shell-prompt-pattern' because of non-7bit characters.
5701         Reported by Sebastian Luque <sluque@mun.ca>.
5702         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5703         (tramp-match-string-list): Remove function.
5704         (tramp-wait-for-regexp): Remove call of that function.
5705         Suggested by Kim F. Storm <storm@cua.dk>.
5706         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5707         instead of octal character code ?\600.  The latter resulted in a
5708         syntax error with XEmacs.
5710         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5711         XEmacs case; not necessary anymore.
5712         (tramp-smb-handle-write-region): No special handling for
5713         `last-coding-system-used, because this is done in
5714         `tramp-accept-process-output' now.
5715         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5717 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5719         * wid-edit.el (widget-choice-value-create):
5720         Unconditionally respect user choice.  Set :explicit-choice back to nil
5721         when no longer needed.
5722         (widget-choice-action): Unconditionally respect user choice.
5723         Eliminate :explicit-choice-value.
5725         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5727         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5728         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5729         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5730         running new function `toggle-indicate-empty-lines'.
5731         Rename "Customize" item to "Customize fringe".
5732         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5733         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5734         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5735         Delete "Empty lines only" item.
5736         (menu-bar-showhide-fringe-ind-customize): New function.
5737         (menu-bar-showhide-fringe-ind-mixed)
5738         (menu-bar-showhide-fringe-ind-box)
5739         (menu-bar-showhide-fringe-ind-right)
5740         (menu-bar-showhide-fringe-ind-left)
5741         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5742         instead of `fringe-indicators'.
5744 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5746         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5747         Change the date of last update.
5749 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5751         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5752         (viper-exec-yank, viper-put-back): Don't display modification msg
5753         if in the minibuffer.
5755         * viper-init.el (viper-replace-overlay-cursor-color)
5756         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5757         Make variables frame local.
5759         * viper-util.el (viper-append-filter-alist): Use append instead of
5760         nconc.
5762         * viper.el (viper-vi-state-mode-list)
5763         (viper-emacs-state-mode-list): Move help-mode and
5764         completion-list-mode from the first list to the second.
5765         (viper-mode): Docstring.
5766         (viper-go-away, viper-non-hook-settings): Don't localize
5767         minor-mode-alist in newer Emacsen.  Add advice to
5768         set-cursor-color.  Don't bind "\C-c\\".
5770 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5772         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5773         (scheme-macro-expand-command): New user options.
5774         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5775         (scheme-form-at-point, scheme-start-file)
5776         (scheme-interactively-start-process): New functions.
5777         (scheme-get-process): New function, extracted from `scheme-proc'.
5778         (run-scheme): Call `scheme-start-file' to get start file, and pass
5779         it to `make-comint'.
5780         (switch-to-scheme, scheme-proc):
5781         Call `scheme-interactively-start-process' if no Scheme buffer/process
5782         is available.
5784 2005-08-06  Juri Linkov  <juri@jurta.org>
5786         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5787         Use `compilation-text-face', `compilation-info-text-face' and
5788         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5789         (compilation-error): New face.
5790         (compilation-error-file-name): Inherit from
5791         `compilation-error' instead of `font-lock-warning-face'.
5792         (compilation-warning-file-name): Inherit from
5793         `compilation-warning' instead of `font-lock-warning-face'.
5794         (compilation-info, compilation-error-file-name)
5795         (compilation-warning-file-name, compilation-info-file-name)
5796         (compilation-line-number, compilation-column-number): Doc fix.
5797         (compilation-error-text-face, compilation-warning-text-face)
5798         (compilation-info-text-face): New face variables.
5799         (compilation-line-face, compilation-column-face)
5800         (compilation-enter-directory-face)
5801         (compilation-leave-directory-face): Doc fix.
5802         (compilation-text-face): New function.
5804         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5805         instead of 1 to display binary file names as info file links.
5806         (grep-error-face): Use `compilation-error-face' instead of
5807         `font-lock-keyword-face'.
5808         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5809         and `compilation-warning-text-face' instead of
5810         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5811         instead of `grep-error-face'.
5813 2005-08-05  Kenichi Handa  <handa@m17n.org>
5815         * international/code-pages.el: Add autoload cookies for all coding
5816         systems.
5818 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5820         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5822 2005-08-04  Juri Linkov  <juri@jurta.org>
5824         * progmodes/compile.el (compilation-mode-map):
5825         * progmodes/grep.el (grep-mode-map):
5826         Bind TAB to `compilation-next-error' and [backtab] to
5827         `compilation-previous-error'.
5829         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5830         matching line numbers, column numbers and their ranges with regexp
5831         matching only line numbers.
5832         (grep-context-face): New face variable.
5833         (grep-mode-font-lock-keywords): Use it.
5835         * faces.el (read-face-name): Delete duplicate faces.
5837 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5839         * thumbs.el (thumbs-find-image): Don't make variables
5840         automatically buffer local.
5841         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5842         (thumbs-image-num): Make automatically buffer local.
5843         (thumbs-show-thumbs-list): Use `make-local-variable', not
5844         `make-variable-buffer-local'.
5845         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5847         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5848         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5849         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5850         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5851         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5852         (feelings-about, foullst, found, hello, history, howareyoulst)
5853         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5854         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5855         (neglst, obj, object, owner, please, problems, qlist)
5856         (random-adjective, relation, remlst, repetitive-shortness)
5857         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5858         (shortlst, something, sportslst, stallmanlst, states, subj)
5859         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5860         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5861         Defvar at compile time.
5863         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5864         not `make-variable-buffer-local'.
5866 2005-08-02  Kim F. Storm  <storm@cua.dk>
5868         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5869         rectangle overlay in selected window.
5871 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5873         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5874         instead of display group.  Make `indicate-buffer-boundaries'
5875         customizable through Custom.
5877 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5879         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5880         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5881         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5882         (gdb-put-string): Fix typos in docstrings.
5884 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5886         Update copyright notices of files in progmodes directory for
5887         release of Emacs 22.1.
5889         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5891         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5892         Don't barf if the GUD buffer has been killed.
5894 2005-08-01  Kim F. Storm  <storm@cua.dk>
5896         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5898 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * simple.el (next-error-follow-minor-mode):
5901         make-variable-buffer-local -> make-local-variable.
5903         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5905         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5906         (byte-compile-form-make-variable-buffer-local): New functions to warn
5907         about misuses of make-variable-buffer-local where make-local-variable
5908         was meant.
5910 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5912         * bs.el (bs-attributes-list): Doc fix.
5913         (bs): Update url-link.
5915         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5916         (desktop-load-default): Simplify.
5918         * ibuffer.el (ibuffer-columnize-and-insert-list)
5919         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5920         (ibuffer-unmark-all, ibuffer-toggle-marks)
5921         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5922         (ibuffer-compile-make-format-form, ibuffer-format-column)
5923         (ibuffer-current-buffers-with-marks)
5924         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5925         (ibuffer): Doc fix.
5926         (ibuffer-mode): Fix typo in docstring.
5927         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5928         with `define-obsolete-variable-alias'.
5929         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5931 2005-07-29  Kenichi Handa  <handa@m17n.org>
5933         * international/mule-cmds.el (select-message-coding-system):
5934         Be sure to use LF for end-of-line.  If no coding system is decided,
5935         return iso-8859-1-unix.
5937 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5940         (ange-ftp-pending-error-line): New vars.
5941         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5942         to handle the non-fatal no-route-to-host messages.
5943         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5945 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5947         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5948         (isearch-quote-char, isearch-printing-char)
5949         (isearch-text-char-description): "?\ " -> "?\s".
5950         (isearch-lazy-highlight-cleanup)
5951         (isearch-lazy-highlight-initial-delay)
5952         (isearch-lazy-highlight-interval)
5953         (isearch-lazy-highlight-max-at-a-time)
5954         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5955         Declare with define-obsolete-*-alias macros.
5956         (isearch-forward): Fix typo in docstring.
5957         (search-invisible, search-ring-yank-pointer)
5958         (regexp-search-ring-yank-pointer): Doc fixes.
5960         * recentf.el (recentf-menu-append-commands-p): Declare with
5961         `define-obsolete-variable-alias'.
5962         (recentf-max-saved-items, recentf-menu-filter)
5963         (recentf-arrange-by-rule-subfilter): Doc fixes.
5964         (recentf-menu-append-commands-flag)
5965         (recentf-initialize-file-name-history, recentf-expand-file-name)
5966         (recentf-clear-data): Fix typos in docstrings.
5968 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5970         * progmodes/gdb-ui.el: Smarten comments.
5971         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5973 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5975         * term/apollo.el (terminal-init-apollo): New function containing
5976         all former top level forms in the file.
5977         * term/bobcat.el (terminal-init-bobcat):
5978         * term/cygwin.el (terminal-init-cygwin):
5979         * term/iris-ansi.el (terminal-init-iris-ansi):
5980         * term/linux.el (terminal-init-linux):
5981         * term/news.el (terminal-init-news):
5982         * term/rxvt.el (terminal-init-rxvt):
5983         * term/sun.el (terminal-init-sun):
5984         * term/tvi970.el (terminal-init-tvi970):
5985         * term/vt100.el (terminal-init-vt100):
5986         * term/vt102.el (terminal-init-vt102):
5987         * term/vt125.el (terminal-init-vt125):
5988         * term/vt200.el (terminal-init-vt200):
5989         * term/vt201.el (terminal-init-vt201):
5990         * term/vt220.el (terminal-init-vt220):
5991         * term/vt240.el (terminal-init-vt240):
5992         * term/vt300.el (terminal-init-vt300):
5993         * term/vt320.el (terminal-init-vt320):
5994         * term/vt400.el (terminal-init-vt400):
5995         * term/vt420.el (terminal-init-vt420):
5996         * term/wyse50.el (terminal-init-wyse50):
5997         * term/xterm.el (terminal-init-xterm): Likewise.
5999         * term/README: Describe the terminal-init-* functionality.
6001         * startup.el (command-line): After loading the terminal initialization
6002         file call the corresponding terminal initialization function.
6004 2005-07-27  Kenichi Handa  <handa@m17n.org>
6006         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6007         negative.
6009         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6010         (ps-mule-composition-prologue): Fix for the case that
6011         RelativeCompose is false.
6013 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6017         * descr-text.el (describe-char): Handle the case where the list of
6018         chars is displayed in a separate frame.
6019         Be a bit more discriminating when looking for the char.
6021 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
6023         * bookmark.el (bookmark-automatically-show-annotations)
6024         (bookmark-read-annotation-text-func): Doc fixes.
6025         (bookmark-save): Improve argument/docstring consistency.
6026         (bookmark-get-bookmark, bookmark-get-bookmark-record)
6027         (bookmark-alist-from-buffer)
6028         (bookmark-upgrade-file-format-from-0)
6029         (bookmark-grok-file-format-version)
6030         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6031         (bookmark-read-annotation-mode)
6032         (bookmark-insert-current-bookmark, bookmark-jump)
6033         (bookmark-exit-hook): Fix typos in docstrings.
6034         (bookmark-exit-hooks): Define as obsolete alias.
6035         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6036         not `bookmark-exit-hooks'.  Fix docstring.
6037         (bookmark-bmenu-select): "?\ " -> "?\s".
6039 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
6041         * startup.el (command-line): Fix typo.
6043 2005-07-24  Richard M. Stallman  <rms@gnu.org>
6045         * tooltip.el (tooltip-mode): Test emacs-basic-display,
6046         not emacs-quick-startup.
6048 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
6050         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6051         (reb-next-match, reb-show-subexp): Use `with-selected-window'
6052         instead of `reb-with-current-window'.
6053         (reb-prev-match): Likewise.  Also, don't move left if the search
6054         was unsuccessful.
6055         (reb-initialize-buffer): New function.
6056         (re-builder, reb-change-syntax): Use it.
6058         * man.el (Man-goto-page): Make second argument NOERROR optional.
6060 2005-07-23  Richard M. Stallman  <rms@gnu.org>
6062         * man.el (Man-bgproc-sentinel): Check here for failure to find
6063         any man page in the output, and report the error here.
6064         (Man-arguments): Make it permanent local.
6065         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
6066         (Man-mode): Pass t for NOERROR.
6068         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6069         (grep-mode-font-lock-keywords):
6070         Don't use compilation-...-face for messages that are not file names.
6072         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6073         Don't use compilation-...-face for messages that are not file names.
6075 2005-07-22  Juri Linkov  <juri@jurta.org>
6077         * startup.el (normal-splash-screen): Update menu name.
6079         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6081 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6083         * term/xterm.el: Load term/rxvt if the terminal is actually an
6084         rxvt terminal.
6085         (xterm-rxvt-set-background-mode): Remove, not used anymore.
6087         * term/rxvt.el (function-key-map): Use substitute-key-definition
6088         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6090         * term/cygwin.el: New file.
6092 2005-07-22  Kim F. Storm  <storm@cua.dk>
6094         * image-file.el (insert-image-file, image-file-yank-handler):
6095         Fix last change to maintain a (unique) yank-handler on yanked images.
6097 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
6099         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6100         of the file size (as in "177B" for 177 bytes).  This happens with
6101         "ls -lh" on FreeBSD.
6103 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
6105         * hilit-chg.el (highlight-changes-global-initial-state)
6106         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6107         (hilit-chg-fixup, highlight-changes-mode):
6108         Fix typos in docstrings.
6109         (highlight-changes-global-modes, highlight-changes-rotate-faces):
6110         Doc fixes.
6112 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
6114         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6115         mode function using `eval-after-load'.
6117 2005-07-21  Kim F. Storm  <storm@cua.dk>
6119         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6120         included when reporting an emacs crash, and tell about the DEBUG file.
6122         * image-file.el (insert-image-file): Add yank-handler.
6123         (image-file-yank-handler): Yank handler to make unique copies of
6124         images when they are yanked into a buffer next to each other.
6126 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
6128         * comint.el (comint-use-prompt-regexp, comint-send-input)
6129         (comint-source-default, comint-extract-string)
6130         (comint-get-source, comint-word, comint-completion)
6131         (comint-source, comint-prompt-read-only, comint-update-fence):
6132         Fix typos in docstrings.
6133         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6134         Declare with define-obsolete-*-alias macros.
6135         (comint-previous-matching-input-from-input)
6136         (comint-next-matching-input-from-input)
6137         (comint-previous-matching-input, comint-next-matching-input)
6138         (comint-forward-matching-input):
6139         Improve argument/docstring consistency.
6141         * desktop.el (desktop-clear-preserve-buffers-regexp):
6142         Also preserve the *server* buffer.
6144         * simple.el (clone-indirect-buffer): Doc fix.
6145         (fixup-whitespace, just-one-space)
6146         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6147         (next-error, next-error-highlight)
6148         (next-error-highlight-no-select, next-error-last-buffer)
6149         (next-error-buffer-p, next-error-find-buffer, next-error)
6150         (previous-error, next-error-no-select, previous-error-no-select)
6151         (open-line, split-line, minibuffer-prompt-width, kill-new)
6152         (binary-overwrite-mode): Fix typos in docstrings.
6153         (set-fill-column): Fix typo in message.
6155         * skeleton.el (skeleton-proxy-new): Doc fix.
6157         * strokes.el (strokes-load-hook): Doc fix.
6158         (strokes-grid-resolution, strokes-get-grid-position)
6159         (strokes-renormalize-to-grid, strokes-read-stroke)
6160         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6161         (strokes-global-map): Fix typos in docstrings.
6162         (strokes-help): Doc fix.  Fix help message and pass it through
6163         `substitute-command-keys'.
6165         * tempo.el (tempo-insert-prompt, tempo-interactive)
6166         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6167         (tempo-insert-string-functions, tempo-local-tags)
6168         (tempo-define-template, tempo-insert-template)
6169         (tempo-insert-prompt-compat, tempo-is-user-element)
6170         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6171         Fix typos in docstrings.
6173         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6174         (vcursor-key-bindings, vcursor-use-vcursor-map)
6175         (vcursor-find-window, vcursor-scroll-down)
6176         (vcursor-disable, vcursor-beginning-of-buffer)
6177         (vcursor-end-of-buffer): Fix typos in docstrings.
6178         (vcursor-relative-move, vcursor-get-char-count):
6179         Improve argument/docstring consistency.
6181         * version.el: "?\ " -> "?\s".
6183         * wid-edit.el (widget-default-create, widget-after-change)
6184         (widget-default-format-handler, widget-checklist-add-item)
6185         (widget-radio-add-item, widget-choose, widget-specify-secret)
6186         (widget-field-value-create, widget-field-value-get)
6187         (widget-editable-list-format-handler)
6188         (widget-editable-list-entry-create, widget-group-value-create)
6189         (widget-documentation-link-add)
6190         (widget-documentation-string-value-create): "?\ " -> "?\s".
6191         (widget-convert-text): Doc fix.
6192         (widget-narrow-to-field, widget-field-find)
6193         (widget-url-link-action, widget-emacs-library-link-action)
6194         (widget-color-notify): Fix typos in docstrings.
6196         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6197         (x-select-text, set-w32-system-coding-system)
6198         (w32-add-charset-info): Fix typos in docstrings.
6200         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6201         (cua-enable-cua-keys, cua-use-hyper-key)
6202         (cua-virtual-rectangle-edges): Fix typos in docstrings.
6203         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6205         * net/tramp.el (tramp-handle-load): Fix typo in error message.
6207         * emacs-lisp/re-builder.el (regexp-builder): Declare with
6208         `defalias' instead of faking it.
6210         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6211         (eshell-ls-missing, eshell-ls-dired-initial-args)
6212         (eshell-ls-use-in-dired): Fix typos in docstrings.
6214 2005-07-20  Kim F. Storm  <storm@cua.dk>
6216         * emulation/cua-base.el (cua-mode): Improve doc string.
6218 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
6220         * abbrev.el (expand-region-abbrevs): Doc fix.
6221         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6222         Improve argument/docstring consistency.
6224         * arc-mode.el (archive-get-descr, archive-alternate-display):
6225         Doc fixes.
6226         (archive-l-e): Improve argument/docstring consistency.
6227         (archive-tmpdir, archive-unixdate, archive-unixtime)
6228         (archive-chmod-entry): Fix typos in docstrings.
6229         (archive-unflag, archive-unflag-backwards)
6230         (archive-unmark-all-files): "?\ " -> "?\s".
6232         * buff-menu.el (Buffer-menu-unmark): Doc fix.
6233         (Buffer-menu-not-modified, Buffer-menu-execute)
6234         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6235         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6237         * composite.el (compose-string, encode-composition-rule)
6238         (compose-last-chars): Fix typos in docstrings.
6240         * desktop.el (desktop-enable, desktop-basefilename):
6241         Declare with `define-obsolete-variable-alias'.
6242         (desktop-internal-v2s): Don't quote keywords.
6243         (desktop-clear): "?\ " -> "?\s".
6245         * dired.el (dired-align-file, dired-flag-backup-files)
6246         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6247         (dired-listing-switches, dired-ls-F-marks-symlinks)
6248         (dired-dwim-target, dired-load-hook, dired-mode-hook)
6249         (dired-directory, dired-faces, dired, dired-revert)
6250         (dired-mode, dired-summary, dired-view-file)
6251         (dired-copy-filename-as-kill, dired-delete-file)
6252         (dired-no-confirm, dired-unmark-all-marks)
6253         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6254         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6255         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6256         Fix typos in message strings.
6258         * dired-x.el (virtual-dired): Declare with `defalias'.
6259         (dired-mark-unmarked-files, dired-local-variables-file)
6260         (dired-omit-here-always): Doc fix.
6261         (dired-omit-mode, dired-find-subdir)
6262         (dired-enable-local-variables, dired-clean-up-buffers-too)
6263         (dired-extra-startup, dired-mark-extension, dired-jump)
6264         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6265         (dired-smart-shell-command, dired-guess-shell-alist-user)
6266         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6267         (dired-x-bind-find-file, dired-x-submit-report):
6268         Fix typos in docstrings.
6269         (dired-mark-unmarked-files): "?\ " -> "?\s".
6271         * dirtrack.el (dirtrack-list): Fix typos in docstring.
6273         * faces.el (describe-face): "?\ " -> "?\s".
6274         (read-all-face-attributes, read-face-font, modify-face)
6275         (face-attr-construct, italic): Fix typos in docstrings.
6276         (frame-update-face-colors): Declare with
6277         `define-obsolete-function-alias'.
6279         * files.el (find-file-noselect, recode-file-name): Doc fixes.
6280         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6281         (magic-mode-alist, buffer-file-numbers-unique)
6282         (write-file-functions, get-free-disk-space):
6283         Fix typos in docstrings.
6284         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6285         (write-contents-hooks, write-file-hooks):
6286         Declare with `define-obsolete-variable-alias'.
6288         * forms-d2.el (arch-rj): Fix typo in docstrings.
6289         (arch-tocol): Likewise.  "?\ " -> "?\s".
6291         * frame.el (set-frame-font, cursor-in-non-selected-windows):
6292         Fix typo in docstring.
6293         (set-screen-width, set-screen-height): Delete redundant info in
6294         doctrings.
6295         (new-frame, screen-height, screen-width): Declare with
6296         `define-obsolete-function-alias'.
6297         (delete-frame-hook, blink-cursor): Declare with
6298         `define-obsolete-variable-alias'.
6300         * paths.el (prune-directory-list): Fix typos in docstring.
6302         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6303         (cvs-prefix-get): Fix typos in docstrings.
6305         * ps-print.el (ps-extend-face-list, ps-extend-face)
6306         (ps-print-background-image): Fix typos in docstrings.
6307         (ps-default-fg, ps-default-bg): Doc fixes.
6309         * s-region.el (s-region-bind): Doc fix.
6310         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6312         * textmodes/org.el (org-table-formula-substitute-names)
6313         (org-table-get-vertical-vector): Doc fixes.
6314         (org-table-recalculate): Remove unused argument to `message'.
6316 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6318         * textmodes/org.el (org-table-column-names)
6319         (org-table-column-name-regexp)
6320         (org-table-named-field-locations): New variables.
6321         (org-archive-subtree): Protect `this-command' when calling
6322         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6323         the kill buffer.
6324         (org-complete): Remove fixed-formula completion.
6325         (org-edit-formulas-map): New variable.
6326         (org-table-edit-formulas): New command.
6327         (org-finish-edit-formulas, org-abort-edit-formulas)
6328         (org-show-variable, org-table-get-vertical-vector): New functions.
6329         (org-table-maybe-eval-formula): Handle `:=' fields.
6330         (org-table-get-stored-formulas, org-table-store-formulas)
6331         (org-table-get-formula, org-table-modify-formulas)
6332         (org-table-replace-in-formulas): Handle named field formulas.
6333         (org-table-get-specials): Store locations of named fields.
6335 2005-07-19  Juri Linkov  <juri@jurta.org>
6337         * progmodes/grep.el (grep-regexp-alist)
6338         (grep-mode-font-lock-keywords, grep-process-setup):
6339         Use default GNU grep match color "01;31m" instead of "01;41m".
6340         (grep-regexp-alist, grep-mode-font-lock-keywords):
6341         Use `\\[[0-9]*m' instead of `\\[00m'.
6342         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6343         sgr_start where its handling is more important.  Use the real
6344         length of sgr_start instead of constant 8.
6345         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6346         specially.  Delete all remaining escape sequences.
6347         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6348         (grep-regexp-alist): Make hyperlink only for binary file name
6349         instead of the whole line.
6350         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6351         (grep-mode): Add autoload.
6353         * emacs-lisp/find-func.el (find-function-regexp):
6354         Add `define-compilation-mode'.
6356 2005-07-19  Juri Linkov  <juri@jurta.org>
6358         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6359         (compare-windows-sync-string-size, compare-windows-recenter)
6360         (compare-windows-highlight, compare-windows): Add version 22.1.
6361         (compare-windows) <defface>: Inherit from lazy-highlight instead
6362         of duplicating its default value.
6364         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6365         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6367         * descr-text.el (describe-char): Create link buttons for `charset'
6368         and `code point'.  Add the current input method name with a link
6369         button to `to input' field.  Print face names of display table
6370         characters in `The display table entry is displayed by' section
6371         instead of printing face-id in the `display' field.
6372         Guess hardcoded faces and create a link button for them.
6373         Skip empty fields when calculating max-width.
6374         Treat `widget-create' specially while inserting strings from the
6375         collected field list.
6376         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6378         * diff-mode.el (diff-file-header): Change foreground color from
6379         yellow to green on light backgrounds.
6380         (diff-context): Inherit from `shadow' only for color/grayscale
6381         with more than 88 colors.
6382         (diff-indicator-removed, diff-indicator-added)
6383         (diff-indicator-changed): New faces.
6384         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6385         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6386         font-lock-comment-delimiter-face and font-lock-comment-face.
6387         Add `#' to ^[^...] in the rule for `diff-context-face'.
6389         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6390         a button-like box.  Inherit from `highlight' on low colors.
6391         (shadow): Use shades of gray only for color/grayscale with
6392         more than 88 colors.  Use green for light backgrounds with
6393         8 colors, and yellow for dark backgrounds with 8 colors.
6395         * font-lock.el (font-lock-regexp-grouping-backslash):
6396         Don't inherit from escape-glyph (use bold for all cases).
6398         * info.el (info-xref-visited): Use light foreground color `violet'
6399         for dark backgrounds instead of dark color `magenta3'.
6400         (info-title-1): Use `yellow' color for dark backgrounds.
6402         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6403         too-light magenta2.
6405         * replace.el (match): Use slightly more light RoyalBlue3 instead
6406         of dark RoyalBlue4.
6408         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6410 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6412         * novice.el (disabled-command-hook): Declare it with
6413         `define-obsolete-variable-alias'.
6415         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6416         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6417         (desktop-load-default): Add release to obsolescence info.
6418         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6419         (desktop-append-buffer-args, desktop-read):
6420         Fix typos in docstrings.
6421         (desktop-kill): Fix typo in message.
6422         (desktop-save): Doc fix.
6424 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6426         * viper-cmd.el (viper-escape-to-state): Bug fix.
6427         (viper-envelop-ESC-key): Change the definition of fast
6428         keysequence so it'll work with keyboard macros.
6430         * ediff.el (ediff-patch-buffer): Change the docstring.
6432 2005-07-19  Kenichi Handa  <handa@m17n.org>
6434         * international/mule-cmds.el (select-safe-coding-system): Try to
6435         use an auto-coding (if any) before anything else.  If the found
6436         auto-coding is invalid, show a warning message.
6438         * international/mule.el (find-auto-coding): New function created
6439         by modifying the body of set-auto-coding.
6440         (set-auto-coding): Use find-auto-coding to find a coding.
6442 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6444         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6445         not isearch-mode-end-hook-error.
6446         (allout-before-change-protect): Fix error message.
6448 2005-07-18  Juri Linkov  <juri@jurta.org>
6450         * allout.el (allout-mode):
6451         * calculator.el (calculator-copy):
6452         * custom.el (custom-known-themes):
6453         * dired.el (dired-desktop-buffer-misc-data)
6454         (dired-restore-desktop-buffer):
6455         * dired-x.el (dired-omit-marker-char):
6456         * files.el (basic-save-buffer):
6457         * font-core.el (font-lock-mode):
6458         * calendar/calendar.el (calendar-goto-hebrew-date)
6459         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6460         (calendar-goto-persian-date):
6461         * language/ethio-util.el (ethio-sera-to-fidel-region):
6462         * textmodes/picture.el (picture-mode):
6463         Delete duplicate duplicate words.
6465 2005-07-18  Juri Linkov  <juri@jurta.org>
6467         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6468         chars * ? } |.
6469         (isearch-fallback): Don't call `isearch-process-search-char'.
6470         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6471         (isearch-process-search-char): Call `isearch-fallback' for regexp
6472         chars * ? } |.
6473         (isearch-return-char): Make obsolete with `make-obsolete' instead
6474         of simply documenting it as obsolete in the docstring.
6475         (isearch-fallback): Refill docstring.
6477         * international/isearch-x.el
6478         (isearch-process-search-multibyte-characters): Remove unneeded
6479         `concat'.  Add intermediate values to `junk-hist' instead of
6480         `minibuffer-history'.  Test the length of `str'.
6482 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6484         * allout.el (allout-resolve-xref): Fix typos in error strings.
6485         (allout-before-change-protect): Remove unneeded `concat'.
6487         * array.el (array-mode, array-reconfigure-rows)
6488         (untabify-backward): Fix typos in docstrings.
6489         (array-reconfigure-rows): Use `insert-buffer-substring', not
6490         `insert-buffer'.
6492         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6493         * progmodes/ada-mode.el (ada-make-body):
6494         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6496         * dired.el (dired-log):
6497         * tar-mode.el (tar-subfile-save-buffer):
6498         * play/zone.el (zone-pgm-stress-destress):
6499         Use `insert-buffer-substring', not `insert-buffer'.
6501 2005-07-17  Simon Josefsson  <jas@extundo.com>
6503         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6505 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6507         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6508         Add plain auth method.
6509         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6511 2005-07-17  Kim F. Storm  <storm@cua.dk>
6513         * ido.el (dired-other-window): Add ido property.
6515 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6517         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6518         Fix typo in docstring.
6519         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6520         `insert-file-literally'.
6522         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6523         info and delete redundant message.  Doc fix.
6524         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6525         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6527 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6529         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6530         (byte-compile-and): Use byte-compile-and-recursion.
6531         (byte-compile-or-recursion): New function.
6532         (byte-compile-or): Use that.
6533         (byte-compile-if): Guard the else-clause too.
6534         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6536         * isearch.el (isearch-mode-end-hook-quit): New variable.
6537         (isearch-done): Bind it.
6538         (isearch-mode-end-hook): Doc fix.
6540         * allout.el (allout-isearch-did-quit): Variable deleted.
6541         (allout-real-isearch-abort): Function name no longer used.
6542         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6543         (allout-isearch-rectification): isearch-mode always exists.
6544         Don't set allout-isearch-did-quit.
6545         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6546         allout-isearch-did-quit.
6547         (allout-enwrap-isearch): Just add the hook.
6548         (allout-isearch-abort): Function deleted.
6549         (allout-pre-command-business): Avoid warning.
6551         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6552         Correctly avoid warnings.
6553         (pascal-outline): Likewise.
6555         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6557         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6559         * play/tetris.el (tetris-mode): Avoid warning.
6561         * play/snake.el (snake-mode): Avoid warning.
6563         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6564         (gamegrid-set-display-table): Avoid warning.
6565         (gamegrid-set-timer): Likewise.
6566         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6567         (gamegrid-add-score-with-update-game-score-1): Take FILE
6568         as argument.
6569         (gamegrid-add-score-with-update-game-score): Pass that argument.
6570         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6572         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6574         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6575         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6577         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6578         and insert-file.
6580         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6581         (sc-ask): Avoid warnings.
6583         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6584         (eshell-hist-initialize): Use that var the natural way.
6586         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6588         * emacs-lisp/re-builder.el (reb-cook-regexp):
6589         Avoid warning calling lre-compile-string.
6590         (reb-color-display-p): Avoid warning.
6592         * calculator.el (calculator-last-input): Guard uses
6593         of event-key and key-press-event-p.
6594         (event-key, key-press-event-p): Delete definitions.
6596         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6597         (find-gc-source-directory, find-gc-subrs-callers)
6598         (find-gc-noreturn-list, find-gc-source-files)
6599         (find-gc-subrs-called): Vars renamed and defvar'd.
6601         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6602         (checkdoc-overlay-put, checkdoc-delete-overlay)
6603         (checkdoc-overlay-start, checkdoc-overlay-end)
6604         (checkdoc-mode-line-update, checkdoc-char=):
6605         Define such that compiler knows they are defined.
6606         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6607         (checkdoc-read-event): Delete.  Use read-event directly.
6609         * whitespace.el (whitespace-make-overlay)
6610         (whitespace-overlay-put, whitespace-delete-overlay)
6611         (whitespace-overlay-start, whitespace-overlay-end):
6612         Define such that compiler knows they are defined.
6613         (whitespace): Move conditional inside.
6615         * tempo.el (tempo-insert-template): Suppress warning.
6617         * ediff-diff.el (longlines-mode): Add defvar.
6619 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6621         * server.el: Bind "C-x #" in a way that works even if C-x is
6622         redefined to a command key, not a prefix key.
6624 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6626         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6627         cl-make-type-test till execution time.
6629 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6631         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6632         arg ARG and use it.
6634 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6636         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6638 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6640         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6641         a defcustom with two :set or :type keywords.
6643 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6645         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6646         Don't give ^M comment-end syntax.
6648 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6650         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6651         Don't consider gdbmi (gdb-mi.el has its own update functions).
6652         (gdb-var-delete): Make it work for gdbmi as well.
6653         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6655         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6656         (gud-speedbar-menu-items): Correct logic for enabling items.
6658 2005-07-15  Kim F. Storm  <storm@cua.dk>
6660         * ido.el: Fix commentary.
6661         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6662         Use with-no-warnings around ffap-guesser.
6663         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6664         Let bind minibuffer-completing-file-name to t.
6666 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6668         * startup.el (site-run-file, keyboard-type): Doc fixes.
6669         (command-line): Check for "--basic-display" argument; also for
6670         "--quick", not "--bare-bones" (which was renamed).
6671         (fancy-splash-text): Add missing item "Getting New Versions".
6672         (normal-splash-screen): Fix typos and improve consistency with
6673         `fancy-splash-text'.  Update copyright year.
6675         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6676         valid binding for `help-char'.
6678         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6680 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6682         * term.el (term-mode): Disable cua-mode for term buffers.
6684 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6686         * add-log.el (add-log-mailing-address, change-log-merge):
6687         Doc fixes.
6688         (change-log-get-method-definition): Fix typo in docstring.
6690 2005-07-14  Kim F. Storm  <storm@cua.dk>
6692         * emulation/cua-base.el:
6693         (cua--pre-command-handler-1, cua--pre-command-handler)
6694         (cua--post-command-handler-1, cua--post-command-handler):
6695         Split in two.  Check (buffer local) value of cua-mode.
6696         (cua-selection-mode): New command.
6698 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6700         * custom.el (custom-initialize-safe-set)
6701         (custom-initialize-safe-default): Doc fixes.
6703         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6704         and simplify :init-value again.
6706         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6707         and simplify :init-value again.  Delete autoload.
6709         * startup.el (command-line): Use `custom-reevaluate-setting' again
6710         for tooltip-mode.
6712         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6713         a defcustom with two :initialize keywords.
6715 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6717         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6718         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6719         (allout-post-command-business, allout-flag-region)
6720         (isearch-reenable-font-lock, allout-yank)
6721         (allout-insert-latex-header, allout-insert-latex-trailer)
6722         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6723         (allout-latex-verb-quote): Fix typos in docstrings.
6724         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6725         (allout-unprotected, allout-prefix-data):
6726         Improve argument/docstring consistency.
6727         (allout-chart-subtree): Fix argument spec.
6728         (allout-open-topic): Rename `use_sib_bullet' argument to
6729         `use-sib-bullet'.  Doc fix.
6731         * whitespace.el (whitespace-check-buffer-leading)
6732         (whitespace-check-buffer-trailing)
6733         (whitespace-check-buffer-indent)
6734         (whitespace-check-buffer-spacetab)
6735         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6736         (whitespace-check-leading-whitespace)
6737         (whitespace-check-trailing-whitespace)
6738         (whitespace-check-spacetab-whitespace)
6739         (whitespace-check-indent-whitespace)
6740         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6741         (whitespace-modes): Fix typos in docstrings.
6742         (defgroup, defcustom): Doc fixes.
6744         * winner.el (winner-mode, winner-boring-buffers)
6745         (winner-pending-undo-ring): Doc fixes.
6746         (winner-ring): Remove unneeded `progn'.
6747         (winner-equal): `defsubst' it.
6748         (winner-redo): Fix message.
6750 2005-07-13  Kim F. Storm  <storm@cua.dk>
6752         * simple.el (line-move-1): Always use vertical-motion to
6753         do the last (or only) line move to ensure some movement.
6754         Undo 2005-06-23 change--don't check for overlays.
6756 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6758         * term/mac-win.el (ccl-encode-mac-roman-font)
6759         (ccl-encode-mac-centraleurroman-font)
6760         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6761         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6762         Change charset-id boundary of dimension to ?\xef.
6763         (mac-char-fontspec-list): New constant.
6764         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6765         argument.  Nil uses itself as family in font-spec.  Previous
6766         behavior for nil is now provided by non-nil non-string argument.
6767         All callers changed.  Add font-specs for Mac fonts to
6768         "fontset-default" unless iso8859-1 fonts are installed.
6770 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6773         a continuation line if the \ is preceded by SPC or TAB.
6774         (sh-get-indent-info): Simplify.
6775         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6776         Use with-current-buffer.
6778         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6779         when the matched text is empty.
6781 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6783         * startup.el (command-line): Revert to previous handling of
6784         tooltip-mode.  Explain in comment why the complexity is needed.
6786         * tooltip.el (tooltip-mode): Revert to previous implementation of
6787         its defcustom.
6789         * frame.el (blink-cursor-mode): Revert to previous implementation
6790         of its defcustom.  Update comment.
6792 2005-07-12  Lars Hansen  <larsh@soem.dk>
6794         * desktop.el: Update e-mail address.
6796 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6798         * term/mac-win.el (mac-services-mail-selection)
6799         (mac-services-mail-to): New functions.
6800         (mac-application-menu-map): Bind them.
6802 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6804         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6806 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6808         * custom.el (custom-reevaluate-setting): Doc fix.
6810 2005-07-11  Jay Belanger  <belanger@truman.edu>
6812         * calc/calc.el (calc-embedded-announce-formula-alist)
6813         (calc-embedded-open-close-plain-alist)
6814         (calc-embedded-open-close-mode-alist): Add checks for additional
6815         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6817 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6819         * custom.el (custom-enable-theme): Don't add theme to
6820         `custom-enabled-themes' with `push' because there is no
6821         setf-method for `delq'.
6823 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6825         * custom.el (custom-declare-variable): Doc fix.
6827         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6828         from the alists.
6830         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6831         Do nothing if edebug-active.
6833         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6834         (edebug-display): Do it here instead.
6836 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6838         * cus-face.el (custom-theme-set-faces): Make it work.
6839         (custom-reset-faces): Doc fix.
6840         (custom-theme-reset-internal-face, custom-theme-face-value):
6841         Functions deleted.
6843         * custom.el (custom-push-theme): Maintain list of the settings
6844         of a given theme in its theme-settings property.
6845         Maintain position of old settings in the theme-value
6846         or theme-face property.
6847         (custom-enabled-themes): New variable.
6848         (custom-theme-enabled-p): New function.
6849         (provide-theme): Update custom-enabled-themes.
6850         Disable and reenable the `user' theme.
6851         (require-theme): Doc fix.
6852         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6853         (custom-theme-value, custom-theme-variable-value): Likewise.
6854         (custom-theme-reset-internal): Likewise.
6855         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6856         (custom-enable-theme, custom-disable-theme): New functions.
6857         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6858         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6859         (custom-theme-reset-variables): Simplify.
6860         (deftheme, custom-declare-theme, custom-make-theme-feature):
6861         Definitions moved.
6863 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6865         * longlines.el (longlines-show-region)
6866         (longlines-unshow-hard-newlines): Recognize hard newlines by
6867         non-nil hard property, instead of t.
6869 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6871         * viper-cmd.el (viper--key-maps): New variable.
6872         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6873         emulation-mode-map-alists.
6874         (viper-envelop-ESC-key): Use viper-subseq.
6875         (viper-search-forward/backward/next): Disable debug-on-error.
6877         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6878         (viper-ESC-key): New defcustoms.
6880         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6882         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6883         (viper-subseq): Copy of subseq from cl.el.
6885         * viper.el (viper-go-away, viper-set-hooks): Use
6886         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6888         * viper-mous.el (viper-current-frame-saved): Use defvar.
6890         * viper-init.el: Get rid of -face in face names.
6892         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6893         Make it work with longlines mode
6895         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6897         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6899         * ediff-init.el: Get rid of -face in face names.
6901 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6903         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6904         and with-timeout-unsuspend.
6906         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6907         and with-timeout-unsuspend.
6909         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6910         (with-timeout): Bind that variable to record timers.
6911         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6913         * emacs-lisp/debug.el (debug-help-follow): New function.
6914         (debugger-mode-map): Use that instead of help-follow.
6915         (debugger-setup-buffer): Use eval-buffer-list
6916         to handle eval-buffer frames.
6918 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6920         * timezone.el (timezone-parse-date): Change first regexp
6921         so it will not mistakenly match dates with no time zone.
6923 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6925         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6927 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6929         * custom.el (custom-initialize-safe-set)
6930         (custom-initialize-safe-default): New functions.
6932         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6933         and simplify :init-value.
6935         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6936         and simplify :init-value.  Delete obsolete comment.
6938         * startup.el (command-line): Use `custom-reevaluate-setting' to
6939         handle `tooltip-mode'.  Delete obsolete comment.
6941         * files.el (set-visited-file-name): Avoid calling
6942         `file-name-nondirectory' with a nil argument.
6944 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6946         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6947         was called with nil for the buffer, handle the read position right.
6948         Handle read position for eval-region, too.
6950 2005-07-09  Juri Linkov  <juri@jurta.org>
6952         * fringe.el (fringe-mode): Add period in docstring.
6953         (fringe-query-style): Build prompt depending on `all-frames' arg.
6955         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6956         to not create links to unrelated functions in the Help buffer.
6958         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6959         Doc fix.
6961         * simple.el (next-error-hook): New variable.
6962         (next-error): Use it.  Doc fix.
6964         * textmodes/ispell.el (ispell-command-loop): Add current
6965         dictionary name and program name to mode-line-format.
6966         (ispell-region, ispell-process-line): Add current dictionary name
6967         and program name to messages.
6969 2005-07-08  Jay Belanger  <belanger@truman.edu>
6971         * calc/calc.el (calc-embedded-announce-formula-alist)
6972         (calc-embedded-open-close-formula-alist)
6973         (calc-embedded-open-close-word-alist)
6974         (calc-embedded-open-close-plain-alist)
6975         (calc-embedded-open-close-new-formula-alist)
6976         (calc-embedded-open-close-mode-alist)
6977         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6978         (calc-embedded-mode-hook): New variables.
6980         * calc/calc-embed.el (calc-embedded-firsttime)
6981         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6982         New variables.
6983         (calc-do-embedded): Use calc-embedded-firsttime,
6984         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6985         determine whether or not to run hooks.
6986         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6987         calc-embedded-firsttime-formula appropriately.
6988         Set calc-embedded delimiter variables according to mode.
6990 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6992         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6993         Check for "emacs", etc., as entire symbol, not just as word.
6994         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6996         * files.el (set-visited-file-name): Report the error
6997         for "empty filename" earlier.
6998         (kill-some-buffers): Ignore buffers already dead.
7000         * fringe.el (fringe-mode): Doc fix.
7002         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7003         Check for (featurep 'xemacs) and turn off warnings in what it guards.
7004         Use unwind-protect to ensure byte-compile-unresolved-functions
7005         is updated.
7007         * whitespace.el (whitespace-buffer-leading-cleanup):
7008         Simplify w/ skip-chars-forward.
7009         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7011         * mail/rmail.el (rmail-only-expunge): Fix paren error.
7012         Unconditionally try to leave point at the same old place.
7014 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
7016         * comint.el (comint-postoutput-scroll-to-bottom)
7017         (comint-show-maximum-output): Take scroll-margin into consideration.
7019 2005-07-08  Kim F. Storm  <storm@cua.dk>
7021         * ido.el (ido-use-filename-at-point): New choice `guess'.
7022         (ido-file-internal): Try ffap-guesser if selected.
7024         * ido.el (ido-before-fallback-functions): New hook.
7025         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7026         (ido-read-file-name): Run it.
7028 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7031         strings rather than a list of symbols to the completion function.
7033 2005-07-07  Jay Belanger  <belanger@truman.edu>
7035         * calc/calc-units.el (math-apply-units): Change the places in
7036         which units are simplified.
7038 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7040         * cus-edit.el (customize-option, customize-option-other-window):
7041         Make them handle aliases.
7043         * custom.el (custom-variable-p): Make it recursively follow
7044         aliases.  Mention that in the docstring.
7046 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7048         * cus-start.el (exec-path): Use `directory' instead of `file'.
7049         Fix tag for nil.
7051 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7053         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7054         when called non-interactively.  Doc fix.
7056 2005-07-07  Lute Kamstra  <lute@gnu.org>
7058         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7059         new address as well.
7061 2005-07-07  Kenichi Handa  <handa@m17n.org>
7063         * international/mule.el (make-coding-system):
7064         Describe `ascii-incompatible' property in the docstring.
7065         (set-file-name-coding-system): Signal an error if coding-system is
7066         ascii-incompatible.
7067         (set-keyboard-coding-system): Likewise.
7069         * international/mule-cmds.el (set-default-coding-systems):
7070         Don't set default-file-name-coding-system and
7071         default-keyboard-coding-system if coding-system is ASCII-incompatible.
7073         * international/utf-16.el: Declare that all UTF-16-based coding
7074         systems are ASCII-incompatible.
7076 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
7078         * progmodes/gud.el: Require font-lock for displaying errors.
7079         Used by gdb-ui.el.
7081 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
7083         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7084         values for the pattern lists which are `read'able but not
7085         `append'able (like symbols).
7087 2005-07-06  Richard M. Stallman  <rms@gnu.org>
7089         * progmodes/flymake.el (flymake-float-time): Instead of
7090         with-no-warnings, test for xemacs.
7091         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7092         to avoid warning.
7094 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
7096         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7098 2005-07-05  Lute Kamstra  <lute@gnu.org>
7100         * battery.el: Add support for Darwin (with much debugging help
7101         from Samuel Lauber <sam124@operamail.com>).
7102         (battery-status-function, battery-echo-area-format)
7103         (battery-mode-line-format): Add support for pmset on Darwin.
7104         (battery-load-low, battery-load-critical): New user options.
7105         (battery-pmset): New function.
7107 2005-07-05  Lute Kamstra  <lute@gnu.org>
7109         Update FSF's address in GPL notices.
7111         * textmodes/page-ext.el: Update FSF's address.
7113 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7115         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7116         filling from using prefix when filling a single-line docstring.
7118         * progmodes/flymake.el: Remove useless eval-when-compile.
7120         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7122 2005-07-04  Richard M. Stallman  <rms@gnu.org>
7124         * textmodes/org.el (org-file-apps-defaults-gnu):
7125         Rename from org-file-apps-defaults-linux.
7126         (org-default-apps): Don't test system-type for `linux'.
7127         (org-file-apps): Doc fix.
7129 2005-07-04  David Ponce  <david@dponce.com>
7131         * tree-widget.el: Improve header Commentary section.
7132         (tree-widget) [defgroup]
7133         (tree-widget-image-enable, tree-widget-themes-directory)
7134         (tree-widget-theme, tree-widget-image-properties-emacs)
7135         (tree-widget-image-properties-xemacs, tree-widget-create-image)
7136         (tree-widget-image-formats, tree-widget-control)
7137         (tree-widget-empty-control, tree-widget-leaf-control
7138         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7139         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7140         (tree-widget-keep, tree-widget-after-toggle-functions)
7141         (tree-widget-open-node, tree-widget-close-node): Doc fix.
7142         (tree-widget-open-control, tree-widget-close-control): Fix doc and
7143         :help-echo message.
7144         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
7145         (tree-widget-image-properties): Doc fix.  Clearer implementation.
7146         (tree-widget--cursors): New constant.
7147         (tree-widget-lookup-image): New function split from
7148         `tree-widget-find-image'.  Clearer implementation.
7149         (tree-widget-find-image): Use it.
7150         (tree-widget-button-keymap): Use `set-keymap-parent'.
7151         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7152         Define the sub-widgets here.
7153         (tree-widget-node): Check that :node is not a tree-widget.
7154         (tree-widget-get-super, tree-widget-open-control)
7155         (tree-widget-close-control, tree-widget-empty-control)
7156         (tree-widget-leaf-control, tree-widget-guide)
7157         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7158         (tree-widget-no-handle, tree-widget-value-delete)
7159         (tree-widget-map): Remove.
7160         (tree-widget-children-value-save): Doc fix.  Simplified.
7161         (tree-widget-value-create): Update according to previous changes.
7163 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7165         * textmodes/org.el: Leading space replaced by TABS.
7166         (org-recalc-marks, org-table-rotate-recalc-marks)
7167         (org-table-get-specials): Treat "^" and "_" marks.
7168         (org-table-justify-field-maybe): Optional argument NEW.
7169         (org-table-eval-formula): Parsing of the format simplified.
7170         New modes C,I.  Honor the %= parameter in the current table.
7171         Avoid unnecessary re-align by using the NEW argument to
7172         `org-table-justify-field-maybe'.
7173         (org-calc-default-modes): Default for date-format mimicks org-mode.
7174         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7176 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7178         * cus-face.el (custom-theme-set-faces): Make it handle face
7179         aliases whose alias declarations are pre- or autoloaded.
7181 2005-07-04  Juri Linkov  <juri@jurta.org>
7183         * faces.el (read-face-name): Put the code for getting a face name
7184         from the buffer before adding the faces from the `face' property.
7185         Use `completing-read-multiple' instead of `completing-read'.
7186         Require `crm'.  Add default value and post-process the returned
7187         list of faces.
7189         * emacs-lisp/crm.el (crm-find-current-element)
7190         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7192         * emacs-lisp/lisp-mode.el (eval-defun-1):
7193         * emacs-lisp/edebug.el (edebug-eval-defun):
7194         Remove unnecessary quotes.
7196 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7198         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7199         (prolog-indent-level): Fix typo in docstring.
7201         * info.el (Info-history, Info-history-forward)
7202         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7204         * add-log.el (add-change-log-entry):
7205         * comint.el (comint-dynamic-list-input-ring)
7206         (comint-dynamic-list-completions):
7207         * dabbrev.el (dabbrev-expand):
7208         * delim-col.el (delimit-columns-rectangle-line):
7209         * diff-mode.el (diff-context->unified, diff-reverse-direction)
7210         (diff-unified->context):
7211         * ediff-init.el (ediff-abbrev-jobname):
7212         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7213         (ediff-replace-session-activity-marker-in-meta-buffer):
7214         * info.el (Info-summary):
7215         * lpr.el (printify-region):
7216         * printing.el (pr-create-interface):
7217         * ps-print.el (ps-print-quote):
7218         * ses.el (ses-column-widths, ses-print-cell)
7219         (ses-adjust-print-width, ses-center):
7220         * shell.el (shell-file-name-quote-list):
7221         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7222         (strokes-fill-current-buffer-with-whitespace)
7223         (strokes-xpm-for-stroke, strokes-list-strokes)
7224         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7225         * term.el (term-dynamic-list-input-ring)
7226         (term-dynamic-list-completions):
7227         * calc/calc.el (math-format-stack-value):
7228         * emacs-lisp/edebug.el (edebug-display-freq-count):
7229         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7230         (delphi-new-comment-line):
7231         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7232         * progmodes/executable.el (executable-set-magic):
7233         * progmodes/python.el (inferior-python-mode):
7234         * progmodes/scheme.el (scheme-mode-syntax-table):
7235         * progmodes/sh-script.el (sh-maybe-here-document):
7236         * progmodes/sql.el (sql-copy-column):
7237         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7238         * textmodes/bibtex.el (bibtex-mode):
7239         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7240         (sgml-auto-attributes):
7241         * textmodes/table.el (table-insert, table-shorten-cell)
7242         (table--generate-source-scan-lines, table-delete-row)
7243         (*table--cell-delete-char, table--spacify-frame)
7244         (table--horizontally-shift-above-and-below)
7245         (table--cell-insert-char, table--cell-blank-str)
7246         (table--fill-region-strictly):
7247         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7248         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7250         * add-log.el (change-log):
7251         * apropos.el (apropos):
7252         * comint.el (comint-completion, comint-source):
7253         * dabbrev.el (dabbrev):
7254         * delim-col.el (columns):
7255         * diff-mode.el (diff-mode):
7256         * ediff.el (ediff):
7257         * ediff-diff.el (ediff-diff):
7258         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7259         * ediff-mult.el (ediff-mult):
7260         * ediff-ptch.el (ediff-ptch):
7261         * ediff-wind.el (ediff-window):
7262         * facemenu.el (facemenu):
7263         * indent.el (indent):
7264         * info.el (info):
7265         * jka-cmpr-hook.el (compression, jka-compr):
7266         * lpr.el (lpr):
7267         * outline.el (outlines):
7268         * pcmpl-cvs.el (pcmpl-cvs):
7269         * pcmpl-rpm.el (pcmpl-rpm):
7270         * printing.el (printing):
7271         * ps-print.el (postscript, ps-print, ps-print-horizontal)
7272         (ps-print-vertical, ps-print-headers, ps-print-font)
7273         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7274         (ps-print-background, ps-print-printer, ps-print-page)
7275         (ps-print-miscellany):
7276         * ses.el (ses):
7277         * shell.el (shell, shell-directories, shell-faces):
7278         * startup.el (initialization):
7279         * strokes.el (strokes):
7280         * term.el (term):
7281         * uniquify.el (uniquify):
7282         * w32-vars.el (w32):
7283         * calc/calc.el (calc):
7284         * emacs-lisp/bytecomp.el (bytecomp):
7285         * emacs-lisp/cl-indent.el (lisp-indent):
7286         * emacs-lisp/edebug.el (edebug):
7287         * emacs-lisp/elp.el (elp):
7288         * emacs-lisp/testcover.el (testcover):
7289         * emacs-lisp/trace.el (trace):
7290         * emulation/viper-ex.el (viper-ex):
7291         * emulation/viper-mous.el (viper-mouse):
7292         * mail/mailalias.el (mailalias):
7293         * mail/supercite.el (supercite, supercite-frames)
7294         (supercite-attr, supercite-cite, supercite-hooks):
7295         * net/rcompile.el (remote-compile):
7296         * net/rlogin.el (rlogin):
7297         * obsolete/ooutline.el (outlines):
7298         * progmodes/delphi.el (delphi):
7299         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7300         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7301         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7302         (ebnf-optimization):
7303         * progmodes/etags.el (etags):
7304         * progmodes/executable.el (executable):
7305         * progmodes/idlwave.el (idlwave):
7306         * progmodes/pascal.el (pascal):
7307         * progmodes/prolog.el (prolog):
7308         * progmodes/python.el (python):
7309         * progmodes/scheme.el (scheme):
7310         * progmodes/sh-script.el (sh, sh-script):
7311         * progmodes/sql.el (SQL):
7312         * progmodes/tcl.el (tcl):
7313         * textmodes/bibtex.el (bibtex, bibtex-autokey):
7314         * textmodes/enriched.el (enriched):
7315         * textmodes/makeinfo.el (makeinfo):
7316         * textmodes/sgml-mode.el (sgml):
7317         * textmodes/table.el (table-hooks):
7318         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7319         * textmodes/texinfo.el (texinfo):
7320         * textmodes/two-column.el (two-column):
7321         Finish `defgroup' description with period.
7323         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7324         * eshell/esh-var.el (eshell-var):
7325         * progmodes/vhdl-mode.el (vhdl-testbench):
7326         * textmodes/org.el (org): Fix typos in docstrings.
7328         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7329         consistency.
7331         * progmodes/flymake.el (flymake-find-file): Remove.
7332         (flymake-float-time): Use `with-no-warnings'.
7333         (flymake-check-start-time, flymake-check-was-interrupted)
7334         (flymake-err-info, flymake-is-running, flymake-last-change-time)
7335         (flymake-new-err-info): `defvar' at compile time.
7337 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
7339         * replace.el (occur-hook): Doc fix.
7340         (occur-1): Don't call `occur-hook' if there are no matches.
7342 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7344         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7345         global-map, save the same map.
7346         (global-map): Don't alter it at top level.
7347         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7348         Then alter it here instead.
7349         (tpu-edt-off): Set global-map to the saved one.
7351         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7352         All references simplified.
7353         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7354         (zmacs-regions): Add defvar.
7355         (repeat-complex-command-map): Everything about that deleted.
7357         * textmodes/artist.el (artist-key-is-drawing)
7358         (artist-key-endpoint1, artist-key-poly-point-list)
7359         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7360         (artist-key-compl-table, artist-rb-save-data)
7361         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7362         Don't put them in eval-when-compile.
7363         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7365         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7366         Use with-no-warnings.
7368         * net/browse-url.el (dos-windows-version): Add defvar.
7370         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7372         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7373         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7374         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7375         Add defvar.
7376         (rmail-summary-beginning-of-message): Use with-no-warnings.
7377         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7379         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7380         Use with-no-warnings.
7382         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7383         (c-mark-function): Add point-moving-unit property.
7384         (vi-goto-line): Use with-no-warnings.
7386         * emulation/edt.el (edt-last-copied-word): Add defvar.
7387         (zmacs-region-stays): Likewise.
7388         (edt-mark-section-wisely): Use c-mark-function for C.
7389         Use makr-defun for Fortran.
7390         (time-string): defvar deleted.
7391         (edt-display-the-time): Don't set time-string.
7393         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7395         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7396         Don't warn when name is not constant
7397         or for defining the group `emacs'.
7399         * tooltip.el (gud-tooltip-mode): Add defvar.
7401         * startup.el (default-frame-background-mode): Add defvar.
7403         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7405         * info.el (tool-bar-map): Add defvar.
7407         * dired.el (dnd-protocol-alist): Add defvar.
7409         * dired-aux.el (dired-query): Display question with answer, when
7410         the user answers.
7412         * custom.el (custom-add-option): Doc fix.
7414         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7416 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7418         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7419         bogus name from the last change.
7421 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7423         * custom.el (custom-declare-variable): Fix typos in comment.
7424         (custom-known-themes): Doc fix.
7425         (custom-theme-directory): New defcustom.
7426         (require-theme): Make it check `custom-theme-directory'.
7428         * cus-theme.el (custom-new-theme-mode): New function.
7429         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7430         (custom-theme-description): Add compiler defvars.
7431         (customize-create-theme): Add doc to the "*New Custom Theme*"
7432         buffer.  Use `custom-new-theme-mode'.
7433         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7434         and save it to the `custom-theme-directory'.  Make this the
7435         default directory of the buffer.
7437 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7439         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7440         Fix unbalanced parentheses.
7442 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7445         into flymake-mode and delegate to flymake-mode.
7447         * find-file.el (ff-which-function-are-we-in): Clean up.
7449 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7451         * replace.el (occur-rename-buffer): Fix docstring.
7453         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7454         (edt-last-copied-word, edt-learn-macro-count)
7455         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7456         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7457         (time-string, zmacs-region-stays):
7458         * emulation/edt-mapper.el (edt-save-function-key-map)
7459         (EDT-key-name): `defvar' to silence the byte-compiler.
7461 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7463         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7464         font-lock-regexp-backslash.  Doc fix.
7465         (font-lock-regexp-backslash-grouping-construct): Rename from
7466         font-lock-regexp-backslash-construct.  Doc fix.
7467         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7468         grouping constructs.
7470 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7472         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7473         updating all the prerequisites.
7475 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7477         * textmodes/org.el (org-agenda-start-on-weekday)
7478         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7479         (org-agenda-use-time-grid, org-archive-location)
7480         (org-allow-space-in-links, org-usenet-links-prefer-google)
7481         (org-enable-table-editor, org-export-default-language)
7482         (org-export-html-show-new-buffer, org-fill-paragraph)
7483         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7484         (org-goto-quit, org-occur, org-eval-in-calendar)
7485         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7486         (org-agenda-diary-entry, org-remember-help)
7487         (org-table-convert-region, org-at-table-p)
7488         (org-table-move-row-down, org-table-move-row-up)
7489         (org-table-copy-region, org-table-toggle-vline-visibility)
7490         (org-table-get-stored-formulas, org-table-get-specials)
7491         (org-recalc-commands, org-table-eval-formula)
7492         (org-table-formula-substitute-names, orgtbl-make-binding)
7493         (org-format-org-table-html, org-format-table-table-html)
7494         (org-format-table-table-html-using-table-generate-source)
7495         (org-customize): Fix typos in docstrings.
7496         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7497         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7498         (org-back-to-heading): Doc fixes.
7499         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7500         (org-agenda-change-all-lines, org-get-header):
7501         Improve argument/docstring consistency.
7502         (orgtbl-error): Fix error message.
7504         * progmodes/flymake.el (flymake-find-possible-master-files)
7505         (flymake-master-file-compare, flymake-get-line-err-count)
7506         (flymake-highlight-line, flymake-gui-warnings-enabled):
7507         Fix typos in docstrings.
7508         (flymake-parse-line, flymake-get-project-include-dirs-function)
7509         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7510         Doc fixes.
7511         (flymake-get-project-include-dirs-function)
7512         (flymake-make-err-menu-data):
7513         Improve argument/docstring consistency.
7515 2005-07-01  Lute Kamstra  <lute@gnu.org>
7517         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7518         Catch errors with ignore-errors.  Use temporary buffer.
7519         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7521         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7522         background color faces.
7523         (facemenu-set-foreground, facemenu-set-background):
7524         Use facemenu-set-face-from-menu.
7525         (facemenu-set-face-from-menu): Treat face names that start with
7526         "fg:" or "bg:" as special.
7527         (facemenu-add-new-color): Don't create faces.  Simplify.
7529 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7531         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7532         (crm-find-current-element): Likewise.
7534 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7536         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7538 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7540         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7541         (archive-mouse-extract): Make it an obsolete alias.
7542         (archive-mode-map): Don't use archive-mouse-extract any more.
7543         (archive-mode, archive-extract): write-contents-hooks ->
7544         write-contents-functions.
7545         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7546         first arg.
7547         (archive-rename-entry): Update the call.
7548         (archive-zip-summarize): Remove unused var `method'.
7549         (archive-lzh-summarize): Remove unused var `creator'.
7551         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7552         dedicated frame upon exit.
7554         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7555         (archive-zip-extract, archive-zip-expunge)
7556         (archive-zip-update, archive-zip-update-case): Use executable-find.
7557         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7558         Use restore-buffer-modified-p.
7559         (archive-extract, archive-add-new-member, archive-write-file-member):
7560         Use with-current-buffer.
7561         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7563 2005-06-30  Andreas Schwab  <schwab@suse.de>
7565         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7567 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7569         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7571 2005-06-30  Juri Linkov  <juri@jurta.org>
7573         * faces.el (vertical-border): Inherit from mode-line-inactive
7574         only on tty.
7576 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7578         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7579         example, -NLINES in the `occur' docstring).
7581         * replace.el (occur-1): When no matches are found, do not set the
7582         `buffer-read-only' and modified flags for the occur buffer,
7583         because it is deleted.
7585         * emulation/cua-base.el (cua-check-pending-input)
7586         (cua-repeat-replace-region, cua-mode, cua-debug)
7587         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7588         Fix typos in docstrings.
7590         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7591         (cua-cut-region-to-global-mark)
7592         (cua--cut-rectangle-to-global-mark):
7593         Remove period from end of messages.
7595         * emulation/cua-rect.el (cua-do-rectangle-padding):
7596         Remove period from end of messages.
7597         (cua--rectangle-seq-format): Fix typo in docstring.
7598         (cua-sequence-rectangle, cua-fill-char-rectangle):
7599         Improve argument/docstring consistency.
7601 2005-06-29  Juri Linkov  <juri@jurta.org>
7603         * faces.el (default-frame-background-mode): New internal variable.
7604         (frame-set-background-mode): Use it.
7606         * startup.el (normal-top-level): Set default-frame-background-mode
7607         instead of frame-background-mode.  Before setting it, test for its
7608         nil value.  Remove tests for frame-background-mode and frame
7609         parameter `reverse'.  Add test for "unspecified-fg".
7611         * term/xterm.el (xterm-rxvt-set-background-mode):
7612         * term/rxvt.el (rxvt-set-background-mode):
7613         Set default-frame-background-mode instead of frame-background-mode.
7615 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7617         * simple.el (set-variable): Warn about obsolete user variables.
7619         * imenu.el (imenu--completion-buffer):
7620         * mouse.el (mouse-buffer-menu-alist):
7621         * msb.el (msb-invisible-buffer-p):
7622         * calendar/diary-lib.el (diary-header-line-format):
7623         * emacs-lisp/pp.el (pp-buffer):
7624         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7625         * textmodes/picture.el (picture-replace-match):
7626         Change space constants followed by a sexp to "?\s ".
7628         * play/decipher.el (decipher-loop-with-breaks):
7629         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7630         constants "protected" from end of line by a comment to "?\s".
7632 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7634         * font-lock.el (save-buffer-state): Use `declare'.
7636         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7637         reset the syntax-table to cperl-mode-syntax-table.
7638         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7639         "foo_print_bar" is not matched as a reserved keyword.
7641 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7643         * textmodes/org.el (orgtbl-setup): New function, for delayed
7644         setup for the orgtbl commands.
7645         (org-calc-default-modes): New option.
7646         (orgtbl-make-binding): Use `defun' to get better help display.
7647         (org-diary): Call `org-compile-prefix-format'.
7648         (org-table-formula-substitute-names): New function.
7649         (org-agenda-day-view, org-agenda-week-view): New commands.
7650         (org-agenda-toggle-week-view): Command removed.
7651         (org-tbl-menu): Split off from org-org-menu.
7652         (org-mode): Move removal of outline-mode menus to here.
7653         (org-table-formula-debug): New option.
7654         (org-table-insert-row): Keep first field if just "#" or "*".
7655         (org-mode): Paragraph regexps fixed.
7656         (org-table-recalculate-regexp): New constant.
7657         (org-table-justify-field-maybe): Avoid replace if not necessary.
7658         (org-copy-special, org-cut-special): Use `call-interactively'.
7659         (org-table-copy-region): Take region from `interactive' call.
7660         (org-trim): Return string even if no match.
7661         (org-formula): New face.
7662         (org-set-font-lock-defaults): No longer highlight "FIXME".
7663         But highlight formula-related fields in table.
7664         (org-table-p): Use regexp, not fontification.
7665         (org-table-align): Handle white space at end of line.
7666         (org-table-formula-evaluate-inline): New option.
7667         (org-mode): Auto-wrapping in comment lines turned off.
7668         (org-table-copy-down): Evaluate only in copied field, not in
7669         destination.
7670         (org-table-current-formula): Variable removed.
7671         (org-table-store-formulas, org-table-get-stored-formulas)
7672         (org-table-modify-formulas, org-table-replace-in-formulas)
7673         (org-table-maybe-eval-formula): New functions.
7674         (org-table-get-formula): Modify to use stored formulas.
7675         (org-table-insert-column, org-table-delete-column)
7676         (org-table-move-column): Call `org-table-modify-formulas'.
7677         (org-complete): Add completion for keyword formulas.
7678         (orgtbl-mode): Pull orgtbl-mode-map to start of
7679         minor-mode-map-alist.
7681 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * progmodes/python.el (python-check): Require `compile' before
7684         modifying its variables.
7686         * newcomment.el (comment-indent-default): Don't get fooled by an early
7687         end of buffer.
7689 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7691         * ps-print.el (ps-print-version): Fix version number.
7693 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7695         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7697 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7699         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7700         (flyspell-local-mouse-map): Declaration deleted.
7701         (flyspell-mouse-map): Bind only mouse-2.
7702         (flyspell-mode-map): Don't test flyspell-use-local-map.
7703         (flyspell-overlay-keymap-property-name): Var deleted.
7704         (flyspell-mode-on): Don't make local bindings for
7705         flyspell-mouse-map and flyspell-mode-map.
7706         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7708         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7710         * progmodes/compile.el (compilation-next-error-function):
7711         Don't switch buffers; operate on the current buffer.
7713         * progmodes/compile.el (compilation-error-file-name)
7714         (compilation-warning-file-name, compilation-info-file-name)
7715         (compilation-line-number, compilation-column-number): New faces.
7716         (compilation-error-face, compilation-warning-face)
7717         (compilation-info-face, compilation-line-face)
7718         (compilation-column-face): Use them.
7720         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7722         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7724         * bindings.el (global-map): Bind insertchar and its variants.
7726 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7728         * textmodes/artist.el (artist-text-overwrite)
7729         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7731 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7733         * ps-print.el: It was not working the page selection for printing.
7734         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7735         (ps-print-version): New version 6.6.7.
7736         (ps-end-sheet): New fun.
7737         (ps-header-sheet, ps-end-job): Call it.
7739 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7741         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7743 2005-06-27  Lute Kamstra  <lute@gnu.org>
7745         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7746         background color faces.
7747         (facemenu-get-face): Delete function.
7748         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7749         (facemenu-add-new-color): Make second argument mandatory.
7750         Create the appropriate face and return it.  Simplify.
7751         (facemenu-set-foreground, facemenu-set-background): Don't check if
7752         color is defined.  Use return value of facemenu-add-new-color.
7754 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7756         * progmodes/gud.el (gud-filter): Add missing argument to
7757         with-selected-window.
7759 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7762         a :require to the defcustom.
7764         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7765         defcustoms corresponding to minor modes.
7767 2005-06-26  David Ponce  <david@dponce.com>
7769         * recentf.el: Require tree-widget instead of wid-edit.
7770         (recentf-filename-handler): Fix widget :type.
7771         (recentf-cancel-dialog, recentf-open-more-files)
7772         (recentf-open-files-action): Doc fix.
7773         (recentf-dialog-goto-first): New function.
7774         (recentf-dialog-mode-map): Set parent keymap first.
7775         (recentf-dialog-mode): Define with define-derived-mode.
7776         Don't display continuation lines in dialogs.
7777         (recentf-edit-list): Rename from recentf-edit-selected-items.
7778         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7779         Simplify.
7780         (recentf-edit-list-validate): New function.
7781         (recentf-edit-list): Update accordingly.
7782         (recentf-open-files-item-shift): Remove.
7783         (recentf-open-files-item): Convert menu elements into tree and
7784         link widgets.  Don't create the widgets.
7785         (recentf-open-files): Update accordingly.
7786         (recentf-save-list): Untabify.
7788 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7790         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7791         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7792         partially contained in the active region.  Do not take active
7793         region into account when called from Lisp, unless INTERACTIVE arg
7794         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7795         avoid trouble with fields.  Make marker point nowhere when no
7796         longer used.  Always return nil.  Doc fix.
7797         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7798         into account when called from Lisp, unless INTERACTIVE arg is
7799         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7800         avoid trouble with fields.  Make marker point nowhere when no
7801         longer used.  Always return nil.  Doc fix.
7802         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7803         interchangeable.  Do not take active region into account when
7804         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7805         message in echo area when called from Lisp, unless INTERACTIVE arg
7806         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7807         Return the number of matches.  Doc fix.
7808         (occur): Doc fix.
7809         (perform-replace): Make comment follow double space convention for
7810         the sake of `outline-minor-mode'.
7812         * faces.el (facep): Doc fix.
7814 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7816         * facemenu.el (facemenu-enable-faces-p): New function.
7817         (facemenu-background-menu, facemenu-foreground-menu)
7818         (facemenu-face-menu): Add menu-enable property.
7820         * jka-compr.el (jka-compr-insert-file-contents):
7821         Special handling if cannot find the uncompression program.
7823         * cus-face.el (custom-face-attributes): Add autoload.
7825         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7826         Bind comment-indent-function locally.
7828         * window.el (save-selected-window): Use save-current-buffer.
7830         * subr.el (with-selected-window): Use save-current-buffer.
7832         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7833         and with-current-buffer.
7835 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7837         * simple.el (line-move-1): Fix previous change.
7839 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7841         * replace.el (occur-1): Set `buffer-read-only' and the
7842         buffer-modified flag before running `occur-hook' to protect
7843         against unintentional buffer switches that can lead to data loss.
7845 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7847         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7848         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7849         initial error.
7851         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7852         after fresh input.
7853         (gdb-var-create-handler): Put name of expression in quotes.
7855 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7857         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7858         elements of RING in order, and without bogus nil elements.
7860 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7862         * simple.el (set-variable): Args renamed; doc fix.
7863         (line-move-1): When there are overlays around, use vertical-motion.
7865         * faces.el (escape-glyph): Use brown against light background.
7866         (nobreak-space): Rename from no-break-space.
7867         Fix previous change.
7869         * dired-aux.el (dired-do-copy): Fix arg prompt.
7871         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7873 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7875         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7876         rather than "Distributor".
7878 2005-06-23  Lute Kamstra  <lute@gnu.org>
7880         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7881         (debug-on-entry): Use it.  New interactive declaration that uses
7882         function-called-at-point.
7884 2005-06-23  Kim F. Storm  <storm@cua.dk>
7886         * subr.el (save-match-data): Add comment about using evaporate arg
7887         to set-match-data.
7889 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7891         * cus-edit.el (customize-face)
7892         (customize-face-other-window): Handle face aliases.
7894         * faces.el (face-documentation, set-face-attribute)
7895         (face-spec-set): Handle face aliases.
7897 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7899         * help-mode.el (help-make-xrefs): If a symbol representing a face
7900         name is not followed by the word "face", it could still be a
7901         function or variable name, so don't bypass other checks.
7903 2005-06-22  Juri Linkov  <juri@jurta.org>
7905         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7906         Replace aliased functions with calls where second arg `inherit' is t.
7908 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7910         * progmodes/gdb-ui.el (gdb-error): New variable.
7911         (gdb-error): New function.
7912         (gdb-annotation-rules): Act on error-begin and error annotations.
7913         (gdb-concat-output): Use font-lock-warning-face for errors.
7915 2005-06-22  Miles Bader  <miles@gnu.org>
7917         * bindings.el (propertized-buffer-identification): Use renamed
7918         `Buffer-menu-buffer' face.
7920         * faces.el (vertical-border): Rename from `vertical-divider'.
7921         (escape-glyph): Change dark-background color back to `cyan'.
7923 2005-06-21  Juri Linkov  <juri@jurta.org>
7925         * faces.el (face-user-default-spec): Try getting `customized-face'
7926         prior to `saved-face'.
7927         (frame-background-mode): Refill docstring.
7929         * emacs-lisp/lisp-mode.el (eval-defun-1):
7930         * emacs-lisp/edebug.el (edebug-eval-defun):
7931         Set `saved-face' temporarily to nil before calling form.
7932         Set `customized-face' to the new spec after that.
7934 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7936         * subr.el (1value, lambda, key-substitution-in-progress):
7937         Doc fixes.
7939         * autoinsert.el (auto-insert-alist):
7940         * ses.el (ses-call-printer):
7941         * subr.el (noreturn):
7942         * emacs-lisp/lisp.el (check-parens):
7943         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7944         * net/browse-url.el (browse-url-mosaic):
7945         * progmodes/cc-defs.el (c-safe-scan-lists):
7946         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7947         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7948         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7949         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7950         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7951         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7953 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7955         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7957 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7959         * calendar/appt.el (appt-make-list): Activate the package, if
7960         not already active (for backwards compatibility).
7962 2005-06-20  Kim F. Storm  <storm@cua.dk>
7964         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7966 2005-06-20  Miles Bader  <miles@gnu.org>
7968         * faces.el (vertical-divider): New face.
7970 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7972         * simple.el (kill-whole-line): Doc fix.
7973         (next-error-buffer-p, next-error-find-buffer)
7974         (clone-indirect-buffer): Fix typos in docstrings.
7975         (comment-line-break-function): Doc fix: don't say variable
7976         is automatically buffer-local (it isn't).
7978 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7980         * net/tramp-ftp.el (top):
7981         * net/tramp-smb.el (top):
7982         * net/tramp-util.el (top):
7983         * net/tramp-uu.el (top):
7984         * net/tramp-vc.el (top):
7985         * net/tramp.el (top): Revert copyright years back to original
7986         ones.  Tramp has a life outside GNU Emacs.
7988 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7990         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7992 2005-06-18  Juri Linkov  <juri@jurta.org>
7994         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7995         end of first regexp to limit the match to the position between
7996         line number and source line with same separator character as used
7997         between file name and line number.  In the second regexp limit
7998         mouse-face area to file name and line number by adding new group
7999         for them and referring it in HYPERLINK arg.
8000         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8001         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8002         previous line where grep markers may be already removed.
8004 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
8006         * progmodes/ps-mode.el: Update version and maintainer's email address.
8008 2005-06-18  Steve Youngs  <steve@xemacs.org>
8010         * net/browse-url.el (browse-url-browser-function)
8011         (browse-url-default-browser): Add firefox.
8012         (browse-url-firefox-program, browse-url-firefox-arguments)
8013         (browse-url-firefox-startup-arguments)
8014         (browse-url-firefox-new-window-is-tab): New defcustoms.
8015         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8017 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8019         * startup.el (command-line): Warn if specified user name has
8020         no home directory.
8022         * term.el (term-get-old-input, term-input-filter, term-input-sender)
8023         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8025         * longlines.el (longlines-mode, longlines-show-hard-newlines):
8026         Doc fixes.
8028         * faces.el (underline): Try bold if terminal doesn't support underline.
8030         * mail/sendmail.el (mail-setup-with-from): New variable.
8031         (mail-insert-from-field): New function.
8032         (sendmail-send-it): Call it.
8033         (mail-setup): Optionally call it here.
8035         * term/linux.el: Call tty-no-underline.
8037 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8039         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8041 2005-06-17  Miles Bader  <miles@gnu.org>
8043         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8044         (ediff-current-diff-C, ediff-current-diff-Ancestor)
8045         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8046         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8047         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8048         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8049         Remove "-face" suffix from face names.
8050         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8051         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8052         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8053         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8054         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8055         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8056         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8057         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8058         New backward-compatibility aliases for renamed faces.
8059         (ediff-current-diff-face-A, ediff-current-diff-face-B)
8060         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8061         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8062         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8063         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8064         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8065         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8066         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8067         Use renamed ediff faces.
8069         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8070         Remove "-face" suffix from face names.
8071         (eshell-test-ok-face, eshell-test-failed-face):
8072         New backward-compatibility aliases for renamed faces.
8073         (eshell-run-test): Use renamed eshell-test faces.
8075         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8076         face name.
8077         (eshell-prompt-face): New backward-compatibility alias for renamed
8078         face.
8079         (eshell-emit-prompt): Use renamed eshell-prompt face.
8081         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8082         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8083         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8084         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8085         Remove "-face" suffix from face names.
8086         (eshell-ls-directory-face, eshell-ls-symlink-face)
8087         (eshell-ls-executable-face, eshell-ls-readonly-face)
8088         (eshell-ls-unreadable-face, eshell-ls-special-face)
8089         (eshell-ls-missing-face, eshell-ls-archive-face)
8090         (eshell-ls-backup-face, eshell-ls-product-face)
8091         (eshell-ls-clutter-face):
8092         New backward-compatibility aliases for renamed faces.
8093         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8095         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8096         Remove "-face" suffix from face name.
8097         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8098         instead of literal face.
8100 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
8102         * emacs-lisp/warnings.el (display-warning, lwarn)
8103         (warning-minimum-log-level): Doc fixes.
8104         (warning-minimum-level, warning-minimum-log-level):
8105         Add :debug to :type choices.
8107         * progmodes/ada-mode.el (ada-format-paramlist)
8108         (ada-get-indent-case, ada-check-matching-start)
8109         (ada-check-defun-name, ada-goto-matching-decl-start)
8110         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8111         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8112         (ada-make-subprogram-body): Follow error conventions.
8113         (ada-case-exception-file, ada-indent-comment-as-code)
8114         (ada-indent-handle-comment-special, ada-indent-renames)
8115         (ada-indent-return, ada-search-directories-internal)
8116         (ada-tab-policy, ada-case-exception-substring)
8117         (ada-other-file-alist, ada-matching-start-re)
8118         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8119         (ada-imenu-generic-expression, ada-compile-goto-error)
8120         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8121         (ada-popup-menu, ada-add-extensions, ada-mode)
8122         (ada-region-selected, ada-create-case-exception)
8123         (ada-create-case-exception-substring, ada-after-keyword-p)
8124         (ada-activate-keys-for-case, ada-adjust-case-region)
8125         (ada-adjust-case-buffer, ada-format-paramlist)
8126         (ada-scan-paramlist, ada-insert-paramlist)
8127         (ada-indent-newline-indent)
8128         (ada-indent-newline-indent-conditional)
8129         (ada-justified-indent-current, ada-goto-previous-word)
8130         (ada-indent-current, ada-get-indent-open-paren)
8131         (ada-get-indent-paramlist, ada-get-indent-end)
8132         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8133         (ada-get-indent-block-start, ada-get-indent-subprog)
8134         (ada-get-indent-noindent, ada-get-indent-label)
8135         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8136         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8137         (ada-goto-stmt-end, ada-goto-next-word)
8138         (ada-check-matching-start, ada-check-defun-name)
8139         (ada-goto-matching-decl-start, ada-goto-matching-start)
8140         (ada-goto-matching-end, ada-search-ignore-string-comment)
8141         (ada-in-decl-p, ada-looking-at-semi-or)
8142         (ada-looking-at-semi-private, ada-in-paramlist-p)
8143         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8144         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8145         (ada-next-procedure, ada-previous-procedure, ada-next-package)
8146         (ada-previous-package, ada-create-menu)
8147         (ada-fill-comment-paragraph-justify)
8148         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8149         (ada-other-file-name, ada-last-which-function-line)
8150         (ada-last-which-function-subprog, ada-which-function)
8151         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8152         (ada-gen-treat-proc, ada-check-emacs-version)
8153         (ada-continuation-indent, ada-align-region-separate):
8154         Fix typos in docstrings.
8155         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8157 2005-06-16  Lute Kamstra  <lute@gnu.org>
8159         * simple.el (fundamental-mode): Run after-change-major-mode-hook
8160         conditionally.
8162 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8164         * comint.el (comint-replace-by-expanded-filename)
8165         (comint-prompt-regexp, comint-delimiter-argument-list)
8166         (comint-preinput-scroll-to-bottom):
8167         * info.el (Info-hide-cookies-node):
8168         * ls-lisp.el (ls-lisp-classify):
8169         * find-file.el (ff-search-directories, ff-special-constructs)
8170         (ff-find-other-file):
8171         * font-lock.el (font-lock-keywords):
8172         * shell.el (shell-prompt-pattern)
8173         (shell-dynamic-complete-functions, shell-mode)
8174         (shell-delimiter-argument-list):
8175         * term.el (term-replace-by-expanded-filename)
8176         (term-prompt-regexp, term-delimiter-argument-list):
8177         * woman.el (woman-ignore, woman0-if):
8178         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8179         * emacs-lisp/elint.el (elint-init-env):
8180         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8181         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8182         * language/ethio-util.el (ethio-tilde-escape)
8183         (ethio-use-three-dot-question):
8184         * net/zone-mode.el (zone-mode-load-time-setup):
8185         * progmodes/cc-align.el (c-lineup-argcont):
8186         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8187         * progmodes/cperl-mode.el (cperl-set-style-back):
8188         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8189         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8190         Fix spellings in docstrings.
8192         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8193         * progmodes/modula2.el (m2-for): Fix spellings.
8195         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8197         * simple.el (undo-more): Don't use `format' on `error' arguments.
8198         Improve argument/docstring consistency.
8199         (pending-undo-list): Doc fix.
8201         * smerge-mode.el (smerge-ensure-match):
8202         * emulation/vip.el (vip-ex):
8203         * net/zone-mode.el (zone-mode-update-serial):
8204         * progmodes/idlwave.el (idlwave-complete):
8205         * progmodes/vhdl-mode.el (vhdl-visit-file)
8206         (vhdl-compose-wire-components):
8207         Don't use `format' on `error' arguments.
8209         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8210         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8211         (tooltip-help-tips): Fix typos in docstrings.
8213 2005-06-16  David Ponce  <david@dponce.com>
8215         * tree-widget.el (tree-widget-value-create): Simplify last change.
8217 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
8219         * ido.el (ido-incomplete-regexp): New variable.
8220         (ido-set-matches-1): Handle invalid-regexp error and set
8221         ido-incomplete-regexp.
8222         (ido-incomplete-regexp): New face.
8223         (ido-completions): Use it.
8224         (ido-complete, ido-exit-minibuffer, ido-completions):
8225         Handle incomplete regexps.
8226         (ido-completions): Add check for complete match when entering a regexp.
8228 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8230         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8232 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8234         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8235         by field delimiters.
8237 2005-06-15  David Ponce  <david@dponce.com>
8239         * tree-widget.el: eval-and-compile inlined functions so they will
8240         be available at run-time too.
8241         (tree-widget-super-format-handler)
8242         (tree-widget-format-handler): Remove.
8243         (tree-widget-value-create): Handle the :indent property.
8245 2005-06-15  Miles Bader  <miles@gnu.org>
8247         * progmodes/which-func.el (which-func): Only inherit
8248         `font-lock-function-name-face' when that makes sense against the
8249         default mode-line face, otherwise set the face color explicitly.
8251         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8252         faces instead of (non-existent) variables.
8254 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8256         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8257         (iswitchb-get-matched-buffers): Likewise.  Simplify.
8259 2005-06-14  Miles Bader  <miles@gnu.org>
8261         * progmodes/ld-script.el (ld-script-location-counter):
8262         Remove "-face" suffix from face name.
8263         (ld-script-location-counter-face):
8264         New backward-compatibility alias for renamed face.
8265         (ld-script-location-counter-face): Use renamed face.
8267         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8268         (cperl-hash): Remove "-face" suffix from face names.
8269         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8270         New backward-compatibility aliases for renamed faces.
8271         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8272         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8274         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8275         name.
8276         (which-func-face): New backward-compatibility alias for renamed face.
8277         (which-func-format): Use renamed which-func face.
8279         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8280         (vhdl-function, vhdl-directive, vhdl-reserved-word)
8281         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8282         names.
8283         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8284         (vhdl-speedbar-configuration, vhdl-speedbar-package)
8285         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8286         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8287         (vhdl-speedbar-architecture-selected)
8288         (vhdl-speedbar-configuration-selected)
8289         (vhdl-speedbar-package-selected)
8290         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8291         names.
8292         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8293         Use renamed faces.
8294         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8295         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8296         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8297         Use renamed faces.
8298         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8299         names.
8300         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8301         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8302         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8303         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8304         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8305         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8307         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8308         face name.
8309         (sh-heredoc-face): New backward-compatibility alias for renamed face.
8310         (sh-heredoc-face): Use renamed sh-heredoc face.
8312         * progmodes/idlw-help.el (idlwave-help-link):
8313         Remove "-face" suffix from face name.
8314         (idlwave-help-link-face):
8315         New backward-compatibility alias for renamed face.
8316         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8318         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8319         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8320         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8321         New backward-compatibility aliases for renamed faces.
8322         (idlwave-shell-disabled-breakpoint-face)
8323         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8325         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8326         Remove "-face" suffix from face names.
8327         (flymake-errline-face, flymake-warnline-face):
8328         New backward-compatibility aliases for renamed faces.
8329         (flymake-highlight-line): Use renamed flymake faces.
8331         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8332         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8333         (ebrowse-member-class, ebrowse-progress):
8334         Remove "-face" suffix from face names.
8335         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8336         (ebrowse-file-name-face, ebrowse-default-face)
8337         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8338         (ebrowse-progress-face):
8339         New backward-compatibility aliases for renamed faces.
8340         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8341         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8342         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8343         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8345         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8346         antlr-syntax)
8347         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8348         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8349         names.
8350         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8351         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8352         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8353         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8354         backward-compatibility aliases for renamed faces.
8355         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8356         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8357         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8358         remove "font-lock-".  Use renamed antlr-mode faces.
8359         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8360         literal face-names with face variable references.
8362         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8363         face name.
8364         (Buffer-menu-buffer-face): New backward-compatibility alias for
8365         renamed face.
8366         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8368 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8370         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8371         Eliminate "-face" suffix.
8372         (makefile-targets): Inherit from font-lock-function-name-face and
8373         eliminate "-face" suffix.
8374         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8375         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8376         actions, instead of prepending, to make it less visible.
8377         (makefile-previous-dependency, makefile-match-dependency):
8378         Don't match a target on a continuation line.
8380         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8382 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8384         * progmodes/gdb-ui.el (menu): Re-order menu items.
8385         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8387         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8388         Define in tooltip.el.
8389         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8390         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8391         gud-tooltip-echo-area.
8393         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8394         backward compatibility and make obsolete.
8395         (tooltip-help-tips): Use tooltip-use-echo-area.
8396         (tooltip-show-help-function): Rename to...
8397         (tooltip-show-help): ...this, because it is a function.
8398         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8400 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8402         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8403         (edebug-print-length, edebug-print-level, edebug-print-circle)
8404         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8405         (edebug-eval-print-last-sexp): Doc fixes.
8407 2005-06-14  Kim F. Storm  <storm@cua.dk>
8409         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8410         as the coverage buffer/file/both may change.
8412 2005-06-14  Lute Kamstra  <lute@gnu.org>
8414         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8415         and run-mode-hooks.  Simplify.
8417         * mail/rmailedit.el (rmail-edit-mode):
8418         * progmodes/octave-inf.el (inferior-octave-mode):
8419         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8421         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8422         and run-mode-hooks.
8423         (recentf-edit-list, recentf-open-files): Don't call
8424         kill-all-local-variables directly.
8426         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8428 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8430         * emacs-lisp/byte-run.el (make-obsolete)
8431         (define-obsolete-function-alias): Rename arguments FUNCTION and
8432         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8433         (make-obsolete-variable, define-obsolete-variable-alias):
8434         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8435         respectively.
8437         * isearchb.el (isearchb-activate):
8438         * pcvs.el (cvs-mode):
8439         * ses.el (ses-load):
8440         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8441         * net/tramp.el (tramp-find-file-exists-command)
8442         (tramp-find-shell):
8443         * progmodes/ada-mode.el (ada-create-case-exception)
8444         (ada-create-case-exception-substring, ada-make-subprogram-body):
8445         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8446         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8447         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8448         * textmodes/org.el (org-promote, org-evaluate-time-range)
8449         (org-agenda-next-date-line, org-agenda-previous-date-line)
8450         (org-agenda-error, org-open-at-point, org-table-move-row)
8451         (org-format-table-table-html-using-table-generate-source)
8452         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8453         * textmodes/reftex.el (reftex-access-scan-info):
8454         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8455         (reftex-toc-promote-prepare): Follow error conventions.
8457         * diff-mode.el (diff-mode): Fix typo in docstring.
8459         * forms.el (forms--intuit-from-file): Fix reference to
8460         `forms-number-of-fields' in error message.
8461         (forms-print): Fix quoting in error message.
8463         * forms.el (forms-mode):
8464         * emulation/vi.el (vi-goto-insert-state):
8465         * progmodes/flymake.el (flymake-new-err-info)
8466         (flymake-start-syntax-check-for-current-buffer)
8467         (flymake-simple-cleanup):
8468         * eshell/esh-var.el (eshell/export):
8469         * progmodes/gud.el (xdb):
8470         * textmodes/flyspell.el (flyspell-incorrect-hook)
8471         (flyspell-maybe-correct-transposition)
8472         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8474 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8476         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8477         minibuffer prompt.
8479 2005-06-13  Kim F. Storm  <storm@cua.dk>
8481         * subr.el (add-to-ordered-list): New defun.
8483         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8484         add cua--keymap-alist to emulation-mode-map-alists.
8486 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8488         * subr.el (complete-in-turn): New macro.
8489         (dynamic-completion-table, lazy-completion-table): Add debug info.
8491         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8492         in preference to face aliases.
8494         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8495         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8496         Remove unused vars `start' and `firstline'.
8497         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8498         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8500 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8502         * cus-start.el (all): Don't complain about missing GTK-related
8503         variables, unless either `gtk' is boundp or this isn't a
8504         `windows-nt' build.
8506 2005-06-13  Lute Kamstra  <lute@gnu.org>
8508         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8509         run-mode-hooks.
8511         * ediff-mult.el (ediff-meta-mode):
8512         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8514         * ledit.el (ledit-mode): Use delay-mode-hooks.
8516         * woman.el (woman-mode-line-format): Delete constant.
8517         (woman-mode-map): Initialize it properly.
8518         (woman-mode): Set mode-class property to special.
8519         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8520         Set major-mode and mode-name.  Don't set mode-line-format directly.
8521         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8523         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8524         string argument obsolete.
8526 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8528         * textmodes/org.el (org-CUA-compatible): New option.
8529         (org-disputed-keys): New variable.
8530         (org-key): New function.
8531         (orgtbl-make-binding): Add docstring to the created function.
8532         (org-mode): Set paragraph start/separate regexps.
8533         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8534         (org-archive-location, org-archive-mark-done)
8535         (org-archive-stamp-time): New options.
8536         (org-archive-subtree): New command.
8537         (org-fill-paragraph): New function.
8538         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8539         (org-fake-empty-table-line): Function removed.
8540         (org-format-org-table-html): Do not create empty table lines at
8541         separator lines.  Improved table header treatment.
8542         (org-link-format): New option.
8543         (org-make-link): New function.
8544         (org-insert-link, org-store-link): Use org-make-link.
8545         (org-open-file): Quote file name for shell command, to allow
8546         spaces in file names.
8547         (org-link-regexp): Fix bug with mailto link.
8548         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8549         New constants.
8550         (org-export-as-html): Deal with the optional angles around a link.
8551         Better treatment of file: links.
8552         (org-open-at-point): Replace @{ and @} with < and >.
8553         (org-run-mode-hooks): Function removed.
8554         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8556 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8558         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8559         MI command -data-list-register-values.
8560         (gdb-post-prompt): Indent properly.
8562 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8564         * hilit-chg.el (highlight-changes-colors): Rename from
8565         `highlight-changes-colours'.
8566         (highlight-changes-colours): Keep as obsolete alias.
8567         (highlight-changes-face-list): Doc fix.
8568         (hilit-chg-make-list): Use `highlight-changes-colors'.
8570 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8572         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8573         defun-prompt-regexp.
8575 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8577         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8578         and cygwin.
8580         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8581         Don't use an old loaddefs.el, as in Makefile.in.
8583 2005-06-12  Lute Kamstra  <lute@gnu.org>
8585         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8587         * man.el (Man-mode-map): Initialize it properly.
8588         (Man-mode): Set mode-class property to special.
8590         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8592 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8594         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8595         A newline is needed in the docstring there.
8597         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8598         Doc fixes.
8600 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8602         * printing.el: Doc fix.  The menubar is no more changed when printing
8603         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8604         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8605         (pr-version): New version number (6.8.4).
8606         (pr-menu-bind): New command.
8607         (pr-update-menus): Docstring and code fix.
8608         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8609         Docstring fix.
8610         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8611         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8613 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8615         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8616         "Returns" to "return", document useful return values, etc.
8618 2005-06-11  Alan Mackenzie  <acm@muc.de>
8620         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8621         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8622         (adaptive-file-function): Minor amendment to doc-string.
8624 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8626         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8627         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8628         Fix :type--it is `integer', not `string'.
8630         * faces.el (modeline-highlight): Rename from (the erroneous)
8631         `modeline-higilight'.
8633 2005-06-11  Lute Kamstra  <lute@gnu.org>
8635         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8636         lisp-interaction-mode-map but make it the parent.
8637         (edebug-eval-mode): Use define-derived-mode.
8639 2005-06-11  Andreas Schwab  <schwab@suse.de>
8641         * bindings.el: Add binding of `ESC functionkey' for every
8642         `M-functionkey'.
8643         * hexl.el (hexl-mode-map): Likewise.
8645 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8647         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8648         [msft]: update regexp for newer msft compilers.
8650 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8652         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8653         ATTLIST portions of included DTDs.
8654         (xml-parse-dtd): Eliminate use of inefficient match-data.
8656 2005-06-10  Miles Bader  <miles@gnu.org>
8658         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8659         (mpuz-text): Remove "-face" suffix from face names.
8660         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8661         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8662         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8664         * play/gomoku.el (gomoku-O, gomoku-X):
8665         Remove "-face" suffix from face names.
8666         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8667         New backward-compatibility aliases for renamed faces.
8668         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8670 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8672         * thumbs.el: Fixes for changes of 2005-06-09.
8673         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8674         as a directory.
8675         (thumbs-thumbname): Remove directory separator from format string;
8676         `thumbs-thumbsdir' now returns a valid directory name.
8677         (thumbs-temp-dir): New defsubst.
8678         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8679         Use it.
8681         * cus-edit.el (minibuffer):
8682         * files.el (make-backup-file-name-function):
8683         * filesets.el (filesets-external-viewers):
8684         * hilit-chg.el (highlight-changes-colours)
8685         (highlight-changes-face-list, highlight-changes-rotate-faces):
8686         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8687         * kmacro.el (kmacro-call-macro):
8688         * log-edit.el (log-edit-changelog-full-paragraphs):
8689         * mouse.el (mouse-1-click-follows-link):
8690         * skeleton.el (skeleton-autowrap):
8691         * subr.el (insert-for-yank-1):
8692         * tempo.el (tempo-insert-region):
8693         * terminal.el (terminal-emulator):
8694         * time.el (display-time-mail-face):
8695         * vc.el (vc-annotate):
8696         * vcursor.el (vcursor-copy-line):
8697         * woman.el (woman-bold-headings, woman-ignore)
8698         (woman-default-faces, woman-monochrome-faces):
8699         * calendar/todo-mode.el (todo-insert-threshold):
8700         * emulation/pc-select.el (pc-select-selection-keys-only)
8701         (pc-selection-mode):
8702         * emulation/vip.el (vip-find-char-forward):
8703         * emulation/viper-cmd.el (viper-find-char-forward):
8704         * international/mule-cmds.el
8705         (select-safe-coding-system-accept-default-p)
8706         (input-method-exit-on-invalid-key):
8707         * international/mule-diag.el (describe-coding-system):
8708         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8709         * net/browse-url.el (browse-url-xterm-program):
8710         * obsolete/lazy-lock.el (lazy-lock-mode):
8711         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8712         (cperl-mode):
8713         * progmodes/cpp.el (cpp-face-light-name-list)
8714         (cpp-face-dark-name-list):
8715         * progmodes/delphi.el (delphi-newline-always-indents):
8716         Fix spellings in docstrings.
8718         * ido.el (ido-mode, ido-file-extensions-order)
8719         (ido-default-file-method, ido-default-buffer-method)
8720         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8721         (ido-decorations, ido-read-file-name-as-directory-commands)
8722         (ido-read-file-name-non-ido, ido-work-directory-list)
8723         (ido-ignore-item-temp-list, ido-current-directory)
8724         (ido-magic-forward-char, ido-enter-find-file)
8725         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8726         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8728 2005-06-10  Lute Kamstra  <lute@gnu.org>
8730         * play/dunnet.el (dun-mode): Use define-derived-mode.
8731         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8732         obsolete alias.
8734         * play/doctor.el (doctor-mode-map): Remove defvar.
8735         (doctor-mode): Use define-derived-mode.
8737         * mail/mspools.el (mspools-mode):
8738         * net/eudc-hotlist.el (eudc-hotlist-mode):
8739         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8741 2005-06-10  Miles Bader  <miles@gnu.org>
8743         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8744         Remove "-face" suffix from face names.
8745         (flyspell-incorrect-face, flyspell-duplicate-face):
8746         New backward-compatibility aliases for renamed faces.
8747         (flyspell-mode-on, make-flyspell-overlay)
8748         (flyspell-highlight-incorrect-region)
8749         (flyspell-highlight-duplicate-region)
8750         (flyspell-display-next-corrections)
8751         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8753         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8754         from face name.
8755         (texinfo-heading-face): New backward-compatibility alias for
8756         renamed face.
8757         (texinfo-heading-face): Use renamed texinfo-heading face.
8759         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8760         suffix from face names.
8761         (tex-math-face, tex-verbatim-face):
8762         New backward-compatibility aliases for renamed faces.
8763         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8764         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8765         literal face name.
8767         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8768         name.
8769         (table-cell-face): New backward-compatibility alias for renamed face.
8770         (table--put-cell-face-property, table--update-cell-face):
8771         Use renamed table-cell face.
8773         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8774         from face name.
8775         (sgml-namespace-face): New backward-compatibility alias for
8776         renamed face.
8777         (sgml-namespace-face): Use renamed sgml-namespace face.
8779         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8780         (org-level-4, org-level-5, org-level-6, org-level-7)
8781         (org-level-8, org-warning, org-headline-done)
8782         (org-deadline-announce, org-scheduled-today)
8783         (org-scheduled-previously, org-link, org-done, org-table)
8784         (org-time-grid): Remove "-face" suffix from face names.
8785         (org-level-1-face, org-level-2-face, org-level-3-face)
8786         (org-level-4-face, org-level-5-face, org-level-6-face)
8787         (org-level-7-face, org-level-8-face, org-warning-face)
8788         (org-headline-done-face, org-deadline-announce-face)
8789         (org-scheduled-today-face, org-scheduled-previously-face)
8790         (org-link-face, org-done-face, org-table-face)
8791         (org-time-grid-face):
8792         New backward-compatibility aliases for renamed faces.
8793         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8794         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8795         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8796         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8798         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8799         (viper-minibuffer-emacs, viper-minibuffer-insert)
8800         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8801         (viper-search-face, viper-replace-overlay-face)
8802         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8803         (viper-minibuffer-vi-face):
8804         New backward-compatibility aliases for renamed faces.
8805         (viper-search-face, viper-replace-overlay-face)
8806         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8807         (viper-minibuffer-vi-face): Use renamed viper faces.
8809         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8810         Remove "-face" suffix from face names.
8811         (testcover-nohits-face, testcover-1value-face):
8812         New backward-compatibility aliases for renamed faces.
8813         (testcover-mark): Use renamed testcover faces.
8815         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8816         face name.
8817         (diary-button-face): New backward-compatibility alias for renamed face.
8818         (diary-entry): Use renamed diary-button face.
8820         * calendar/calendar.el (diary, calendar-today, holiday)
8821         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8822         (diary-face, calendar-today-face, holiday-face):
8823         New backward-compatibility aliases for renamed faces.
8824         (eval-after-load "facemenu", diary-entry-marker)
8825         (calendar-today-marker, calendar-holiday-marker, diary-face):
8826         Use renamed calendar faces.
8828         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8829         (compare-windows-face): New backward-compatibility alias for
8830         renamed face.
8831         (compare-windows-highlight): Use renamed compare-windows face.
8833         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8834         (strokes-char-face): New backward-compatibility alias for renamed face.
8835         (strokes-encode-buffer): Use renamed strokes-char face.
8837         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8838         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8839         Remove "-face" suffix from face names.
8840         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8841         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8842         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8843         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8844         Use renamed pcvs faces.
8845         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8846         * pcvs-defs.el (cvs-mode-map): Likewise.
8847         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8849         * info.el (info-title-1, info-title-2, info-title-3)
8850         (info-title-4): Remove "-face" suffix from and downcase face names.
8851         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8852         (Info-title-4-face):
8853         New backward-compatibility aliases for renamed faces.
8854         (Info-fontify-node): Use renamed info faces.
8856         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8857         Remove "-face" suffix from face names.
8858         (highlight-changes-face, highlight-changes-delete-face):
8859         New backward-compatibility aliases for renamed faces.
8860         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8861         (hilit-chg-make-list): Use renamed highlight-changes faces.
8863         * generic-x.el (show-tabs-tab, show-tabs-space):
8864         Remove "-face" suffix from face names.
8865         (show-tabs-tab-face, show-tabs-space-face):
8866         New backward-compatibility aliases for renamed faces.
8867         (show-tabs-generic-mode-font-lock-defaults-1)
8868         (show-tabs-generic-mode-font-lock-defaults-2):
8869         Use renamed show-tabs faces.
8871         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8872         (smerge-markers): Remove "-face" suffix from face names.
8873         (smerge-mine-face, smerge-other-face, smerge-base-face)
8874         (smerge-markers-face):
8875         New backward-compatibility aliases for renamed faces.
8876         (smerge-mine-face, smerge-other-face, smerge-base-face)
8877         (smerge-markers-face): Use renamed smerge faces.
8879         * log-view.el (log-view-file, log-view-message): Remove "-face"
8880         suffix from face names.
8881         (log-view-file-face, log-view-message-face):
8882         New backward-compatibility aliases for renamed faces.
8883         (log-view-file-face, log-view-message-face): Use renamed log-view
8884         faces.
8886         * paren.el (show-paren-match, show-paren-mismatch):
8887         Remove "-face" suffix from face names.
8888         (show-paren-match-face, show-paren-mismatch-face):
8889         New backward-compatibility aliases for renamed faces.
8890         (show-paren-function): Use renamed show-paren faces.
8892         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8893         (ruler-mode-margins, ruler-mode-fringes)
8894         (ruler-mode-column-number, ruler-mode-fill-column)
8895         (ruler-mode-comment-column, ruler-mode-goal-column)
8896         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8897         suffix from face names.
8898         (ruler-mode-default-face, ruler-mode-pad-face)
8899         (ruler-mode-margins-face, ruler-mode-fringes-face)
8900         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8901         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8902         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8903         New backward-compatibility aliases for renamed faces.
8904         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8905         (ruler-mode-column-number, ruler-mode-fill-column)
8906         (ruler-mode-comment-column, ruler-mode-goal-column)
8907         (ruler-mode-tab-stop, ruler-mode-current-column)
8908         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8909         faces.
8911         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8912         face name.
8913         (whitespace-highlight-the-space): Use renamed face.
8914         (whitespace-highlight-face): New backward-compatibility alias for
8915         renamed face.
8917         * woman.el (woman-italic, woman-bold, woman-unknown)
8918         (woman-addition, woman-symbol-face):
8919         Remove "-face" suffix from face names.
8920         (woman-italic-face, woman-bold-face, woman-unknown-face)
8921         (woman-addition-face):
8922         New backward-compatibility aliases for renamed faces.
8923         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8924         (woman-decode-region, woman-replace-match)
8925         (woman-display-extended-fonts, woman-special-characters)
8926         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8927         Use renamed woman faces.
8929         * longlines.el (longlines-visible-face): Face removed.
8931         * diff-mode.el (diff-header, diff-file-header, diff-index)
8932         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8933         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8934         suffix from face names.
8935         (diff-header-face, diff-file-header-face, diff-index-face)
8936         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8937         (diff-changed-face, diff-function-face, diff-context-face)
8938         (diff-nonexistent-face): New backward-compatibility aliases for
8939         renamed faces.
8940         (diff-header-face, diff-file-header-face)
8941         (diff-index, diff-index-face, diff-hunk-header)
8942         (diff-hunk-header-face, diff-removed, diff-removed-face)
8943         (diff-added, diff-added-face, diff-changed-face, diff-function)
8944         (diff-function-face, diff-context-face, diff-nonexistent)
8945         (diff-nonexistent-face): Use renamed diff-mode faces.
8947         * progmodes/compile.el (compilation-warning-face)
8948         (compilation-info-face): Remove "-face" suffix from face names.
8949         (compilation-warning-face, compilation-info-face):
8950         New backward-compatibility aliases for renamed faces.
8951         (compilation-warning-face, compilation-info-face):
8952         Use renamed compilation faces.
8954         * add-log.el (change-log-date, change-log-name)
8955         (change-log-email, change-log-file, change-log-list)
8956         (change-log-conditionals, change-log-function)
8957         (change-log-acknowledgement): Remove "-face" suffix from face names.
8958         (change-log-date-face, change-log-name-face)
8959         (change-log-email-face, change-log-file-face)
8960         (change-log-list-face, change-log-conditionals-face)
8961         (change-log-function-face, change-log-acknowledgement-face):
8962         New backward-compatibility aliases for renamed faces.
8963         (change-log-font-lock-keywords): Use renamed change-log faces.
8965         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8966         (custom-set, custom-changed, custom-saved, custom-button)
8967         (custom-button-pressed, custom-documentation, custom-state)
8968         (custom-comment, custom-comment-tag, custom-variable-tag)
8969         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8970         (custom-group-tag): Remove "-face" suffix from face names.
8971         (custom-magic-alist, custom-magic-value-create)
8972         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8973         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8974         (custom-set-face, custom-changed-face, custom-saved-face)
8975         (custom-button-face, custom-button-pressed-face)
8976         (custom-documentation-face, custom-state-face)
8977         (custom-comment-face, custom-comment-tag-face)
8978         (custom-variable-tag-face, custom-variable-button-face)
8979         (custom-face-tag-face, custom-group-tag-face-1)
8980         (custom-group-tag-face):
8981         New backward-compatibility aliases for renamed faces.
8983         * wid-edit.el (widget-documentation, widget-button)
8984         (widget-field, widget-single-line-field, widget-inactive)
8985         (widget-button-pressed): "-face" suffix removed from face names.
8986         (widget-documentation-face, widget-button-face)
8987         (widget-field-face, widget-single-line-field-face)
8988         (widget-inactive-face, widget-button-pressed-face):
8989         New backward-compatibility aliases for renamed faces.
8990         (widget-documentation-face, widget-button-face)
8991         (widget-button-pressed-face, widget-specify-field)
8992         (widget-specify-inactive): Use renamed widget faces.
8994 2005-06-10  Kenichi Handa  <handa@m17n.org>
8996         * term/x-win.el (x-clipboard-yank): Remove condition-case
8997         wrapping.
8999 2005-06-11  Kenichi Handa  <handa@m17n.org>
9001         * add-log.el (change-log-font-lock-keywords): Make the regexp for
9002         date lines stricter.
9004 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
9006         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9007         of x-get-selection.
9009 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
9011         * comint.el (comint-mode, comint-snapshot-last-prompt):
9012         * frame.el (frame-current-scroll-bars):
9013         * term.el (term-mode, term-check-proc, term-input-sender)
9014         (term-simple-send, term-extract-string, term-word)
9015         (term-match-partial-filename):
9016         * window.el (window-current-scroll-bars):
9017         * emulation/cua-base.el (cua-normal-cursor-color)
9018         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9019         (cua-global-mark-cursor-color):
9020         * mail/undigest.el (rmail-forward-separator-regex):
9021         Fix typos in docstrings.
9023         * comint.el (comint-check-proc, make-comint-in-buffer)
9024         (comint-source-default): Doc fixes.
9026         * term.el (term-send-string): Improve argument/docstring consistency.
9028 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
9030         * comint.el (comint-send-input): Bind `inhibit-read-only' around
9031         call to `delete-region'.
9032         (comint-mode-hook): Do not enable Font Lock by default.
9034 2005-06-09  Lute Kamstra  <lute@gnu.org>
9036         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9037         could be void.
9039 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * emacs-lisp/debug.el (debugger-will-be-back): New var.
9042         (debug): Use it.
9043         (debugger-step-through, debugger-continue, debugger-jump)
9044         (debugger-return-value): Set it when needed.
9045         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9046         Use inhibit-read-only.
9048 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
9050         * window.el (shrink-window-if-larger-than-buffer)
9051         (window-size-fixed): Fix typo in docstring.
9053         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
9054         thumbnails directory on loading.
9055         (thumbs-conversion-program): Use `eq' to check the system type,
9056         not `equal'.
9057         (thumbs-temp-dir): Initialize to `temporary-file-directory',
9058         not "/tmp".  Fix docstring.
9059         (thumbs-thumbsdir): New function to return the thumbnails
9060         directory, creating it if needed.
9061         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9062         (thumbs-temp-file): Delete variable and make it into a function.
9063         (thumbs-resize-image, thumbs-modify-image): Use it.
9064         (thumbs-kill-buffer): Simplify.
9065         (thumbs-gensym): Defalias or duplicate CL `gensym'.
9066         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9067         docstrings.
9069 2005-06-09  Kim F. Storm  <storm@cua.dk>
9071         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9072         set-match-data to free markers in match-data.
9074         * replace.el (replace-match-data): Pass RESEAT arg `t' to
9075         match-data to unchain markers in match-data.
9077 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9079         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9080         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
9081         unnecessary now.
9083 2005-06-08  Richard M. Stallman  <rms@gnu.org>
9085         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9086         give the variable a doc string that doesn't say don't set it directly.
9088         * textmodes/ispell.el (ispell-check-version):
9089         Use match-string-no-properties.
9090         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9091         (ispell-buffer-local-words): Likewise.
9093         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9094         except on terminals with enough colors to really display it.
9095         (makefile-dependency-regex): Delete spurious `bb'.
9097         * faces.el (escape-glyph): Use blue once again in last case.
9098         (no-break-space): Redefine so that it isn't invisible on a tty.
9100 2005-06-08  Kim F. Storm  <storm@cua.dk>
9102         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9103         also when reading directory name.
9105 2005-06-08  Lute Kamstra  <lute@gnu.org>
9107         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9108         (flyspell-mode-line-string): Remove autoload cookie.
9109         (flyspell-mode): Remove defvar.
9111 2005-06-07  Lute Kamstra  <lute@gnu.org>
9113         * textmodes/org.el (org-run-mode-hooks): New function.
9114         (org-agenda-mode): Use it.
9116 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
9118         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9120 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9124 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
9126         * font-lock.el (font-lock-add-keywords): Doc fix.
9128 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9131         (tex-compile-default): In the absence of any history, use the order in
9132         tex-compile-alist to choose the preferred command.
9133         (tex-compile-commands): Reorder a bit.
9135         * textmodes/flyspell.el (flyspell-auto-correct-binding)
9136         (flyspell-incorrect-face, flyspell-duplicate-face):
9137         Use (X)Emacs-agnostic code.
9138         (flyspell-mode-map): Don't overwrite at each load.  Remove code
9139         redundant with the subsequent add-minor-mode.  Merge Emacs and
9140         XEmacs code.
9141         (flyspell-word): Minor simplification.
9142         (flyspell-math-tex-command-p): Quieten the byte-compiler.
9143         (flyspell-external-point-words): Remove unused vars `size' and `start'.
9144         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9145         Merge the corresponding Emacs code.
9146         (flyspell-correct-word, flyspell-xemacs-popup):
9147         Use flyspell-do-correct.
9149         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9150         a dedicated window.
9152         * international/latexenc.el (latexenc-find-file-coding-system):
9153         Undo part of last patch, to turn off a compiler warning.
9155 2005-06-06  Juri Linkov  <juri@jurta.org>
9157         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9158         Rename `tmm-inactive-face' to `tmm-inactive'.
9160 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
9162         * iswitchb.el: Rename faces.
9164 2005-06-06  Kim F. Storm  <storm@cua.dk>
9166         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9167         (cua-global-mark): Remove -face suffix from face names.
9169         * emulation/cua-gmrk.el (cua--init-global-mark):
9170         Remove cua-global-mark face setup.
9172 2005-06-06  Richard M. Stallman  <rms@gnu.org>
9174         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9175         just like other allowed characters.
9176         (makefile-match-dependency): Exclude leading and training whitespace
9177         from the range of regexp subexp 1.
9178         (makefile-macroassign-regex): Don't try to match the body,
9179         just the name of the macro being defined.
9181         * info.el (Info-read-node-name-2): New function.
9182         (Info-read-node-name-1): Use that.
9183         Add a completion-base-size-function property.
9185         * simple.el (completion-setup-function): Look for
9186         completion-base-size-function property of minibuffer-completion-table.
9188         * files.el (locate-file-completion): Doc fix.
9190         * printing.el: Don't call pr-update-menus; user must do that.
9192         * emacs-lisp/debug.el (debugger-window): New variable.
9193         (debug): Use debugger-window if it is set and still alive.
9194         Record debugger-window for next entry.
9196         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9198 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
9200         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9201         (hack-one-local-variable, hack-local-variables)
9202         (hack-local-variables-prop-line): Pass that arg.
9204 2005-06-06  Kim F. Storm  <storm@cua.dk>
9206         * ido.el (ido-first-match, ido-only-match, ido-subdir)
9207         (ido-indicator): Remove -face suffix from face names.
9209 2005-06-06  Juri Linkov  <juri@jurta.org>
9211         * font-lock.el (font-lock-regexp-backslash)
9212         (font-lock-regexp-backslash-construct): New faces.
9213         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
9214         after `('.  Add `while-no-input' to control structures.
9216         * faces.el (no-break-space, shadow): New faces.
9217         (escape-glyph): Use less loud colors pink2 and red4.
9219         * diff-mode.el (diff-context-face)
9220         * dired.el (dired-ignored)
9221         * rfn-eshadow.el (file-name-shadow)
9222         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9224         * info.el (Info-title-1-face): Use green instead of yellow because
9225         bold yellow is not readable on light backgrounds.
9227         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9228         before selecting the desired mode to not spend time fontifying
9229         old contents.
9231 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
9233         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9234         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9236         * ps-print.el (ps-default-fg, ps-default-bg):
9237         Fix typos in docstrings.
9239         * isearchb.el (isearchb): Don't pass a spurious second argument to
9240         `iswitchb-completions'.
9242 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
9244         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9245         to preserve point.
9246         (gdb-find-file-hook): Add doc string.
9248         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9249         C dereferenced pointer expression.
9250         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
9252         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9254         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9255         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9256         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9257         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9258         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9259         Make background transparent.
9261 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9263         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
9264         (font-lock-remove-keywords): Doc fix.
9265         (font-lock-mode-major-mode): Compiler defvar.
9266         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9268         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9269         (font-lock-mode): Update `font-lock-mode-major-mode'.
9270         (font-lock-set-defaults): Compiler defvar.
9271         (font-lock-default-function): Take `font-lock-mode-major-mode'
9272         into account.
9274         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9275         keep track of which major mode it enabled the minor mode for.
9276         Use find-file-hook again.  Update docstring.
9278         * simple.el (eval-expression-print-level)
9279         (eval-expression-print-length, eval-expression-debug-on-error):
9280         Doc fixes.
9282 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
9284         * iswitchb.el (iswitchb-single-match-face)
9285         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9286         (iswitchb-invalid-regexp-face): New faces.
9287         (iswitchb-completions): Use them.
9288         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9289         now marked as an obsolete alias.
9290         (iswitchb-read-buffer): Remove check for bound font variables.
9291         (iswitchb-invalid-regexp): New free variable.
9292         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9293         set iswitchb-invalid-regexp.
9294         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9295         invalid regexps.
9296         (iswitchb-completions): Add check for complete match when entering
9297         a regexp.
9298         (iswitchb-completions): Remove require-match argument.
9299         (iswitchb-exhibit): Fix caller.
9300         (iswitchb-common-match-inserted): New variable.
9301         (iswitchb-complete, iswitchb-completion-help): Use it.
9303 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
9305         * url-http.el (url-http-chunked-encoding-after-change-function):
9306         Use `url-http-debug' instead of `message'.
9308 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
9310         * url-http.el (url-http-parse-headers): Pass redirected URL as a
9311         callback argument.
9313 2005-06-04  Kim F. Storm  <storm@cua.dk>
9315         * simple.el (line-move): Only call sit-for when moving backwards.
9317         * ido.el (ido-make-merged-file-list-1): New defun split from
9318         ido-make-merged-file-list.
9319         (ido-make-merged-file-list): Bind throw-on-input around call to
9320         ido-make-merged-file-list-1.  Return input-pending-p if
9321         interrupted by more input available.
9322         (ido-read-internal): Handle input-pending-p return value from
9323         ido-make-merged-file-list.
9325 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9328         compatibility code.
9330         * international/latexenc.el (latexenc-find-file-coding-system):
9331         Don't inherit the EOL part of the coding-system from the
9332         tex-main buffer.  Fit within 80 columns.
9334 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
9336         * tmm.el (tmm-inactive-face): New face.
9337         (tmm-remove-inactive-mouse-face): New function.
9338         (tmm-prompt, tmm-add-one-shortcut)
9339         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9340         but not selectable.
9342 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
9344         * faces.el (face-equal): Improve argument/docstring consistency.
9346 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9348         * progmodes/make-mode.el (makefile-targets-face)
9349         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9350         (makefile-bsdmake-dependency-regex)
9351         (makefile-makepp-rule-action-regex)
9352         (makefile-bsdmake-rule-action-regex): New constants.
9353         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9355         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9356         Allow (...) within `...' for makepp messages.
9358 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9360         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9362         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9363         "." files are deleted from all file lists before comparison.
9365         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9366         (viper-ESC-key): Made them customizable.
9368         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9370 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9372         * autorevert.el (auto-revert-buffers): Use save-match-data.
9374 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9377         menu items with a nil command binding.
9379 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9381         * emacs-lisp/cl-macs.el (defsetf):
9382         Improve argument/docstring consistency.
9384         * faces.el (list-faces-display): Improve the formatting by
9385         computing the maximum length required for any face-name (reworked
9386         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9387         (internal-find-face): Remove redundant info in docstring.
9389 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9391         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9392         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9393         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9394         (gdb-assembler-custom): Improve regexps.
9395         (def-gdb-auto-update-handler): Use window point to preserve point.
9397 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9399         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9401 2005-05-31  Jay Belanger  <belanger@truman.edu>
9403         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9404         to calc-embedded.
9405         (calc-embedded-make-info): Have plain prefix argument select
9406         entire line.
9408 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9410         * faces.el (list-faces-display): Signal error if passed a regexp
9411         that matches no face name.
9413         * simple.el (filter-buffer-substring): Fix typo in docstring.
9415 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9417         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9418         (vhdl-emacs-21): Doc fix.
9419         (vhdl-mode): Unconditionally set comment-padding.
9420         (vhdl-fixup-whitespace-region): Insert spaces only where
9421         there are none.
9422         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9424 2005-05-30  John Wiegley  <johnw@newartisans.com>
9426         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9427         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9428         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9429         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9430         `string-to-number'.
9432 2005-05-30  Jay Belanger  <belanger@truman.edu>
9434         * calc/calc.el (calc-bug-address): Fix docstring.
9435         (calc-window-hook, calc-trail-window-hook): New variables.
9436         (calc-trail-display): Restore use of calc-trail-window-hook.
9437         (calc): Restore use of calc-window-hook.
9439 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9441         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9443         * help-fns.el (help-C-file-name): Add autoload mark for
9444         `find-function-noselect'.
9446 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9448         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9449         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9451 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9453         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9454         included diary buffer if it was not already being visited.
9455         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9457         * calendar/icalendar.el (top-level): Do not require 'appt.
9459         * mail/supercite.el (sc-select-attribution): Only use a list
9460         element from sc-attrib-selection-list if it returns a string.
9461         Reported by Davide G. M. Salvetti <salve@debian.org>.
9463 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9465         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9466         includes a hash value to improve its uniqueness, and has a ".jpg"
9467         extension.  Also, it is now a valid filename on all systems.
9468         (thumbs-make-thumb): Use `let', not `let*'.
9469         (thumbs-show-thumbs-list): Check for JPEG availability.
9471 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9473         * filesets.el (filesets-menu-ensure-use-cached):
9474         Prevent warning when emacs-version>= is undefined.
9476         * printing.el (pr-interactive-n-up): Use string-to-number.
9478         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9480         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9481         Warn only when name to be defined is quoted.
9483 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9485         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9486         Make regexp more robust.
9487         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9488         Force regeneration of disassembly.
9490 2005-05-29  Jay Belanger  <belanger@truman.edu>
9492         * calc/calc.el (calc-user-invocation): Check if
9493         calc-invocation-macro is non-nil.
9495 2005-05-29  Juri Linkov  <juri@jurta.org>
9497         * add-log.el (change-log-font-lock-keywords):
9498         Add `+' to e-mail regexp to accept mail address with keywords.
9500         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9502 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9504         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9506         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9508 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9510         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9511         Undo the change that moves to end of the current word.
9513 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9515         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9516         Throw error when count <= 0 to ensure input is a number.
9517         (gdb-read-memory-custom): Pick up address from buffer.
9518         (gdb-memory-mode): Allow user to increment and decrement
9519         memory address from header line.
9521 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9523         * flyspell.el (flyspell-version): Function deleted.
9524         (flyspell-auto-correct-previous-hook): Doc fix.
9526         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9527         Do nothing if memory is full.
9529         * font-lock.el (font-lock-fontify-syntactically-region):
9530         Pass t for GREEDY to looking-back.
9532         * saveplace.el (save-place-alist-to-file): Write the file
9533         using write-region.
9535         * subr.el (looking-back): New argument GREEDY.
9537         * progmodes/compile.el (compilation-start): Set the mode
9538         before inserting the initial text.
9540         * progmodes/which-func.el (which-func-update-1): Turn the mode
9541         off in case of error by setting which-func-mode.
9543 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9545         * flyspell.el (flyspell-auto-correct-previous-word):
9546         Narrow down to what's on the screen, and recenter overlays
9547         at the end of the next word.
9549 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9551         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9552         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9553         (flyspell-abbrev-p): Default to nil.
9554         (flyspell-use-global-abbrev-table-p): Doc fix.
9555         (flyspell-large-region): Allow nil as value.
9556         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9558         (mail-mode-flyspell-verify): More robust handling
9559         of `mail-header-separator'.  More efficient signature detection.
9560         Allow for regexp metacharacters in message-header-separator.
9561         Adding `To' not to be checked in mail-mode-flyspell-verify.
9563         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9564         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9565         Bind flyspell-auto-correct-binding.
9566         Bind C-. and C-, .
9567         (flyspell-mode-map): Likewise.
9568         (flyspell-mode): Doc fix.
9569         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9570         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9571         (flyspell-word-cache-result): New var, always local.
9572         (flyspell-check-pre-word-p): Doc fix.
9573         (flyspell-check-changed-word-p): Handle spc like newline.
9574         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9575         (flyspell-word-search-backward, flyspell-word-search-forward):
9576         New functions.
9577         (flyspell-word): Return t if nothing to check.
9578         When parsing TeX code, check for after } or \.
9579         Use flyspell-word-search-backward to find previous word.
9580         Return nil if duplicated word.
9581         For word already checked, return same value as last time.
9582         Set flyspell-word-cache-result after checking.
9583         Don't clobber the return value.
9584         (flyspell-get-word): Major rewrite.
9585         (flyspell-external-point-words): New locals pword, pcount.
9586         Fix size used in progress message.
9587         Find the proper corresponding word in flyspell-large-region-buffer.
9588         (flyspell-region): Check for flyspell-large-region = nil.
9589         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9590         (flyspell-auto-correct-word): Check that WORD is a cons.
9591         (flyspell-correct-word): Likewise.
9593 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9595         * progmodes/make-mode.el (makefile-rule-action-regex)
9596         (makefile-macroassign-regex, makefile-makepp-mode)
9597         (makefile-bsdmake-mode): Continuation lines may be empty.
9598         Reported by Joshua Varner.
9599         (makefile-makepp-font-lock-keywords): Add $(stem).
9601 2005-05-28  Karl Berry  <karl@gnu.org>
9603         * textmodes/tex-mode.el: Now that tex-send-command calls
9604         shell-quote-argument (2005-03-31 change), remove all calls to
9605         shell-quote-argument; they all end up invoking tex-send-command.
9606         The double quoting loses on filenames with non-safe characters,
9607         such as "@".  Reported by Frederik Fouvry.
9609 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9611         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9612         about preserving point.
9614 2005-05-27  Jay Belanger  <belanger@truman.edu>
9616         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9617         Info-goto-node.
9619         * calc/calc-embed.el (calc-embed-arg): New variable.
9620         (calc-do-embedded-activate, calc-embedded-activate-formula)
9621         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9622         variable by new variable.
9623         (calc-embedded-make-info): Replace undeclared variable by new
9624         variable.  When selecting region with positive prefix
9625         argument, use end of previous line instead of beginning of line.
9627         * calc/calc-aent.el (calc-arg-values): Declare it.
9629         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9630         Declare them.
9632         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9634         * calc/calc.el (calc-alg-map): Declare it.
9636         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9638 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9640         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9641         (gdb-registers-buffer, toggle-gdb-all-registers):
9642         Toggle display of floating point registers.
9643         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9645         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9646         (toggle-gud-tooltip-dereference):
9647         Rename from gud-toggle-tooltip-dereference.
9649 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9653 2005-05-27  Jay Belanger  <belanger@truman.edu>
9655         * calc/calc-prog.el (calc-kbd-report): Remove.
9656         (calc-kbd-query): Rewrite.
9658 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9660         * image.el (image-library-alist): Move to image.c.
9661         (image-type-available-p): Doc fix.
9663 2005-05-27  Lute Kamstra  <lute@gnu.org>
9665         * calc/calc.el (calc):
9666         * outline.el (outline-1, outline-2, outline-3, outline-4)
9667         (outline-5, outline-6, outline-7, outline-8):
9668         * textmodes/dns-mode.el (dns-mode):
9669         * textmodes/sgml-mode.el (sgml-namespace-face):
9670         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9671         (tex-verbatim-face, tex-use-reftex):
9672         * textmodes/texinfo.el (texinfo-heading-face):
9673         Specify customization group.
9675         * longlines.el: Don't require easy-mmode.
9676         (longlines-visible-face): Specify customization group.
9678 2005-05-27  Kenichi Handa  <handa@m17n.org>
9680         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9681         encoding table of windows-1251.
9683         * international/ucs-tables.el (ucs-set-table-for-input):
9684         If translation-table-for-input of a coding system is a symbol, get
9685         its translation-table property.
9687         * international/code-pages.el: Don't register a coding system into
9688         non-iso-charset-alist more than once.
9689         (cp-make-coding-system): Likewise.
9691 2005-05-26  John Wiegley  <johnw@newartisans.com>
9693         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9694         `eshell-resume-eval' is wrapped in a list, it indicates that the
9695         command was run asynchronously.  In that case, unwrap the value
9696         before checking the delimiter value.
9698         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9699         character before a space at the end of a line is \, assume the space
9700         is part of the last argument rather than a final argument separator.
9702         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9703         is in use, and the target is `t' or `nil' (which are the most common
9704         values), don't assume that the symbol target is a buffer.
9706 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9708         * calendar/calendar.el (calendar-mode-line-format):
9709         Use mode-line-highlight as mouse-face.
9711         * time.el (display-time-string-forms, display-time-update):
9712         Use mode-line-highlight as mouse-face.
9714 2005-05-26  Jay Belanger  <belanger@truman.edu>
9716         * calc/calc.el (calc-language-alist): Remove extra defvar.
9718 2005-05-26  Lute Kamstra  <lute@gnu.org>
9720         * arc-mode.el (archive-mode):
9721         * bookmark.el (bookmark-read-annotation-mode)
9722         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9723         * bs.el (bs-mode):
9724         * calc/calc-yank.el (calc-edit-mode):
9725         * calc/calc.el (calc-mode, calc-trail-mode):
9726         * calculator.el (calculator-mode):
9727         * chistory.el (command-history-mode):
9728         * comint.el:
9729         * cus-edit.el (custom-mode):
9730         * descr-text.el (describe-text-mode):
9731         * ebuff-menu.el (Electric-buffer-menu-mode):
9732         * ediff-util.el (ediff-mode):
9733         * emacs-lisp/re-builder.el (reb-mode):
9734         * emulation/vi.el (vi-mode-setup):
9735         * emulation/ws-mode.el (wordstar-mode):
9736         * eshell/esh-mode.el (eshell-mode):
9737         * forms.el (forms-mode):
9738         * help-mode.el (help-mode):
9739         * hexl.el (hexl-mode):
9740         * ibuffer.el (ibuffer-mode):
9741         * ielm.el (inferior-emacs-lisp-mode):
9742         * info.el (Info-mode, Info-edit-mode):
9743         * international/swedish.el:
9744         * ledit.el (ledit-from-lisp-mode):
9745         * locate.el (locate-mode):
9746         * mail/rmail.el (rmail-mode):
9747         * mail/rmailedit.el (rmail-edit-mode):
9748         * mail/rmailsum.el (rmail-summary-mode):
9749         * mail/supercite.el (sc-electric-mode):
9750         * net/eudc.el (eudc-mode):
9751         * net/quickurl.el (quickurl-list-mode):
9752         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9753         * obsolete/ooutline.el (outline-mode):
9754         * obsolete/options.el (Edit-options-mode):
9755         * obsolete/rnews.el (news-mode):
9756         * obsolete/rnewspost.el (news-reply-mode):
9757         * play/5x5.el (5x5-mode):
9758         * play/decipher.el (decipher-mode, decipher-stats-mode):
9759         * play/gomoku.el (gomoku-mode):
9760         * play/snake.el (snake-mode):
9761         * play/solitaire.el (solitaire-mode):
9762         * play/tetris.el (tetris-mode):
9763         * progmodes/ada-mode.el (ada-mode):
9764         * progmodes/antlr-mode.el (antlr-mode):
9765         * progmodes/autoconf.el (autoconf-mode):
9766         * progmodes/dcl-mode.el (dcl-mode):
9767         * progmodes/delphi.el (delphi-mode):
9768         * progmodes/ebrowse.el (ebrowse-tree-mode)
9769         (ebrowse-electric-list-mode, ebrowse-member-mode)
9770         (ebrowse-electric-position-mode):
9771         * progmodes/f90.el (f90-mode):
9772         * progmodes/fortran.el (fortran-mode):
9773         * progmodes/icon.el (icon-mode):
9774         * progmodes/idlw-help.el (idlwave-help-mode):
9775         * progmodes/idlw-shell.el (idlwave-shell-mode):
9776         * progmodes/idlwave.el (idlwave-mode):
9777         * progmodes/inf-lisp.el (inferior-lisp-mode):
9778         * progmodes/m4-mode.el (m4-mode):
9779         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9780         * progmodes/modula2.el (modula-2-mode):
9781         * progmodes/octave-inf.el (inferior-octave-mode):
9782         * progmodes/octave-mod.el (octave-mode):
9783         * progmodes/pascal.el (pascal-mode):
9784         * progmodes/sh-script.el (sh-mode):
9785         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9786         * progmodes/vhdl-mode.el (vhdl-mode):
9787         * progmodes/xscheme.el (scheme-interaction-mode):
9788         * replace.el (occur-mode):
9789         * ses.el (ses-mode):
9790         * simple.el (completion-list-mode):
9791         * skeleton.el:
9792         * speedbar.el (speedbar-mode):
9793         * term.el (term-mode):
9794         * terminal.el (terminal-edit-mode):
9795         * textmodes/reftex-index.el (reftex-index-mode)
9796         (reftex-index-phrases-mode):
9797         * textmodes/reftex-sel.el (reftex-select-label-mode)
9798         (reftex-select-bib-mode):
9799         * textmodes/reftex-toc.el (reftex-toc-mode):
9800         * wdired.el (wdired-change-to-wdired-mode):
9801         * wid-browse.el (widget-browse-mode):
9802         Use run-mode-hooks.
9804         * array.el (array-mode):
9805         * calendar/todo-mode.el (todo-mode):
9806         * man.el (Man-mode):
9807         * play/landmark.el (lm-mode):
9808         * play/mpuz.el (mpuz-mode):
9809         Use kill-all-local-variables and run-mode-hooks.
9811         * subr.el (delay-mode-hooks): Specify indentation.
9813 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9815         * xml.el (xml-substitute-special): Don't die for undefined xml
9816         entities.
9818 2005-05-26  Jay Belanger  <belanger@truman.edu>
9820         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9821         of nil.
9823 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9825         * progmodes/gdb-ui.el (gdb-frame-address):
9826         Rename from gdb-current-address.
9827         (gdb-previous-frame-address): Rename from gdb-previous-address.
9828         (gdb-selected-frame): Rename from gdb-current-frame.
9829         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9830         (gdb-frame-number): Rename from gdb-current-stack-level.
9831         (gdb-ann3): Match new mode-name for disassembly buffer.
9832         Extend initialization of variables.
9833         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9834         (gdb-memory-mode): Use mouse-face in header line.
9835         (gdb-assembler-buffer-name): Call it disassembly and give frame
9836         in mode line.
9837         (gdb-source-spec-regexp, gdb-assembler-custom)
9838         (gdb-invalidate-assembler, gdb-frame-handler):
9839         Make robust to leading zeroes in address format.
9841 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9843         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9844         define `org-mode'.
9845         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9847 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9849         * log-edit.el (log-edit-changelog-entries): Distinguish between
9850         filenames like xfns.c and fns.c.
9852 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9854         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9855         point after reverting.
9856         (Buffer-menu-make-sort-button): Handle the case where
9857         `Buffer-menu-use-header-line' is nil.
9859 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9861         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9862         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9863         and `:' to them.
9865 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * startup.el (normal-top-level): Allow modification of load-path while
9868         we're iterating over it.
9870 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9872         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9873         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9874         (thumbs-resize-interactive, thumbs-insert-image)
9875         (thumbs-insert-thumb, thumbs-dired-show-marked)
9876         (thumbs-find-image-at-point, thumbs-delete-images)
9877         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9878         (thumbs-increment-image-size, thumbs-decrement-image-size):
9879         Fix typos in docstrings.
9881 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9883         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9884         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9885         (cperl-mode): Use them.
9887 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9889         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9890         Doc fixes.
9892 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9894         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9895         Bind C-d to gdb-inferior-io-eof.
9897         * dired.el (dired-dnd-popup-notice): Use message-box.
9899 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9901         * bindings.el (mode-line-major-mode-keymap):
9902         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9904         * faces.el (mode-line-highlight): New face.
9906         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9907         as mouse-face.
9909         * bindings.el (top-level, help-echo, mode-line-modified)
9910         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9911         as mouse-face.
9913 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9915         * progmodes/cc-engine.el (c-guess-basic-syntax):
9916         Remove spurious call to `zerop'.
9918         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9920 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9922         CC Mode update to 5.30.10:
9924         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9925         could go past the limit in decoration level 2, thereby causing
9926         errors during interactive fontification.
9928         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9929         the file is evaluated interactively.
9931         * cc-engine.el (c-guess-basic-syntax): Handle operator
9932         declarations somewhat better in C++.
9934         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9935         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9936         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9937         (awk-mode): Use it.
9938         (make-local-hook): Suppress warning about obsoleteness.
9940         * cc-engine.el, cc-align.el, cc-cmds.el
9941         (c-append-backslashes-forward, c-delete-backslashes-forward)
9942         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9943         Compensate for return value from `forward-line' when it has moved
9944         but not to a different line due to eob.
9946         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9947         `objc-method-intro' and `objc-method-args-cont'.
9949 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9951         CC Mode update to 5.30.10:
9953         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9954         in the copyright statement.  Incidentally, change "along with GNU
9955         Emacs" to "along with this program" where it occurs.
9957         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9958         so that it is interactive, hence can be found by M-x awk-mode
9959         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9960         <gmorris+emacs@ast.cam.ac.uk>.
9962         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9963         Mode's regexps.
9965 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9967         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9968         c-parse-state, to avoid a lisp error (on bad code).
9970 2005-05-23  Lute Kamstra  <lute@gnu.org>
9972         * subr.el (font-lock-defaults): Remove defvar as it's already
9973         defined in font-core.el.
9975         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9977 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9979         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9980         more general and work when GDB variable "print pretty" is on,
9981         as with Emacs, for example.
9983 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9985         * font-core.el: Update comment.
9987         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9988         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9990         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9992 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9994         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9995         and `yank-handler' in the doc strings.
9997 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
10001 2005-05-22  Richard M. Stallman  <rms@gnu.org>
10003         * help.el (describe-key): Move print-help-return-message call
10004         out of conditional.
10006         * progmodes/etags.el (list-tags): Use with-no-warnings.
10008         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10009         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10010         (starttls-extra-args, starttls-extra-arguments): Add defvars.
10012         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10014         * language/viet-util.el (viet-viscii-nonascii-translation-table):
10015         Add defvar.
10017         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10018         Use defvar, not defconst.
10020         * hexl.el (hexl-follow-line): Use with-no-warnings.
10022         * emulation/tpu-extras.el: Use write-file-functions instead of
10023         write-file-hooks.
10025         * dired.el (dired-font-lock-keywords): Fontify files with junk
10026         extensions even if marked by -F.
10028 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
10030         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10031         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10032         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10033         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10034         (concatenate, list-length, get*, getf, cl-remprop):
10035         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10036         (etypecase, progv, lexical-let, lexical-let*)
10037         (multiple-value-bind, multiple-value-setq, shiftf):
10038         Improve argument/docstring consistency.
10040         * subr.el (focus-frame, unfocus-frame):
10041         Revert deletion on 2005-05-01.
10043 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
10045         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10046         doesn't exist.
10048         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
10049         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10051 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
10053         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10054         already deleted variables: auto-fill-hook, blink-paren-hook,
10055         lisp-indent-hook, inhibit-local-variables, unread-command-event,
10056         suspend-hooks, comment-indent-hook, meta-flag,
10057         before-change-function, after-change-function,
10058         font-lock-doc-string-face.
10060 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10062         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10064 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10066         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10067         rmail-dont-reply-to.
10069 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10071         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10072         literal blank when splitting new-header-values.
10074 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
10076         * calendar/cal-menu.el (cal-menu-update): Add separator as a
10077         string so that tmm doesn't create a completion entry for it.
10079         * textmodes/table.el (table-disable-menu): Ditto.
10081 2005-05-21  Richard M. Stallman  <rms@gnu.org>
10083         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10085         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10087         * net/rcompile.el (remote-compile): Use compilation-start.
10089         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10091 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
10093         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10094         Default to makefile-bsdmake-mode on BSD systems.
10096         * imenu.el (imenu-generic-expression, imenu--generic-function'):
10097         REGEXP may also be a search function now.  The part of doc-string
10098         for describing the structure was 95% identical to that of
10099         `imenu--generic-function'.  Unify it there.
10101         * progmodes/make-mode.el (makefile-imenu-generic-expression):
10102         Use function to find dependencies, because regexp alone is so complex,
10103         it easily goes into an endless loop.
10104         (makefile-makepp-mode): Also add submenu for Perl functions
10105         defined in the makefile.
10106         (makefile-bsdmake-mode): Special imenu-generic-expression no
10107         longer needed, due to function call.
10108         (makefile-match-dependency): Take BOUND into account when checking
10109         if we're through.
10111 2005-05-20  Jay Belanger  <belanger@truman.edu>
10113         * calc/calc-units.el (calc-invalidate-units-table):
10114         Use inhibit-read-only.
10115         (math-build-units-table-buffer): Use view-mode.
10117 2005-05-20  David Kastrup  <dak@gnu.org>
10119         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10120         easy-menu-add is not a nop on Emacs; and clarify when to call it.
10122 2005-05-20  Lute Kamstra  <lute@gnu.org>
10124         * diff-mode.el (diff-header-face, diff-file-header-face)
10125         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10126         (diff-added-face, diff-changed-face, diff-function-face)
10127         (diff-context-face, diff-nonexistent-face): Put them in the
10128         diff-mode customization group.
10130 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10134         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10136         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10137         Minor regexp-optimization.
10139 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
10141         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10142         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10143         (org-agenda-add-time-grid-maybe): New function.
10144         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10145         (org-table-create): `dotimes' instead of `mapcar'.
10146         (org-xor): Simplify implementation.
10147         (org-agenda): `inhibit-redisplay' turned on.
10148         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10149         a consistent line after a state change.
10150         (org-agenda-remove-times-when-in-prefix): New option.
10151         (org-prefix-has-time): New variable.
10152         (org-parse-time-string): Optional argument NODEFAULT.
10153         (org-format-agenda-item): Parse items for time-of-day
10154         specifications and move these into the prefix if possible.
10155         (org-agenda-priority): Get current heading, not previous heading
10156         during agenda remote editing.
10158 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
10160         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10161         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10162         (remove-duplicates, delete-duplicates, substitute)
10163         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10164         (nsubstitute-if-not, find, find-if, find-if-not, position)
10165         (position-if, position-if-not, count, count-if, count-if-not)
10166         (mismatch, search, sort*, stable-sort, merge, member*)
10167         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10168         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10169         (intersection, nintersection, set-difference, nset-difference)
10170         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10171         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10172         (nsublis, tree-equal): Improve argument/docstring consistency.
10174         * subr.el (send-string, send-region):
10175         Remove obsolescence declaration.
10176         (window-dot, set-window-dot, read-input, show-buffer)
10177         (eval-current-buffer, string-to-int):
10178         Add release number to obsolescence declarations.
10180 2005-05-19  Kim F. Storm  <storm@cua.dk>
10182         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10183         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10185 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
10187         * faces.el (list-faces-display): Make back button respect optional
10188         regexp arg.
10190 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
10192         * calculator.el (calculator-radix-grouping-mode)
10193         (calculator-radix-grouping-digits, calculator-displayer)
10194         (calculator-radix-grouping-separator, calculator-copy-displayer):
10195         * dabbrev.el (dabbrev-search-these-buffers-only):
10196         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10197         (diff-advance-after-apply-hunk, diff-mode-hook)
10198         (diff-minor-mode-prefix):
10199         * imenu.el (imenu-use-popup-menu):
10200         * jit-lock.el (jit-lock-context-time):
10201         * newcomment.el (comment-fill-column, comment-column)
10202         (comment-style, comment-padding, comment-multi-line)
10203         (comment-empty-lines, comment-auto-fill-only-comments):
10204         * reveal.el (reveal-around-mark):
10205         * uniquify.el (uniquify-buffer-name-style)
10206         (uniquify-after-kill-buffer-p)
10207         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10208         (uniquify-min-dir-content, uniquify-separator)
10209         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10210         * w32-vars.el (w32-fixed-font-alist):
10211         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10212         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10213         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10214         * progmodes/perl-mode.el (perl-indent-level)
10215         (perl-continued-statement-offset, perl-continued-brace-offset)
10216         (perl-brace-offset, perl-brace-imaginary-offset)
10217         (perl-label-offset, perl-indent-continued-arguments)
10218         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10219         * progmodes/tcl.el (tcl-indent-level)
10220         (tcl-continued-indent-level, tcl-auto-newline)
10221         (tcl-tab-always-indent, tcl-electric-hash-style)
10222         (tcl-help-directory-list, tcl-use-smart-word-finder)
10223         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10224         (inferior-tcl-source-command):
10225         * textmodes/fill.el (enable-kinsoku):
10226         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10227         * textmodes/table.el (table-yank-handler):
10228         Specify missing group (and type, if simple) in defcustom.
10230 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10232         * progmodes/compile.el (compilation-finish-function): Fix defvar.
10234 2005-05-19  Richard M. Stallman  <rms@gnu.org>
10236         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10238         * subr.el (event-basic-type): Don't get an error.
10239         (left-fringe-p): Function deleted.
10241         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10242         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10244         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10245         in recursive copy.
10247         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10249         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10251         * emacs-lisp/bytecomp.el
10252         (byte-compile-file-form-custom-declare-variable): Call
10253         byte-compile-nogroup-warn if appropriate.
10255         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10256         (compilation-set-window): Don't call left-fringe-p; do it directly.
10258 2005-05-19  Jay Belanger  <belanger@truman.edu>
10260         * calc/calc-graph.el (calc-graph-format-data): Make sure
10261         var-PlotRejects is bound before trying to check its value.
10263 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
10265         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10266         definition of this variable from reftex-global.el to reftex.el,
10267         because it is needed in the menu.
10269 2005-05-19  Lute Kamstra  <lute@gnu.org>
10271         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10272         years are fixed.  Don't insert a space after a dash.
10274 2005-05-19  Kim F. Storm  <storm@cua.dk>
10276         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10278 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
10280         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10281         strings, because (eq ... ?\\) is fairly frequent.
10283         * progmodes/make-mode.el (makefile-add-this-line-targets):
10284         Simplify and integrate into `makefile-pickup-targets'.
10285         (makefile-add-this-line-macro): Simplify and integrate into
10286         `makefile-pickup-macros.
10287         (makefile-pickup-filenames-as-targets): Simplify.
10288         (makefile-previous-dependency, makefile-match-dependency):
10289         Don't stumble over `::'.
10291 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
10293         * subr.el (post-command-idle-hook, post-command-idle-delay):
10294         Remove obsoletion of post-command-idle-hook and
10295         post-command-idle-delay.
10297         * faces.el (list-faces-display): Provide button when describe-face
10298         is called to take user back to the list of faces.
10300         * help-fns.el (describe-variable): Remove hyperlinks in a
10301         variable's value as these are quite frequently inappropriate.
10303         * follow.el (follow-submit-feedback, follow-mode):
10304         Remove references to post-command-idle-hook.
10306 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
10308         * progmodes/make-mode.el (makefile-previous-dependency)
10309         (makefile-match-dependency): Check for := (and in bsd mode also
10310         !=) to give a better result, even when font-lock is not on.
10312 2005-05-18  Jay Belanger  <belanger@truman.edu>
10314         * calc/calc-help.el (calc-s-prefix-help):
10315         Add `calc-copy-special-constant' to help string.
10317 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10319         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10321 2005-05-18  Jay Belanger  <belanger@truman.edu>
10323         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10324         in linear factors are in proper order.
10326 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10328         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10329         Support for jurabib.
10331         * textmodes/reftex.el (featurep): Define aliases for overlay
10332         commands, for XEmacs compatibility, and use these aliases in
10333         overlay initializations.
10334         (reftex-highlight): Use `reftex-move-overlay'.
10335         (reftex-unhighlight): Use `reftex-delete-overlay'.
10336         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
10337         (reftex-access-search-path): Use `reftex-uniquify' instead of
10338         `reftex-uniq'
10340         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10341         `before-string' property modification enables for Emacs as well.
10342         (reftex-select-item): Use `reftex-delete-overlay'.
10343         (reftex-select-mark): Use `reftex-make-overlay' and
10344         `reftex-overlay-put'.
10345         (reftex-select-unmark): Use `reftex-delete-overlay' and
10346         `reftex-overlay-put'.
10348 2005-05-18  Lute Kamstra  <lute@gnu.org>
10350         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10352 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10354         * add-log.el (add-change-log-entry):
10355         * array.el (array-make-template, array-reconfigure-rows)
10356         (array-init-max-row, array-init-max-column)
10357         (array-init-columns-per-line, array-init-field-width):
10358         * replace.el (replace-match-maybe-edit, perform-replace):
10359         * textmodes/spell.el (spell-region):
10360         Replace `read-input' by `read-string'.
10362         * forms.el (forms-mode):
10363         * finder.el (finder-compile-keywords):
10364         * shadowfile.el (shadow-read-files):
10365         Replace `eval-current-buffer' by `eval-buffer'.
10367         * terminal.el (te-pass-through):
10368         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10369         (ange-ftp-raw-send-cmd):
10370         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10371         (send-process-next-char, telnet-initial-filter, telnet):
10372         Replace `send-string' by `process-send-string'.
10374         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10375         (prolog-consult-region): Replace `send-string' by
10376         `process-send-string'; replace `send-region' by `process-send-region'.
10378         * progmodes/delphi.el (delphi-log-msg):
10379         Replace `set-window-dot' by `set-window-point'.
10381         * subr.el (window-dot, set-window-dot, read-input, send-string)
10382         (send-region, show-buffer, eval-current-buffer):
10383         Make really obsolete, as the comment says.
10385 2005-05-17  Kim F. Storm  <storm@cua.dk>
10387         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10388         (cua--init-keymaps): Bind C-return instead of S-return to set
10389         rectangle mark.
10391         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10392         instead of S-return to toggle/clear rectangle mark.
10394 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10396         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10397         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10398         Also fontify plain strings assigned to variables, mostly so that a
10399         colon has a face and is thus not taken as a dependency separator.
10400         (makefile-previous-dependency): Inline the new matcher, because it
10401         is too complex to work in both directions.
10402         (makefile-match-dependency): Eliminate `backward' arg (see above).
10403         Completely reimplemented so as to not sometimes go into an endless
10404         loop.  It should also be more efficient, because first it only
10405         searches for `:', instead of applying the very complex regexp.
10406         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10407         to be fontified in one piece can be too long for JIT.
10408         Makefiles are never *that* big.
10410 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10412         * dired.el (dired-mode): Simplify.
10414 2005-05-17  Lute Kamstra  <lute@gnu.org>
10416         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10417         defcustom for the mode hook variable.
10419         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10420         Emacs Lisp Reference Manual.
10422 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10424         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10425         (evenp, list*):
10426         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10427         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10429         * net/tramp-smb.el (tramp-smb-open-connection):
10430         Pass `tramp-chunksize' as fifth (required) argument.
10432 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10434         * font-lock.el (lisp-font-lock-keywords-1):
10435         Set `font-lock-negation-char-face' for [^...] char group.
10436         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10438         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10439         a var, and refine it to mask one more level of nested vars.
10440         (makefile-rule-action-regex): Turn it into a var, and refine it so
10441         it recognizes backslashed continuation lines as belonging to the
10442         same command.
10443         (makefile-macroassign-regex): Refine it so it recognizes
10444         backslashed continuation lines as belonging to the same command.
10445         (makefile-var-use-regex): Don't look at the next char, because it
10446         might be the same one to be skipped by the initial [^$], leading
10447         to an overlooked variable use.
10448         (makefile-make-font-lock-keywords): Remove two parameters, which
10449         are now variables that some of the modes set locally.
10450         Handle dependency and rule action matching through functions, because
10451         regexps alone match too often.  Dependency matching now comes
10452         last, so it can check, whether a colon already matched something else.
10453         (makefile-mode): Inform that font-lock improves makefile parsing
10454         capabilities.
10455         (makefile-match-dependency, makefile-match-action): New functions.
10457 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10459         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10461         * align.el (align-regexp):
10462         * ansi-color.el (ansi-color-get-face):
10463         * array.el (array-reconfigure-rows, array-init-max-row)
10464         (array-init-max-column, array-init-columns-per-line)
10465         (array-init-field-width):
10466         * dired-aux.el (dired-trample-file-versions):
10467         * dired-x.el (dired-mark-sexp):
10468         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10469         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10470         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10471         * faces.el (face-read-integer):
10472         * files.el (backup-extract-version, insert-directory):
10473         * hexl.el (hexl-insert-decimal-char):
10474         * server.el (server-process-filter):
10475         * shell.el (shell-extract-num):
10476         * startup.el (command-line-1):
10477         * term.el (term-command-hook):
10478         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10479         (time-stamp-do-number):
10480         * time.el (display-time-update):
10481         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10482         (timezone-fix-time):
10483         * vms-patch.el (vms-suspend-resume-hook):
10484         * calendar/appt.el (appt-convert-time):
10485         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10486         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10487         * calendar/cal-islam.el (mark-islamic-diary-entries):
10488         * calendar/calendar.el (calendar-cursor-to-date)
10489         (calendar-star-date):
10490         * calendar/diary-lib.el (diary-attrtype-convert)
10491         (mark-diary-entries, diary-entry-time):
10492         * calendar/solar.el (solar-get-number):
10493         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10494         * emacs-lisp/re-builder.el (reb-display-subexp):
10495         * emulation/edt.el (edt-set-scroll-margins):
10496         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10497         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10498         (vip-get-ex-count):
10499         * emulation/viper-ex.el (viper-get-ex-token)
10500         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10501         * international/fontset.el (fontset-plain-name):
10502         * mail/feedmail.el (feedmail-look-at-queue-directory):
10503         * mail/mailalias.el (mail-get-names):
10504         * mail/rmail.el (rmail-convert-to-babyl-format):
10505         * mail/rmailsum.el (rmail-make-basic-summary-line)
10506         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10507         (rmail-summary-goto-msg):
10508         * mail/smtpmail.el (smtpmail-read-response):
10509         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10510         (ange-ftp-vms-add-file-entry):
10511         * play/gametree.el (gametree-looking-at-ply)
10512         (gametree-current-branch-score):
10513         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10514         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10515         * progmodes/cperl-mode.el (condition-case):
10516         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10517         (ebrowse-set-member-buffer-column-width)
10518         (ebrowse-select-1st-to-9nth):
10519         * progmodes/etags.el (etags-snarf-tag):
10520         * progmodes/flymake.el (flymake-parse-line):
10521         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10522         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10523         (idlwave-shell-menu-def):
10524         * progmodes/ps-mode.el (ps-run-goto-error):
10525         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10526         (vhdl-speedbar-contract-level):
10527         * term/mac-win.el (x-handle-numeric-switch):
10528         * term/sun-mouse.el (sun-get-frame-data):
10529         * term/w32-win.el (x-handle-numeric-switch):
10530         * term/x-win.el (x-handle-numeric-switch):
10531         * textmodes/ispell.el (ispell-parse-output):
10532         * textmodes/nroff-mode.el (nroff-outline-level):
10533         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10534         (reftex-bib-sort-year-reverse, reftex-format-citation):
10535         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10536         (reftex-section-number):
10537         * textmodes/texinfmt.el (texinfo-paragraphindent):
10538         Replace `string-to-int' by `string-to-number'.
10540         * international/latexenc.el: Add page marker to force the "Local
10541         Variables:" string out of the last page.
10543 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10545         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10546         tooltip-change-major-mode.
10547         (gud-tooltip-print-command): Remove case where gud-minor-mode
10548         is gdb ("--fullname").
10549         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10550         explain to user.
10552 2005-05-16  Jay Belanger  <belanger@truman.edu>
10554         * calc/calc-store.el (calc-copy-special-constant): New function.
10556         * calc/calc-ext.el (calc-init-extensions): Add binding for
10557         `calc-copy-special-constant'.
10559         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10560         for the `calc-copy-special-constant' command.
10562 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10564         * subr.el (left-fringe-p): New function.
10566         * progmodes/compile.el (compilation-setup): Set local value of
10567         overlay-arrow-string to "" always.
10568         (compilation-set-window): Left fringe then don't scroll.
10569         No left fringe then no arrow and scroll message to top.
10570         (compilation-context-lines): Adjust doc string accordingly.
10572 2005-05-16  Kim F. Storm  <storm@cua.dk>
10574         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10575         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10576         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10577         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10578         (ido-read-file-name): Handle commands with ido property value
10579         equal to find-file as reading a file name, to allow C-d to enter dired.
10580         (ibuffer-find-file): Add ido property with value find-file.
10582 2005-05-15  Kim F. Storm  <storm@cua.dk>
10584         * subr.el (open-network-stream-nowait): Remove.
10585         (open-network-stream-server): Remove.
10587 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10589         * faces.el (describe-face): Output a definition link button.
10591         * help-mode.el (help-face-def): New button type.
10593         * emacs-lisp/copyright.el (copyright-fix-years):
10594         Match properly if the first year is 2-digit.
10595         Don't mess up the whitespace after the years by filling.
10597         * dired-aux.el (dired-mark-confirm):
10598         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10600         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10601         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10602         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10604         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10605         Set font-lock-comment-start-skip.
10607         * font-lock.el (font-lock-comment-start-skip): New variable.
10608         (font-lock-comment-end-skip): New variable.
10609         (font-lock-fontify-syntactically-region): Use them if non-nil.
10611 2005-05-15  Jay Belanger  <belanger@truman.edu>
10613         * calc/calc-store.el (calc-store-value): Return a string rather
10614         than display it as a message.
10615         Use calc-var-name for variable name.
10616         (calc-store-into): Add the result of calc-store-value to message.
10617         (calc-copy-variable): Add a message.
10618         (calc-store-exchange): Improve error messages.
10619         (calc-store-binary, calc-store-map): Don't reset the values of
10620         special constants.
10622 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10624         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10625         manual to docstring.
10627         * files.el (hack-local-variables-confirm): Add STRING argument.
10628         Make the function handle non file visiting buffers correctly.
10629         (hack-local-variables-prop-line, hack-local-variables)
10630         (hack-one-local-variable): Use STRING arg of
10631         `hack-local-variables-confirm'.
10633 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10635         Sync with Tramp 2.0.49.
10637         * net/tramp.el (tramp-handle-dired-call-process)
10638         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10639         because the contents of the Tramp buffer is changed before
10640         insertion (`expand-file' and alike).
10641         (tramp-handle-insert-directory): If `localname' has an empty
10642         nondirectory name, it must not be quoted.
10643         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10644         variable `tramp-chunksize'.  Change callees.
10645         (tramp-open-connection-setup-interactive-shell): Check remote host
10646         for buggy `send-process-string' implementation.
10647         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10648         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10649         (tramp-handle-shell-command): `insert-buffer' cannot be used
10650         because the contents of the Tramp buffer is changed before
10651         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10652         <frederic.bothamy@free.fr>.
10653         (tramp-set-auto-save): Actions should be done for Tramp file name
10654         handler only.  Ange-FTP has its own auto-save mechanism.
10655         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10656         (tramp-set-auto-save-file-modes): Set file modes of
10657         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10658         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10659         (tramp-bug): Remove obsolete variable.
10660         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10661         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10663 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10665         * ibuf-ext.el (define-ibuffer-filter filename):
10666         If `dired-directory' is a list, use its car.
10668 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10670         * ibuffer.el (define-ibuffer-column filename):
10671         If `dired-directory' is a list, use its car.
10673 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10675         * subr.el (symbol-file): Doc fix.
10677         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10678         (byte-compile-form): Call byte-compile-nogroup-warn.
10679         (byte-compile-warning-types): Doc fix.
10681         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10683         * progmodes/cc-engine.el (c-literal-faces):
10684         Add font-lock-comment-delimiter-face.
10686         * net/net-utils.el (dig): Use with-no-warnings.
10688         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10689         (sc-recite-frame-alist, sc-default-cite-frame)
10690         (sc-default-uncite-frame, sc-default-recite-frame)
10691         (sc-attrib-selection-list, sc-rewrite-header-list):
10692         Mark as risky-local-variable.
10694         * international/ogonek.el (ogonek-jak, ogonek-how):
10695         Don't use beginning-of-buffer.
10697         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10699         * calendar/solar.el (solar-data-list): Move definition up.
10701         * dnd.el (dnd-protocol-alist): Add autoload.
10703         * progmodes/sh-script.el: Many doc usage fixes.
10704         (sh-indent-after-do): Change default to match common styles.
10706 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10708         * files.el (interpreter-mode-alist)
10709         (auto-mode-interpreter-regexp): Doc fixes.
10711 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10713         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10715         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10717 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10719         * dired.el (dired-mode): make-variable-buffer-local =>
10720         make-local-variable.
10722 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10724         * term/mac-win.el (mac-select-convert-to-string): Try coding
10725         systems in mac-script-code-coding-systems if specified one cannot
10726         encode string for `com.apple.traditional-mac-plain-text'.
10728 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10730         * progmodes/make-mode.el (makefile-targets-face)
10731         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10732         (makefile-dependency-regex): Fix it to not make the colon in
10733         $(var:a=b) special.
10734         (makefile-rule-action-regex): New regexp for highlighting embedded
10735         Shell strings.
10736         (makefile-macroassign-regex): Handle != for highlighting as
10737         embedded Shell strings.
10738         (makefile-var-use-regex): New const.
10739         (makefile-statements, makefile-automake-statements)
10740         (makefile-gmake-statements, makefile-makepp-statements)
10741         (makefile-bsdmake-statements): New consts.
10742         (makefile-make-font-lock-keywords): New function.
10743         (makefile-automake-font-lock-keywords)
10744         (makefile-gmake-font-lock-keywords)
10745         (makefile-makepp-font-lock-keywords)
10746         (makefile-bsdmake-font-lock-keywords): New consts.
10747         (makefile-mode-map): Add switchers between the various submodes.
10748         (makefile-mode): Document the availability of the variants.
10749         (makefile-automake-mode, makefile-gmake-mode)
10750         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10752         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10753         new variants of makefile-mode.
10755 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10758         the inheritance.
10760 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10762         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10763         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10765         * files.el (normal-mode): Extend the scope of the
10766         `enable-local-variables' binding to include the `set-auto-mode' call.
10767         (magic-mode-alist): Doc fix.
10769 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10772         font-lock-comment-face rather than copying its setting.
10774 2005-05-12  Andreas Schwab  <schwab@suse.de>
10776         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10778 2005-05-12  Lute Kamstra  <lute@gnu.org>
10780         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10781         defcustom for the mode hook variable.  Delete the last argument.
10782         * generic-x.el: Fix callers of define-generic-mode.
10783         (generic-x-modes): Delete group.
10784         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10785         generic-x customization group.
10787 2005-05-12  Kim F. Storm  <storm@cua.dk>
10789         * font-lock.el (font-lock-negation-char-face): Default to "off".
10791         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10792         font-lock-negation-char-face to ! in !=.
10794 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10796         * add-log.el (find-change-log): Fix typos in the docstring
10797         of function.
10799 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10801         * international/latexenc.el (latexenc-find-file-coding-system):
10802         Avoid `re-search-forward' when looking for input encoding because
10803         of speed and safety.  Better regular expressions for recognizing
10804         input encoding.  Limit a search for TeX-master/tex-main-file to
10805         the local variable section.
10807 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10809         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10810         syntax of $ to "'" (quote).
10812 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10814         * dnd.el (dnd-protocol-alist): Improve custom type.
10816         * dired.el (dired-dnd-protocol-alist): New variable.
10817         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10818         `dired-mode-hook' to the end.
10820 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10822         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10823         comment-end if comment-start-skip is not set.
10824         Obey the font-lock-comment-delimiter-face variables.
10826 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10828         * files.el (executable-find): Move from executable.el.  Use
10829         locate-file.
10830         * progmodes/executable.el (executable-find): Move to files.el.
10832         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10833         when trying to ensure forward progress.
10835 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10837         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10838         (mouse-select, mouse-select-internal, mouse-extend-internal):
10839         Use it to implement mouse-1-click-follows-link functionality.
10841 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10843         * font-lock.el (font-lock-fontify-syntactically-region):
10844         Use font-lock-comment-delimiter-face for comment delimiters.
10846 2005-05-10  Jay Belanger  <belanger@truman.edu>
10848         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10849         preserving embedded modes.
10851 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10853         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10855         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10856         Move from ada-stmt.el.
10857         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10859         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10860         Move to ada-mode.el.
10861         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10863         * cus-edit.el (custom-file): Call file-chase-links.
10865         * files.el (read-directory-name): Fix previous change.
10866         (hack-local-variables-confirm): New function.
10867         (hack-local-variables-prop-line, hack-local-variables)
10868         (hack-one-local-variable): Use it.
10870 2005-05-10  Lute Kamstra  <lute@gnu.org>
10872         * font-lock.el (font-lock-keywords-alist)
10873         (font-lock-removed-keywords-alist): Clarify docstrings.
10875 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10877         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10878         (gdb-source-info): Check for preprocessor info.
10879         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10880         a macro for a function.
10881         (gdb-info-breakpoints-custom): Try to find file again if not already
10882         found (user might have used GDB dir command).
10883         (gdb-get-location): Update gdb-location-alist correctly for change
10884         to gdb-info-breakpoints-custom.
10886         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10887         (gud-tooltip-print-command): Add gdbmi case.
10888         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10889         preprocessor info.
10891 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10893         * startup.el (fancy-splash-insert): Fix typo in doc string.
10895 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10897         * obsolete/float.el (string-to-float):
10898         * obsolete/hilit19.el (hilit-add-pattern):
10899         * obsolete/rnews.el (news-parse-range, news-select-message)
10900         (news-get-pruned-list-of-files): Replace `string-to-int' by
10901         `string-to-number'.
10903         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10904         `find-file-not-found-hooks'; use `add-hook'.
10905         (uncompress-while-visiting): Set `write-file-functions', not
10906         `write-file-hooks'; use `add-hook'.
10908 2005-05-09  Kim F. Storm  <storm@cua.dk>
10910         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10911         (cua-paste): Handle clipboard action.
10912         (cua--init-keymaps): Remap clipboard-kill-region and
10913         clipboard-kill-ring-save.
10915 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10917         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10918         Improve commentary.
10920         * simple.el (next-error-overlay-arrow-position): Revert the change
10921         made on 2005-04-30.
10923 2005-05-07  Jay Belanger  <belanger@truman.edu>
10925         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10926         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10927         `calc-sel-reselect'.
10929         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10930         Calc is in embedded mode.
10932 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10934         * progmodes/compile.el (compilation-setup):
10935         Set overlay-arrow-string to an empty string on text terminals.
10937         * textmodes/ispell.el (ispell-program-name): Try looking for
10938         "aspell" along exec-path, and if found, use it as the default
10939         speller program.
10941 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10943         * international/mule.el (sgml-xml-auto-coding-function):
10944         Recognize encoding='FOO' in single quotes as well as in double quotes.
10946 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10948         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10949         as well as `interactive', so that defmacro* would recognize
10950         `declare' forms.
10952 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10954         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10955         Explain more about the LIGHTER arg's usage in the doc string.
10956         Add commentary to clarify what the code does.  Fix the regexp that
10957         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10958         since it could have characters special to regular expressions.
10960 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10962         * replace.el (occur-1): Bind inhibit-read-only so that
10963         erase-buffer doesn't barf on read-only text properties (likewise
10964         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10965         (occur-engine): Don't set buffer-read-only here.
10967 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10969         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10970         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10971         sometimes mistakenly reused as a *cvs* buffer.
10973 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10975         * tooltip.el: Move code for GUD tooltips into gud.el.
10976         (require): CL no longer needed to compile case.
10977         (tooltip-mode): Do not toggle functions for GUD tooltips.
10978         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10979         gud-tooltip-mode in gud.el.
10980         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10981         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10982         tooltip-gud prefix with gud-tooltip and obsolete.
10983         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10984         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10985         (tooltip-mouse-motion): Mouse movement functions/variable.
10986         Rename in gud.el by adding gud prefix.
10987         (tooltip-gud-original-filter, tooltip-gud-dereference)
10988         (tooltip-gud-event, tooltip-toggle-gud-tips)
10989         (tooltip-gud-process-output, tooltip-gud-print-command)
10990         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10991         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10992         (gdb-tooltip-print): Move to gdb-ui.el.
10994         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10995         (require): CL needed to compile case.
10996         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10997         tooltip-gud-tips-p.  Make it a minor-mode.
10998         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10999         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11000         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11001         (gud-tooltip-change-major-mode)
11002         (gud-tooltip-activate-mouse-motions-if-enabled)
11003         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11004         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11005         (gud-tooltip-original-filter, gud-tooltip-dereference)
11006         (gud-tooltip-event, tooltip-toggle-gud-tips)
11007         (gud-tooltip-process-output, gud-tooltip-print-command)
11008         (gud-tooltip-tips): Move from tooltip.el.
11010         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11011         (gdb-cpp-define-alist-flags): Doc fix.
11012         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11013         gud-tooltip-mode is t.
11015 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11017         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11018         evaporate if their text is deleted.
11019         (goto-address-at-point): Make it work as a mouse binding as well.
11020         (goto-address-at-mouse): Obsolete it.  Update users.
11022 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
11024         * calendar/appt.el (top-level): No longer activate on load.
11026 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
11028         * calendar/cal-bahai.el (mark-bahai-diary-entries):
11029         * net/webjump.el (webjump):
11030         * progmodes/idlw-help.el (idlwave-do-context-help1)
11031         (idlwave-highlight-linked-completions):
11032         * textmodes/po.el (po-find-file-coding-system-guts):
11033         Replace `assoc-ignore-case' by `assoc-string'.
11035 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
11037         * files.el (locate-file): Doc fix.
11039         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11040         Remove the redundant test for ms-dos.
11042         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11043         look for the preprocessor with exec-suffixes.  If not found in
11044         standard places, look in exec-path.  Remove most of the tests that
11045         used system-type.
11047         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11049         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11051         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11052         file-name clash with jka-compr.el on 8+3 filesystems.
11054 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11056         * term/mac-win.el: Don't define or bind scroll bar functions if
11057         x-toolkit-scroll-bars is t.
11058         (x-select-text, x-get-selection-value): Clear
11059         x-last-selected-text-clipboard if x-select-enable-clipboard is
11060         nil.
11061         (PRIMARY): Put mac-scrap-name property.
11062         (mac-select-convert-to-file-url): New function.
11063         (public.file-url): New selection target type.  Add to
11064         selection-converter-alist.
11065         (x-get-selection, x-selection-value): Handle it.
11066         (x-cut-buffer-or-selection-value): New alias.
11068 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11070         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11071         entry to avoid calling bibtex-find-entry with arg global
11072         being t.  Remove arg key.
11073         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11074         (bibtex-copy-summary-as-kill): Change accordingly.
11076 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11078         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11079         (org-agenda-date-later): Use with-current-buffer.
11081 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
11083         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11084         (define-obsolete-variable-alias): Doc Fixes.
11086 2005-05-06  Kim F. Storm  <storm@cua.dk>
11088         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
11089         vertical-motion when selective-display is active.
11091         * ido.el (ido-setup-hook): New hook.
11092         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11093         (ido-input-stack): New var.
11094         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
11095         ido-next-work-file binding to M-O.
11096         Bind M-f to ido-wide-find-file-or-pop-dir.
11097         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11098         (ido-read-internal): Run ido-setup-hook.
11099         Catch quit in read-file-name and read-string to cancel edit.
11100         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11101         Automatically pop-all when completing a directory name (RET).
11102         (ido-file-internal): Add with-no-warnings around ffap and dired code.
11103         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11104         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11105         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11106         New functions for M-b/M-f to move among the directory components.
11107         (ido-make-merged-file-list): Catch quit to cancel merge.
11108         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11109         (ido-completion-help): No warnings for ido-completion-buffer-full.
11111 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
11113         * font-lock.el (font-lock-negation-char-face): New face and variable.
11114         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11115         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11116         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11117         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11119 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
11121         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11122         Fix typo in docstring.
11124         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11125         (ebrowse-print-statistics-line)
11126         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11128         * term/w32-win.el (image-library-alist): Add additional name for
11129         Xpm library.
11131 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
11133         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11134         use gcc instead of cpp.
11136         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11137         (gdb-create-define-alist): Use it.
11138         (gdb-cpp-define-alist-program): Update for MS-DOS.
11140 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
11142         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11144 2005-05-04  Richard M. Stallman  <rms@gnu.org>
11146         * help.el (describe-key): No error when UNTRANSLATED is nil.
11148         * simple.el (line-move-1): Fix previous change to signal errors
11149         appropriately.
11151 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
11153         * calendar/icalendar.el (icalendar-version): Now at 0.12.
11154         (icalendar-duration-correction): Remove.
11155         (icalendar--get-event-properties): Split result at commas.
11156         (icalendar--decode-isoduration): New optional argument
11157         DURATION-CORRECTION.
11158         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11159         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11160         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11161         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11162         (icalendar--convert-anniversary-to-ical): New functions, extracted
11163         from icalendar-export-region, with bug fixes.
11164         (icalendar-export-region): Use the above functions.
11165         (icalendar-import-buffer): Check before saving diary file.
11166         (icalendar--convert-recurring-to-diary)
11167         (icalendar--convert-non-recurring-all-day-to-diary)
11168         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11169         extracted from icalendar--convert-ical-to-diary, with bug fixes.
11170         (icalendar--convert-ical-to-diary): Use the above functions.
11172 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
11174         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11175         Remove these recent additions.
11176         (c-mode): Restore to before 2005-04-28.
11178         * progmodes/cc-vars.el (cc-define-list-program): Remove this
11179         recent addition.
11181         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11182         (gdb-define-alist): New variables.
11183         (gdb-create-define-alist): New function.
11184         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11185         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11186         with string-to-number.
11187         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
11189         * progmodes/gud.el: Replace string-to-int with string-to-number.
11190         (gud-find-file): Handle gdb-define-alist.
11192         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11194 2005-05-02  Jay Belanger  <belanger@truman.edu>
11196         * calc/calc-aent.el (math-read-token):
11197         * calc/calc-bin.el (calc-word-size):
11198         * calc/calc-ext.el (calc-read-number-fancy):
11199         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11200         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11201         * calc/calc-frac.el (calc-over-notation):
11202         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11203         (calc-graph-num-points, calc-graph-init):
11204         * calc/calc-prog.el (calc-read-parse-table-part)
11205         (calc-edit-macro-repeats):
11206         * calc/calc-yank.el (calc-do-grab-rectangle):
11207         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11208         Replace `string-to-int' by `string-to-number'.
11210 2005-05-02  Kim F. Storm  <storm@cua.dk>
11212         * kmacro.el: Use executing-kbd-macro-index variable.
11214 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
11216         * net/rlogin.el (rlogin-parse-words): Delete func.
11217         (rlogin): Use split-string, not rlogin-parse-words.
11218         Also, if there are option-like elements in the parsed args,
11219         take the host to be the first arg immediately following them.
11220         Suggested by Michael Mauger.
11222 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11224         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11226 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11228         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11229         (cc-mode-cpp-program): Rename to cc-define-list-program and
11230         move to cc-vars.el.
11232         * progmodes/cc-vars.el (cc-define-list-program):
11233         Change to "gcc -E -dM -".  Make customizable.
11235 2005-05-02  Kim F. Storm  <storm@cua.dk>
11237         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11239 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
11241         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11243         * international/mule-util.el (truncate-string): Remove alias and
11244         obsolete declaration.
11246         * international/mule-cmds.el (update-iso-coding-systems):
11247         Remove alias and obsolete declaration.
11249         * international/mule.el (coding-system-parent): Remove alias and
11250         obsolete declaration.
11252         * subr.el (define-function, sref): Remove aliases and obsolete
11253         declarations.
11254         (chars-in-region): Remove obsolete declaration.
11256 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11258         * info.el (Info-mode): Set widen-automatically to nil, locally.
11260         * simple.el (widen-automatically): New variable.
11261         (pop-global-mark): Obey widen-automatically.
11263 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
11265         * term/xterm.el (function-key-map): Call substitute-key-definition
11266         before the keymap size is increased by a lot of define-key calls.
11268 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11270         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11271         Rename ARG to ELEMENT.  Doc fix.
11273 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11275         * allout.el (allout-exposure): Remove macro and obsolete declaration.
11276         Remove references to allout-exposure/change to allout-new-exposure.
11278         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11279         bytecode symbols.
11281         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11282         (compiled-function-p, focus-frame, unfocus-frame):
11283         Remove aliases and obsolete declarations.
11284         Back out inadvertent changes from previous commit.
11286 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11288         * files.el (require-final-newline): Make Custom tags consistent
11289         with mode-require-final-newline.
11290         (mode-require-final-newline): Doc fix.
11292 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
11294         * international/latexenc.el (latexenc-find-file-coding-system):
11295         Fix regular expressions.
11297 2005-05-01  David Kastrup <dak@gnu.org>
11299         * international/latexenc.el (latexenc-find-file-coding-system):
11300         Fix regular expressions.
11302 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11304         * subr.el (string-to-int): Make obsolete.
11306 2005-04-30  Richard M. Stallman  <rms@gnu.org>
11308         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11310         * loadup.el: load jka-comp-hook.
11312         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11313         (jka-compr-handler): Add autoload.  `put' calls moved
11314         to jka-comp-hook.el.
11315         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11316         (jka-compr-inhibit): Autoload.
11318         * jka-comp-hook.el: New file.
11319         Enable the mode by default.
11321         * files.el (backup-buffer-copy): Use copy-file instead
11322         of write-region, and put back the 'excl.
11324 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
11326         * progmodes/flymake.el (flymake-split-string)
11327         (flymake-split-string, flymake-log, flymake-pid-to-names)
11328         (flymake-reg-names, flymake-get-source-buffer-name)
11329         (flymake-unreg-names, flymake-add-line-err-info)
11330         (flymake-add-err-info): Clarify docstrings.
11331         (flymake-popup-menu, flymake-make-emacs-menu)
11332         (flymake-make-xemacs-menu): Add docstrings.
11333         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11334         Set variables directly throughout.
11336 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
11338         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11339         exists.  Initialize cc-define-alist.
11340         (c-mode): Add cc-create-define-alist locally to after-save-hook.
11341         If there is no file (Macroexpansion) don't create an alist.
11343 2005-04-29  Sam Steingold  <sds@gnu.org>
11345         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11346         (cc-create-define-alist): Use it instead of the hard-coded string.
11348 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11350         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11351         for latexenc.
11353 2005-04-29  Lute Kamstra  <lute@gnu.org>
11355         * emacs-lisp/generic.el: Improve commentary section.
11356         (define-generic-mode): Improve docstring.
11358 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11360         * textmodes/org.el (many places): Change to quiet the byte compiler.
11361         (org-prefix-format-compiled): New variable.
11362         (org-compile-prefix-format): New function.
11363         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11364         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11365         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11366         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11367         consistency with entries from `org-mode' files.
11368         (org-get-time-of-day): Fix bug with partial matches early in a line.
11369         (org-non-link-chars): New constant.
11370         (org-link-regexp): Respect `org-non-link-chars'.
11371         (org-agenda-day-view): Remove command.
11372         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11373         (org-follow-bbdb-link, org-store-link): Search also company field.
11374         (org-highlight-overlay): New variable.
11375         (org-highlight, org-unhighlight): New functions.
11376         (org-agenda-mode): Add pre-command-hook to remove highlight.
11377         (org-evaluate-time-range): Behavior depends upon whether time stamp
11378         contains a time or not.
11379         (org-show-subtree, org-show-entry): New functions.
11380         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11382 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11384         * comint.el (comint-output-filter-functions): Add autoload cookie.
11386 2005-04-28  Kim F. Storm  <storm@cua.dk>
11388         * ido.el (ido-everywhere): Fix last change.
11390 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11392         * international/latexenc.el: New file.
11393         * international/mule-conf.el (file-coding-system-alist): For .tex,
11394         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11396 2005-04-28  Lute Kamstra  <lute@gnu.org>
11398         * font-lock.el (font-lock-add-keywords)
11399         (font-lock-remove-keywords): Clarify docstring.
11400         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11401         Don't start docstrings with a `*'.
11402         (font-lock-update-removed-keyword-alist): Give it a docstring.
11404         * generic-x.el: Update commentary section.
11405         Only require font-lock when compiling.
11406         Define all modes conditionally.
11407         Place all generic modes in the generic-x-modes customization group.
11408         (generic-x-modes): New customization group.
11409         (generic-default-modes, generic-mswindows-modes)
11410         (generic-unix-modes, generic-other-modes): New constants.
11411         (generic-define-mswindows-modes, generic-define-unix-modes):
11412         Update docstrings.  Make them obsolete.
11413         (generic-extras-enable-list): New default value.  Update docstring.
11414         Improve :type.  Change :set function.
11415         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11416         Fix docstring.
11418         * emacs-lisp/generic.el (generic-mode-internal):
11419         Simplify font-lock-defaults.
11420         (define-generic-mode): Fix docstring.
11422 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11425         font-lock-face property to highlight matches.
11427 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11429         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11430         (cc-define-alist): New variable.
11431         (c-mode): Make it local and initialize it.
11433         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11434         (gdb-exited): New function.
11435         (gdb-annotation-rules): Use it.
11436         (gdb-starting): Set gdb-active-process to t.
11437         (gdb-stopping): Amend doc string.
11438         (gdb-reset): Set gdb-active-process to nil.
11440         * tooltip.el (tooltip-gud-tips): Show the associated #define
11441         directives when a C program under GDB is not executing.
11443 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11445         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11446         font-lock-fontify-syntactic-keywords.
11448         * font-lock.el (font-lock-default-fontify-region): Don't force
11449         parse-sexp-lookup-properties to nil.
11451 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11453         * man.el (man-mode-syntax-table): Set up `:' to have
11454         word-constituent syntax.
11456 2005-04-27  Lute Kamstra  <lute@gnu.org>
11458         * novice.el (disable-command): Don't add spurious newlines to the
11459         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11461 2005-04-26  Jay Belanger  <belanger@truman.edu>
11463         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11464         than one window before deleting window.
11466 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11468         * shell.el (shell-prompt-pattern): Doc fix.
11469         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11471         * comint.el (comint-prompt-regexp, comint-get-old-input)
11472         (comint-use-prompt-regexp)
11473         (comint-use-prompt-regexp-instead-of-fields)
11474         (comint-replace-by-expanded-history, comint-send-input)
11475         (comint-output-filter, comint-get-old-input-default)
11476         (comint-line-beginning-position, comint-bol, comint-show-output)
11477         (comint-backward-matching-input, comint-forward-matching-input)
11478         (comint-next-prompt, comint-previous-prompt):
11479         Rename `comint-use-prompt-regexp-instead-of-fields' to
11480         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11481         obsolete.
11482         (comint-use-prompt-regexp): Shorten first line of doc string.
11484         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11485         Set paragraph-separate buffer locally to "\\'".
11487         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11488         Adapt to above name change.
11490         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11491         (smbclient-prompt-regexp): Ditto.
11493         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11495 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11497         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11498         gdb-location-list.
11499         Break lines that are over 80 characters wide.
11501 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11503         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11504         New fun and var, to preserve compatibility.
11506         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11508 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11510         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11511         name to file-newer-than-file-p.
11513 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11515         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11517         * progmodes/python.el (python-mode):
11518         Use new name eldoc-documentation-function.
11520         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11522         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11523         (eldoc-documentation-function):
11524         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11526 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11528         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11530 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11532         * term/xterm.el (function-key-map): Fix strings for
11533         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11534         {C,S,A,C-S}-{f1-f12}.
11536 2005-04-26  Kenichi Handa  <handa@m17n.org>
11538         * international/mule-cmds.el (select-safe-coding-system):
11539         Fix previous change.
11541 2005-04-26  Lute Kamstra  <lute@gnu.org>
11543         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11545         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11546         (font-lock-comment-delimiter-face): Ditto.
11548         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11550 2005-04-25  Jay Belanger  <belanger@truman.edu>
11552         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11553         to t while inserting information; use help-mode.
11555 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11557         * term.el (ansi-term-color-vector): Use the xterm colors.
11558         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11560 2005-04-25  Lute Kamstra  <lute@gnu.org>
11562         * font-core.el (font-lock-defaults): Fix docstring.
11564         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11566 2005-04-25  Kenichi Handa  <handa@m17n.org>
11568         * international/mule-cmds.el (select-safe-coding-system):
11569         Don't check consistency with coding: spec, etc if raw-text or
11570         no-conversion was found to be safe.
11572 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11574         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11575         citation markers at start of each line.
11577         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11578         citation markers at start of each line.
11580         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11582         * files.el (mode-require-final-newline): Fix previous change.
11583         (require-final-newline): Fix type label.
11585 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11587         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11588         statement in buffer (broken by 2004-11-24 change).
11590 2005-04-24  Kim F. Storm  <storm@cua.dk>
11592         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11593         and read-file-name-function values.  Don't overwrite existing
11594         non-nil values if ido-mode is enabled without ido-everywhere.
11596 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11598         * files.el (mode-require-final-newline): Minor doc fix.
11600 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11602         * subr.el (syntax-after): Doc fix.
11603         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11604         bits, not 8 bits.
11606         * files.el (mode-require-final-newline): Doc fix.
11607         (backup-buffer-copy): Fix last change.
11609 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11611         * term/mac-win.el: Require select.  Set selection-coding-system to
11612         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11613         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11614         (x-select-enable-clipboard): New variables.
11615         (x-select-text, x-get-selection, x-selection-value)
11616         (x-get-selection-value, mac-select-convert-to-string)
11617         (mac-services-open-file, mac-services-open-selection)
11618         (mac-services-insert-text): New functions.
11619         (CLIPBOARD, FIND): Put mac-scrap-name property.
11620         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11621         (public.tiff): Put mac-ostype property.
11622         (selection-converter-alist): Add entries for them.
11623         (mac-application-menu-map): New keymap.
11624         (interprogram-cut-function, interprogram-paste-function): Set to
11625         x-select-text and x-get-selection-value, respectively.
11626         (split-window-keep-point): Set to t.
11628 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11630         * files.el (read-directory-name): Always pass non-nil
11631         DEFAULT-FILENAME arg to read-file-name.
11632         (backup-buffer-copy, basic-save-buffer-2): Take care against
11633         writing thru an unexpected existing symlink.
11634         (revert-buffer): In indirect buffer, revert the base buffer.
11635         (magic-mode-alist): Doc fix.
11636         (buffer-stale-function): Doc fix.
11637         (minibuffer-with-setup-hook): Avoid warning.
11638         (mode-require-final-newline): Doc and custom fix.
11640         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11642         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11643         use the default appearance.
11644         (font-lock-comment-delimiter-face): New face, new variable.
11646         * imenu.el (imenu--generic-function): The official position of a
11647         definition is the start of the line that BEG is in.
11649         * midnight.el (midnight-timer): Move defvar up.
11651         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11653         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11655         * startup.el (command-line): Use with-no-warnings.
11657         * window.el (window-size-fixed): New defvar.
11659         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11661         * mail/rmail.el (rmail-font-lock-keywords):
11662         Use font-lock-comment-delimiter-face.
11664         * mail/sendmail.el (mail-font-lock-keywords):
11665         Use font-lock-comment-delimiter-face.
11667         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11669 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11671         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11672         Specify t for LAXMATCH when matching directories.
11673         Save match data around compilation-compat-error-properties form.
11675 2005-04-23  David Kastrup  <dak@gnu.org>
11677         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11678         Mention that the autoloaded aliases should be kept for AUCTeX.
11680 2005-04-23  Andreas Schwab  <schwab@suse.de>
11682         * isearch.el (isearch-forward): Doc fix.
11684 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11686         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11687         (jit-lock-stealth-nice): Change default value to 0.5.
11689 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11691         * abbrev.el (write-abbrev-file): Write table entries in
11692         alphabetical order by table name.
11694 2005-04-22  Kim F. Storm  <storm@cua.dk>
11696         * ido.el (ido-read-internal): Fix `list' completion.
11698 2005-04-22  Kenichi Handa  <handa@m17n.org>
11700         * recentf.el (recentf-save-file-coding-system): New variable.
11701         (recentf-save-list): Encode the file by
11702         recentf-save-file-coding-system and add coding: tag.
11704 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11706         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11708 2005-04-21  Lute Kamstra  <lute@gnu.org>
11710         * loadhist.el (unload-feature): Don't remove a function from hooks
11711         if it is about to be restored to an autoload .  Remove functions
11712         that will become unbound from auto-mode-alist.  Simplify the code.
11714         * subr.el (assq-delete-all): New implementation that is linear,
11715         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11716         (rassq-delete-all): New function.
11718         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11719         Add size-indication-mode.
11721 2005-04-21  Kenichi Handa  <handa@m17n.org>
11723         * international/mule-cmds.el: Add autoload for widget-value in
11724         eval-when-compile.
11726 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11728         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11729         Add tooltip-mode.
11731         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11733 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11735         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11736         (inferior-lisp-filter-regexp, inferior-lisp-program)
11737         (inferior-lisp-load-command, inferior-lisp-prompt)
11738         (inferior-lisp-mode-hook, lisp-source-modes)
11739         (inferior-lisp-load-hook): defvar->defcustom.
11740         (inferior-lisp-program, inferior-lisp-prompt)
11741         (inferior-lisp-load-hook): Doc fixes.
11742         (inferior-lisp-install-letter-bindings): Small change in
11743         introductory comment.
11745 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11747         * vc.el (vc-annotate-color-map): Change some colors so that text
11748         using them as foreground is readable on both white and black
11749         backgrounds.
11751 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * international/mule-conf.el (translation-table-for-input):
11754         Remove redundant declaration.
11756 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11758         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11760         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11761         (tooltip-toggle-gud-tips): New function.
11763 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11765         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11766         right angle brackets.
11768 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11770         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11772 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11774         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11775         Remove.  Update callers to use expand-file-name instead.
11777         * subr.el (syntax-class): New function.
11779         * simple.el (blink-matching-open): Use it.
11781         * paren.el (show-paren-function): Use it to recognize parens that are
11782         also used in 2-char comment markers.
11784 2005-04-19  Lute Kamstra  <lute@gnu.org>
11786         * loadhist.el (unload-feature): Update for new format of
11787         load-history.  Simplify the code.
11789 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11791         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11792         (mac-add-charset-info): New function.  Initialize variable
11793         mac-charset-info-alist using it.
11794         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11795         for translation.
11796         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11797         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11798         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11799         New CCL programs.
11801 2005-04-19  Kim F. Storm  <storm@cua.dk>
11803         * simple.el (next-buffer, prev-buffer, next-error)
11804         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11805         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11807         * bindings.el (next-buffer, prev-buffer, next-error)
11808         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11809         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11810         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11811         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11813 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * isearch.el (isearch-edit-string): Make the search-ring available for
11816         minibuffer history commands.
11817         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11818         the default history commands now work just as well.
11819         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11821 2005-04-18  Kim F. Storm  <storm@cua.dk>
11823         * emulation/cua-base.el (cua--pre-command-handler): Add more
11824         elaborate check for shift modifier on non-window systems.
11826 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11828         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11830 2005-04-18  Kim F. Storm  <storm@cua.dk>
11832         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11833         and make it optional.  Don't test tooltip-gud-echo-area here.
11834         (tooltip-gud-process-output, gdb-tooltip-print):
11835         Pass tooltip-gud-echo-area to tooltip-show.
11836         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11838 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11840         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11841         `display-graphic-p' may not be bound yet.
11843 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11845         * startup.el (command-line): No longer enable Xterm Mouse mode by
11846         default in terminals compatible with xterm.
11848         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11850 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11852         * tooltip.el (tooltip-gud-echo-area): Rename from
11853         tooltip-use-echo-area.
11854         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11855         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11856         area independently of where help tooltips are displayed.
11858 2005-04-17  David Kastrup  <dak@gnu.org>
11860         * cus-theme.el (custom-theme-write-variables): Quote variables
11861         where necessary.
11863 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11865         * simple.el (yank-excluded-properties): Add follow-link to value.
11867         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11869         * startup.el (fancy-splash-max-time): Just 30 seconds.
11870         (fancy-splash-delay): Just 7.
11871         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11873         * loadhist.el (unload-feature): Update for new format of load-history.
11874         Simplify the code.
11876         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11877         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11879         * mail/sendmail.el (mail-font-lock-keywords):
11880         Don't fontify subject text.
11881         Don't fontify the text of a citation.
11883 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11885         * comint.el (comint-output-filter): Run comint-output-filter-functions
11886         with point where the user had it.
11888 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * international/ucs-tables.el (ucs-set-table-for-input):
11891         Disable when using unify-on-decoding.
11893 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11895         * emulation/cua-base.el (cua-global-mark-face): Add special case
11896         for displays supporting a high number of colors.
11898 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11900         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11902 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11904         * filesets.el (filesets-add-buffer): If user supplies a name of a
11905         non-existing fileset, create a new fileset.
11907 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11909         * textmodes/org.el (org-up-heading-all): Fix bug with
11910         `outline-up-heading-all'.
11912 2005-04-16  Andreas Schwab  <schwab@suse.de>
11914         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11915         /etc/permissions.d/* and /etc/aliases.d/*.
11917 2005-04-16  Kenichi Handa  <handa@m17n.org>
11919         * international/code-pages.el (cp-make-coding-system):
11920         Set `translation-table-for-input' property value to the symbol
11921         ucs-mule-to-mule-unicode, not to that value.
11922         (pt154): Escape guillemet by `\'.
11924 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11926         * loadup.el: Load tooltip if x-show-tip is fboundp.
11928         * startup.el (command-line): Add comment.
11930         * tooltip.el (tooltip-mode): Specify correct standard value for
11931         Custom in init-value.
11933 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11935         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11936         possible.
11938 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11940         * textmodes/org.el (org-agenda-date-prompt): Rename from
11941         `org-agenda-date-today'.
11942         (org-evaluate-time-range): Insert at point instead of directly
11943         after time range.
11944         (org-first-headline-recenter, org-subtree-end-visible-p)
11945         (org-optimize-window-after-visibility-change): New functions
11946         (org-agenda-post-command-hook): Don't allow point at end of line,
11947         to make sure it always hits the text properties.
11948         (org-agenda-next-date-line, org-agenda-previous-date-line):
11949         New commands.
11950         (org-set-regexps-and-options): Category may contain white space.
11951         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11952         Improve marker positions.
11953         (org-agenda-new-marker): Argument POS made optional.
11954         (org-agenda-get-timestamps): Deadlines which are done are listed
11955         in org-done-face now.
11956         (org-agenda-get-todos, org-agenda-get-timestamps)
11957         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11958         Set `undone-face' and `done-face' properties.
11959         (org-last-todo-state-is-todo): New variable.
11960         (org-todo): Set `org-last-todo-state-is-todo'.
11961         (org-agenda-todo): Change face according to
11962         `org-last-todo-state-is-todo'.  And change other lines referring to
11963         the same entry.
11964         (org-calendar-goto-agenda): New command.
11965         (org-calendar-to-agenda-key): New option.
11966         (org-startup-folded): New allowed value `content'.
11967         (org-set-regexps-and-options): Accept new value `content' for
11968         `org-startup-folded'.
11969         (org-get-current-options): Handle new value `content' for
11970         `org-startup-folded'.
11971         (org-insert-todo-heading): New command.
11972         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11973         interactively in empty file and option
11974         `org-insert-mode-line-in-empty-file' has been set.
11975         (org-agenda-todo,org-agenda-priority): Modify to use
11976         `org-agenda-change-all-lines'.
11977         (org-warning-face): Change color on dark background
11979 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11981         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11982         use preferences AppleLocale and AppleLanguages, and variable
11983         mac-system-locale for default locale.  On Mac OS Classic, use
11984         mac-system-coding-system for default coding systems.
11986         * term/mac-win.el: Don't set file-name-coding-system.
11987         Decode variables system-name, emacs-build-system, user-login-name, and
11988         user-full-name by mac-system-coding-system on Mac OS Classic.
11989         (mac-system-coding-system): New variable.
11991 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11993         * startup.el (command-line): Handle `xterm-mouse-mode' before
11994         reading init file.
11996         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11998 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
12000         * progmodes/sh-script.el (sh-here-document-word): Make it a
12001         defcustom.  Doc fix.
12002         (sh-add): Bash uses $(( )) for arithmetic.
12003         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12004         (sh-maybe-here-document): Remove quotes and leading whitespace
12005         from heredoc word when closing.  Indent heredoc with tabs if word
12006         starts with "-".
12008 2005-04-13  Richard M. Stallman  <rms@gnu.org>
12010         * simple.el (undo): Fix previous change.
12012         * custom.el (defface): Doc fix.
12014 2005-04-13  Lute Kamstra  <lute@gnu.org>
12016         * Makefile.in (DONTCOMPILE): Remove list.
12017         (compile, compile-always): Don't use DONTCOMPILE.
12018         (update-authors): Load the library in which batch-update-authors
12019         is defined.
12020         * makefile.w32-in (DONTCOMPILE): Remove list.
12021         (compile, compile-always): Fix comments.
12022         (update-authors): Load the library in which batch-update-authors
12023         is defined.
12025         * generic-x.el (generic-mode-ini-file-find-file-hook):
12026         Rename to ini-generic-mode-find-file-hook.
12027         Keep generic-mode-ini-file-find-file-hook as an alias.
12028         (ini-generic-mode-find-file-hook): Rename from
12029         generic-mode-ini-file-find-file-hook.  Fix docstring.
12030         (ini-generic-mode): Docstring change.
12031         (bat-generic-mode-run-as-comint): Silence the byte compiler.
12033         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12034         called from lisp.
12036         * generic.el: Move to the emacs-lisp subdir.
12038 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
12040         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12041         and C-S- function and cursor motion keys.
12043 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
12045         * startup.el (command-line): Enable Xterm Mouse mode by default.
12046         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12047         for Custom.  No longer show "Mouse" in mode line when enabled.
12048         Doc fix.
12050 2005-04-12  Kim F. Storm  <storm@cua.dk>
12052         * emulation/cua-base.el (cua-rectangle-face)
12053         (cua-rectangle-noselect-face): Define face attributes here.
12055         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12057 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12059         * startup.el (command-line): Turn off blinking cursor if
12060         cursorBlink in resources is off or false.
12062 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12064         * term/mac-win.el (dnd): Require dnd.
12065         (mac-drag-n-drop): Call dnd-handle-one-url.
12066         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12067         (kTextEncodingISOLatin2): Remove constants.
12068         (mac-script-code-coding-systems): New constant.
12069         (mac-handle-language-change): New function.
12070         (special-event-map): Bind it to `language-change' event.
12071         (mac-centraleurroman, mac-cyrillic): New coding systems.
12072         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12073         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12074         and mac-cyrillic-encoder to encode-mac-centraleurroman and
12075         encode-mac-cyrillic, respectively.
12077 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12079         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12080         Don't set overlay-arrow-string to "=>" as this is done
12081         globally in C now.
12083 2005-04-12  Lute Kamstra  <lute@gnu.org>
12085         * generic-x.el (rc-generic-mode, rul-generic-mode):
12086         Fix auto-mode-alist entries.
12087         (etc-fstab-generic-mode): Tweak fontification.
12089         * generic.el (generic-make-keywords-list): Fix docstring.
12090         (generic-mode-internal): Simplify generic-font-lock-keywords.
12092 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12094         * whitespace.el (whitespace-buffer-leading)
12095         (whitespace-buffer-trailing): Revert the incorrect test inversion.
12096         However, fix the highlight area for the leading and
12097         trailing whitespaces to show space.
12099 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
12101         * whitespace.el (whitespace-version): Bump to 3.5
12103         (whitespace-buffer-leading, whitespace-buffer-trailing):
12104         Invert sense of the test to highlight the whitespace.
12106 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12108         * progmodes/gud.el (gud-display-line): GUD uses its own
12109         overlay arrow now so don't set overlay-arrow-string.
12110         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12112 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
12114         * term.el (term-ansi-current-bold, term-ansi-current-underline)
12115         (term-ansi-current-reverse, term-ansi-current-invisible)
12116         (term-ansi-face-already-done): Change to boolean.
12117         (term-reset-terminal, term-handle-colors-array): Handle the above
12118         vars accordingly.
12119         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12120         (term-emulate-terminal): Use the new name.
12122         * faces.el (secondary-selection): Use yellow1, not yellow.
12123         (trailing-whitespace): Use red1, not red.
12125 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12127         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12128         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12129         (dired-dnd-handle-file): Call dnd-get-local-file-uri
12131         * cus-edit.el (dnd): New group.
12133         * term/w32-win.el (dnd): Require dnd
12134         (w32-drag-n-drop): Call dnd-handle-one-url.
12136         * x-dnd.el: Require dnd.
12137         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12138         Call dnd-handle-one-url.
12139         (x-dnd-types-alist, x-dnd-insert-utf8-text)
12140         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12141         to dnd-insert-text.
12142         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12143         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12144         (x-dnd-get-local-file-name, x-dnd-open-local-file)
12145         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12147         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12149 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12151         * wdired.el: Doc fixes.
12152         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12153         (wdired-use-dired-vertical-movement): Rename from
12154         wdired-always-move-to-filename-beginning.
12155         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12156         (wdired-change-to-wdired-mode): Change mode name.
12157         (wdired-newline): Delete.
12159 2005-04-11  Richard M. Stallman  <rms@gnu.org>
12161         * whitespace.el (whitespace-highlight-the-space):
12162         Don't call whitespace-unhighlight-the-space here.
12164         * simple.el (undo): Record t in undo-equiv-table
12165         for the redo record made by an undo-in-region.
12167 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
12169         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12170         (gdb-frame-inferior-io-buffer): New Functions to control
12171         display of separate IO buffer.
12172         (menu): Add them to menu-bar.
12173         (gdb-display-buffer): Check for buffer another frame.
12174         Protect GUD buffer.
12175         (gdb-setup-windows): Create IO buffer if not already there.
12176         (gdb-memory-mode): Remove purecopy noops.
12178 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12180         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12181         and pass to self-insert-command.
12183 2005-04-11  Lute Kamstra  <lute@gnu.org>
12185         * generic.el: Commentary section cleanup.
12186         (generic): Delete.
12187         (generic-use-find-file-hook, generic-lines-to-scan)
12188         (generic-find-file-regexp, generic-ignore-files-regexp)
12189         (default-generic-mode, generic-mode-find-file-hook)
12190         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12191         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
12192         (generic-use-find-file-hook, generic-lines-to-scan)
12193         (generic-find-file-regexp, generic-ignore-files-regexp)
12194         (default-generic-mode, generic-mode-find-file-hook)
12195         (generic-mode-ini-file-find-file-hook): Move from generic.el.
12197 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
12199         * bookmark.el (bookmark-write-file): Catch errors writing file.
12200         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12202 2005-04-10  Richard M. Stallman  <rms@gnu.org>
12204         * startup.el (fancy-splash-tail): Update copyright year.
12205         (command-line): Split part of -Q into -D.
12206         (emacs-basic-display): New defvar.
12207         (fancy-splash-text): Correct name of menu item.
12209         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12211         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12212         lines in one node.
12214         * comint.el (comint-send-input): New arg ARTIFICIAL.
12215         Callers in this file changed.
12217         * abbrev.el (define-abbrevs): Read system abbrevs properly.
12219         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12221 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
12223         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
12224         `ldap-search-internal'.
12226 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12228         * files.el (set-auto-mode-1): Use line-end-position.
12230         * international/latin-1.el:
12231         * international/latin-2.el:
12232         * international/latin-3.el:
12233         * international/latin-4.el:
12234         * international/latin-5.el:
12235         * international/latin-8.el:
12236         * international/latin-9.el: Give punctuation syntax to NBSP.
12238         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12239         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12240         Use char-classes to accept non-ascii letters, accepted in some recent
12241         bibtex implementations.
12243 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
12245         * custom.el (custom-set-minor-mode): Any non-nil value for the
12246         variable should enable the mode when set through Custom.
12248 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12250         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12251         TAB binding so tab-always-indent is obeyed.
12252         (vhdl-minibuffer-local-map): Move initialization into declaration.
12253         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12254         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12255         (vhdl-hooked-abbrev): Avoid test for XEmacs.
12256         (vhdl-current-line): Use line-beginning-position.
12257         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12258         with-output-to-temp-buffer, so the current position can be recorded.
12260 2005-04-10  Masatake YAMATO  <jet@gyve.org>
12262         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12263         Add regexp for gcov.
12265 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12267         * calendar/time-date.el (time-to-seconds, seconds-to-time)
12268         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12269         syntax which Emacs 20 doesn't support.
12271 2005-04-09  Richard M. Stallman  <rms@gnu.org>
12273         * help.el (describe-key-briefly, describe-key):
12274         Replace strings as event types with "(any string)".
12276 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12278         * arc-mode.el (archive-mode-map): Move initialization into
12279         the declaration.  Override *all* bindings of `undo'.
12280         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12282 2005-04-09  Jay Belanger  <belanger@truman.edu>
12284         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12286 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12288         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12289         (xterm-register-default-colors): Update color values computation
12290         to match xterm-200.
12292 2005-04-09  Kenichi Handa  <handa@m17n.org>
12294         * international/code-pages.el (iso-latin-7): Fix the map.
12296 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
12298         * emacs-lisp/lisp.el (defun-prompt-regexp)
12299         (parens-require-spaces, buffer-end, end-of-defun)
12300         (insert-parentheses): Doc fixes.
12302 2005-04-08  Kim F. Storm  <storm@cua.dk>
12304         * comint.el (comint-highlight-prompt): Fix face spec.
12305         * hi-lock.el (hi-green): Likewise.
12307 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12309         * cus-edit.el (custom-modified-face):
12310         * comint.el (comint-highlight-input): Fix previous changes.
12311         * term.el (term-handle-ansi-escape): Add a comment.
12313 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12315         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12316         in the buffer and in whitespace-highlighted-space.
12317         (whitespace-unhighlight-the-space): Simplify.
12318         (whitespace-buffer): Simplify.
12320 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12322         * textmodes/table.el (table-cell-face): Add special case for
12323         displays supporting a high number of colors.
12324         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12325         (vhdl-font-lock-reserved-words-face)
12326         (vhdl-speedbar-architecture-face)
12327         (vhdl-speedbar-instantiation-face)
12328         (vhdl-speedbar-architecture-selected-face)
12329         (vhdl-speedbar-instantiation-selected-face): Likewise.
12330         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12331         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12332         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12333         (ebrowse-root-class-face, ebrowse-member-attribute-face)
12334         (ebrowse-progress-face): Likewise.
12335         * progmodes/compile.el (compilation-info-face): Likewise.
12336         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12337         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12338         * calendar/calendar.el (diary-face): Likewise.
12339         * woman.el (woman-italic-face, woman-bold-face)
12340         (woman-unknown-face): Likewise.
12341         * wid-edit.el (widget-button-pressed-face): Likewise.
12342         * whitespace.el (whitespace-highlight-face): Likewise.
12343         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12344         * pcvs-info.el (cvs-marked-face): Likewise.
12345         * info.el (info-xref): Likewise.
12346         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12347         * hilit-chg.el (highlight-changes-face)
12348         (highlight-changes-delete-face): Likewise.
12349         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12350         (hi-red-b): Likewise.
12351         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12352         * font-lock.el (font-lock-keyword-face)
12353         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12354         * cus-edit.el (custom-invalid-face, custom-modified-face)
12355         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12356         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12357         * comint.el (comint-highlight-prompt): Likewise.
12359 2005-04-08  Lute Kamstra  <lute@gnu.org>
12361         * font-lock.el (font-lock-keywords): Docstring fixes.
12363 2005-04-08  Kenichi Handa  <handa@m17n.org>
12365         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12366         chars are more than a limit, print " and more..." at the tail.
12368 2005-04-08  Kim F. Storm  <storm@cua.dk>
12370         * emacs-lisp/authors.el (authors-aliases): Update list.
12371         (authors-ignored-files): New list.
12372         (authors-fixed-entries): Fix typo.
12373         (authors-renamed-files-alist): Update list.
12374         (authors-add): Check authors-ignored-files.
12376 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12378         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12379         optional, to ensure backward compatibility.
12381 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12383         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12385 2005-04-08  Kim F. Storm  <storm@cua.dk>
12387         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12389         * mouse.el (mouse-on-link-p): Doc fix.
12391 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12393         * ielm.el (ielm-prompt-read-only): Doc fix.
12395         * comint.el (comint-prompt-read-only): Doc fix.
12397 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12399         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12400         ensure dired always handles wildcards passed to ffap.
12401         (find-file-at-point): Use it.
12402         (ffap-dired-wildcards): Doc fix.
12404 2005-04-07  Juri Linkov  <juri@jurta.org>
12406         * simple.el (next-error-overlay-arrow-position): New defvar.
12407         Put "=>" on its property `overlay-arrow-string'.  Add it to
12408         `overlay-arrow-variable-list'.
12410         * progmodes/compile.el (compilation-setup):
12411         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12412         nil in the local hook `kill-buffer-hook'.  Make local variable
12413         `overlay-arrow-string' and set it to "=>".
12414         (compilation-goto-locus): Set BOL position to
12415         `next-error-overlay-arrow-position' instead of
12416         `overlay-arrow-position'.
12418         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12419         locally instead of adding it to the global hook.
12420         (Info-kill-buffer): Move up.
12422 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12424         * term/xterm.el (xterm-standard-colors): Update color values from
12425         xterm-200.
12427 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12429         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12431         * fast-lock.el:
12432         * lazy-lock.el: Move them to the obsolete subdir.
12434 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12436         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12437         (wdired-add-replace-advice): Remove.
12438         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12440 2005-04-06  Kim F. Storm  <storm@cua.dk>
12442         * startup.el (command-line): Add --bare-bones alias for -Q.
12444 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12446         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12447         create the startup fontset if a font specification ends with
12448         `mac-roman'.
12450 2005-04-06  Lute Kamstra  <lute@gnu.org>
12452         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12453         change.
12455         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12456         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12458 2005-04-05  Lute Kamstra  <lute@gnu.org>
12460         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12461         (define-generic-mode): Ditto.  Fix debug declaration.
12463         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12464         Put them in the generic-x group.
12466         * calendar/timeclock.el (timeclock): Doc fix.
12468         * generic.el (define-generic-mode): Don't use custom-current-group.
12469         Document default :group value.
12470         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12471         (define-global-minor-mode): Don't use custom-current-group.
12473 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12475         * startup.el (command-line-1): Display startup-echo-area-message
12476         when fancy splash screen is in use.
12478         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12479         (sh-escaped-newline): New face.
12480         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12481         newline, and use sh-escaped-newline face.
12483         * progmodes/tcl.el (tcl-escaped-newline): New face.
12484         (tcl-builtin-list): New variable.
12485         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12486         newlines.  Fix keywords subexpression number.
12488 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12490         * textmodes/org.el (org-diary-default-entry): Fix call to
12491         `add-to-diary-entry'.
12493 2005-04-05  Kim F. Storm  <storm@cua.dk>
12495         * ediff-init.el: Use (featurep 'xemacs).
12497 2005-04-05  David Ponce  <david@dponce.com>
12499         * cus-edit.el (face): Derive from symbol widget.  Display sample
12500         of the current face on the fly.
12501         (widget-face-sample-face-get, widget-face-notify): New functions.
12502         (widget-face-value-create): Remove.
12504         * wid-edit.el (widget-field-end): Temporarily remove field
12505         narrowing before to call `get-char-property'.
12507 2005-04-04  Jay Belanger  <belanger@truman.edu>
12509         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12510         (math-read-subscripts): New variable.
12511         (math-read-preprocess-string): Process subscripts.
12513 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12515         * comint.el (comint-prompt-read-only): Doc fix.
12517         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12518         `-1'.  Doc fix.
12520 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12522         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12523         Change default value to nil.
12525 2005-04-04  Lute Kamstra  <lute@gnu.org>
12527         * autorevert.el (auto-revert-mode): Specify :group.
12528         * battery.el (display-battery-mode): Specify :group.
12529         * diff-mode.el (diff-minor-mode): Specify :group.
12530         * font-core.el (font-lock-mode): Specify :group.
12531         * hl-line.el (hl-line-mode): Specify :group.
12532         * iimage.el (iimage): New customization group.
12533         (iimage-mode): Specify :group.
12534         * longlines.el (longlines-mode): Specify :group.
12535         * master.el: Don't require easy-mmode.
12536         (master): New customization group.
12537         (master-mode): Specify :group.
12538         * msb.el (msb-mode): Specify :group.
12539         * reveal.el (reveal-mode): Specify :group.
12540         * simple.el (next-error-follow-minor-mode): Specify :group.
12541         * smerge-mode.el (smerge-mode): Specify :group.
12542         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12543         * emulation/cua-base.el (cua-mode): Specify :group.
12544         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12545         * language/thai-util.el (thai-auto-composition-mode)
12546         (thai-word-mode): Specify :group.
12547         * mail/supercite.el (sc-minor-mode): Specify :group.
12548         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12549         * progmodes/flymake.el (flymake-mode): Specify :group.
12550         * progmodes/glasses.el (glasses-mode): Specify :group.
12551         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12552         * textmodes/enriched.el (enriched-mode): Specify :group.
12553         * textmodes/refill.el (refill-mode): Specify :group.
12555         * add-log.el (change-log-font-lock-keywords): Names in
12556         parenthesized lists can contain spaces.
12558 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12560         * startup.el (fancy-splash-text): Shorten default text of
12561         "Emacs Tutorial" line.  Also, if the current language env
12562         indicates an available tutorial file other than TUTORIAL,
12563         extract its title and append it to the line in parentheses.
12564         (fancy-splash-insert): If arg is a thunk, funcall it.
12566 2005-04-04  Jay Belanger  <belanger@truman.edu>
12568         * calc.el (calc-language-alist): Add tags to customization type.
12570 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12572         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12573         Doc fix.
12575 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12577         * add-log.el (change-log-font-lock-keywords): The manual
12578         describing a Change Log entry, says: (...) "Aside from these
12579         header lines, every line in the change log starts with a space or
12580         a tab.".  The font-lock was not highlighting lines started with
12581         spaces, added support for it.
12583 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12585         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12586         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12587         complex example in the docstring.
12588         (bibtex-font-lock-url): Use pop.
12590 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12594         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12596 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12598         * filesets.el (filesets-set-default): Doc fix.
12600 2005-04-03  Lute Kamstra  <lute@gnu.org>
12602         * generic.el (define-generic-mode): Add argument to specify
12603         keywords for defcustom.
12604         (default-generic-mode): Specify :group.
12606         * generic-x.el: Specify :group for all generic modes.
12608         * desktop.el (desktop-no-desktop-file-hook)
12609         (desktop-after-read-hook): Doc fix.
12611 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12613         * simple.el (visible-mode): Use explicit :group keyword.
12614         This changes the group of `visible-mode-hook' from paren-blinking
12615         to editing-basics.
12617 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12619         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12620         mailbox specifications as well as URLs.
12621         (rmail-insert-inbox-text): Remove unused conditional branches.
12623 2005-04-01  Jay Belanger  <belanger@truman.edu>
12625         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12626         (calc-gnuplot-print-command): Move definitions to calc.el.
12628         * calc/calc-embed.el (calc-embedded-announce-formula)
12629         (calc-embedded-open-formula, calc-embedded-close-formula)
12630         (calc-embedded-open-word, calc-embedded-close-word)
12631         (calc-embedded-open-plain, calc-embedded-close-plain)
12632         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12633         (calc-embedded-open-mode, calc-embedded-close-mode):
12634         Move definitions to calc.el.
12636         * calc/calc.el (calc-settings-file, calc-language-alist):
12637         Make customizable.
12638         (calc-embedded-announce-formula, calc-embedded-open-formula)
12639         (calc-embedded-close-formula, calc-embedded-open-word)
12640         (calc-embedded-close-word, calc-embedded-open-plain)
12641         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12642         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12643         (calc-embedded-close-mode, calc-gnuplot-name)
12644         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12645         from other files and make customizable.
12647 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12650         Use buffer-live-p.
12651         (cvs-mode-run): Don't call cvs-update-header here.
12652         (cvs-run-process): Call cvs-update-header.
12653         Use process properties for cvs-postprocess and cvs-buffer so that
12654         the sentinel can behave better if the temp buffer is killed.
12655         Use a pipe rather than a tty, to better handle unexpected prompts.
12656         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12658 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12660         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12661         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12663 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12665         * generic.el (define-generic-mode): Add indentation rule.
12667 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12669         * files.el (mode-require-final-newline): Make Custom correctly
12670         report a nil value and allow to set it to nil via Custom.
12671         Doc fix.
12673 2005-04-01  Kenichi Handa  <handa@m17n.org>
12675         * international/characters.el: Enable the correct case setting for
12676         dotless-i and dotted-I.
12678 2005-04-01  Kim F. Storm  <storm@cua.dk>
12680         * ido.el (ido-file-internal): Fall back to non-ido command if
12681         initial directory is on slow ftp (or tramp) host.
12683 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12685         * emacs-lisp/autoload.el (make-autoload):
12686         Handle define-global-minor-mode.
12688         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12689         Rename from easy-mmode-define-global-mode.
12690         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12692         * progmodes/scheme.el (scheme-mode-syntax-table):
12693         Update syntax of | and # for two-character comment syntax.
12695 2005-03-31  Lute Kamstra  <lute@gnu.org>
12697         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12698         (define-minor-mode): Call custom-current-group at load-time.
12700         * generic.el (define-generic-mode): Add debug declaration.
12701         Add defcustom for the mode hook.
12702         (generic-mode-internal): Use run-mode-hooks.
12704 2005-03-31  Kim F. Storm  <storm@cua.dk>
12706         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12707         (mouse-fixup-help-message): New defun called by show_help_echo
12708         to fixup mouse-2 prefix in help messages when applicable.
12710         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12712 2005-03-31  Kenichi Handa  <handa@m17n.org>
12714         * language/thai-word.el (thai-find-word-ends): Pay attention to
12715         the case that we reach the end of buffer.
12717         * textmodes/fill.el (fill-text-properties-at): New function.
12718         (fill-newline): Use fill-text-properties-at instead of
12719         text-properties-at.
12721 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12723         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12724         not comint-quote-filename.
12726 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12728         * help-fns.el (help-with-tutorial): Revert last change.
12730 2005-03-31  Kim F. Storm  <storm@cua.dk>
12732         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12734 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12736         * calendar/cal-china.el: Update reference to "Calendrical
12737         Calculations" book; there's a new edition.
12738         * calendar/cal-coptic.el: Likewise.
12739         * calendar/cal-french.el: Likewise.
12740         * calendar/cal-hebrew.el: Likewise.
12741         * calendar/cal-islam.el: Likewise.
12742         * calendar/cal-iso.el: Likewise.
12743         * calendar/cal-julian.el: Likewise.
12744         * calendar/cal-mayan.el: Likewise.
12745         * calendar/cal-persia.el: Likewise.
12746         * calendar/calendar.el: Likewise.
12747         * calendar/holidays.el: Likewise.
12748         * calendar/lunar.el: Likewise.
12749         * calendar/solar.el: Likewise.
12751         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12752         white space from doc string.
12754 2005-03-30  Jay Belanger  <belanger@truman.edu>
12756         * calc/calc-help.el (calc-full-help): Remove email address.
12758 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12760         * help-fns.el (help-with-tutorial): Delete title line.
12762 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12764         * calendar/cal-x.el (calendar-one-frame-setup)
12765         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12766         rather than 'symbol for set-window-dedicated-p.
12768         * calendar/appt.el (appt-buffer-name): Make it a constant.
12769         (appt-add): Doc fix.
12771         * filesets.el (filesets-menu-path, filesets-menu-before)
12772         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12773         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12774         (filesets-add-submenu): Delete and use add-submenu instead.
12776 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12778         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12779         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12780         (org-diary-default-entry): New function.
12781         (org-get-entries-from-diary): Better parsing of diary entries.
12782         (org-agenda-check-no-diary): New function.
12783         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12784         linking to diary entries.
12785         (org-agenda-execute-calendar-command): New function.
12786         (org-agenda): Improve visible section in window.
12787         Use `org-fit-agenda-window'.
12788         (org-fit-agenda-window): New option.
12789         (org-move-subtree-down): Better handling of empty lines
12790         at end of subtree.
12791         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12792         levels up.
12793         (org-fontify-done-headline): New option.
12794         (org-headline-done-face): New face.
12795         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12796         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12797         When current field is non-empty, it is copied to next row.
12798         (org-table-copy-from-above): Fix bug which made it
12799         impossible to copy fields containing only a single non-white character.
12801 2005-03-30  Kim F. Storm  <storm@cua.dk>
12803         * kmacro.el (kmacro-end-macro): Isearch may store this command
12804         into the macro -- so ignore it when executing keyboard macro.
12806 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12808         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12810 2005-03-29  Kenichi Handa  <handa@m17n.org>
12812         * language/thai.el ("Thai"): Set setup-function and exit-function
12813         for Thai language environment.
12815         * language/thai-util.el: Require thai-word.
12816         (thai-word-mode-map): New variable.
12817         (thai-word-mode): New minor mode.
12818         (setup-thai-language-environment-internal): New function.
12819         (exit-thai-language-environment-internal): New function.
12821         * language/thai-word.el (thai-word-table): Declare it by defvar,
12822         use dolist to initialize it.
12823         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12824         (thai-fill-find-break-point): New functions.
12826 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12828         * simple.el (idle-update-delay): Move definition up.
12829         (set-mark): Doc fix.
12831 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12833         * longlines.el: New file.
12835         * simple.el (buffer-substring-filters): New variable.
12836         (filter-buffer-substring): New function.
12837         (kill-region, copy-region-as-kill): Use it.
12839         * register.el (copy-to-register, append-to-register)
12840         (prepend-to-register): Use filter-buffer-substring.
12842 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12844         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12845         (gud-filter-pending-text): Move in front of gdb.
12846         (gud-overlay-arrow-position): New variable.
12847         (gud-sentinel, gud-display-line): Use it in place of
12848         overlay-arrow-position.
12850 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12852         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12853         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12854         (fortran-font-lock-keywords-4): New variable.
12855         (fortran-blocks-re, fortran-end-block-re)
12856         (fortran-start-block-re): New constants, for hideshow.
12857         (hs-special-modes-alist): Add a Fortran entry.
12858         (fortran-mode-map): Bind fortran-end-of-block,
12859         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12860         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12861         (fortran-looking-at-if-then, fortran-end-of-block)
12862         (fortran-beginning-of-block): New functions, for hideshow.
12864         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12865         Doc fix.  Tweak regexp.
12866         (f90-beginning-of-block): Push mark first.
12868 2005-03-29  Jay Belanger  <belanger@truman.edu>
12870         * calc/calc.el: Update copyright date.
12871         (calc-version): Increase to 2.1.
12872         (calc-version-date): Remove.
12874         * calc/calc-help.el: Update copyright date.
12875         (calc-full-help): Remove reference to calc-version-date.
12876         Update copyright date.
12878 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * vc.el (vc-do-command): Use a pipe for async processes, so password
12881         prompts don't show up at places where the user can't reply.
12883 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12885         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12886         on the file name we pass to the inferior shell.
12888 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12890         * progmodes/which-func.el (which-function): Be robust in the face of an
12891         imenu--make-index-alist failure.
12893 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12897         * progmodes/python.el (python-preoutput-filter): Fix last change.
12899 2005-03-29  Lute Kamstra  <lute@gnu.org>
12901         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12902         functions and compiled macros.
12903         (debug-convert-byte-code): Handle macros too.
12904         (debug-on-entry-1): Don't signal an error when trying to clear a
12905         function that is not set to debug on entry.
12907 2005-03-29  Jay Belanger  <belanger@truman.edu>
12909         * calc/calc-lang.el: Add functions to math-function-table
12910         properties of tex and math.
12912 2005-03-29  Kenichi Handa  <handa@m17n.org>
12914         * ps-mule.el (ps-mule-plot-string): Translate characters by
12915         ps-print-translation-table.
12916         (ps-mule-begin-job): Call find-charset-region/string with
12917         ps-print-translation-table.
12918         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12920         * ps-print.el (ps-print-translation-table): New variable.
12921         (ps-plot-region): Translate characters by ps-print-translation-table.
12923 2005-03-29  Juri Linkov  <juri@jurta.org>
12925         * simple.el (next-error-highlight-timer): New variable.
12927         * progmodes/compile.el (compilation-goto-locus):
12928         Use `next-error-highlight-timer' instead of `sit-for'.
12930 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         * mail/supercite.el (sc-mail-field): Use assoc-string.
12933         (sc-get-address): Simplify regexps.
12935         * files.el (minibuffer-with-setup-hook): New macro.
12936         (find-file-read-args): Use it to avoid let-binding
12937         minibuffer-with-setup-hook (which breaks turning on/off
12938         file-name-shadow-mode while in the prompt).
12940         * complete.el (PC-read-include-file-name-internal):
12941         Use test-completion.
12943 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12945         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12947 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12949         * window.el (window-buffer-height): Use count-screen-lines.
12951         * progmodes/python.el (python-preoutput-leftover): New var.
12952         (python-preoutput-filter): Use it.
12953         (python-send-receive): Loop until all the result has been received.
12955 2005-03-28  Juri Linkov  <juri@jurta.org>
12957         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12959         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12960         "Recover Crashed Session".
12961         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12962         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12963         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12964         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12965         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12966         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12967         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12968         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12970         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12971         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12972         Ediff Sessions", "Toggle use of separate control buffer frame",
12973         "Use separate frame for Ediff control buffer".
12975         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12976         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12977         "Rename Bookmark", "Delete Bookmark".
12979         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12980         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12981         Add `:active Info-index-alternatives' to "Next Matching Item".
12983         * wdired.el (wdired-change-to-wdired-mode):
12984         Mention `wdired-abort-changes' key in the initial message.
12986         * international/mule.el (auto-coding-alist): Associate non-ascii
12987         image filename extensions with `no-conversion'.
12989 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12991         * international/iso-acc.el:
12992         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12994 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12996         * textmodes/sgml-mode.el (html-mode): Doc update.
12998         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13000 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
13002         * term.el (term-move-columns): Fix face after extending a line.
13003         (term-insert-spaces): Likewise.
13004         (term-reset-terminal): Fix off by one error.
13006 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13008         * international/mule.el (auto-coding-alist): Add .xpi files.
13010         * files.el (auto-mode-alist): Add .xpi files.
13012 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
13014         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13016 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
13018         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13020 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13022         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13023         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
13025         * calendar/cal-move.el (calendar-beginning-of-year): Move the
13026         cursor to Jan 1 when needed.
13027         (calendar-end-of-year): Fix -/+ typo.
13028         Reported by Chong Yidong <cyd@stupidchicken.com>.
13030 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13032         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13034         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13035         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
13037 2005-03-25  Richard M. Stallman  <rms@gnu.org>
13039         * filesets.el (filesets-init): Add autoload.
13041         * mail/mailalias.el (mail-directory): Doc fix.
13043 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13045         * mail/mailalias.el (mail-directory-process): Do nothing if
13046         mail-directory-process is an atom.
13047         (mail-get-names): Ignore mail-directory-names if it is an atom.
13048         (mail-directory-process defvar): Doc fix.
13049         (mail-names): Doc fix.
13051 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
13053         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13055 2005-03-26  Kenichi Handa  <handa@m17n.org>
13057         * international/mule-util.el (detect-coding-with-priority):
13058         Call update-coding-systems-internal before detect-coding-region.
13060 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
13062         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13063         (gdb-frames-mode-map): Add follow-link property.
13065 2005-03-25  Jay Belanger  <belanger@truman.edu>
13067         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13068         for variables.
13070 2005-03-25  Juri Linkov  <juri@jurta.org>
13072         * image-mode.el: Optimize image filename extension regexps in
13073         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
13074         in `auto-mode-alist'.
13075         (image-mode): Add `image-toggle-display-text' to local hook
13076         `change-major-mode-hook'.  Display the image as an image by
13077         default.  Set `cursor-type' and `truncate-lines' if the image
13078         is already displayed.  Take into account the current mode (image
13079         or text) in message.
13080         (image-minor-mode): New minor mode.
13081         (image-mode-maybe, image-toggle-display-text): New functions.
13082         (image-toggle-display): Use called-interactively-p.
13083         Let-bind `inhibit-read-only' to t.
13085         * image-mode.el (image-minor-mode): Set `cursor-type' and
13086         `truncate-lines' if the image is already displayed.  Add turning
13087         image-minor-mode off to `change-major-mode-hook'.  Add message.
13088         Call `image-toggle-display-text' after turning image-minor-mode off.
13090 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13092         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13093         Terminal.app, use utf-8.
13094         (set-display-table-and-terminal-coding-system): Add coding-system arg.
13095         (set-locale-environment): Use it.
13097         * term/xterm.el: Undo last change, better done in mule-cmds.el.
13099         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13101         * progmodes/python.el (python-close-block-statement-p)
13102         (python-outdent-p, python-current-defun): Use symbol-end.
13104 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
13106         * files.el (save-some-buffers): Doc fix.
13108 2005-03-25  Werner Lemberg  <wl@gnu.org>
13110         * complete.el, thumbs.el: Replace `legal' with `valid'.
13111         * calendar/calendar.el: Replace `legal' with `valid'.
13112         * emacs-lisp/advice.el: Replace `legal' with `valid'.
13113         * mail/supercite.el: Replace `legal' with `valid'.
13114         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13115         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13116         Replace `legal' with `valid'.
13117         * textmodes/reftex-vars.el, textmodes/reftex.el:
13118         Replace `legal' with `valid'.
13120 2005-03-25  Werner Lemberg  <wl@gnu.org>
13122         * calc/calc-forms.el, calc/calc-sel.el:
13123         * midnight.el, vc-cvs.el:
13124         * emacs-lisp/cl-macs.el:
13125         * emulation/vip.el:
13126         * eshell/esh-io.el, eshell/esh-var.el:
13127         * mail/supercite.el:
13128         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13129         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13130         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13131         * progmodes/sh-script.el, progmodes/xscheme.el:
13132         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13133         * textmodes/reftex-index.el, textmodes/reftex-parse.el
13134         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13135         * textmodes/reftex.el, textmodes/org.el:
13136         Replace `illegal' with `invalid'.
13138 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13140         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13141         (flymake-find-buildfile, flymake-find-possible-master-files)
13142         (flymake-check-include, flymake-parse-line): Replace loops over the
13143         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13145         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13146         Substitute file-name-as-directory in the rest of the file.
13147         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13148         (flymake-replace-region): Remove unused arg `buffer'.
13149         (flymake-check-patch-master-file-buffer): Update calls to it.
13150         (flymake-add-err-info): Remove unused var `count'.
13151         (flymake-mode): Use define-minor-mode.
13153         * progmodes/flymake.el: Use with-current-buffer.
13154         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13155         flymake-replace-regexp-in-string, flymake-line-beginning-position)
13156         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13157         Avoid testing for `xemacs'.
13158         (flymake-nop): Move.
13159         (flymake-region-has-flymake-overlays): Return the computed value.
13160         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13161         Remove unused var `endline'.
13162         (flymake-get-line-count): Remove unused function.
13163         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13165         * emulation/vi.el:
13166         * generic.el:
13167         * hilit-chg.el (global-highlight-changes):
13168         * hi-lock.el (hi-lock-mode):
13169         * follow.el: find-file-hooks -> find-file-hook.
13171         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13173 2005-03-24  Juri Linkov  <juri@jurta.org>
13175         * dired.el (dired-mode-map): Add menu item "Compare directories"
13176         for dired-compare-directories.
13178         * dired-aux.el (dired-compare-directories): Add autoload cookie.
13179         Doc fix.  Replace `read-file-name' with `read-directory-name'.
13181 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13185 2005-03-24  Jay Belanger  <belanger@truman.edu>
13187         * calc/calc-embed.el (calc-embedded-mode-change): Save all
13188         relevant mode settings in calc-embedded-original-modes when modes
13189         are permanently changed.
13191 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * autoinsert.el: find-file-hooks -> find-file-hook.
13195 2005-03-24  Lute Kamstra  <lute@gnu.org>
13197         * generic.el (generic-font-lock-defaults): Make it obsolete.
13198         (generic-font-lock-keywords): New variable to replace
13199         generic-font-lock-defaults.
13200         (generic-mode-set-font-lock): Delete it.
13201         (generic-mode-internal): Don't call generic-mode-set-font-lock.
13202         (generic-bracket-support): Add docstring.
13204         * generic-x.el: Rename generic-font-lock-defaults to
13205         generic-font-lock-keywords throughout.
13206         (mailagent-rules-setup-function): Delete it.
13207         (mailagent-rules-generic-mode): Use anonymous function instead.
13208         (show-tabs-generic-mode-font-lock-defaults-1)
13209         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13210         Quote faces.
13211         (show-tabs-tab-face, show-tabs-space-face): Specify background,
13212         not foreground.
13214         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13215         Recognize define-generic-mode.
13217 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13219         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13220         if there's no completion table.
13222 2005-03-23  Miles Bader  <miles@gnu.org>
13224         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13225         Remove tty-specific variants, as they're no longer needed.
13227 2005-03-23  Lute Kamstra  <lute@gnu.org>
13229         * generic-x.el: Code cleanup: make args constant whenever possible.
13230         (installshield-statement-keyword-list)
13231         (installshield-system-functions-list)
13232         (installshield-system-variables-list, installshield-types-list)
13233         (installshield-funarg-constants-list): Make them constants.
13235         * generic.el (generic-make-keywords-list): Add autoload cookie.
13237         * calendar/time-date.el: Add comment on time value formats.
13238         Don't require parse-time.
13239         (with-decoded-time-value): New macro.
13240         (encode-time-value): New function.
13241         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13242         (days-to-time): Return a valid time value when arg is huge.
13243         (time-since): Use time-subtract.
13244         (time-to-number-of-days): Use time-to-seconds.
13246 2005-03-23  David Ponce  <david@dponce.com>
13248         * recentf.el: (recentf-keep): New option.
13249         (recentf-menu-action): Default to `find-file'.
13250         (recentf-keep-non-readable-files-flag)
13251         (recentf-keep-non-readable-files-p)
13252         (recentf-file-readable-p, recentf-find-file)
13253         (recentf-cleanup-remote): Remove.
13254         (recentf-include-p): More robust.
13255         (recentf-keep-p): New function.
13256         (recentf-remove-if-non-kept): Rename from
13257         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
13258         All callers updated.
13259         (recentf-menu-items-for-commands): Fix help string.
13260         (recentf-track-closed-file): Update.  Doc fix.
13261         (recentf-cleanup): Update.  Count removed files.  Doc fix.
13263 2005-03-23  Kim F. Storm  <storm@cua.dk>
13265         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13266         Don't inherit from fringe face (now happens automatically).
13268 2005-03-22  Kim F. Storm  <storm@cua.dk>
13270         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13271         position values.
13273 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13275         * menu-bar.el (showhide-date-time): Remove.
13276         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13277         (menu-bar-make-mm-toggle): Simplify.
13279 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13281         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13282         Accept qualified variable and function names.
13284 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
13286         * bindings.el (completion-ignored-extensions):
13287         Remove ".lis" for `vax-vms'.
13289 2005-03-22  Andreas Schwab  <schwab@suse.de>
13291         * generic-x.el: Revert last change.
13292         * ldefs-boot.el: Update.
13294 2005-03-22  Jay Belanger  <belanger@truman.edu>
13296         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13297         (calc-embedded-save-original-modes)
13298         (calc-embedded-restore-original-modes): New functions.
13299         (calc-do-embedded): Save original modes when entering embedded mode
13300         and restore when leaving embedded mode.
13301         (calc-embedded-modes-change): Change the value of
13302         calc-embedded-original-modes to reflect permanent changes.
13304 2005-03-22  Lute Kamstra  <lute@gnu.org>
13306         * generic-x.el: Require generic again.
13308 2005-03-22  Miles Bader  <miles@gnu.org>
13310         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13311         Tweak details to look good on both ttys and bitmap displays, light
13312         or dark background, etc.
13314 2005-03-21  Kim F. Storm  <storm@cua.dk>
13316         * tooltip.el (tooltip-show-help-function): Check car and cdr of
13317         mouse position.
13319 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * icomplete.el: Don't forcibly turn on the mode upon load.
13322         (icomplete-mode): Use define-minor-mode.
13323         (icomplete-eoinput): Default to nil.
13324         (icomplete-minibuffer-setup): Remove autoload.
13325         (icomplete-tidy): Simplify.
13326         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13327         in the initial state or if the user has modified the field.
13328         Fix handling of icomplete-max-delay-chars.
13329         Remove code that handles the oddball case where
13330         minibuffer-completion-table is an integer.
13331         Wrap icomplete-completions in while-no-input in case building
13332         completions takes more time than expected.
13333         (icomplete-completions): Simplify.
13335 2005-03-21  Richard M. Stallman  <rms@gnu.org>
13337         * jka-compr.el (jka-compr-really-do-compress):
13338         Make variable buffer-local.
13340         * image-mode.el: Handle .xpm files too.
13341         (image-toggle-display): Preserve modification flag.
13343         * help.el (where-is): Don't mention aliases with no key bindings.
13345 2005-03-21  Lute Kamstra  <lute@gnu.org>
13347         * generic.el: Fix commentary section.  Don't require cl for
13348         compilation.
13349         (generic-mode-list): Add autoload cookie.
13350         (generic-use-find-file-hook, generic-lines-to-scan)
13351         (generic-find-file-regexp, generic-ignore-files-regexp)
13352         (generic-mode, generic-mode-find-file-hook)
13353         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13354         (define-generic-mode): Make it a defmacro.  Fix docstring.
13355         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13356         (generic-mode-set-comments): Code cleanup.
13357         * generic-x.el: Don't prevent compilation.  Don't require generic.
13358         Follow coding conventions.  Minor code cleanup.
13359         (etc-fstab-generic-mode): Add some keywords.
13360         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13361         define-generic-mode like a function declaration.
13363 2005-03-21  Jay Belanger  <belanger@truman.edu>
13365         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13366         changing modes.
13368 2005-03-21  Sam Steingold  <sds@gnu.org>
13370         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13372 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13374         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13375         Add underscore to "f$ lexicals" regexp.
13377 2005-03-20  Juri Linkov  <juri@jurta.org>
13379         * subr.el (progress-reporter-do-update): When `min-value' is equal
13380         to `max-value', set `percentage' to 0 and prevent division by zero.
13382 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13384         Sync with Tramp 2.0.48.
13386         * net/tramp.el (all): Change all addresses to .gnu.org.
13387         (tramp-append-tramp-buffers): New defun.
13388         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13389         Catch `dont-send' signal.
13390         (tramp-set-auto-save-file-modes): Set always permissions, because
13391         there might be an old auto-saved file belonging to another
13392         original file.  This could be a security threat.  Reported by
13393         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13394         Check for Emacs 21.3.50 removed.
13396         * net/tramp-smb.el (all): Remove debug construct for
13397         `with-parsed-tramp-file-name'.
13398         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13399         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13400         No error message if DIRECTORY or FILENAME doesn't exist.
13401         (tramp-smb-open-connection): Check existence of
13402         `tramp-smb-program'.
13404 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13407         Properly handle the case where the `m' or `s' command's argument is not
13408         yet terminated.
13409         (perl-indent-new-calculate): New function.
13410         (perl-indent-line): Use it.
13412 2005-03-20  Miles Bader  <miles@gnu.org>
13414         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13415         in text-mode too.  Change to new face names.
13416         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13417         Add `:weight bold' attribute.
13418         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13420 2005-03-19  Juri Linkov  <juri@jurta.org>
13422         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13424         * international/mule.el (auto-coding-alist): Sync with
13425         `auto-mode-alist' by adding upper case archive file extensions
13426         and adding ear/war to jar extension.
13428 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13430         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13431         running, restart it.
13433 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13435         * finder.el (finder-current-item): Throw an error on an empty line.
13437         * man.el (Man-follow-manual-reference): If current-word returns
13438         nil, use "".
13440 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13442         * simple.el (goto-line): Doc fix.
13444 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13446         * files.el (save-buffer): Doc fix.
13448 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13450         * recentf.el (recentf-cleanup-remote): New variable.
13451         (recentf-cleanup): Use it to conditionally check availability of
13452         remote files.
13454 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13456         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13457         function names.
13459 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13461         * language/thai-word.el: New file.
13463 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13465         * files.el (backup-buffer): If the file's directory is not
13466         writable, use copy instead of move to backup the file.
13468 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13470         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13472 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13474         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13475         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13476         <darkman_spam@yahoo.fr>.
13477         (ps-print-version): New version 6.6.6.
13479 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13481         * textmodes/table.el (table--line-column-position): New idiom.
13482         (table--row-column-insertion-point-p): New function to test
13483         validity of row and column insertion operation at a location.
13484         (table-global-menu, table-cell-menu): Use above functions for
13485         deterministic test operation.
13486         (table--editable-cell-p): Behave in deterministic fashion.
13488 2005-03-18  Juri Linkov  <juri@jurta.org>
13490         * isearch.el (isearch-lazy-highlight-new-loop):
13491         Make arguments beg and end optional.
13492         (isearch-update): Remove optional arguments nil from
13493         isearch-lazy-highlight-new-loop.
13494         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13495         isearch-lazy-highlight-case-fold-search instead of
13496         isearch-case-fold-search, and let-bind isearch-regexp to
13497         isearch-lazy-highlight-regexp.
13498         Use isearch-lazy-highlight-last-string instead of isearch-string.
13500         * replace.el (perform-replace): Remove bindings of global
13501         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13502         Add three new arguments to `replace-highlight'.
13503         (replace-highlight): Add arguments string, regexp, case-fold.
13504         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13505         to allow isearch-lazy-highlight-new-loop to use these values
13506         to set corresponding isearch-lazy-highlight-* internal
13507         variables whose values lazy highlighting will use regardless of
13508         changes to global variables isearch-string, isearch-regexp,
13509         isearch-case-fold-search during lazy highlighting loop.
13510         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13511         to `lazy-highlight-cleanup'.
13513         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13514         (ispell-highlight-face): Set default face to `isearch' when
13515         lazy highlighting is enabled.
13516         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13517         priority to 1.  Add lazy highlighting.
13518         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13519         from `isearch-dehighlight'.
13521 2005-03-18  David Ponce  <david@dponce.com>
13523         * files.el (hack-local-variables): Do a case-insensitive search
13524         for End.
13526 2005-03-18  Juri Linkov  <juri@jurta.org>
13528         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13529         `isearch-lazy-highlight-cleanup', add alias to old name and
13530         declare obsolete.  Add release numbers to other obsolete vars.
13531         (isearch-done, isearch-lazy-highlight-new-loop):
13532         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13533         (lazy-highlight-cleanup) <variable>: Doc fix.
13534         (isearch-lazy-highlight-update): Rename obsolete
13535         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13537 2005-03-18  Kenichi Handa  <handa@m17n.org>
13539         * language/thai-util.el: Fix categorization of Thai characters in
13540         thai-category-table.
13541         (thai-composition-pattern): Adjust it for the above change.
13542         (thai-self-insert-command, thai-compose-syllable): New functions.
13543         (thai-compose-region): Use thai-compose-syllable.
13544         (thai-compose-string): Likewise.
13545         (thai-composition-function): Likewise.
13546         (thai-auto-composition): New function.
13547         (thai-auto-composition-mode): New minor mode.
13549         * language/thai.el: Fix patterns to be registered in
13550         composition-function-table.
13552         * international/quail.el (quail-input-method): Locally bind
13553         inhibit-modification-hooks to t.
13555 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13557         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13558         (perl-mode): Use run-mode-hooks.
13560         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13561         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13562         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13564         * mail/sendmail.el (sendmail-send-it): Reenable the code
13565         to compute resend-to-address and use it.
13567         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13569         * image-mode.el: New file.
13571         * image.el (insert-sliced-image): Add autoload cookie.
13573         * font-lock.el (font-lock-lines-before): New user option.
13574         (font-lock-after-change-function): Obey it.
13576         * bindings.el (esc-map): Make M-g a prefix.
13577         Bind M-g g and M-g M-g to goto-line.
13579         * faces.el (face-id): Doc fix.
13581 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13583         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13584         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13585         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13587         * mail/sendmail.el (mail-yank-ignored-headers)
13588         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13589         Add Mail-Followup-To and Mail-Reply-To headers.
13590         (mail-citation-hook): Add autoload cookie.
13591         (mail-mode): Doc fix.
13592         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13593         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13594         (mail-mode-fill-paragraph): Handle those headers.
13595         (mail-mailing-lists): New variable.
13596         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13598 2005-03-17  Juri Linkov  <juri@jurta.org>
13600         * isearch.el (isearch-fallback): Check for `(car previous)'
13601         before calling `isearch-other-end-state'.
13603 2005-03-17  Kim F. Storm  <storm@cua.dk>
13605         * simple.el (move-beginning-of-line): Move to beginning of buffer
13606         line, as well as beginning of screen line.
13608 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13610         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13611         argument REDRAW rather than calendar-redrawing variable.
13612         * calendar/calendar.el (calendar-redrawing): Delete.
13613         (redraw-calendar): Do not bind calendar-redrawing.
13615 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13617         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13618         diary-file buffer.
13620 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13622         * help.el (describe-mode): Allow a :minor-mode-function property to
13623         specify a different minor mode toggle function than the variable.
13624         * simple.el (auto-fill-function):
13625         * subr.el (add-minor-mode): Use it.
13627 2005-03-16  Kenichi Handa  <handa@m17n.org>
13629         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13630         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13631         (ethio-fidel-to-sera-buffer): Likewise.
13633 2005-03-16  Juri Linkov  <juri@jurta.org>
13635         * emacs-lisp/find-func.el (find-function-regexp):
13636         Add defun-emitting macro `menu-bar-make-toggle'.
13638         * isearch.el: Put `isearch-scroll' property to
13639         `split-window-horizontally'.
13641         * info.el: Update error messages for `debug-ignored-errors'.
13642         (Info-isearch-search): Doc fix.
13643         (Info-find-node): Move up code to go into info buffer before
13644         recording the node to the history.
13645         (Info-fontify-node): Fontify titles only if the next line
13646         has two or more `*', `=', `-', `.'.
13647         Display "go to this node" for empty (match-string 3).
13649 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13651         * term/mac-win.el: Add mouse pointer shape constants.
13653 2005-03-15  Kim F. Storm  <storm@cua.dk>
13655         * simple.el (move-beginning-of-line): Use vertical-motion.
13657 2005-03-15  Juri Linkov  <juri@jurta.org>
13659         * isearch.el (isearch-error): New variable.
13660         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13661         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13662         (isearch-within-brackets-state): Remove.
13663         (isearch-case-fold-search-state, isearch-pop-fun-state):
13664         Decrease frame index.
13665         (isearch-mode, isearch-top-state, isearch-push-state)
13666         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13667         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13668         (isearch-search, isearch-lazy-highlight-new-loop):
13669         Replace `isearch-invalid-regexp' with `isearch-error'.
13670         Remove `isearch-within-brackets'.
13671         (isearch-search): Add `search-failed' handler to `condition-case'.
13672         (isearch-lazy-highlight-search): Add `condition-case' to catch
13673         errors and allow `isearch-lazy-highlight-update' to try
13674         highlighting from the beginning of the window.
13675         (isearch-repeat): Move up code to set isearch-wrapped to t
13676         before calling isearch-wrap-function.
13678         * info.el (Info-isearch-initial-node): New internal variable.
13679         (Info-search): Signal an error in isearch mode when search leaves
13680         the initial node.  Signal an error when `bound' is non-nil and
13681         nothing was found in the current subfile.
13682         (Info-isearch-search): Remove `condition-case'.
13683         (Info-isearch-wrap): Don't wrap when search failed during leaving
13684         the initial node.  If `Info-isearch-search' is nil, wrap around
13685         the current node.
13686         (Info-isearch-start): New fun.
13687         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13688         `isearch-mode-hook'.
13690 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13692         * simple.el (normal-erase-is-backspace): Set default to t if
13693         running on Mac.
13695         * term/mac-win.el (function-key-map): Sync with x-win.el.
13697 2005-03-15  Kenichi Handa  <handa@m17n.org>
13699         * international/mule-cmds.el (locale-language-names): Modify the
13700         format of elements and add more entries.
13701         (locale-preferred-coding-systems): Add more entries.
13702         (set-locale-environment): Adjust for the change of
13703         locale-language-names.
13705 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13707         * pcvs.el (smerge-ediff): Remove bogus autoload.
13709 2005-03-14  Lute Kamstra  <lute@gnu.org>
13711         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13712         Ignore a `*' at the beginning of a line.
13714         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13715         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13716         subr.el.
13717         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13718         to specify indentation.
13720         * generic.el (define-generic-mode): Let generic-mode-list be a
13721         list of strings; test membership with equal.
13723 2005-03-14  Kim F. Storm  <storm@cua.dk>
13725         * simple.el (next-line, previous-line): Add optional try-vscroll
13726         arg to recognize interactive use.  Pass it on to line-move.
13727         (line-move): Don't perform auto-window-vscroll when defining or
13728         executing keyboard macro to ensure consistent behavior.
13730 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13734 2005-03-13  Lute Kamstra  <lute@gnu.org>
13736         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13737         debugger-setup-buffer so that backtrace marks the frames set to
13738         debug-on-exit and we don't have to do it manually.  Set an extra
13739         debug-on-exit for macro's.
13740         (debugger-setup-buffer): Don't mark the top frame manually.
13742 2005-03-12  Lute Kamstra  <lute@gnu.org>
13744         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13745         lisp-indent-function throughout.
13746         (with-no-warnings): Set lisp-indent-function property.
13748 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13750         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13751         Add entry for backslash.
13753 2005-03-12  Juri Linkov  <juri@jurta.org>
13755         * info.el (Info-search): Four fixes for backward search.
13757 2005-03-11  Jay Belanger  <belanger@truman.edu>
13759         * calc/calc.el (calc-language-alist): New variable.
13760         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13761         (calc-embedded-find-modes): Use calc-language-alist instead of
13762         calc-embedded-language-alist.
13764 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13766         * calendar/calendar.el (calendar-redrawing): New internal
13767         variable.
13768         (redraw-calendar): Remove bogus save-excursion from previous
13769         change.  Bind calendar-redrawing to t for mark-diary-entries.
13770         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13771         calendar if that is why we were called.
13773 2005-03-11  Kenichi Handa  <handa@m17n.org>
13775         * international/mule.el (make-coding-system): Set property
13776         coding-system-define-form to nil.
13777         (define-coding-system-alias): Likewise.
13779 2005-03-11  Kenichi Handa  <handa@m17n.org>
13781         These changes are suggested by Dave Love <fx@gnu.org>.
13783         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13784         coding: tag.
13785         (adaptive-fill-regexp): Add more bullets.
13786         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13787         regexps.
13789 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13791         * help.el (describe-mode): Properly handle non-trivial lighters.
13792         Don't ignore minor modes that are not listed in minor-mode-list.
13794         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13795         feature ON when the user requests to turn it OFF.
13797 2005-03-10  Lute Kamstra  <lute@gnu.org>
13799         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13800         (implement-debug-on-entry): New function to replace debug-entry-code.
13801         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13802         second argument as the 2005-03-07 change makes it obsolete.
13803         (debug-on-entry, cancel-debug-on-entry): Update call to
13804         debug-on-entry-1.
13805         (debug, debugger-setup-buffer): Comment update.
13806         (debugger-frame-number): Update to work with implement-debug-on-entry.
13808 2005-03-10  Jay Belanger  <belanger@truman.edu>
13810         * calc/calc-embed.el (math-ms-args): Declare it.
13811         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13812         math-ms-args.
13813         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13814         variables.
13816 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13818         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13819         Use message-box.
13821         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13822         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13823         (tooltip-gud-tips): Simplify.
13824         (tooltip-gud-tips-p): Remove superfluous :set.
13825         (tooltip-gud-modes): Add fortran-mode.
13826         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13828         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13830 2005-03-09  Kim F. Storm  <storm@cua.dk>
13832         * play/animate.el (animate-place-char): Use forward-line instead
13833         of next-line to improve performance.
13835 2005-03-09  Simon Josefsson  <jas@extundo.com>
13837         * net/browse-url.el (browse-url-default-browser): Doc fix.
13839 2005-03-09  Miles Bader  <miles@gnu.org>
13841         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13842         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13844 2005-03-09  Kenichi Handa  <handa@m17n.org>
13846         * international/latin-1.el: Set case and syntax for 255 only if
13847         set-case-syntax-set-multibyte is nil.
13849         * textmodes/ispell.el (ispell-insert-word): New function.
13850         (ispell-word): Use ispell-insert-word to insert a new word.
13851         (ispell-process-line): Likewise.
13852         (ispell-complete-word): Likewise.
13854 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13856         * calendar/calendar.el (redraw-calendar): Preserve point.
13857         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13858         (calendar-week-start-day): Move after definition of
13859         redraw-calendar.  Delete buffer test, since redraw-calendar has
13860         that now.
13862         * calendar/diary-lib.el (mark-diary-entries): Only call
13863         redraw-calendar in the first of any recursive calls.
13864         Reported by Alan Shutko <ats@acm.org>.
13866 2005-03-08  Juri Linkov  <juri@jurta.org>
13868         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13869         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13870         (html-radio-buttons): Add a space before the trailing `/>' where
13871         sgml-xml-mode is non-nil.
13872         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13873         the subsequent tag of the empty XML tag.
13874         (html-href-anchor): Don't set initial input to "http:".
13875         (html-image): Ask for the image URL and set point inside alt="".
13876         (html-name-anchor): Duplicate the name in the `id' attribute when
13877         sgml-xml-mode is non-nil.
13878         (html-paragraph): Remove \n before <p>.
13879         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13880         instead of `checked' when sgml-xml-mode is non-nil.
13882         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13883         Remove 1 space before #RRGGBB to not truncate it on terminal
13884         windows w/o fringes.  Remove 1 space between bg and fg examples
13885         to get more space.
13886         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13887         avoid byte-compile warnings.
13889         * image-file.el (image-file-handler): Put `safe-magic' property to
13890         `image-file-handler'.
13892         * info.el (Info-isearch-search): Emulate word search in
13893         isearching through multiple Info nodes with Info-search.
13894         (Info-isearch-wrap): Allow isearch-word.
13896 2005-03-08  Lute Kamstra  <lute@gnu.org>
13898         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13899         stepping into the debugger's code is not possible.
13900         (debugger-jumping-flag): Docstring update.
13902 2005-03-08  Jay Belanger  <belanger@truman.edu>
13904         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13905         embedded mode begins.
13906         (calc-embedded-language-alist): New variable.
13907         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13908         set default language mode.
13910 2005-03-08  Kenichi Handa  <handa@m17n.org>
13912         * international/ccl.el (define-ccl-program): Fix docstring about
13913         extra 256 bytes assured for the output buffer.
13915         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13916         Fix BUFFER_MAGNIFICATION to 2.
13917         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13919 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13921         * align.el (align-rules-list): Added an alignment rule for CSS
13922         declarations (applies to css-mode and html-mode buffers).
13924 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13928 2005-03-07  Kim F. Storm  <storm@cua.dk>
13930         * simple.el (move-beginning-of-line): New command.
13932         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13934         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13936         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13937         and move-beginning-of-line.
13939         * apropos.el (apropos-print): Omit command from M-x ... RET.
13941 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13943         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13944         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13946 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13948         * bindings.el (esc-map): Bind M-g to goto-line.
13950         * facemenu.el (global-map): Bind M-o, not M-g.
13952 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13954         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13955         "Open Directory" as for "Open File".
13957 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13959         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13960         (push-mark-command): Run activate-mark-hook.
13962 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13964         * help-mode.el (help-mode-finish): Don't alter the element
13965         in view-return-to-alist if there already is one.
13967         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13968         make sure the current buffer is the expected one.
13970         * novice.el (disabled-command-function): Output in *Disabled Command*.
13971         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13973         * textmodes/flyspell.el (flyspell-large-region):
13974         Pass args differently for aspell.
13976         * files.el (mode-require-final-newline): Doc fix.
13978 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13980         * progmodes/which-func.el (which-function):
13981         Specify NOERROR when calling imenu--make-index-alist.
13983 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13985         * simple.el (normal-erase-is-backspace): Define default value.
13987         * custom.el (custom-theme-set-variables): Remove unused var
13988         `immediate'.
13989         (custom-reevaluate-setting): Simple function to handle variables
13990         that are defined before their default value can really be
13991         computed.
13993         * startup.el (command-line): Use it for temporary-file-directory,
13994         small-emporary-file-directory, auto-save-file-name-transforms,
13995         blink-cursor-mode, and normal-erase-is-backspace.
13997         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13998         progress, even with buggy anchored keywords.
14000 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14002         * simple.el (goto-line): Remove unbalanced final parenthesis.
14004 2005-03-05  Richard M. Stallman  <rms@gnu.org>
14006         * simple.el (goto-line): Use a number at point as the default.
14007         With C-u as arg, switch buffers.
14009 2005-03-05  Juri Linkov  <juri@jurta.org>
14011         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14012         with `no-blinking-cursor'.
14014         * startup.el (no-blinking-cursor): New defvar.
14015         (command-line): Add `--no-blinking-cursor' to longopts.
14016         Set `no-blinking-cursor' to t for command line arguments
14017         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
14018         with `no-blinking-cursor' in the condition for calling
14019         `blink-cursor-mode'.
14021 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
14023         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14024         (menu-bar-options-save): Add blink-cursor-mode.
14025         (menu-bar-options-menu): Add blink-cursor-mode.
14027 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
14029         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14030         (icalendar-export-file, icalendar-export-region)
14031         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14032         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14034 2005-03-04  Lute Kamstra  <lute@gnu.org>
14036         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14037         (debug-function-list): Ditto.
14039 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
14041         * textmodes/texinfmt.el (texinfo-append-refill):
14042         Redefine the types of line to which @refill
14043         is not appended by replacing a search for `@refill\\|@bye' with
14044         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
14045         itemize@refill' bug and the unfilled long lines bug.
14046         (texinfmt-version): Update number and date.
14048 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14050         * international/code-pages.el (windows-1250, windows-125[2-8])
14051         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14053 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14055         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14056         bound yet.
14058 2005-03-02  Romain Francoise  <romain@orebokech.com>
14060         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14061         buffer after removing limits.
14062         (ibuffer-pop-filter): Ditto.
14063         Update copyright.
14065 2005-03-02  Miles Bader  <miles@gnu.org>
14067         * button.el (make-text-button): If the user doesn't specify a
14068         type, use the default.  Rewrite to use `add-text-properties' and
14069         plist functions.
14071 2005-03-01  Lute Kamstra  <lute@gnu.org>
14073         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14074         (debugger-jumping-flag): New var.
14075         (debug-entry-code): Use it.
14076         (debugger-jump): Use debugger-jumping-flag and add
14077         debugger-reenable to post-command-hook.
14078         (debugger-reenable): Use debugger-jumping-flag and remove itself
14079         from post-command-hook.
14080         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14081         debugger-reenable.
14083 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
14085         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14086         inclusion of "itemize\\|", which may be unnecessary, is certainly
14087         inelegant, and stops refilling in itemize lists when formatting
14088         Japanese Texinfo files to Info.
14089         Update copyright to 2005.
14091 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
14093         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14094         of an error if GDB can't find the source file.
14096 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14098         * calendar/calendar.el (redraw-calendar): Work from any buffer,
14099         not just the calendar.
14101         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14102         first.
14103         (diary-redraw-calendar): New function.
14104         (make-diary-entry): Add diary-redraw-calendar to local
14105         write-contents-functions.  Turn off selective display before
14106         inserting in diary.
14108 2005-03-01  Kim F. Storm  <storm@cua.dk>
14110         * emacs-lisp/copyright.el (copyright-fix-years): New command.
14112 2005-03-01  Lute Kamstra  <lute@gnu.org>
14114         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14115         that debug-entry-code can be safely removed from a function while
14116         this code is being evaluated.  Revert the 2005-02-27 change as the
14117         new implementation no longer requires it.  Make sure that a
14118         function body containing just a string is not mistaken for a docstring.
14119         (debug): Skip one more frame in case of debug on entry.
14120         (debugger-setup-buffer): Delete one more frame line in case of
14121         debug on entry.
14122         (debugger-frame-number): Update to use the new text introduced by
14123         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
14125 2005-02-28  Kim F. Storm  <storm@cua.dk>
14127         * double.el (double-translate-key): Call force-window-update after
14128         read-event to avoid crash in redisplay.
14130 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14132         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14133         (debug): Use it.  Move the inhibit-trace earlier.
14134         (debug-entry-code): New const.
14135         (debug-on-entry-1): Use it.
14137 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
14139         * international/utf-16.el (ccl-encode-mule-utf-16le):
14140         Fix BUFFER_MAGNIFICATION to 2.
14141         (ccl-encode-mule-utf-16be): Likewise.
14143 2005-02-28  Kenichi Handa  <handa@m17n.org>
14145         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14146         Fix BUFFER_MAGNIFICATION to 4.
14147         (ccl-encode-mule-utf-16be-with-signature): Likewise.
14149 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
14151         * speedbar.el (speedbar-update-flag): Doc fix.
14152         (speedbar-show-info-under-mouse): Give set-mouse-position the right
14153         argument.
14155 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * reveal.el (reveal-post-command): Don't try to reveal overlays which
14158         have a non-nil `invisible' property but are actually visible.
14160         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14161         for perldoc sections.
14162         (perl-outline-regexp, perl-outline-level): New var and function.
14163         (perl-mode): Use them.
14165 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
14167         * calendar/diary-lib.el (diary-remind): Discard any mark portion
14168         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14170 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
14172         * cus-edit.el: Comment change.
14173         (custom-buffer-create-internal): Slightly reword text at top of
14174         Custom buffers.  Mention there that saving an option edits the
14175         init file.  Add link to Emacs manual node on `custom-file'.
14176         (custom-magic-alist): Rewrite individual State messages to use
14177         capitalized keywords.  Doc fix.
14179 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
14181         * calendar/calendar.el (calendar-buffer): Move above
14182         calendar-week-start-day.
14183         (calendar-week-start-day): Doc fix.  Add :set function.
14184         (calendar-minimum-window-height): New variable.
14185         (generate-calendar-window): Only resize window if selected-window
14186         is displaying the calendar buffer.  Use new variable
14187         calendar-minimum-window-height.
14188         (generate-calendar): Reword error message.
14189         (calendar-mode-map): Bind DEL to scroll-other-window-down.
14191 2005-02-27  Andreas Schwab  <schwab@suse.de>
14193         * vc.el (vc-do-command): Don't run command asynchronously when
14194         operating in a remote directory.
14196         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14197         change from sync with Tramp 2.0.47.
14199 2005-02-27  Richard M. Stallman  <rms@gnu.org>
14201         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14203         * textmodes/flyspell.el (flyspell-mode-on):
14204         Call ispell-change-dictionary only if necessary.
14206         * emacs-lisp/re-builder.el (regexp-builder): New function.
14208         * register.el (describe-register-1): Explicitly handle
14209         yank-excluded-properties = t.
14211         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14212         (custom-magic-alist): Change the status descriptions again.
14213         (face widget-type): Total rewrite based on `restricted-sexp'
14214         to eliminate the confusing double hiding levels.
14216         * emacs-lisp/debug.el (debug-on-entry-1):
14217         If function body is empty, add nil as body form.
14219 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14221         * emacs-lisp/trace.el (inhibit-trace): New var.
14222         (trace-make-advice): Use it.
14224         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14226 2005-02-26  Kim F. Storm  <storm@cua.dk>
14228         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14229         (mouse-on-link-p, mouse-drag-region-1): Use it.
14231 2005-02-25  Lute Kamstra  <lute@gnu.org>
14233         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14235 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
14237         * frame.el (blink-cursor-mode): Add :group keyword.
14239 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
14241         * calendar/icalendar.el (icalendar--decode-isodatetime):
14242         New optional argument DAY-SHIFT.
14243         (icalendar-export-region): Fix coding-system-for-write.
14244         (icalendar--convert-ical-to-diary): Shift end-day of all-day
14245         events by one.
14247 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14249         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14251 2005-02-24  Kim F. Storm  <storm@cua.dk>
14253         * international/iso-acc.el (iso-accents-compose): Fix crash
14254         during redisplay.  Call force-window-update after read-event
14255         and delete-region to signal that window is not accurate.
14257 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14259         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14260         Remove unused and inexistent var `inhibit-trace'.
14261         (debugger-mode): Use run-mode-hooks.
14262         (debugger-list-functions): Add buttons; setup xref stack.
14264 2005-02-23  Richard M. Stallman  <rms@gnu.org>
14266         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14267         appointment says it was explicitly made.
14268         (appt-add): Set the 3rd element.
14269         (appt-make-list): Preserve explicit appointments.
14271         * subr.el (find-tag-default): Catch errors in forward-sexp.
14273 2005-02-23  Juri Linkov  <juri@jurta.org>
14275         * info.el (Info-isearch-search): New defcustom.
14276         (Info-isearch-search): Call the default isearch function
14277         when Info-isearch-search is nil.
14278         (Info-isearch-wrap): Use variable Info-isearch-search.
14280 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
14282         * cus-edit.el: Comment change.
14284 2005-02-22  Kim F. Storm  <storm@cua.dk>
14286         * progmodes/hideif.el (hide-ifdef-use-define-alist):
14287         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
14289 2005-02-22  Simon Josefsson  <jas@extundo.com>
14291         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14292         New variable.
14293         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
14294         Oskarsson" <myrkraverk@users.sourceforget.net>.
14296 2005-02-22  Kim F. Storm  <storm@cua.dk>
14298         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14299         check that window of that event is the selected window.
14300         (mouse-drag-region-1): Compare mouse event window to selected
14301         window before setting point.
14303         * tooltip.el (tooltip-show-help-function): Pass event to
14304         mouse-on-link-p so it can check selected window.
14306 2005-02-22  Kenichi Handa  <handa@m17n.org>
14308         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14309         (ps-mule-show-warning): New function.
14310         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14311         characters are found.
14313         * ps-print.el (ps-header-footer-string): Return a list of header
14314         and footer strings.
14316 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14318         * pcvs.el (cvs-retrieve-revision): Fix thinko.
14320 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14322         * frame.el (blink-cursor-mode): Use define-minor-mode.
14324         * term/mac-win.el (function-key-map): Use char-names more consistently.
14325         (file-name-coding-system): Only set it for MacOS-9.  The other case is
14326         already handled in mule-cmds.el (where it also works when mac-win.el
14327         is not used).
14329 2005-02-21  Kenichi Handa  <handa@m17n.org>
14331         * international/mule.el (ctext-pre-write-conversion): Always use
14332         " *code-converting-work*" buffer for work.
14334         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14336 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
14338         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14340 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
14342         * ses.el (undo-more): Restore defadvice, but only the part that
14343         allows changes outside the restricted area of the buffer.
14345 2005-02-20  Kim F. Storm  <storm@cua.dk>
14347         * simple.el (line-move): Add fourth optional arg try-vscroll which
14348         must be set to perform auto-window-vscroll.
14349         When moving backwards and doing auto-window-vscroll, automatically
14350         vscroll to the last part of lines which are taller than the window.
14351         (next-line, previous-line): Set try-vscroll arg on line-move.
14353 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14355         * replace.el (query-replace, query-replace-regexp)
14356         (replace-string, replace-regexp): When operating on region, make
14357         the minibuffer prompt say so.
14359         * isearch.el (isearch-forward): Document isearch-query-replace and
14360         isearch-query-replace-regexp keybindings.
14362 2005-02-19  Jay Belanger  <belanger@truman.edu>
14364         * calc/calc-aent.el (math-read-token): Add local variable.
14366         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14367         (calc-edit-top): Move declaration to earlier in file.
14368         (calc-edit-macro-repeats): Add local variables.
14370         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14371         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14372         calcFunc-tanh.
14373         Adjust integration rule for calcFunc-tan.
14375 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14377         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14378         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14379         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14380         (viper-skip-separators): Bug fix.
14381         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14382         particular major mode.
14383         (viper-del-backward-char-in-replace): Don't put deleted char on the
14384         kill ring.
14386         * viper-ex.el (viper-color-display-p): New function.
14387         (viper-has-face-support-p): Use viper-color-display-p.
14389         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14391         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14393         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14394         (viper-file-remote-p): Make equivalent to file-remote-p.
14396         * viper.el (viper-major-mode-modifier-list):
14397         Use viper-gnus-modifier-map.
14399 2005-02-19  David Kastrup  <dak@gnu.org>
14401         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14402         quoting.
14404 2005-02-19  Jay Belanger  <belanger@truman.edu>
14406         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14407         Remove extra definitions.
14408         (calc-coth): New function.
14409         (calcFunc-cot): Fix `let'.
14411 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14413         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14414         the reasons we use "type pc" in these faces.
14416         * button.el (button): Ditto.
14418 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14420         * replace.el (query-replace-read-from): Set the value of
14421         query-replace-from-history-variable to handle the case of an empty
14422         string entered to accept the suggested default.
14424         * net/tramp.el (tramp-file-name-for-operation):
14425         Use dired-call-process instead of dired-call-process-command.
14427 2005-02-19  Jay Belanger  <belanger@truman.edu>
14429         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14430         (math-div-non-trig): New variables.
14431         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14432         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14433         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14434         trig expressions.
14436 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14438         * progmodes/gdb-ui.el (gdb-var-update-handler)
14439         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14440         for watch expressions,
14441         (gdb-var-create-handler): Don't set speedbar-update-flag.
14442         (gdb-post-prompt): Simplify test for speedbar.
14444 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14446         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14447         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14448         we use the syntax table of the correct buffer.
14449         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14450         Felix Gatzemeier.
14452         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14453         (ediff-file-remote-p): Make synonymous with file-remote-p.
14454         In all deffaces ediff-*-face-*, use min-colors.
14456         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14457         ediff-recurse-to-subdirectories.
14458         (ediff-mark-if-equal): Check that the arguments are strings, use
14459         ediff-same-contents (after to Felix Gatzemeier).
14461         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14462         nil.
14464 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14468 2005-02-18  David Kastrup  <dak@gnu.org>
14470         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14471         use `mark-active' when defined.
14473 2005-02-18  Kenichi Handa  <handa@m17n.org>
14475         * ps-print.el (ps-font-info-database): New entry
14476         ZapfChancery-MediumItalic with correct font name.  Fix font name
14477         of the entry Zapf-Chancery-MediumItalic.
14479 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14481         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14483 2005-02-16  Kim F. Storm  <storm@cua.dk>
14485         * ido.el (ido-fallback-command): Pass user input to fallback command.
14487 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14489         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14490         (gdb-find-file-hook): Add server prefix.
14492 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14494         * replace.el (perform-replace): Pass new args to replace-highlight.
14495         (replace-highlight): Take region args,
14496         and pass them to isearch-lazy-highlight-new-loop.
14498         * novice.el (disabled-command-hook): Autoload the defalias
14499         and the make-obsolete-variable call.
14501         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14503         * isearch.el (isearch-lazy-highlight-start-limit)
14504         (isearch-lazy-highlight-end-limit): New variables limit
14505         the region for highlighting.
14506         (isearch-lazy-highlight-new-loop): New args BEG and END.
14507         (isearch-lazy-highlight-search): Use the new vars.
14508         (isearch-lazy-highlight-update): Likewise.
14510         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14512         * cus-start.el (all): Use default-boundp.
14514 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14516         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14518 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14520         * autorevert.el (auto-revert-stop-on-user-input)
14521         (auto-revert-verbose): Doc fixes.
14523 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14525         * international/mule-cmds.el (set-locale-environment): Remove call
14526         to set-selection-coding-system on Windows.
14528 2005-02-15  Jay Belanger  <belanger@truman.edu>
14530         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14531         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14532         calcFunc-coth.
14533         (math-simplify-sqrt): Add simplifications.
14535         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14536         to list.
14538         * calc/calc-ext.el: Add functions to autoloads.
14540         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14541         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14542         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14543         (math-csc-raw, math-cot-raw): New functions.
14545         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14547         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14548         the variable name in a message.
14550         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14551         calcFunc-csc, calcFunc-cot.
14553         * calc/calcalg2.el: Add derivative and integration rules for
14554         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14555         calcFunc-csch, calcFunc-coth.
14556         (math-do-integral-methods): Add to checks for when to use
14557         substitutions.
14559         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14561 2005-02-15  Lute Kamstra  <lute@gnu.org>
14563         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14564         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14565         <monnier@iro.umontreal.ca>
14566         (lisp-outline-level): Improve efficiency.  Suggested by David
14567         Kastrup <dak@gnu.org>.
14569 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14571         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14572         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14573         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14574         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14575         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14577 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14579         * cus-start.el (all): Comment change.
14581 2005-02-14  Lute Kamstra  <lute@gnu.org>
14583         * cus-start.el (all): Check if symbol is void.
14585 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14587         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14588         optional argument to \cite.
14590 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14592         * cus-edit.el (custom-buffer-create-internal): Update help message.
14593         (custom-magic-alist): Update help messages.
14595         * cus-start.el (all): Allow a var to specify a standard value.
14597 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14599         * custom.el (custom-theme-set-variables): Handle variable aliases.
14601         * frame.el (blink-cursor-timer): Doc fix.
14602         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14603         declare obsolete.
14604         (blink-cursor-mode): Define with defcustom and use correct
14605         standard expression in that defcustom.
14606         * startup.el (command-line): Adapt to above changes in frame.el.
14608 2005-02-11  Lute Kamstra  <lute@gnu.org>
14610         * apropos.el (apropos-score-doc): Prevent division by zero.
14612 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14614         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14615         (icalendar--get-event-property-attributes)
14616         (icalendar--get-event-properties)
14617         (icalendar--datetime-to-diary-date): New functions.
14618         (icalendar--split-value): Doc fix.
14619         (icalendar--datetime-to-noneuropean-date)
14620         (icalendar--datetime-to-european-date): New optional argument
14621         SEPARATOR.  Return result as a string instead of a list.
14622         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14623         (icalendar--convert-string-for-export): Rename arg S to STRING.
14624         (icalendar-export-region): Doc fix.  Change name of error buffer.
14625         Save output buffer.
14626         (icalendar-import-file): Add blank at end of prompt.
14627         (icalendar-import-buffer): Doc fix.  Do not switch to error
14628         buffer.  Indicate status in return value.
14629         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14630         buffer.  Save output buffer.  Handle exception from recurrence
14631         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14632         events.  Fix problems with weekly all-day events.
14634 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14636         * simple.el (eval-expression-print-format):
14637         Avoid warning about edebug-active.
14639         * help.el (help-for-help-internal): Rename from help-for-help.
14640         (help-for-help): Define with defalias.
14642         * font-core.el (font-lock-default-function): Use with-no-warnings.
14644         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14646         * custom.el (defface): Doc fix.
14648 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14650         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14651         width 0" to prevent word wrapping problems.
14653 2005-02-09  Kim F. Storm  <storm@cua.dk>
14655         * ido.el (ido-file-extensions-order): New defcustom.
14656         (ido-file-extension-lessp, ido-file-extension-aux)
14657         (ido-file-extension-order): New advanced file ordering.
14658         (ido-file-lessp): New simple file ordering.
14659         (ido-sort-list): Remove.
14660         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14661         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14663 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14665         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14666         that some versions of grep produce.
14667         (grep-mode-font-lock-keywords): Likewise.
14669 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14671         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14672         (gdb-cdir): Delete.
14673         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14674         (gdb-source-info): Treat case when source file is in another
14675         directory properly.
14676         (gdb-get-location): New function.
14678 2005-02-07  Jay Belanger  <belanger@truman.edu>
14680         * calc/calc-prog.el (calc-write-parse-table-part)
14681         (calc-fix-token-name): Fix a check for language type.
14683         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14685 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14687         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14688         as directory not writable.
14690 2005-02-07  Kim F. Storm  <storm@cua.dk>
14692         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14693         (cua--standard-movement-commands): Remove list.
14694         Instead, set CUA property value to move for movement commands.
14695         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14696         (cua--pre-command-handler): Check CUA property.
14697         (cua--init-keymaps): Don't remap undo commands.
14698         (cua-mode): Don't call cua--rectangle-on-off.
14700         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14701         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14702         (cua--rect-undo-set-point): New var.
14703         (cua--rectangle-undo-boundary): Setup undo apply entry.
14704         (cua--rect-undo-handler): New function for rectangle undo.
14705         (cua--rect-start-position, cua--rect-end-position): Add.
14706         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14707         for restored rectangle.  Set point if cua--rect-undo-set-point.
14709 2005-02-06  Jay Belanger  <belanger@truman.edu>
14711         * calc/calc-lang.el (calc-tex-language): Display more information
14712         in messages.
14714         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14715         in TeX mode.
14717 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14719         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14721 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14723         * net/ldap.el (ldap-search-internal): Support attributes with
14724         optional descriptions separated by a semi-colon, as in
14725         "userCertificate;binary".
14727 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14729         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14730         isn't a cons (i.e. the version is 0).
14732 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14734         * help.el (help-for-help): Doc fix.
14736 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14738         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14739         GDB-Windows on the menu-bar as this works better.
14741 2005-02-04  Jay Belanger  <belanger@truman.edu>
14743         * calc/calc-embed.el (calc-embedded-update): Don't put in
14744         unnecessary newlines.  Adjust the end of formula marker.
14746         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14747         (math-latex-parse-two-args): New function.
14749 2005-02-03  Lute Kamstra  <lute@gnu.org>
14751         * help-fns.el (help-with-tutorial): Make sure that users cannot
14752         remove the entire text of the tutorial by means of `undo'.
14754 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14756         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14757         in recent changes, where the ispell process was repeatedly
14758         killed & restarted.
14760         * international/mule-cmds.el (set-locale-environment): Set file-name
14761         coding system to utf-8 on Darwin systems.
14762         (set-default-coding-systems): Don't set default-file-name-coding-system
14763         on Darwin systems.
14765 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14767         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14769 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14771         * faces.el (list-faces-display): Add optional argument.
14773 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14775         * font-core.el (font-lock-default-function): Handle the rare case where
14776         only font-lock-keywords is set.
14778 2005-02-02  Kenichi Handa  <handa@m17n.org>
14780         * international/characters.el: Cancel previous change for
14781         I-WITH-DOT-ABOVE and DOTLESS-i.
14783         * international/latin-5.el: Cancel previous change.
14785 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14787         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14789 2005-02-02  Kenichi Handa  <handa@m17n.org>
14791         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14792         DOTLESS-i.
14794         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14795         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14797         * case-table.el (get-upcase-table): New function.
14798         (copy-case-table): Copy upcaes table too if non-nil.
14799         (set-case-syntax-delims): Maintain upcase table too.
14800         (set-case-syntax-pair): Likewise.
14801         (set-upcase-syntax, set-downcase-syntax): New functions.
14802         (set-case-syntax): Maintain upcase table too.
14804 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14806         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14808         * progmodes/gud.el (gud-goto-info): New function.
14809         (gud-tool-bar-map): Use correct icon.
14811 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14813         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14814         When delegating, order args in the funcall correctly.
14816 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14818         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14820 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14822         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14823         buffer not visiting a file.
14825 2005-01-31  Jay Belanger  <belanger@truman.edu>
14827         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14828         bound on the line with the formula.
14830 2005-01-31  Kim F. Storm  <storm@cua.dk>
14832         * ses.el (ses-create-cell-variable-range)
14833         (ses-destroy-cell-variable-range, ses-reset-header-string)
14834         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14835         (ses-insert-row): Fix format of apply undo entries.
14837 2005-01-31  Jay Belanger  <belanger@truman.edu>
14839         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14840         parts.
14842         * calc/calc-embed.el (calc-embedded-open-formula)
14843         (calc-embedded-close-formula): Ignore matrix environments.
14845         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14846         TeX mode.
14848         * calc/calc-lang.el (math-function-table, math-oper-table)
14849         (math-variable-table): Adjust the LaTeX portions.
14851         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14852         (math-latex-ignore-words): New constant.
14854 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14856         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14857         (ispell-local-dictionary): Doc fix.
14858         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14859         Don't reinitialize at run time.  Don't defcustom.
14860         All uses changed to append ispell-local-dictionary-alist,
14861         or check it first.
14862         (ispell-current-dictionary): New variable for dictionary in use.
14863         (ispell-dictionary): Now used only for global default.
14864         (ispell-start-process): Set ispell-current-dictionary,
14865         not ispell-dictionary.
14866         (ispell-change-dictionary): Use this only for setting
14867         user preferences.
14868         (ispell-internal-change-dictionary): New function
14869         to change the current dictionary in use.
14870         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14871         Use ispell-current-dictionary.
14872         Handle ispell-local-dictionary-overridden.
14873         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14875 2005-01-31  Jay Belanger  <belanger@truman.edu>
14877         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14879         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14880         (calc-mode-map): Add calc-latex-language.
14882         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14883         (math-latex-print-frac): New functions.
14884         (math-oper-table, math-function-table, math-variable-table)
14885         (math-complex-format, math-input-filter): Add latex properties.
14886         (calc-set-language): Set math-expr-special-function-mapping.
14888         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14889         (calc-write-parse-table-part): Add LaTeX support.
14891         * calc/calc.el (calc-language): Adjust docstring.
14892         (calc-set-mode-line): Add LaTeX support.
14893         (math-expr-special-function-mapping): New variable.
14894         (math-tex-ignore-words): Add to list.
14896         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14897         Add LaTeX support.
14898         (math-compose-expr): Add support for special functions.
14900         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14902 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14904         * progmodes/gdb-ui.el (gdb-memory-address)
14905         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14906         (gdb-memory-mode-map, gdb-memory-format-keymap)
14907         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14908         (gdb-memory-unit-menu): New variables for a buffer
14909         that lets the user examine program memory.
14910         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14911         (gdb-memory-format-binary, gdb-memory-format-octal)
14912         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14913         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14914         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14915         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14916         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14917         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14918         (gdb-memory-mode, gdb-memory-buffer-name)
14919         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14920         New functions for above buffer.
14922 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14924         * cus-edit.el (custom-bury-buffer): Function deleted.
14925         (custom-buffer-done-function): Option deleted.
14926         (custom-buffer-done-kill): New (replacement option.
14927         (Custom-buffer-done): Call quit-window.
14928         (custom-buffer-create-internal): Update for above changes.
14930 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14932         * simple.el (undo-ask-before-discard): New var.
14933         (undo-outer-limit-truncate): Implement it.
14934         (undo-extra-outer-limit): Doc update.
14936 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14938         * ses.el (undo-more): Delete defadvice.
14939         (ses-begin-change): Doc fix.
14941         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14942         instead of rebinding C-x u and C-_.
14944         * files.el (normal-backup-enable-predicate): Return nil for files
14945         in /tmp, regardless of temporary-file-directory.
14947         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14949         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14950         (open-rectangle, delete-whitespace-rectangle-line)
14951         (clear-rectangle-line): If FILL, pass t instead of FILL
14952         for move-to-column's 2nd arg.
14954         * simple.el (undo): Fix the test for continuing a series of undos.
14955         (undo-more): Set pending-undo-list to t when we reach end.
14956         (pending-undo-list): Move up defvar.
14958         * wid-edit.el (widget-button-click):
14959         Shorten the range of the track-mouse binding.
14961         * comint.el (comint-insert-input): Undo previous changes;
14962         use last-input-event in interactive spec.
14964 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14966         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14967         to nil before invoking call-process.  Reset buffer's modified flag
14968         after fontifying it in the no-async branch.
14970         * wid-edit.el (widget-specify-button): If mouse pointer shape
14971         cannot be changed, use mouse face instead.
14973 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14975         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14976         (gdb-goto-breakpoint): Make breakpoint handling work on template
14977         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14978         (gdb-assembler-custom): Update to recognize breakpoint information
14979         added on 2005-01-19.
14981 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14983         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14984         (dsssl-mode): Use define-derived-mode.
14985         (scheme-mode-initialize): Remove.
14986         (scheme-mode): Use run-mode-hooks.
14988         * cus-edit.el (customize-group-other-window)
14989         (custom-buffer-create-other-window): Don't override special-display-*.
14990         (custom-mode-map): Make it dense.
14992         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14993         sets the default value.
14995 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14997         * descr-text.el: Add more keywords.
14999 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * speedbar.el: Avoid unnecessary use of locate-library.
15003         * international/mule-cmds.el (standard-display-european-internal):
15004         Don't fiddle with latin-1 non-break space any more since it's now
15005         special cased in the C code.
15006         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15008 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
15010         * cus-start.el (all): Add `undo-outer-limit'.
15012 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15014         * textmodes/bibtex.el (bibtex-format-entry):
15015         Use `bibtex-empty-field-re' only on the text of fields, not on entire
15016         field lines.
15017         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15018         not on part of a buffer.
15020 2005-01-25  Lute Kamstra  <lute@gnu.org>
15022         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15023         nonempty field text strings like "{letters\\macro{}more letters}".
15024         Clarify docstring.
15025         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15026         (bibtex-entry-offset, bibtex-parse-association)
15027         (bibtex-parse-field-name): Fix typos in docstrings.
15028         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15030 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
15032         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15033         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15034         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15035         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15037         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15038         isearch minor mode.
15040 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15042         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15044 2005-01-24  Lute Kamstra  <lute@gnu.org>
15046         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15047         CASECHARS and NOT-CASECHARS regular expressions of the
15048         "nederlands" and "nederlands8" dictionaries to prevent a "Range
15049         striding over charsets" error.
15051 2005-01-24  Jay Belanger  <belanger@truman.edu>
15053         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15054         display variable name.
15056 2005-01-24  Kenichi Handa  <handa@m17n.org>
15058         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15059         Fix setting of the element of encoded-kbd-iso2022-invocations.
15061 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
15063         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15064         (gdb-threads-select): Change to also accept mouse events.
15065         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15066         (gdb-threads-mouse-select): Delete.
15068 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
15070         * files.el (insert-directory): Take care of empty directory,
15071         listed without -a switch.
15073 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15075         * textmodes/refill.el (refill-post-command-function):
15076         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15077         to the list of functions that we should be careful not to undo.
15078         (refill-late-fill-paragraph-function): Remove.
15079         (refill-saved-state): New var.
15080         (refill-mode): Use it to save fill-paragraph-function.
15081         Save also the value of auto-fill-function.
15083         * term/w32-win.el: Simplify code.
15085 2005-01-23  Kim F. Storm  <storm@cua.dk>
15087         * simple.el (line-move): Adapt to new return value from
15088         pos-visible-in-window-p.
15090         * simple.el (line-move): Fix last change.  Check partial
15091         visibility at point rather than at window-start.
15093 2005-01-22  Jason Rumney  <jasonr@gnu.org>
15095         * term/w32-win.el (xw-defined-colors): Remove debug-message.
15097 2005-01-22  David Kastrup  <dak@gnu.org>
15099         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15101 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
15103         * type-break.el (type-break-mode): Add a test for
15104         type-break-file-name being non-nil.
15106 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
15108         * net/eudc.el (top level): Call (message "") via progn, so that
15109         eudc-options-file is loaded.
15111 2005-01-22  Kim F. Storm  <storm@cua.dk>
15113         * simple.el (line-move-1): Rename from line-move.
15114         (line-move): New function that adjusts vscroll for partially
15115         visible rows, and calls line-move-1 otherwise.
15117 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
15119         * pcomplete.el: Define pcomplete-read-event instead of read-event,
15120         since it's not a complete read-event implementation
15122 2005-01-20  Jay Belanger  <belanger@truman.edu>
15124         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15125         for called function.
15127 2005-01-20  Steven Tamm  <steventamm@mac.com>
15129         * term/mac-win.el (process-connection-type): Remove.
15130         Controlled now by s/darwin.h:PTY_ITERATION.
15132 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15134         * window.el (handle-select-window): Don't switch window when we're
15135         in the minibuffer.
15137 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
15139         * subr.el (dotimes-with-progress-reporter): New macro.
15141         * ses.el (ses-dotimes-msg): Remove macro.
15142         Use `dotimes-with-progress-reporter' instead.
15144 2005-01-19  Steven Tamm  <steventamm@mac.com>
15146         * term/mac-win.el (process-connection-type): Use new
15147         operating-system-release variable to use ptys on Darwin 7 (OS X
15148         10.3) when using carbon build.
15150 2005-01-19  Jay Belanger  <belanger@truman.edu>
15152         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15153         flags if the last command was a tab or M-tab.
15155         * calc/calc-prog.el (calc-user-define-edit): Put original formula
15156         in formula editing buffer.
15158 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15160         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15161         breakpoint image symbol in margin.
15163 2005-01-19  Jay Belanger  <belanger@truman.edu>
15165         * calc/calc-prog.el (calc-execute-kbd-macro):
15166         Ignore calc-keep-arg-flag.
15168 2005-01-19  Kenichi Handa  <handa@m17n.org>
15170         * textmodes/ispell.el (ispell-looking-at): New function.
15171         (ispell-process-line): Use ispell-looking-at to compare the ispell
15172         output and the buffer contents.
15174 2005-01-18  Jay Belanger  <belanger@truman.edu>
15176         * calc/calc.el (calc-display-raw): Fix docstring.
15178 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15180         * simple.el (blink-matching-open): Strip extra info from syntax.
15182         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15183         funny chars in the end-of-here-doc marker.
15185 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
15187         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15188         that enable/disabled state of breakpoints is shown correctly in
15189         fringe and on ttys.
15190         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15191         Add breakpoint information as text properties.
15192         (gdb-mouse-toggle-breakpoint):
15193         Rename to gdb-mouse-set-clear-breakpoint.
15194         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
15195         breakpoints in the margin.
15196         (gdb-remove-strings): Simplify.
15198 2005-01-17  Jay Belanger  <belanger@truman.edu>
15200         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15201         erasing buffer.
15203 2005-01-17  Richard M. Stallman  <rms@gnu.org>
15205         * progmodes/grep.el (grep-find): Copy from `grep' the condition
15206         for calling grep-compute-defaults.
15208         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15209         if buffer is empty.
15211         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15213 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15215         * hilit-chg.el (highlight-changes-mode): Don't autoload.
15217         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15218         non-preloaded variables.
15220 2005-01-17  Steven Tamm  <steventamm@mac.com>
15222         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15223         tex-shell cause to force interactivity when using pipes.
15225 2005-01-17  Kim F. Storm  <storm@cua.dk>
15227         * simple.el (just-one-space): Make arg optional.
15229 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
15231         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15232         posn-at-x-y to t to access left-margin.
15234 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
15236         Sync with Tramp 2.0.47.
15238         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15239         catching keep-date problems in cp/scp operations.
15240         (tramp-handle-copy-file): Don't call `set-file-modes'
15241         unconditionally.  Specialized functions should know better what is
15242         necessary.  This improves performance a little bit, and the
15243         functions could catch errors with `cp -p' and `scp -p'.
15244         (tramp-do-copy-or-rename-file-via-buffer)
15245         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15246         when appropriate.
15247         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15248         Call `set-file-modes' when appropriate.
15249         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
15250         Johnsson <isak@hypergene.com>
15251         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15252         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
15253         <joakim@verona.se>
15254         (tramp-file-name-for-operation): Mark `shell-command' as magic for
15255         Emacs only.
15257         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
15258         `find-file-hooks' and `dired-mode-hook'.
15259         (tramp-minor-mode-map): Respective map.  Add remapping for
15260         `compile' and `recompile'.
15261         (tramp-remap-command, tramp-recompile): New defuns.
15262         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15263         in buffer "*Compilation*".  Call the commands asynchronously.
15265         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15266         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15267         `shell-command', because it isn't magic in XEmacs.  Reported by
15268         Adrian Aichner <adrian@xemacs.org>.
15270         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15271         `substitute-in-file-name.
15272         (tramp-smb-handle-substitute-in-file-name): New defun.
15273         (tramp-smb-advice-PC-do-completion): Delete advice.
15275 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
15277         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15278         Fix error in deleting region.
15280 2005-01-15  Richard M. Stallman  <rms@gnu.org>
15282         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15283         In non-temp buffer, switch syntax table temporarily.
15285         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15287         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15289         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15291         * imenu.el (imenu--split-menu): Copy menulist before sorting.
15292         (imenu--generic-function): Use START, not BEG, as pos of definition.
15294         * simple.el (just-one-space): Argument specifies number of spaces.
15296         * simple.el (eval-expression-print-format): Avoid warning
15297         about edebug-active.
15299 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
15301         * progmodes/sh-script.el: Code copied from make-mode.el
15302         with small changes,
15303         (sh-mode-map): Bind C-c C-\.
15304         (sh-backslash-column, sh-backslash-align): New variables.
15305         (sh-backslash-region, sh-append-backslash): New functions.
15307 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15309         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15310         (rmail-pop-password, rmail-pop-password-required): Move to
15311         rmail-obsolete group.
15312         (rmail-set-pop-password): Rename to rmail-set-remote-password.
15313         All callers updated.
15314         (rmail-get-pop-password): Rename to rmail-get-remote-password.
15315         Take an argument specifying whether it is POP or IMAP mailbox we
15316         are using.  All callers updated.
15317         (rmail-pop-password-error): Rename to
15318         rmail-remote-password-error.  Added mailutils-specific error message.
15319         (rmail-movemail-search-path)
15320         (rmail-movemail-variant-in-use): New variables.
15321         (rmail-remote-password, rmail-remote-password-required):
15322         New customization variables.
15323         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15324         (rmail-parse-url): New function.
15325         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15326         with GNU mailutils movemail.
15328 2005-01-15  Kevin Ryde  <user42@zip.com.au>
15330         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15331         suffix to space, $ or '$, to correctly position point when going
15332         to @table style constants like DBL_MAX.
15334 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
15336         * type-break.el (type-break-mode, type-break-file-time)
15337         (type-break-file-keystroke-count, type-break-choose-file):
15338         Don't store data in or load data from the file if type-break-file-name
15339         is nil.
15340         (type-break-file-name): Doc update as per the above.
15342 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
15344         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15345         lookup-key might return nil; handle that.
15347 2005-01-15  Alan Mackenzie  <acm@muc.de>
15349         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15350         rather than the element found, thus enabling the tree to be setcar'd.
15352 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15354         * textmodes/org.el (org-show-following-heading): New option.
15355         (org-show-hierarchy-above): Use `org-show-following-heading'.
15356         (org-cycle): Documentation fix.
15358         * textmodes/org.el (orgtbl-optimized): New option
15359         (orgtbl-mode): New command, a minor mode.
15360         (orgtbl-mode-map): New variable.
15361         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15362         (orgtbl-error, orgtbl-self-insert-command)
15363         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15365         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15366         a local variable in each org-mode buffer.
15368         * textmodes/org.el (org-set-regexps-and-options): Rename from
15369         `org-set-regexps'.  Added checking for STARTUP keyword.
15370         (org-get-current-options): Add STARTUP options.
15371         (org-table-insert-row): Make mode intelligent about when
15372         realignment is needed.
15373         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15374         New commands.
15375         (org-enable-table-editor): New default value `optimized'.
15376         (org-table-blank-field): Support blanking regions if active.
15378 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15380         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15381         if the year is not given.
15383         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15384         Add new escapes %m and %M, fixed bug with %F by adding
15385         save-match-data.
15386         (reftex-reference): Remove ?. from list of spaces.
15387         (reftex-label-info): Add automatic label prefix recognition.
15389         * textmodes/reftex-index.el (reftex-index-next-phrase):
15390         Add slave parameter to call of `reftex-index-this-phrase'.
15391         (reftex-index-this-phrase): New optional argument.
15392         (reftex-index-region-phrases): Add slave parameter to call of
15393         `reftex-index-this-phrase'.
15394         (reftex-display-index): New argument redo.
15395         (reftex-index-rescan): Add 'redo to arguments of
15396         `reftex-display-index'.
15397         (reftex-index-Rescan, reftex-index-revert)
15398         (reftex-index-switch-index-tag): Add 'redo to arguments of
15399         `reftex-display-index'.
15400         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15401         indexing.  Fix bug with matching is there is a quote before or
15402         after the word.
15404         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15405         Fix bug when collecting citation keys in lines with comments.
15406         (reftex-citation): Prefix argument no longer rescans the document,
15407         but forces prompting for optional arguments of cite macros.
15408         (reftex-do-citation): Prompting for optional arguments implemented.
15410         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15411         Add optional arguments to most cite commands.
15412         (reftex-cite-cleanup-optional-args): New option
15413         (reftex-cite-prompt-optional-args): New option.
15414         (reftex-trust-label-prefix): New option.
15416         * textmodes/reftex-toc.el (reftex-toc-find-section):
15417         Add push-mark before changing the position in the buffer.
15419         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15420         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15422 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15424         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15425         more carefully.
15427 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15429         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15430         (sgml-mode): Use it.
15431         (sgml-get-context): Better keep track of implicitly closed tags.
15433 2005-01-13  Kenichi Handa  <handa@m17n.org>
15435         * textmodes/ispell.el: These changes are to fix misalignment error
15436         caused by equivalent characters of different Emacs charsets.
15437         (ispell-unified-chars-table): New variable.
15438         (ispell-get-decoded-string): New function.
15439         (ispell-get-casechars, ispell-get-not-casechars)
15440         (ispell-get-otherchars): Call ispell-get-decoded-string.
15442 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15444         * custom.el (custom-declare-variable): Just put symbol instead
15445         of (defvar . symbol) in `current-load-list'.
15447 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15449         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15451 2005-01-12  Jay Belanger  <belanger@truman.edu>
15453         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15454         to create a Calc summary.
15456 2005-01-12  Kim F. Storm  <storm@cua.dk>
15458         * mouse.el (mouse-on-link-p): Change functionality and doc
15459         string to comply with latest description in lisp ref.
15461 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15463         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15464         Enable mouse clicks on mode-line, header-line and margin.
15465         (event-type): Give mouse event symbols an 'event-kind property
15466         with value 'mouse-click.
15468 2005-01-12  Juri Linkov  <juri@jurta.org>
15470         * facemenu.el (list-colors-display): Add new arg buffer-name.
15471         Use it.  Fix docstring.  Replace code for identifying duplicate
15472         colors by the name with call to `list-colors-duplicates' which
15473         identifies duplicate colors by the value unless the color
15474         is one of special Windows colors.  Set truncate-lines to t.
15475         Print sorted duplicate color names on each line.  Indent to 22
15476         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15477         (list-colors-duplicates): New function.
15478         (facemenu-color-name-equal): Delete function.
15480         * facemenu.el (list-colors-print): New function created from code
15481         in list-colors-display.  Print #RRGGBB at the window right edge.
15482         (list-colors-display): When temp-buffer-show-function is not
15483         defined, call list-colors-print from temp-buffer-show-hook
15484         to get the right value of window-width in list-colors-print
15485         after the buffer is displayed.
15487         * simple.el (pop-mark): Move deactivate-mark out of conditional
15488         part to deactivate the active mark regardless of the state of the
15489         mark ring.
15491         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15492         variables line in desktop files.
15494 2005-01-12  Juri Linkov  <juri@jurta.org>
15496         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15497         Bring together isearch highlight related options.
15498         (lazy-highlight): Replace group `replace' by `matching'.
15499         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15500         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15501         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15502         and declare them obsolete.
15503         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15504         (isearch-faces): Remove defgroup.
15505         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15506         Move isearch highlighting code closer to lazy highlighting code.
15508         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15509         (query-replace-highlight, query-replace-lazy-highlight)
15510         (query-replace): Move definitions to the beginning of the file.
15512 2005-01-11  Juri Linkov  <juri@jurta.org>
15514         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15515         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15516         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15518         * info.el (Info-history-forward): New variable.
15519         (Info-select-node): Reset Info-history-forward to nil.
15520         (Info-last): Turn into defalias.
15521         (Info-history-back): Rename from Info-last.
15522         Add current node to Info-history-forward.
15523         (Info-history-forward): New fun.
15524         (Info-mode-map): Replace Info-last by Info-history-back.
15525         Bind Info-history-forward to "r".
15526         (Info-mode-menu): Replace Info-last by Info-history-back.
15527         Fix menu item text.  Add menu item for Info-history-forward.
15528         (info-tool-bar-map): Replace Info-last by Info-history-back.
15529         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15530         for Info-history-forward.
15531         (Info-mode): Replace Info-last by Info-history-back in docstring.
15532         Add local variable Info-history-forward.
15533         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15535 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15537         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15538         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15539         Ignore select-window events rather than fiddle with
15540         mouse-autoselect-window.
15542 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15544         * type-break.el (type-break-mode): Fix previous change.
15546 2005-01-10  Jay Belanger  <belanger@truman.edu>
15548         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15549         calculator; only reset when point is inside a calculator.
15550         Don't adjust the window height if the window takes up the whole height
15551         of the frame.
15553 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15555         * ebuff-menu.el (Electric-buffer-menu-mode):
15556         Preserve value of buffer-local var header-line-format.
15558 2005-01-09  Jay Belanger  <belanger@truman.edu>
15560         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15561         Make sure settings file exists before accessing it.
15563         * calc/calc-embed.el (calc-embedded-subst):
15564         Replace math-multi-subst-rec, which is only supposed to be called
15565         by math-multi-subst, by math-multi-subst.
15567 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15569         * vc.el (vc-allow-async-revert): New user option.
15570         (vc-disable-async-diff): New internal variable.
15571         (vc-revert-buffer): Use them to disable asynchronous diff.
15573         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15574         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15575         asynchronously if vc-disable-async-diff is t.
15577 2005-01-09  Jay Belanger  <belanger@truman.edu>
15579         * calc/calc.el (defcalcmodevar): New macro.
15580         (calc-mode-var-list-restore-default-values)
15581         (calc-mode-var-list-restore-saved-values): New functions.
15582         (calc-mode-var-list): Use defcalcmodevar to define it.
15583         (calc-always-load-extensions, calc-line-numbering)
15584         (calc-line-breaking, calc-display-just, calc-display-origin)
15585         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15586         (calc-group-char, calc-point-char, calc-frac-format)
15587         (calc-prefer-frac, calc-hms-format, calc-date-format)
15588         (calc-float-format, calc-full-float-format, calc-complex-format)
15589         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15590         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15591         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15592         (calc-matrix-brackets, calc-language, calc-language-option)
15593         (calc-left-label, calc-right-label, calc-word-size)
15594         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15595         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15596         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15597         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15598         (calc-window-height, calc-display-trail, calc-show-selections)
15599         (calc-use-selections, calc-assoc-selections)
15600         (calc-display-working-message, calc-auto-why, calc-timing)
15601         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15602         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15603         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15604         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15605         (calc-gnuplot-geometry, calc-graph-default-resolution)
15606         (calc-graph-default-resolution-3d, calc-invocation-macro)
15607         (calc-show-banner): Use defcalcmodevar to declare them and set
15608         their default values.
15610         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15611         instead of default values (but restore default values if there is
15612         an argument of 0).
15614 2005-01-09  David Kastrup  <dak@gnu.org>
15616         * desktop.el (desktop-restore-eager): Fix typo in type.
15618 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15620         * cus-edit.el (customize): Delete :link.
15622 2005-01-08  Jay Belanger  <belanger@truman.edu>
15624         * calc/calc.el (calc-mode): Remove the extension from the
15625         `calc-settings-file' file name when loading it.
15627 2005-01-08  Kim F. Storm  <storm@cua.dk>
15629         * info.el (Info-mode-map, Info-next-link-keymap)
15630         (Info-prev-link-keymap, Info-up-link-keymap):
15631         Map follow-link to mouse-face.
15632         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15634 2005-01-08  Jay Belanger  <belanger@truman.edu>
15636         * calc/calc.el (calc-settings-file): Change default value.
15637         Suggested by cgw in a comment in calc-mode.el.
15639         * calc/calc-mode.el (calc-settings-file-name):
15640         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15641         Replace ~/.emacs in a prompt by calc-settings-file.
15643 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15645         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15646         (desktop-lazy-idle-delay): New customizable variables.
15647         (desktop-buffer-args-list): New variable.
15648         (desktop-append-buffer-args): New function.
15649         (desktop-save): Call desktop-append-buffer-args for some buffers.
15650         (desktop-lazy-create-buffer): New function.
15651         (desktop-idle-create-buffers): New function.
15652         (desktop-read): Add message about buffers to restore lazily.
15653         (desktop-lazy-abort): New command.
15654         (desktop-clear): Call desktop-lazy-abort.
15655         (desktop-lazy-complete): New command.
15657 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15659         * emacs-lisp/find-func.el (find-face-definition):
15660         Rename from find-face.
15662 2005-01-06  Kim F. Storm  <storm@cua.dk>
15664         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15666         * man.el (Man-xref-man-page, Man-xref-header-file)
15667         (Man-xref-normal-file): Add follow-link property.
15669 2005-01-06  Jay Belanger  <belanger@truman.edu>
15671         * calc/calc-units.el: Make sure the proper macro definitions are
15672         available when compiling.
15674 2005-01-06  Juri Linkov  <juri@jurta.org>
15676         * isearch.el (isearch-lazy-highlight-update):
15677         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15679 2005-01-06  Miles Bader  <miles@gnu.org>
15681         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15682         (isearch-lazy-highlight-face): Use new name.
15684 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15686         * uniquify.el (uniquify-rationalize-file-buffer-names):
15687         Re-add an interactive spec.
15688         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15689         to the same name.
15691         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15692         (isearch-update, isearch-done): Adjust calls accordingly.
15694 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15696         * custom.el (custom-set-variables, custom-theme-set-variables):
15697         Clarify documentation.
15699         * emacs-lisp/find-func.el (find-variable)
15700         (find-variable-other-window, find-variable-other-frame):
15701         Fix the TYPE args to find-function-read and find-function-do-it.
15702         (find-function): Doc fix.
15703         (find-function-at-point): Replace function-at-point alias.
15705 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15707         * cus-face.el (custom-declare-face):
15708         Record defface in current-load-list.
15710         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15712         * emacs-lisp/find-func.el: Doc fixes.
15713         (find-face-regexp): New variable.
15714         (find-function-regexp-alist): New variable.
15715         (find-function-C-source): Third arg is now TYPE.
15716         (find-function-search-for-symbol): Handle general TYPE.
15717         (find-function-read, find-function-do-it): Handle general TYPE.
15718         (find-definition-noselect, find-face): New functions.
15719         (function-at-point): Alias deleted.
15721 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15723         * battery.el (display-battery-mode): Rename from display-battery.
15724         Handle the case where it gets turned off.
15726 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15728         * cus-edit.el (customize): Make :link point to user doc.
15730         * man.el (Man-fontify-manpage): Turn off undo generation.
15732         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15734 2005-01-04  Andreas Schwab  <schwab@suse.de>
15736         * files.el (insert-directory): Only look for error lines in
15737         inserted text.  Don't move too far after processing --dired markers.
15739 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15741         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15742         Don't expand if the character is @, period, dash, etc.
15743         (define-mail-abbrev): Quote names that contain problem characters.
15745 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15747         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15749 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15751         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15752         (query-replace-highlight, query-replace-lazy-highlight)
15753         (query-replace): Definitions moved up.  Doc fix.
15755 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15757         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15758         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15759         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15760         (lazy-highlight-face): Rename from isearch-lazy-...
15761         Change all references to them.
15763 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15765         * cus-edit.el (custom-file): Doc fix for defcustom.
15766         (custom-file): The function no longer sets the variable
15767         `custom-file' to its return value.
15769         * startup.el (command-line): No longer load `custom-file'.
15771 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15775         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15776         Don't confuse module-prefixed identifiers for labels.
15777         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15779 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15781         * files.el (basic-save-buffer-1): Fix previous change.
15783         * loadhist.el (file-loadhist-lookup): New function.
15784         (file-provides, file-requires): Use it.
15786         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15787         instead of calculating the right size.
15789 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15791         * vc-svn.el (vc-svn-diff): Stay local if possible.
15793 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15795         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15797         * files.el (hack-local-variables): Fix last change.
15799 2005-01-02  Jay Belanger  <belanger@truman.edu>
15801         * calc/calc-yank.el (calc-edit-top): New variable.
15802         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15803         object.  Change header properties.
15804         (calc-edit-finish, calc-edit-finish-stack-object)
15805         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15806         edited object.
15807         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15808         for the beginning of the edited object.
15809         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15810         for the beginning of the edited object.
15811         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15812         (calc-finish-formula-edit, calc-macro-repeats)
15813         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15814         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15815         beginning of the edited object.
15816         (calc-user-define-edit): Change the header for editing macros.
15817         Remove unnecessary variable.
15819 2005-01-01  Jay Belanger  <belanger@truman.edu>
15821         * calc/calc-yank.el (calc-edit-mode): Change default header.
15822         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15823         * calc/calc-store.el (calc-edit-variable): Change title to match new
15824         header.
15825         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15826         mode to match new header.
15827         (calc-user-define-edit): Change titles to include names of commands.
15828         (calc-finish-formula-edit): Adjust to handle new header.
15829         (calc-finish-macro-edit): Remove.
15830         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15831         (calc-edit-macro-command, calc-edit-macro-command-type)
15832         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15833         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15834         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15835         (calc-edit-macro-finish-edit): New functions.
15836         (calc-user-define-edit): Use new functions to edit named calc macros.
15838 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15840         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15842         * ses.el (copy-region-as-kill): Deactivate mark.
15844 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15846         * replace.el (occur-1): If the output buffer is also an input,
15847         don't kill it, rename it.
15849         * faces.el (set-face-background, set-face-foreground): Doc fix.
15851         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15852         for :foreground and :background.
15854         * dired.el (dired-view-command-alist): Variable deleted.
15855         (dired-view-file, dired-mouse-find-file-other-window):
15856         Delete the code to use it.
15858 2005-01-01  Kim F. Storm  <storm@cua.dk>
15860         * image.el (insert-sliced-image): Use t for line-height property.
15862 See ChangeLog.11 for earlier changes.
15864 ;; Local Variables:
15865 ;; coding: iso-2022-7bit
15866 ;; End:
15868     Copyright (C) 2005 Free Software Foundation, Inc.
15869   Copying and distribution of this file, with or without modification,
15870   are permitted provided the copyright notice and this notice are preserved.
15872 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1