(fill-find-break-point): Fix doc-string typo.
[emacs.git] / lisp / ChangeLog
blobf24d7c7918225860dda9c85e33fecf3c68c8a478
1 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
3         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
5 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
7         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
9 2007-12-25  Richard Stallman  <rms@gnu.org>
11         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
12         so they never do EOF.
14 2007-12-23  Richard Stallman  <rms@gnu.org>
16         * dired-aux.el: Load dired.el at run time too.
18         * faces.el (copy-face): Create the new face explicitly if it
19         does not exist already.
21 2007-12-23  Andreas Schwab  <schwab@suse.de>
23         * files.el (switch-to-buffer-other-frame): Return the buffer
24         switched to.
26 2007-12-23  Juri Linkov  <juri@jurta.org>
28         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
29         item to about-emacs instead of display-splash-screen.
31 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
33         * simple.el (minibuffer-history, shell-command-history)
34         (set-variable-value-history):
35         * replace.el (regexp-history):
36         * international/mule-cmds.el (input-method-history):
37         * files.el (file-name-history): Add reference to history-length in
38         the doc string.
40 2007-12-22  Richard Stallman  <rms@gnu.org>
42         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
44 2007-12-21  Jason Rumney  <jasonr@gnu.org>
46         * find-dired.el (find-name-arg): New custom variable.
47         (find-name-dired): Use it.
48         (find-dired-find-program): Remove.
49         (find-dired): Use find-program.
50         (find-grep-dired): Use grep-program.
52         * progmodes/grep.el (rgrep): Use find-name-arg.
54 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
56         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
57         specifier from format-string.  Reported by Ye Wenbin.
59 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
61         * cus-start.el: Use correct group name for members of mode-line group.
63 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
65         * progmodes/cc-vars.el (defcustom-c-stylevar):
66         Revert to pre-2007-12-12 version.
68 2007-12-15  Richard Stallman  <rms@gnu.org>
70         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
72         * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
73         Use changed.
75         * startup.el (fancy-splash-help-echo): Var deleted.
76         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
77         (fancy-about-screen): Don't display fancy-splash-help-echo.
79         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
81 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
83         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
85 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
87         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
88         function.
89         (add-submenu): Only define for XEmacs.
90         (verilog-regexp-words): Revert previous change, keep the other
91         definition.
93 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
95         * progmodes/perl-mode.el (perl-continued-statement-offset)
96         (perl-continued-brace-offset, perl-brace-offset)
97         (perl-brace-imaginary-offset, perl-label-offset):
98         * progmodes/cperl-mode.el (cperl-brace-offset)
99         (cperl-continued-brace-offset, cperl-label-offset)
100         (cperl-continued-statement-offset)
101         (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
102         safe-local-variable properties.
104 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
106         * progmodes/verilog-mode.el (verilog-mode-map)
107         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
108         (verilog-colorize-include-files): Use only overlay functions so
109         that it can work on both emacs and XEmacs.
110         (set-extent-keymap): Remove unused defun.
111         (verilog-kill-existing-comment, verilog-insert-date)
112         (verilog-insert-year): Rename in order not to pollute the global
113         namespace from kill-existing-comment, insert-date and
114         insert-year, respectively.
115         (verilog-set-auto-endcomments, verilog-header): Update callers.
117         * files.el (auto-mode-alist): Recognize verilog files.
119         * progmodes/verilog-mode.el (verilog-string-replace-matches)
120         (verilog-string-remove-spaces, verilog-re-search-forward)
121         (verilog-re-search-backward, verilog-re-search-forward-quick)
122         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
123         (verilog-get-end-of-line, verilog-within-string): Move definitions
124         before first use. No code changes.
126 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
128         * progmodes/verilog-mode.el (verilog-mode-version)
129         (verilog-mode-release-date): Don't use expanding keywords.
130         (provide): Move to the end of file.
131         (fboundp): Don't check if eval-when-compile is bound, it is used
132         later in the file without checking.
133         (when, unless): Copy definitions from subr.el.
134         (char-before, defcustom, defface, customize-group)
135         (verilog-batch-error-wrapper): Don't use old style backquotes.
136         (verilog-regexp-opt): Avoid using the cl function case.
137         (verilog-regexp-words): Remove duplicated definition.
138         (verilog-mode-abbrev-table): Remove, duplicate.
139         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
140         Declare and initialize in one step.
141         (verilog-declaration-prefix-re, verilog-declaration-re)
142         (verilog-end-of-statement, verilog-indent-declaration)
143         (verilog-get-lineup-indent): Remove trailing whitespace.
144         (verilog-mode): Fix autoload cookie. Set
145         beginning-of-defun-function and end-of-defun-function. Use when
146         instead of if.
147         (verilog-emacs-features, verilog-auto-ascii-enum)
148         (verilog-insert-indices): Escape braces in doc strings.
150 2007-12-08  Michael McNamara <mac@verilog.com>
151             Wilson Snyder <wsnyder@wsnyder.org>
153         * progmodes/verilog-mode.el: New file.
155 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
157         * international/latexenc.el (latexenc-find-file-coding-system): If
158         both coding-system-for-write and buffer-file-coding-system of
159         latex-main-file are nil, use `undecided'.
161 2007-12-06  Jason Rumney  <jasonr@gnu.org>
163         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
165 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
167         * ido.el (ido-save-history): Use emacs-mule coding system
168         instead of utf-8 to save filenames (it's safer in Emacs 22).
169         Set the `coding' local variable on the first line of the file.
171 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
173         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
174         coding system.  This ports revisions 1.40 and 1.41 over to the
175         EMACS_22_BASE branch, but with the right coding system for Emacs
176         22 to reliably record filenames.  Suggested by Eli Zaretskii.
178 2007-12-01  Richard Stallman  <rms@gnu.org>
180         * wid-edit.el (widget-type): Doc fix.
182 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
184         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
186 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
188         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
190 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
193         Don't match "sub { (...) ... }".
195 2007-11-29  Richard Stallman  <rms@gnu.org>
197         * international/mule-cmds.el (toggle-input-method-active): New var.
198         (toggle-input-method): Bind toggle-input-method-active to t.
199         Error if it was already non-nil.
201 2007-11-29  Glenn Morris  <rgm@gnu.org>
203         * calendar/time-date.el (with-decoded-time-value): Doc fix.
205 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
207         * calendar/time-date.el (encode-time-value): Doc fix.
209 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
211         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
213 2007-11-24  Kenichi Handa  <handa@m17n.org>
215         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
217 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
219         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
221 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
223         * textmodes/paragraphs.el (forward-sentence): Doc fix.
224         Reported by Drew Adams <drew.adams@oracle.com>.
226 2007-11-20  Glenn Morris  <rgm@gnu.org>
228         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
229         for compatibility with Emacs 23.
231 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
233         * replace.el (map-query-replace-regexp): Doc fix (revert part of
234         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
236 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
238         * progmodes/gdb-ui.el: Update commentary.
240 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
242         * international/mule-cmds.el (set-locale-environment):
243         Set default-file-name-coding-system _after_ keyboard and terminal
244         coding systems.  This fixes last change.
246         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
247         one space after "Subject:".
249 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
251         * subr.el (make-variable-frame-local):
252         Fix typo in obsolescence declaration.
254 2007-11-16  Glenn Morris  <rgm@gnu.org>
256         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
258 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
260         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
261         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
262         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
264 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
267         in order to determine if there's a conflict.
269 2007-11-16  Juri Linkov  <juri@jurta.org>
271         * man.el (Man-heading-regexp): Add 0-9.
272         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
274 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
276         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
277         Fix typo in docstring.
279         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
280         (cua-highlight-region-shift-only): Doc fix.
282 2007-11-15  Richard Stallman  <rms@gnu.org>
284         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
286         * reposition.el (reposition-window):
287         Binding C-M-l moved to bindings.el.
289         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
291         * add-log.el (add-change-log-entry-other-window):
292         Key binding C-x 4 a moved to bindings.el.
294         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
295         from filecache.el.
297         * filecache.el: Minibuffer map bindings moved to bindings.el.
299 2007-11-14  Jason Rumney  <jasonr@gnu.org>
301         * international/mule-cmds.el (set-locale-environment):
302         Set default-file-name-coding-system from system defaults on Windows.
304 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
306         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
307         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
308         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
309         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
310         locations.
311         (gdb-info-breakpoints-custom, gdb-assembler-custom)
312         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
313         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
315 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
317         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
318         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
319         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
320         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
321         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
322         Rewrite in active voice.
324 2007-11-10  Juri Linkov  <juri@jurta.org>
326         * startup.el: Backport startup screen related changes from the trunk.
327         (initialization): Change group to `environment'.
328         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
329         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
330         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
331         (initial-scratch-message): Fix docstring.
332         (startup-screen-inhibit-startup-screen)
333         (pure-space-overflow-message): New variables.
334         (command-line): Rename `inhibit-startup-message' to
335         `inhibit-startup-screen'.
336         (initial-scratch-message): Doc fix.
337         (fancy-splash-text): Remove variable.
338         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
339         New variables.
340         (fancy-splash-delay, fancy-splash-max-time)
341         (fancy-current-text, fancy-splash-stop-time)
342         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
343         Remove variables.
344         (fancy-splash-insert): Use help-echo from the 3rd element of the
345         link specification list, or "Follow this link" if it's nil.  Doc fix.
346         Allow functions for face and link specs.
347         (fancy-splash-tail): Remove function.
348         (fancy-startup-tail): New function.
349         (fancy-splash-default-action, fancy-splash-special-event-action)
350         (fancy-splash-screens): Remove functions.
351         (fancy-about-screen): New function.
352         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
353         Fix docstring.  Use argument `startup' to conditionally display
354         different texts for Startup and About screens.  Don't display Help
355         commands on the About screen.  Remove `unwind-protect' `sit-for'
356         delay and `kill-buffer' after it.
357         (normal-mouse-startup-screen, normal-splash-screen)
358         (normal-no-mouse-startup-screen): New functions.
359         (startup-echo-area-message): Change text of the echo area.
360         (display-splash-screen): Remove function.
361         (display-startup-screen, display-about-screen): New functions.
362         (about-emacs): Make alias to `display-about-screen'.
363         (display-splash-screen): Make alias to `display-startup-screen'.
364         (command-line-1): Rename `inhibit-startup-message' to
365         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
366         started with command line options "-f", "-funcall", "-e", "-eval",
367         "-execute", "-insert", "-find-file", "-file", "-visit".
368         Inhibit startup screen when Emacs is started with a file name only
369         on tty (i.e. don't inhibit it when started with a file name like
370         "emacs FILE..." on a window system).
371         Comment out unused code for coping with the old sit-for behavior.
372         If file-count > 0, then display the concise version in another
373         window, otherwise display full version in the same window.
374         * loadup.el: Add `button'.  Move up `startup'.
375         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
376         * version.el (emacs-copyright): Add emacs-copyright.
377         * menu-bar.el (menu-bar-help-menu):
378         Move "About Emacs" and "About GNU" to the end of the Help menu.
379         Move "Emacs Psychotherapist" after "Send Bug Report...".
380         Move "External Packages" after "Find Emacs Packages".
382 2007-11-10  Jason Rumney  <jasonr@gnu.org>
384         * w32-fns.el: Sync charset names with setup-default-fontset.
385         Append "-1" where second part missing.
387         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
389 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
391         * ido.el (ido-save-history): Write the history file in UTF-8,
392         and add `coding' file-local variable.
394 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
396         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
397         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
398         (iso-iso2duden-trans-tab): Add docstring.
400 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
402         * faces.el (face-normalize-spec): Remove function.
403         (frame-set-background-mode): Undo last change.
405 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
407         * files.el (enable-local-variables): Doc fix.
409 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
411         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
412         match dir like "a...b".
414 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
416         * eshell/esh-mode.el (eshell-output-filter):
417         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
418         Use `with-current-buffer'.
420 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
422         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
424 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
426         * net/tls.el: Require rx when compiling.
427         (tls-end-of-info): New variable.
428         (open-tls-stream): Keep reading input until `tls-end-of-info' is
429         matched.
431 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
433         * simple.el (bad-packages-alist): Anchor semantic regexp.
435 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
437         * files.el (hack-local-variables): Fix membership tests to avoid
438         treating all variables as safe if `enable-local-variables' is
439         set to :safe (CVE-2007-5795).
441 2007-11-02  Glenn Morris  <rgm@gnu.org>
443         * progmodes/etags.el (tags-table-mode): Disable undo.
445         * simple.el (bad-packages-alist): Revert previous change.
447 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
449         * printing.el (printing): Fix :version, printing.el was included
450         in emacs-22.1.
451         (pr-path-style, pr-path-alist, pr-txt-name)
452         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
453         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
454         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
455         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
456         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
457         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
458         (pr-setting-database, pr-visible-entry-list)
459         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
460         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
461         :version.
463 2007-11-01  Glenn Morris  <rgm@gnu.org>
465         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
467         * mail/footnote.el (footnote-numeric-regexp)
468         (footnote-english-upper-regexp, footnote-english-lower-regexp)
469         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
470         Match multi-character footnotes.
472         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
473         (nroff-indent-line-function): New function.
474         (nroff-count-text-lines): Use nroff-forward-text-line rather than
475         obsolete alias.
477 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
479         * net/tramp.el (tramp-open-connection-telnet)
480         (tramp-open-connection-rsh, tramp-open-connection-su)
481         (tramp-open-connection-multi): Set $LC_ALL to "C".
483 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
485         * dired-aux.el (dired-copy-file-recursive):
486         Preserve directory permissions.
488 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
490         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
491         (whitespace-unload-function): New-style unload function.  When run,
492         unintern `whitespace-unload-hook' and call `unload-feature' recursively
493         to stop the old hook from messing with the unloading.
495         * strokes.el (strokes-alphabetic-lessp): Doc fix.
497 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
499         * emacs-lisp/find-func.el (find-library): Use library at
500         point as default interactive argument.
502 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
504         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
505         (elp-unset-master, elp-results): Fix typos.
506         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
507         Doc fixes.
509         * msb.el (msb--many-menus): Remove variable.
510         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
511         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
512         (msb--toggle-menu-type): Fix typos in docstrings.
514         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
515         (shadow-insert-var): Doc fixes.
516         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
517         Reflow docstrings.
518         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
520 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
522         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
523         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
524         Fix typos in autoload docstrings.
526         * loadhist.el (unload-feature): Remove redundant check.
528 2007-10-30  Richard Stallman  <rms@gnu.org>
530         * savehist.el (savehist-save): Obey savehist-ignored-variables.
532 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
534         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
535         (gdb-var-update-handler-1): Use it.
537 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
539         * loadhist.el (unload-feature): Remove erroneous check for the
540         FEATURE-unload-function variable; check the existence of the
541         function (that's what the docstring says, and it makes more sense).
543         * follow.el (follow-unload-function): Add docstring.
544         (follow-unload-function): Remove variable.
546         * server.el (server-unload-function): Remove variable.
547         (server-unload-function): Unbind `server-edit' from `C-x #'.
549         * uniquify.el (uniquify-unload-function): Add docstring.
550         (uniquify-unload-function): Remove variable.
552         * ses.el (ses-unload-function): New function.
554 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
556         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
557         (unsafep-progn, unsafep-let): Fix typos in docstrings.
559         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
560         before use to avoid a warning in packages that require uniquify.
561         (uniquify-unload-function): New function and var.
563 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
565         * loadhist.el (unload-feature-special-hooks):
566         Add `delete-frame-functions'.
568         * server.el (server-unload-function): Rename from `server-unload-hook'
569         and adapt to new `unload-feature' functionality.  Remove hook from
570         `kill-buffer-hook' buffer-locally.
571         (server-unload-hook): Remove.
572         (server-unload-function): New var; replaces `server-unload-hook'.
574 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
576         * desktop.el (uniquify-managed): Pacify byte compiler.
577         (desktop-buffer-info): If the buffer name is managed by uniquify,
578         save the base name, not the uniquified one.
579         (desktop-create-buffer): Allow `rename-buffer' to generate a new
580         name in case of conflict.
582 2007-10-26  Glenn Morris  <rgm@gnu.org>
584         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
585         safe-local-variable property.
587 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
589         * net/browse-url.el (browse-url-browser-function): Delete grail.
590         (browse-url-grail): Function and variable deleted.
591         (browse-url-browser-function): Delete IXI Mosaic.
592         (browse-url-default-browser): Don't try IXI Mosaic.
593         (browse-url-iximosaic): Function deleted.
594         (browse-url-browser-function): Delete MMM.
595         (browse-url-default-browser): Don't try MMM.
596         (browse-url-mmm): Function deleted.
598 2007-10-25  Glenn Morris  <rgm@gnu.org>
600         * progmodes/f90.el (f90-indented-comment-re)
601         (f90-directive-comment-re, f90-break-delimiters):
602         * progmodes/fortran.el (fortran-comment-line-start-skip)
603         (fortran-directive-re):
604         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
605         as safe if they are strings.
607 2007-10-25  Richard Stallman  <rms@gnu.org>
609         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
611 2007-10-24  Richard Stallman  <rms@gnu.org>
613         * savehist.el (savehist-save): Omit unreadable elements.
615         * loadhist.el (unload-function-defs-list): Renamed from
616         unload-function-features-list.
617         (unload-feature-special-hooks, unload-feature): Doc fixes.
619         * indent.el (indent-to-left-margin): If point's in the indentation,
620         move to the end of the indentation.
622         * cus-edit.el (customize-changed-options): Make arg optional.
624 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
626         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
628 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * textmodes/css-mode.el: Require CL.
631         (comment-continue): Declare.
633         * subr.el (make-variable-frame-localizable): Remove.
634         (make-variable-frame-local): Mark obsolete.
636 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
638         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
639         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
641 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
643         * comint.el (comint-password-prompt-regexp):
644         Handle `[sudo] password'-style prompt.
646 2007-10-23  Glenn Morris  <rgm@gnu.org>
648         * progmodes/f90.el (f90-do-indent, f90-if-indent)
649         (f90-type-indent, f90-program-indent)
650         (f90-continuation-indent, f90-comment-region)
651         (f90-beginning-ampersand, f90-smart-end)
652         (f90-break-before-delimiters, f90-auto-keyword-case)
653         (f90-leave-line-no, f90-mode-hook):
654         Give an appropriate safe-local-variable property.
655         (f90-font-lock-keywords-2): Fix `go to' regexp.
657         * progmodes/fortran.el (fortran-tab-mode-default)
658         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
659         (fortran-structure-indent, fortran-continuation-indent)
660         (fortran-comment-indent, fortran-comment-line-extra-indent)
661         (fortran-comment-line-start)
662         (fortran-minimum-statement-indent-fixed)
663         (fortran-minimum-statement-indent-tab)
664         (fortran-comment-indent-char, fortran-line-number-indent)
665         (fortran-check-all-num-for-matching-do)
666         (fortran-blink-matching-if, fortran-continuation-string)
667         (fortran-comment-region, fortran-electric-line-number)
668         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
669         (fortran-analyze-depth, fortran-break-before-delimiters):
670         Give an appropriate safe-local-variable property.
672 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
675         of the subdirs is unreadable.
677 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
679         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
680         Use window-full-width-p.
682 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
685         (tpu-edt-off): Use it.
686         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
687         the global-map before adding it to global-map.
689         * menu-bar.el (global-buffers-menu-map): New var.
690         (global-map, menu-bar-update-buffers): Use it.
691         * msb.el (msb-menu-bar-update-buffers): Use it.
692         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
693         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
694         Use with-current-buffer.
696 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
698         * hexl.el (hexl-menu): New major mode menu.
700 2007-10-20  Glenn Morris  <rgm@gnu.org>
702         * progmodes/f90.el (f90-font-lock-keywords-2)
703         (f90-looking-at-type-like): Fix regexp typos.
705 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
707         * bs.el (bs-mode): Add mode name (accidentally left out
708         in the 2007-10-16 change).
710 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
712         * bs.el (bs--track-window-changes): Don't refresh the whole list.
713         (bs-mode): Set mode-class property to special.
715         * follow.el (follow-unload-function): New function.
717         * loadhist.el (unload-function-features-list):
718         Rename from `unload-hook-features-list'.
719         (unload-hook-features-list): Add as obsolete alias.
720         (unload-feature): Use `unload-function-features-list'
721         and new FEATURE-unload-function.
723 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
725         * loadhist.el (unload-feature-special-hooks):
726         Update list of special hooks.
728         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
729         (adaptive-fill-function): Doc fix.  Remove * from docstring.
731 2007-10-18  Glenn Morris  <rgm@gnu.org>
733         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
735 2007-10-17  Aaron Hawley  <aaronh@garden.org>
737         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
738         position is not saved.
740 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
742         * longlines.el (longlines-wrap-follows-window-size): Integer value
743         specifies wrapping margin.
744         (longlines-mode, longlines-window-change-function):
745         Set window-specific wrapping margin based on the above.
747 2007-10-17  John Wiegley  <johnw@newartisans.com>
749         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
751 2007-10-17  Glenn Morris  <rgm@gnu.org>
753         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
754         Tweak regexp to avoid stack overflow.
756 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * simple.el (reindent-then-newline-and-indent): Don't assume that
759         indent-according-to-mode preserves point.
761 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
763         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
764         (bs--restore-window-config): Keep the selected frame.
765         (bs--track-window-changes, bs--remove-hooks): New functions.
766         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
767         (bs--show-with-configuration): Revert 2006-11-09 change.
768         Don't reuse window unless it is visible on the selected frame.
769         Restore window configuration (possibly in a different frame)
770         before creating any window.
772 2007-10-16  Richard Stallman  <rms@gnu.org>
774         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
775         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
776         (ad-is-advised, ad-get-advice-info-field)
777         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
779 2007-10-16  Glenn Morris  <rgm@gnu.org>
781         * simple.el (blink-matching-open): Don't report false errors with
782         the `$' syntax class.
784 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
786         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
787         (filesets-ormap, filesets-sort-case-sensitive-flag)
788         (filesets-remake-shortcut, filesets-ingroup-collect-files):
789         Fix typos in docstrings.
790         (filesets-data-get-name, filesets-data-get-data)
791         (filesets-data-set, filesets-cmd-query-replace-getargs)
792         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
794 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
796         * term/mac-win.el: Don't require url when compiling, as url-type is
797         no longer a macro.
799 2007-10-14  Glenn Morris  <rgm@gnu.org>
801         * progmodes/etags.el (select-tags-table): Disable undo in the
802         `*Tags Table List*' buffer.
804 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
806         * dired.el (dired-warn-writable): New face.
807         (dired-warn-writable-face): New variable.
808         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
809         of dired-warning-face, for group- and world-writable files.
811 2007-10-13  Glenn Morris  <rgm@gnu.org>
813         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
814         (octave-re-search-forward-kw, octave-re-search-backward-kw):
815         Add doc string, and an explicit COUNT argument.
816         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
817         `inc' to search functions.
819 2007-10-13  John W. Eaton  <jwe@octave.org>
821         * progmodes/octave-mod.el (octave-looking-at-kw)
822         (octave-re-search-forward-kw, octave-re-search-backward-kw):
823         New functions.
824         (octave-in-defun-p, calculate-octave-indent)
825         (octave-blink-matching-block-open, octave-beginning-of-defun)
826         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
827         to search for regexps that contain case-sensitive keywords.
828         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
829         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
831 2007-10-13  Richard Stallman  <rms@gnu.org>
833         * files.el (directory-abbrev-alist): Doc fix.
835 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
837         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
839 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
841         * frame.el (set-frame-configuration): Assign name parameter only
842         if it has been set explicitly before.
844         * window.el (handle-select-window): Revert part of 2007-10-06
845         change setting the input focus.
847 2007-10-12  Glenn Morris  <rgm@gnu.org>
849         * cus-edit.el (custom-variable-menu, custom-face-menu)
850         (custom-group-menu): Check init-file-user rather than
851         user-init-file, in case cus-edit is loaded by site-run-file.
853 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
855         * follow.el (follow-stop-intercept-process-output):
856         Use `follow-call-process-filter' rather than `process-filter'.
858 2007-10-11  Tom Tromey  <tromey@redhat.com>
860         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
861         frame is visible.
863 2007-10-10  Richard Stallman  <rms@gnu.org>
865         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
866         in *Backtrace*.
868         * faces.el (face-font-selection-order): Doc fix.
870         * loadhist.el (unload-feature): Doc fix.
872 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
874         * ps-print.el: Fix the usage of :foreground and :background face
875         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
876         (ps-print-version): New version 6.7.6.
877         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
878         Fix code.
879         (ps-face-foreground-color-p, ps-face-background-color-p)
880         (ps-face-color-p): New inline funs.
882 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
884         * follow.el: Change all instances of "Follow Mode" to "Follow
885         mode" in docstrings and messages.
887 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
889         * faces.el (face-font-selection-order): Doc fix.
891         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
892         (follow-mode-off-hook): Mark as obsolete.
894 2007-10-08  Richard Stallman  <rms@gnu.org>
896         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
897         (edebug-install-custom-print, edebug-reset-print-funcs)
898         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
899         Functions deleted.
900         (edebug-prin1, edebug-print, edebug-prin1-to-string)
901         (edebug-format, edebug-message): Define directly as aliases.
903 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
905         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
907 2007-10-07  Glenn Morris  <rgm@gnu.org>
909         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
910         version numbers.
912 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
914         * net/tramp.el (tramp-completion-mode): Extend doc-string.
915         (tramp-completion-mode-p): Revert change from 2007-09-24.
916         Checking for `return' etc as last character is not sufficient, for
917         example in dired-mode when entering <g> (revert-buffer) or
918         <s> (dired-sort).
920 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
922         * window.el (mouse-autoselect-window-cancel): Don't cancel for
923         select-window or select-frame events.
924         (handle-select-window): When autoselecting window set input
925         focus.  Restructure.
927         * frame.el (focus-follows-mouse): Moved to frame.c.
928         * cus-start.el (all): Add focus-follows-mouse.
930 2007-10-05  Chris Moore  <dooglus@gmail.com>
932         * server.el (server-kill-new-buffers): Doc fix.
934 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
936         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
937         activate font-locking in the *buffer-selection* buffer.
938         (bs-show-sorted): Doc fix.
940         * bs.el (bs--get-marked-string, bs--get-modified-string)
941         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
942         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
943         (bs--format-aux): Doc fix.
945 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
947         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
949 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
951         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
953 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
955         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
956         (gud-gdb): New function for old M-x gdb (text command mode).
957         (gud-gdb-command-name, gdb): Move to...
959         * progmodes/gdb-ui.el: ...here and adapt doc string.
960         (gud-gdba-command-name, gdba): Delete.
962 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
964         * bs.el: Don't defvar `font-lock-verbose'.
965         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
966         (bs--get-file-name): Fix typos in docstrings.
967         (bs--show-header): Use `dolist' instead of `mapcar'.
968         (bs-mode): Set `show-trailing-whitespace' to nil.
969         (bs-buffer-sort-function, bs-mouse-select-other-frame)
970         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
971         Doc fixes.
973 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
975         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
977 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
979         * progmodes/gud.el (gdb): Make graphical mode the default and
980         switch to text command mode if appropriate, i.e., reverse previous
981         arrangement.
982         (gud-gdb-marker-filter): Adapt for above change.
984         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
985         gud-minor-mode and gud-marker-filter.
986         (gdb-fullname-regexp): New variable.
987         (gud-gdba-marker-filter): Use it to switch to text command
988         mode if appropriate.
990 2007-10-02  Richard Stallman  <rms@gnu.org>
992         * frame.el (cursor-in-non-selected-windows): Doc fix.
994 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
996         * progmodes/gud.el (gud-display-line): Find source buffer even when
997         GUD buffer has its own frame.
999 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1001         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1003 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1005         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1007 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
1009         * allout.el (allout-before-change-handler): Replace got-char by
1010         goto-char.
1012 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1015         Used to try and automatically enabled smerge-mode in the presence of
1016         conflicts and to call `svn resolved' when the conflicts are gone.
1017         (vc-svn-parse-status): Remember the svn-specific status.
1019         * newcomment.el (comment-choose-indent): New function extracted
1020         from comment-indent.  Improve the alignment algorithm.
1021         (comment-indent): Use it.
1023 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1025         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1026         (eldoc-message-commands, eldoc-current-idle-delay):
1027         Fix typos in docstrings.
1029         * progmodes/python.el (python-eldoc-function): Doc fix.
1031 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
1033         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1034         menu-bar-apropos-menu.  All users changed.
1035         (menu-bar-help-menu): Change menu symbols to better match the text
1036         displayed by the menu.
1038 2007-09-25  Glenn Morris  <rgm@gnu.org>
1040         * view.el (view-search-no-match-lines): Add a doc string.
1041         Rewrite to simplify and work better.
1043 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1045         * net/tramp.el (tramp-completion-mode-p): Rename from
1046         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1047         and such alike.  Packages like Icicles tend to use other completion
1048         characters but `tab' and `space' only.
1049         (top): Require cl.el, when `copy-tree' is not available otherwise.
1051         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1052         `ad-get-arg'.
1054 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
1056         * net/tramp-vc.el (tramp-vc-user-login-name):
1057         Use `vc-find-version' instead of `process-file' to check whether we
1058         have a new enough vc that doesn't need the defadvice.
1060 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1062         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1063         #, @, : and ^.
1065 2007-09-23  Glenn Morris  <rgm@gnu.org>
1067         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1069 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1071         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1073         * log-view.el (log-view-mode-map): Likewise.
1075         * diff-mode.el (diff-mode-shared-map): Likewise.
1077 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1079         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1080         add inferior-octave-directory-tracker to the buffer-local value
1081         of comint-input-filter-functions.
1083 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1085         * files.el (file-name-sans-versions): Also allow `A-Z'.
1087         * vc.el: Mention all supported VC backends.
1089 2007-09-22  Richard Stallman  <rms@gnu.org>
1091         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1092         neighbouring buttons.
1094 2007-09-22  Andreas Schwab  <schwab@suse.de>
1096         * files.el (file-name-sans-versions): Also allow `_'.
1098 2007-09-22  Glenn Morris  <rgm@gnu.org>
1100         * eshell/esh-mode.el (eshell-output-filter-functions):
1101         Add eshell-postoutput-scroll-to-bottom.
1103 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1105         * files.el (file-name-sans-versions): Allow - and a-z in version names.
1107         * log-view.el (log-view-mode-map, log-view-mode-menu):
1108         Bind log-view-annotate-version.
1109         (log-view-beginning-of-defun, log-view-end-of-defun)
1110         (log-view-annotate-version): New functions.
1111         (log-view-mode): Use log-view-beginning-of-defun and
1112         log-view-end-of-defun.
1114 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1118 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1120         * international/mule.el (sgml-html-meta-auto-coding-function):
1121         Bind `case-fold-search' to t.
1123 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1126         neighbouring buttons.
1128         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1129         Recognize gcc's use of "note" for informational messages.
1131 2007-09-20  Glenn Morris  <rgm@gnu.org>
1133         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1134         motion functions, rather than hard-coding "\n\n".
1135         (tex-validate-region): Check for eobp, to speed up.
1136         (tex-next-unmatched-end): Doc fix.
1138 2007-09-19  Glenn Morris  <rgm@gnu.org>
1140         * textmodes/tex-mode.el (tex-terminate-paragraph):
1141         Use backward-paragraph.
1143 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1146         (css-mode): Update correspondingly.
1148 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1152         * vc-hooks.el (vc-menu-entry): New var.
1153         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1154         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1155         (vc-menu-map): Declare and initialize in one step.
1157         * menu-bar.el (vc-menu-map): Don't setup any more.
1158         Instead, just create the proper spot in the menu.
1160 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1161             Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * vc.el: Document new VC operation `extra-menu'.
1165         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1167 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1169         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1170         Signed-off-by, Acked-by and Merge.
1172 2007-09-17  Glenn Morris  <rgm@gnu.org>
1174         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1175         filename from `--file-line-error', if it is available.
1177 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1179         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1180         TeX `--file-line-error' format.
1182 2007-09-17  Glenn Morris  <rgm@gnu.org>
1184         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1185         handling the case where the region is not in `tex-main-file'.
1186         (tex-region-1): Delete.
1187         (tex-region-header): New function, doing the header part of the
1188         old tex-region-1.
1190 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * ediff-init.el (ediff-verbose-p): This var is not a constant.
1194 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1196         * cus-edit.el (custom-face-edit-activate): Doc fix.
1198 2007-09-16  Glenn Morris  <rgm@gnu.org>
1200         * textmodes/tex-mode.el (tex-region): Handle the case where the
1201         region is not in `tex-main-file'.  Move the old code that applies
1202         to both cases...
1203         (tex-region-1): ...to this new function.
1205 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
1207         * simple.el (blink-matching-open): Don't display message when no
1208         paren is found within blink-matching-paren-distance characters.
1209         Don't search prompt in blink-matching-paren-distance nil case.
1211 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1213         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1215 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * vc-mtn.el: New file.
1219         * vc-hooks.el (vc-handled-backends): Add Mtn.
1221 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
1223         * files.el (find-file, find-file-other-window)
1224         (find-file-other-frame, find-file-existing, find-file-read-only)
1225         (find-file-read-only-other-window)
1226         (find-file-read-only-other-frame)
1227         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1229 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1231         * man.el (Man-default-man-entry): At end of line, continue looking
1232         to the next line for possible end of hyphenated command.
1234 2007-09-13  Chris Moore  <dooglus@gmail.com>
1236         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1237         the command being edited.
1239 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
1241         * progmodes/gud.el (gdb-ready): New variable.
1242         (gdb): Set it to nil.  Set gud-running to nil here...
1243         (gud-common-init): ...instead of here.
1245         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1246         Use gdb-ready.  Discard input until GDB is ready to accept it.
1248 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1250         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1251         C-M-S- keys.
1253 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
1255         * dired.el (dired-warning): Inherit from font-lock-warning-face to
1256         make it show up with eight colors.
1258 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1261         diffs are concatenated with no intervening line.
1263 2007-09-10  Dave Love  <fx@gnu.org>
1265         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1266         (python-font-lock-keywords): Update to the 2.5 version of the language.
1267         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1268         (python-backspace): Only behave funny in code.
1269         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1270         (inferior-python-mode): Add PDB prompt regexp.
1271         (python-fill-paragraph): Refine the fenced-string regexp.
1272         (python-find-imports): Handle imports spanning several lines.
1273         (python-mode): Add `class' to hideshow support.
1275 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1278         add-log-buffer-file-name-function rather than bind buffer-file-name,
1279         so we dont end up calling change-log-mode in *cvs* when `fi' is the
1280         ChangeLog file itself.
1282         * outline.el (outline-flag-region): Use front-advance.
1284 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
1286         * progmodes/cperl-mode.el: Merge upstream 5.23.
1287         (cperl-where-am-i): Remove function.
1288         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1289         (cperl-sniff-for-indent): De-invert [string] and [comment].
1290         When looking for label, skip s:m:y:tr.
1291         (cperl-indent-line): Likewise.
1292         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1293         (cperl-windowed-init): Wrong `ps-print' handling.
1294         Both thanks to Chong Yidong.
1295         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1296         (cperl-find-pods-heres): If the second part of s()[] is missing,
1297         don't try to highlight delimiters...
1299 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1301         * progmodes/compile.el (compilation-get-file-structure): Complete last
1302         change by also using spec-directory in the puthash.
1304 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
1306         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1307         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1308         (vc-bzr-status): Fix shadowing of variable 'status'.
1309         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1310         Use `expand-file-name' instead of `concat'.
1311         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1312         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1314 2007-09-05  Jason Rumney  <jasonr@gnu.org>
1316         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1318 2007-09-02  Richard Stallman  <rms@gnu.org>
1320         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1321         Add `safe-local-variable' property.
1322         (lisp-body-indent): Likewise.
1324 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1326         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1327         prev/next-node.
1329         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1330         (x-gtk-map-stock): New function.
1332 2007-09-02  Glenn Morris  <rgm@gnu.org>
1334         * comint.el (comint-mode): Don't set scroll-conservatively.
1336         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1337         non-command arguments.
1339 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1341         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1342         Fix bug: Don't expand top-level file name more than once.
1343         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1345 2007-09-01  Richard Stallman  <rms@gnu.org>
1347         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1348         Add doc string.
1350 2007-08-30  Richard Stallman  <rms@gnu.org>
1352         * speedbar.el (speedbar-frame-reposition-smartly)
1353         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1354         (speedbar-check-vc): Don't use dframe-xemacsp.
1356 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1358         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1360 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
1362         * repeat.el (repeat): Use last-repeatable-command instead of
1363         real-last-command.  Run pre- and post-command hooks for
1364         self-insertion.  Update doc-string.
1366 2007-08-28  Glenn Morris  <rgm@gnu.org>
1368         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1370 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
1372         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1373         state of the file.
1374         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1375         (vc-git-create-repo): Fix invalid command.
1377 2007-08-27  Richard Stallman  <rms@gnu.org>
1379         * textmodes/flyspell.el (flyspell-mode):
1380         Catch errors in flyspell-mode-on.
1382 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1384         * progmodes/modula2.el (m2-definition, m2-module):
1385         Don't use previous-line.  Reported by T. V. Raman.
1387 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1389         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1390         argument to tool-bar-mode call.
1392 2007-08-27  Glenn Morris  <rgm@gnu.org>
1394         * diff-mode.el (diff-find-file-name): Only accept regular files,
1395         to rule out /dev/null, directories, etc.
1397 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1399         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1400         safe-local-variable setting.
1401         * progmodes/perl-mode.el (perl-indent-level): Likewise.
1403 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1406         of buffers in uniquify-managed.
1408         * simple.el (invisible-p): Rename from text-invisible-p.
1409         Update callers.
1411 2007-08-25  Alan Mackenzie  <acm@muc.de>
1413         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1414         new language variable.
1416         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1417         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1418         "extern" etc., rather than BOI.  Fix addition of spurious
1419         syntactic-symbol 'defun-block-intro, replacing it with
1420         'innamespace, etc.
1422 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1424         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1425         Don't behave differently when executed via M-x.  Add doc string.
1427 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1429         * files.el (backup-buffer-copy): Don't wrap delete in
1430         condition-case, only try to delete if file exists.
1432 2007-08-24  Glenn Morris  <rgm@gnu.org>
1434         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1436 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1439         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1440         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1441         (cperl-etags-goto-tag-location): Use new style backquotes.
1443         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1444         (dynamic-completion-table): Use it it.
1446         * net/browse-url.el: Remove spurious * in custom docstrings.
1447         (browse-url-filename-alist): Use new-style backquote.
1449         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1450         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1452         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1453         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1455         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1457         * net/socks.el (socks-username/password-auth-filter):
1458         Remove unused vars `state' and `desired-len'.
1459         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1460         (socks-wait-for-state-change): Use new-style backquotes.
1462         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1464         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1465         backquotes after each `read' rather than once per buffer.
1467         * dframe.el: Remove spurious * in custom docstrings.
1468         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1469         (dframe-xemacs20p): Remove, inline at the sole use point.
1470         (defface): Don't defvar the face, don't use old-style backquote.
1471         (defcustom): Don't use old-style backquote.
1472         (dframe-frame-parameter, dframe-mouse-event-p):
1473         Make it obvious that it's always defined.
1474         (dframe-popup-kludge): New function to replace
1475         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1476         (dframe-frame-mode, dframe-set-timer-internal)
1477         (dframe-mouse-set-point): Remove use of with-no-warnings from
1478         XEmacs-specific code.
1479         (dframe-set-timer-internal): Fix very old bug with
1480         post-command-idle-hook.
1482         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1484 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
1486         * image-mode.el (image-minor-mode): Use image-mode-text-map.
1488 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1490         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1491         safe-local-variable.
1493 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1495         * net/browse-url.el (browse-url-emacs): New function.
1497 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1500         warning if the file uses old style backquotes.
1502         * emacs-lisp/bytecomp.el (byte-compile-log-file)
1503         (byte-recompile-directory, byte-compile-file)
1504         (byte-compile-from-buffer): Use with-current-buffer.
1506         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1507         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1508         (line-move-1, line-move-finish, line-move-to-column)
1509         (move-end-of-line, move-beginning-of-line): Use new name.
1511 2007-08-22  Glenn Morris  <rgm@gnu.org>
1513         * files.el (backup-buffer-copy): Check backup directory is
1514         writable, to avoid infloop deleting old backup.
1516         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1517         movemail related variables.
1518         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1519         will now be set before this is called.
1521 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1523         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1525         * progmodes/ada-mode.el: Fix up comment style in header.
1526         (ada-check-emacs-version): Remove.
1527         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1528         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1529         to try and quieten the byte-compiler.
1530         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1532         * vc.el (vc-annotate-warp-version): Don't use previous-line.
1534 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1536         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1537         extracted from `eval-last-sexp-1'.
1538         (eval-last-sexp-1): Call `preceding-sexp'.
1540 2007-08-19  Glenn Morris  <rgm@gnu.org>
1542         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1543         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1544         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1545         shadow files messing up the compilation.
1547 2007-08-18  Glenn Morris  <rgm@gnu.org>
1549         * progmodes/scheme.el (scheme-mode-variables):
1550         Set font-lock-comment-start-skip.
1552 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1554         * progmodes/ada-mode.el (ada-create-syntax-table):
1555         Move set-syntax-table from here to ...
1556         (ada-mode): ... here.  Don't change global value of comment-multi-line.
1557         Call new function ada-initialize-syntax-table-properties.
1558         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1559         (ada-deactivate-properties, ada-initialize-properties):
1560         Replace by new functions ...
1561         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1562         (ada-initialize-syntax-table-properties): ... to set up syntax-table
1563         properties uniformly, independently from whether font-lock-mode
1564         is enabled or not.  Handle read-only buffers and do not change
1565         undo-list when setting syntax-table properties.
1566         (ada-after-change-function): Use ada-set-syntax-table-properties.
1568 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1570         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1571         (cperl-find-pods-heres): Fix an error when typing expressions like
1572         `s{a}{b}'.
1574 2007-08-17  Glenn Morris  <rgm@gnu.org>
1576         * progmodes/compile.el (compilation-get-file-structure): Make use
1577         of the directory part when checking for an existing entry, to
1578         handle files with same basename in different directories.
1580 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1582         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1583         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1584         (ps-paragraph-spacing): Docstring fix.
1586 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * smerge-mode.el (smerge-resolve): New arg `safe'.
1589         (smerge-resolve-all, smerge-batch-resolve): New function.
1590         (smerge-refine): Make sure `diff' returns the expected result.
1591         (smerge-parsep-re): New const.
1592         (smerge-mode): Use it to adjust paragraph-separate.
1594         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1595         Correctly match / regexp matchers as first char on a line when
1596         fontifying only that line.
1598         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1600 2007-08-16  Glenn Morris  <rgm@gnu.org>
1602         * ps-print.el (ps-font-size): Doc fix.
1604 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1607         (vc-bzr-registered): Don't redundantly protect against
1608         file-error.  Actually use the format-specific code.
1609         (vc-bzr-buffer-nonblank-p): Remove.
1610         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1612 2007-08-15  Glenn Morris  <rgm@gnu.org>
1614         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1615         sloppier, for the sake of GNU Mailman.
1616         (rmail-digest-rfc1153): Initialize `result' correctly.
1618 2007-08-14  Glenn Morris  <rgm@gnu.org>
1620         * simple.el (bad-packages-alist): New constant.
1621         (bad-package-check): New function.  Together, these two add
1622         elements to `after-load-alist' to check for problematic external
1623         packages.
1624         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1626 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1628         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1629         optional quotes around files in NEED-UPDATE . REMOVED case.
1631         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1632         (ada-treat-cmd-string): Improve error message.
1633         (ada-do-file-completion): Call `ada-require-project-file', so
1634         project variables are set properly.
1635         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1636         (ada-gnatfind-buffer-name): New constant.
1637         (ada-find-any-references): Use new constant.  Set buffer name
1638         properly in compilation-start.  Toggle read-only properly.
1639         (ada-find-in-src-path): Fix spelling error in docstring.
1641         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1642         by zero error.
1644 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1646         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1648 2007-08-12  Richard Stallman  <rms@gnu.org>
1650         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1651         (cvs-execute-single-file): Use new name split-string-and-unquote.
1652         (cvs-header-msg): Use new name combine-and-quote-strings.
1654         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1656         * progmodes/gud.el (gud-common-init): Use new name
1657         split-string-and-unquote.
1659         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1660         in javac regexp.
1662         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1663         combine-and-quote-strings and split-string-and-unquote.
1665         * subr.el (combine-and-quote-strings): Rename from strings->string.
1666         (split-string-and-unquote): Rename from string->strings.
1668 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1671         to buffer-local settings.
1673         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1674         (backquote-process): Add internal arg `level'.  Use the two to
1675         correctly handle nested backquotes.
1677 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1679         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1680         (vc-bzr-state-words): Add "kind changed" state word.
1681         (vc-bzr-status): New function.  Return Bzr idea of file status,
1682         which is different from VC's.
1683         (vc-bzr-state): Use vc-bzr-status.
1684         (vc-workfile-unchanged-p): Use vc-bzr-status.
1685         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1686         (vc-dired-state): Process "kind changed" state word.
1688 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1692         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1693         Move from vc-default-find-file-not-found-hook.
1695 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1697         * url/url-auth.el (url-basic-auth): When prompting for username
1698         and password, default to the username and password in the URL.
1700 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * man.el: Remove spurious * in docstrings.
1703         Merge defvars and toplevel setq-defaults.
1704         (Man-highlight-references0): Limit=nil rather than point-max.
1705         (Man-mode-map): Move initialization into the declaration.
1706         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1707         (Man-view-header-file): Use expand-file-name rather than concat.
1708         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1710         * man.el (Man-next-section): Make sure we do not move backward.
1712 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1714         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1715         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1716         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1717         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1719 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1723 2007-08-08  Andreas Schwab  <schwab@suse.de>
1725         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1726         self-insert-command, not self-insert.
1728 2007-08-08  Glenn Morris  <rgm@gnu.org>
1730         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1732         * Replace `iff' in doc-strings and comments.
1734         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1735         rather than just `-'.
1737 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1739         * dired.el (dired-pop-to-buffer):
1740         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1741         * calendar/calendar.el (generate-calendar-window):
1742         * progmodes/compile.el (compilation-set-window-height):
1743         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1744         Use window-full-width-p instead of comparing frame-width and
1745         window-width.
1747         * progmodes/compile.el (compilation-find-buffer): Remove extra
1748         argument in call to compilation-buffer-internal-p.
1750 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1752         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1753         parameters IDENTIFICATION and CONNECTED.
1754         (tramp-handle-insert-file-contents): VISIT must be handled after
1755         insertion of the local copy.  Reported by Peter Gordon
1756         <peter@pg-consultants.com>.
1757         (tramp-file-name-handler): No special handling for
1758         `expand-file-name'.  But for `file-name-as-directory'.
1759         (tramp-find-shell, tramp-open-connection-telnet)
1760         (tramp-open-connection-rsh, tramp-open-connection-su)
1761         (tramp-open-connection-multi)
1762         (tramp-open-connection-setup-interactive-shell): Guard against
1763         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1764         <steve@sxemacs.org>.
1765         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1766         the hint.
1768         * net/trampver.el: Update release number.
1770 2007-08-07  Tom Tromey  <tromey@redhat.com>
1772         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1773         Add safe-local-variable property.
1775 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1777         * image-mode.el (image-toggle-display): Use image-refresh.
1779         * longlines.el (longlines-decoded): New variable.
1780         (longlines-mode): Avoid encoding or decoding the buffer twice.
1782 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1784         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1785         unofficial version.
1786         (vc-bzr-command): Remove redundant setting of process-connection-type.
1787         (vc-bzr-admin-checkout-format-file): Add autoload.
1788         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1789         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1790         (vc-bzr-registered): Compare dirstate format tag with known good
1791         value, abort parsing if match fails.  Warn user in docstring.
1792         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1793         See bzrlib/branch.py in Bzr sources.
1794         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1795         (vc-bzr-shell-command): Remove in favor of
1796         vc-bzr-command-discarding-stderr.
1797         (vc-bzr-command-discarding-stderr): New function.
1799 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1801         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1802         program, and return nil
1803         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1804         (vc-bzr-state): Look for path names relative to the repository
1805         root after status keyword.
1806         (vc-bzr-file-name-relative): New function.
1807         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1808         depend on it.
1809         (vc-bzr-admin-dirname, ...-checkout-format-file)
1810         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1811         files that we now parse directly for speed.
1812         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1813         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1814         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1815         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1816         Bzr warnings, so we must discard it.
1817         (vc-bzr-workfile-version): Speedup counting lines from
1818         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1819         if that file doesn't exist.
1820         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1821         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1822         (not ".bzr"!) to `vc-directory-exclusion-list'
1823         (vc-bzr-shell-command): New function.
1825 2007-08-06  Tom Tromey  <tromey@redhat.com>
1827         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1828         (diff-fixup-modifs): Typo in docstring.
1830 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1833         count-screen-lines.
1834         (tpu-edt-off): Disable relevant pieces of advice.
1836         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1837         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1838         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1839         redefining the function.
1840         (tpu-set-scroll-margins): Activate the pieces of advice.
1842 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1844         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1845         process-filter.
1847 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1849         * help.el (resize-temp-buffer-window): Use window-full-width-p
1850         instead of comparing frame-width and window-width.
1852 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1854         * term.el: Honor term-default-fg-color and term-default-bg-color
1855         settings when modifying term-current-face.
1856         (term-default-fg-color, term-default-bg-color): Initialize from
1857         default term-current-face.
1858         (term-mode, term-reset-terminal): Set term-current-face with
1859         term-default-fg-color and term-default-bg-color.
1860         (term-handle-colors-array): term-current-face has term-default-fg-color
1861         and term-default-bg-color after reset escape sequence.
1862         (term-handle-colors-array): Set term-current-color with
1863         term-default-fg/bg-color instead of ansi-term-color-vector when the
1864         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1866 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1868         * files.el (set-auto-mode): Handle also remote files wrt
1869         `auto-mode-alist'.
1871         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1872         remote identification.
1874 2007-08-04  Glenn Morris  <rgm@gnu.org>
1876         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1877         zero, not nil, when the library is first loaded.  Check for a file
1878         that has been modified on disk.
1880         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1881         Remove duplicate defvar preventing initialization.
1882         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1884 2007-08-03  Miles Bader  <miles@gnu.org>
1886         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1887         backend names for new backends to `Git', `Hg', and `Bzr'.
1888         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1889         not `HG'.
1890         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1891         name, not `GIT'.
1892         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1893         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1895 2007-08-03  Glenn Morris  <rgm@gnu.org>
1897         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1899 2007-08-02  Richard Stallman  <rms@gnu.org>
1901         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1902         to update deleted flag.
1904         * cus-edit.el (customize-apropos, customize-apropos-options)
1905         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1907         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1909         * startup.el (fancy-splash-head, startup-echo-area-message):
1910         Change message text.
1912         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1913         All callers use line-move.
1915         * progmodes/compile.el (compilation-find-buffer): Return current
1916         buffer immediately if suitable.
1917         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1919 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1922         Make it more discriminating and more useful.
1923         (vc-bzr-root-dir): Use new name.
1924         (vc-bzr-registered): Use new name and look at the dirstate file to
1925         determine if it's registered or not without running `bzr'.
1927 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1929         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1931 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1933         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1934         Fix parent groups link.
1936 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1938         * faces.el (face-normalize-spec): New function.
1939         (frame-set-background-mode): Normalize face-spec before calling
1940         face-spec-match-p.
1942 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * vc-bzr.el: New file (copied from the trunk).
1946         * vc-hooks.el (vc-handled-backends): Add BZR.
1947         (vc-find-file-hook): Failsafe if the backend's `registered'
1948         function burps.
1950         * server.el (server-window): Add switch-to-buffer-other-frame option.
1952 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1954         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1955         (vc-git-revision-completion-table): Enable.
1957         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1959         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1961         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1962         (vc-hg-registered): Set the vc-state property.
1964         * diff-mode.el (diff-mode-menu): New entries.
1966 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1969         (diff-file-kill): Use it.
1970         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1971         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1972         Use it so they find the hunk even when we're in the file header.
1974         * vc.el: Add new VC operation `revision-completion-table'.
1975         (vc-default-revision-completion-table): New function.
1976         (vc-version-diff, vc-version-other-window): Use it to provide
1977         completion of revision names if the backend provides it.
1979         * vc-arch.el (vc-arch--version-completion-table)
1980         (vc-arch-revision-completion-table): New functions to provide
1981         completion of revision names.
1983         * vc-cvs.el: Require CL.
1984         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1985         New functions to provide completion of revision names.
1987 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1989         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1990         (copyright-fix-years, copyright): Correctly handle the case where
1991         copyright-limit is nil.
1993 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1995         * progmodes/python.el (run-python): Fix path separator under w32.
1997 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1999         * vc-git.el: New File.
2001 2007-07-28  Alan Mackenzie  <acm@muc.de>
2003         Fix problem with modes derived from CC Mode:
2004         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2005         macro to cc-langs.
2006         (c-init-language-vars-for): Remove call to above macro.
2007         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2008         been moved to here.
2009         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2011 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
2013         * net/trampver.el: Fix the `coding' cookie.
2015 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
2017         * add-log.el (change-log-redate): Remove (not needed anymore and
2018         doesn't appear to work).
2020 2007-07-25  Glenn Morris  <rgm@gnu.org>
2022         * Relicense all FSF files to GPLv3 or later.
2024         * COPYING: Switch to GPLv3.
2026 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2029         Replace it with another one which disables undo before calling
2030         erase-buffer and then turns it back on if needed.
2032 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2034         * ps-print.el: Problem with foreground and background color when
2035         printing a buffer with and without faces.  Reported by Christian
2036         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2037         (ps-print-version): New version 6.7.5.
2038         (ps-default-fg): Change default value to nil, so black color is used
2039         when a face does not specify a foreground color.
2040         (ps-default-bg): Change default value to nil, so white color is used
2041         for background color.
2042         (ps-begin-job): Fix code.
2044 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2046         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2048 2007-07-24  Alan Mackenzie  <acm@muc.de>
2050         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2051         Initialise byte-compile-unresolved-functions before rather than
2052         after a compilation.
2053         (byte-compile-unresolved-functions): Amplify doc string.
2055 2007-07-24  Glenn Morris  <rgm@gnu.org>
2057         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2058         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2059         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2060         (cal-tex-cursor-week, cal-tex-cursor-week2)
2061         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2062         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2063         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2064         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2066 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2070 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2073         underlying file is uptodate.
2075 2007-07-23  Richard Stallman  <rms@gnu.org>
2077         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2079 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2082         (sh-font-lock-flush-syntax-ppss-cache): New funs.
2083         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2084         different possible cases for \'.
2085         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2087         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2088         `file' from which to start the search and fix case where `file' is the
2089         current directory and the root as well.
2091         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2092         name for buffer-file-name if it refers to a directory.
2094 2007-07-22  Jason Rumney  <jasonr@gnu.org>
2096         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2097         for input to cmdproxy on all versions of Windows.
2098         Use dos line ends for input to plink.
2100         * comint.el (comint-simple-send): Concat newline before sending.
2101         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2103 2007-07-22  Juri Linkov  <juri@jurta.org>
2105         * isearch.el (isearch-edit-string): Save old point and
2106         isearch-other-end to old-point and old-other-end before reading
2107         the search string from minibuffer.  After exiting minibuffer set
2108         point to old-other-end if point and the search direction is the
2109         same as before reading the search string.
2110         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2111         to isearch-other-end.  Instead of isearch-search-and-update call
2112         three functions isearch-search, isearch-push-state and isearch-update.
2114 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2116         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2117         destroying an existing buffer.
2119 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2121         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2123         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2125 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2127         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2128         file in a way that does not interfere with recentf.
2130 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2132         * image-dired.el (image-dired-sane-db-file): New func.
2133         (image-dired-write-tags, image-dired-remove-tag)
2134         (image-dired-list-tags, image-dired-write-comments)
2135         (image-dired-get-comment, image-dired-mark-tagged-files)
2136         (image-dired-create-gallery-lists): Call new func.
2137         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2139 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2141         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2142         (vc-hg-dir-state): Fix loop.
2143         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2144         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2145         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2146         (vc-hg-revert): Likewise.
2147         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2149 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2151         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2152         case of alignment under a constant symbol, find and consider
2153         the sexp actually at indentation to be the "last sexp".
2155 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2157         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2158         (install): Use them to copy all *.el files before *.elc.
2159         (clean): Don't delete *~.
2161 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2163         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2165 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
2167         * vc-hg.el (vc-hg-registered): Replace if with when.
2168         (vc-hg-state): Deal with nonexistent files.
2170 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2172         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2173         (follow-delete-other-windows-and-split, follow-recenter)
2174         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2175         (follow-redisplay, follow-estimate-first-window-start)
2176         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2177         Fix typos in docstrings.
2179 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2181         * bookmark.el (bookmark-show-all-annotations):
2182         Make sure each inserted annotation ends with newline.
2184         (bookmark-maybe-sort-alist): Don't modify
2185         bookmark-alist.  Instead, if not sorting, simply return it.
2186         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2187         for its return value, not for its side effect.
2189 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2191         * vc.el: Add more info about the vc-registered function.
2193 2007-07-16  David Kastrup  <dak@gnu.org>
2195         * emacs-lisp/advice.el (defadvice): Doc fix.
2197 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
2199         * subr.el (when, unless): Doc fix.
2201 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2203         * vc-hg.el (vc-hg-state): Handle removed files.
2204         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2205         (vc-hg-checkout): Re-enable.
2207 2007-07-15  Richard Stallman  <rms@gnu.org>
2209         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2211         * tutorial.el (tutorial--find-changed-keys):
2212         Handle C-x specially like ESC.
2214 2007-07-15  Roland McGrath  <roland@frob.com>
2216         * add-log.el (add-change-log-entry): Check add-log-full-name
2217         and add-log-mailing-address later, after change-log-mode-hook.
2219 2007-07-15  Richard Stallman  <rms@gnu.org>
2221         * isearch.el (isearch-mode, isearch-done):
2222         Delete unintended code in previous change.
2224         * ps-print.el (ps-default-bg): Change to White.
2226 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2228         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2230 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
2232         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2233         when handling the terminating event.
2235 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2237         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2239 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2241         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2242         (install): Use them to copy all *.el files before *.elc.
2244 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2246         * replace.el (match): Use yellow1 instead of yellow.
2248         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2250         * pcvs-info.el (cvs-unknown): Likewise.
2252 2007-07-12  Davis Herring  <herring@lanl.gov>
2254         * desktop.el (desktop-buffer-info, desktop-save):
2255         Use `desktop-dirname' instead of `dirname'.
2257 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
2259         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2261         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2263 2007-07-10  Richard Stallman  <rms@gnu.org>
2265         * emacs-lisp/lisp-mode.el (eval-defun):
2266         Explain special handling of `defface'.
2268 2007-07-09  Richard Stallman  <rms@gnu.org>
2270         * isearch.el (isearch-edit-string): Call to isearch-push-state
2271         after the search.
2273 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2275         * cus-start.el (file-coding-system-alist): Fix custom type.
2277 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
2279         * longlines.el (longlines-wrap-region): Avoid marking buffer as
2280         modified.
2281         (longlines-auto-wrap, longlines-window-change-function):
2282         Remove unnecessary calls to set-buffer-modified-p.
2284 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2286         * vc.el (vc-default-log-view-mode): New function.
2287         (vc-print-log): Add new `log-view-mode' VC operation.
2289 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
2291         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2292         Rename and move to...
2294         * subr.el (strings->string, string->strings): ...here.
2296         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2297         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2299         * progmodes/gud.el (gud-common-init): Call string->strings instead
2300         of split-string.
2302 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2304         * term/w32-win.el (menu-bar-open): New function.
2305         Bind <f10> to it.
2307 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2309         * log-view.el (log-view-mode-menu): New menu.
2311 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
2313         * vc-hg.el: New file.
2315 2007-07-06  Andreas Schwab  <schwab@suse.de>
2317         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2318         dynamic bindings around the evaluation of the expression.
2319         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2321 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2323         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2324         file names.
2326 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
2328         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2330         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2331         event is not a cons cell.  Do not unread drag-mouse-1 events.
2332         Select right window in check whether space was stolen from
2333         window above.
2335 2007-07-01  Richard Stallman  <rms@gnu.org>
2337         * files.el (find-file-visit-truename): Fix safe-local-variable value.
2339 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
2341         * generic-x.el (generic-define-mswindows-modes)
2342         (generic-define-unix-modes, apache-log-generic-mode)
2343         (bat-generic-mode-keymap, java-manifest-generic-mode)
2344         (show-tabs-generic-mode): Fix typos in docstrings.
2346 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2348         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2349         replace-regexp-in-string.
2351 2007-06-28  Andreas Schwab  <schwab@suse.de>
2353         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2354         $(lisp)/subdirs.el.
2356 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
2358         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2359         the speedbar frame if nil; that deletes the current frame or
2360         causes an error if it is the only frame.
2361         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2363 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
2365         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2366         directory where the desktop file was found, as the docstring says.
2367         (desktop-kill): Use `read-directory-name'.
2369         * desktop.el (desktop-load-locked-desktop): New option.
2370         (desktop-read): Use it.
2371         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2372         Use `when'.
2374 2007-06-24  Davis Herring  <herring@lanl.gov>
2376         * desktop.el (desktop-save-mode-off): New function.
2377         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2378         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2379         (desktop-claim-lock, desktop-release-lock): New functions.
2380         (desktop-kill): Tell `desktop-save' that this is the last save.
2381         Release the lock afterwards.
2382         (desktop-buffer-info): New function.
2383         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2384         says to.  Detect conflicts, and manage the lock.
2385         (desktop-read): Detect conflicts.  Manage the lock.
2387 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2389         * ls-lisp.el (insert-directory): If an invalid regexp error is
2390         thrown, try using FILE as a literal file name, not a wildcard.
2391         Check for FILE as an existing file, not just a directory.
2393 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
2395         * ruler-mode.el (ruler-mode): Prevent clobbering the original
2396         `header-line-format' when reentering ruler mode.
2398 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2400         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2401         FILE exists as a directory.
2403 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2406         (vera-font-lock-match-item): Fix doc string.
2407         (vera-in-comment-p): Remove unused function.
2408         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2409         use `syntax-ppss'.
2410         (vera-forward-syntactic-ws): Fix argument order.
2411         (vera-prepare-search): Use `with-syntax-table'.
2412         (vera-indent-line): Fix doc string.
2413         (vera-electric-tab): Fix doc string.
2414         (vera-expand-abbrev): Define alias instead of using `fset'.
2415         (vera-comment-uncomment-region): Use `comment-start-skip'.
2417 2007-06-20  Reto Zimmermann  <reto@gnu.org>
2419         * progmodes/vera-mode.el: New file.
2421 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
2423         * ido.el (ido-find-file-in-dir): Don't signal an error for
2424         empty directories.
2426 2007-06-18  Alan Mackenzie  <acm@muc.de>
2428         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2429         When removing lines, also remove the \n.  Correction of patch of
2430         2007-04-21.
2432 2007-06-17  Glenn Morris  <rgm@gnu.org>
2434         * lpr.el (lpr-page-header-switches): Move %s to separate element
2435         for correct quoting.  Doc fix.
2437 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2439         * term/xterm.el (terminal-init-xterm): Escape parens in character
2440         constants.
2442 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2444         * scroll-lock.el (scroll-lock-mode): Doc fix.
2446 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2449         half-activated, forcefully activate it completely.
2451 2007-06-11  Richard Stallman  <rms@gnu.org>
2453         * cus-edit.el (custom-variable-type): Doc fix.
2455 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2457         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2459 2007-06-09  Davis Herring  <herring@lanl.gov>
2461         * desktop.el (desktop-minor-mode-table): Doc fix.
2463 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
2465         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2466         (image-next-line, image-previous-line, image-scroll-up)
2467         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2468         New functions.
2469         (image-mode-map): Remap motion commands.
2470         (image-mode-text-map): New keymap for viewing images as text.
2471         (image-mode): Use image-mode-map.
2472         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2474 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
2476         Sync with Tramp 2.0.56.
2478         * net/tramp.el:
2479         * net/tramp-ftp.el:
2480         * net/tramp-smb.el:
2481         * net/tramp-util.el:
2482         * net/tramp-vc.el:
2483         Don't load cl.el, because that pollutes the namespace.  Replace cl
2484         macros by their implementations where necessary.  Requested by
2485         Richard Stallman <rms@gnu.org>.
2487         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2488         doesn't exist.
2489         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2490         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2491         (tramp-file-name-p, tramp-file-name-multi-method)
2492         (tramp-file-name-method, tramp-file-name-user)
2493         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2494         replacing defstruct `tramp-file-name'.
2495         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2496         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2497         Apply `vector' instead of `make-tramp-file-name'.
2498         (tramp-handle-make-auto-save-file-name):
2499         Apply `tramp-temporary-file-directory' for compatibility reasons.
2500         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2501         because of XEmacs.
2502         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2503         started.
2505 2007-06-07  David Kastrup  <dak@gnu.org>
2507         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2508         Change default to `top'.
2510 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2512         * dired.el (dired-mode-map): Remove spurious separator.
2514 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2516         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2518         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2519         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2521 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2523         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2524         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2526 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2528         * progmodes/ebrowse.el (ebrowse-member-table):
2529         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2531 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2533         * pgg.el (pgg-sign-region, pgg-sign):
2534         * ses.el (ses-call-printer):
2535         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2536         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2538 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
2540         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2541         (tar-get-descriptor): Handle type 55, an extended pax header.
2543 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * textmodes/css-mode.el: New file.
2547 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
2549         * net/socks.el: New file, taken from w3 repository.
2550         (top): Update Copyright.  Don't load cl.el.
2551         (all): Replace `case' by `cond', `string-to-int' by
2552         `string-to-number', and `process-kill-without-query' by
2553         `set-process-query-on-exit-flag'.
2554         (socks-char-int): Remove defalias and all occurrences.
2556 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2558         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2559         (sort-coding-systems, search-unencodable-char): Doc fixes.
2560         (coding-system-change-eol-conversion, set-default-coding-systems)
2561         (prefer-coding-system, find-multibyte-characters, princ-list)
2562         (leim-list-entry-regexp, set-input-method, locale-language-names)
2563         (input-method-exit-on-first-char, exit-language-environment-hook)
2564         (locale-charset-language-names): Fix typos in docstrings.
2566 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2568         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2569         `switch-to-buffer' has returned succesfully.
2570         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2571         window is dedicated (it could iconify the frame).
2573 2007-06-05  Glenn Morris  <rgm@gnu.org>
2575         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2577 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2579         * files.el (auto-mode-alist): Add lower-priority match for names
2580         like ChangeLog.old.
2582 2007-06-04  Andreas Schwab  <schwab@suse.de>
2584         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2586 2007-06-04  Davis Herring  <herring@lanl.gov>
2588         * calendar/timeclock.el: Update version number.
2589         (timeclock-modeline-display): Mention timeclock-use-display-time
2590         in explanatory message.
2591         (timeclock-log): Suppress warnings when finding the log.
2592         Don't check for a nil project twice.  Run hooks after killing the
2593         buffer (if applicable).
2594         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2595         was geometric).  All uses changed.
2596         (timeclock-generate-report): Support prefix argument.
2598 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2600         * man.el (Man-next-section): Don't consider the last line of the
2601         page as being part of any section.
2603 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2605         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2606         modified flag of buffer.  Use `inhibit-modification-hooks'.
2608 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2610         * mail/mail-extr.el (mail-extract-address-components):
2611         Recognize non-ASCII characters except for NBSP as words.
2613 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2615         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2617 2007-06-04  Michael Olson  <mwolson@gnu.org>
2619         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2620         died and we are trying to send a signal to it.
2622 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2624         * emacs-lisp/easy-mmode.el (define-minor-mode)
2625         (easy-mmode-define-navigation): Fix typos in docstrings.
2627         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2628         Fix typos in docstrings.
2629         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2630         (compilation-finish-function): Fix typo in obsolescence declaration.
2632         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2634 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2636         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2637         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2639         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2641         * longlines.el (longlines-mode): Make longlines-auto-wrap
2642         buffer-local.  Add hooks unconditionally.
2643         (longlines-auto-wrap): Toggle wrapping.
2644         (longlines-after-change-function)
2645         (longlines-post-command-function): Check longlines-auto-wrap.
2647 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2649         * Version 22.1 released.
2651 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2653         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2654         changes.
2656 2007-05-31  Richard Stallman  <rms@gnu.org>
2658         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2660 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2662         * textmodes/table.el (table--point-entered-cell-function)
2663         (table--point-left-cell-function):
2664         Bind `inhibit-point-motion-hooks' to t.
2666 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2668         * emacs-lisp/rx.el (rx): Doc fix.
2670 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2672         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2674 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2676         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2677         as the end of the ChangeLog paragraph when it ends without a line
2678         termination.
2680 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2682         * textmodes/fill.el (canonically-space-region): Make the second arg
2683         a marker if it's not already the case.
2685         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2686         (xterm-mouse-event): Use it.
2688 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2690         * vc-hooks.el (vc-find-root): Fix file attribute test.
2692 2007-05-24  Richard Stallman  <rms@gnu.org>
2694         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2695         Don't let opoint be nil.
2696         (flyspell-emacs-popup): Explicit error if no dialogs.
2698 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2700         * tar-mode.el (tar-file-name-handler): New function.
2701         (tar-extract): Bind file-name-handler-alist to it to force
2702         find-buffer-file-type-coding-system behave as if the file being
2703         extracted existed.  Use last-coding-system-used to force
2704         buffer-file-coding-system to what decode-coding-region actually
2705         used to decode the file.
2707 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2709         * progmodes/compile.el (compilation-handle-exit):
2710         `compilation-finish-function' may change the current buffer.
2712 2007-05-22  Richard Stallman  <rms@gnu.org>
2714         * files.el (set-auto-mode): Doc fix.
2716 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2718         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2720 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2722         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2723         (rcirc-print): Handle `window-width'.
2724         (rcirc-buffer-maximum-lines): Doc fix.
2726 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2728         * info.el (Info-fontify-node): Match https also.
2730 2007-05-18  Richard Stallman  <rms@gnu.org>
2732         * simple.el (push-mark): Doc fix.
2734 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2736         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2737         tpu-global-map.
2738         (tpu-original-global-map): Delete variable.
2739         (tpu-control-keys-map): New keymap variable.
2740         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2741         setting keymapping directly.
2742         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2743         tpu-global-map.
2744         (tpu-edt-on): Activate the tpu-global-map.
2745         (tpu-edt-off): Deactivate the tpu-global-map.
2747 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2749         * textmodes/ispell.el (ispell-get-word): Return markers
2750         for start and end positions.
2751         (ispell-word): Assume END is a marker.
2753 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2755         * ps-print.el: Use default color when foreground or background color
2756         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2757         (ps-print-version): New version 6.7.4.
2758         (ps-rgb-color): New argument.  Use default color when color is
2759         unspecified.
2760         (ps-begin-job): Fix code.
2762 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2764         * textmodes/ispell.el (ispell-start-process): Defend against bad
2765         default-directory.
2767 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2769         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2771 2007-05-16  Richard Stallman  <rms@gnu.org>
2773         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2775 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2778         Move the *ml, Postscript, and XmCD entries to the fallback part.
2780         * files.el (magic-fallback-mode-alist):
2781         Rename from file-start-mode-alist.
2783 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2785         * progmodes/compile.el (compilation-handle-exit): Quote first
2786         argument of `run-hook-with-args'.
2788 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2790         * buff-menu.el (Buffer-menu-sort-column):
2791         * dabbrev.el (dabbrev-upcase-means-case-search):
2792         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2793         * info.el (Info-current-subfile):
2794         * ls-lisp.el (ls-lisp-verbosity):
2795         * msb.el (msb-menu-cond):
2796         * pcvs.el (cvs-dired-use-hook):
2797         * simple.el (set-mark-command-repeat-pop):
2798         * time.el (display-time-24hr-format, display-time-mail-file):
2799         Doc fixes.
2801         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2802         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2804         * view.el (view-inhibit-help-message): Fix typo in docstring.
2805         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2807 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2809         * mail/rmail.el (rmail-convert-to-babyl-format):
2810         Check content-transfer-encoding _last_, because we need its position
2811         in base64-header-field-end.
2813 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2815         * files.el (mode-require-final-newline, require-final-newline)
2816         (enable-local-variables, enable-local-eval): Doc fixes.
2818 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2820         * progmodes/python.el (python-font-lock-keywords)
2821         (python-open-block-statement-p, python-mode): Add support for the new
2822         "with" keyword.
2824 2007-05-10  Richard Stallman  <rms@gnu.org>
2826         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2827         (iso-cvt-write-only): Likewise.
2829         * emacs-lisp/easy-mmode.el (define-minor-mode):
2830         Fix generated doc string.
2832         * startup.el (fancy-splash-text): Add URL of guided tour.
2833         Adjust horizontal and vertical whitespace.
2835         * progmodes/compile.el (compilation-handle-exit):
2836         Use run-hook-with-args to run compilation-finish-functions.
2838         * files.el (file-start-mode-alist): New variable.
2839         (magic-mode-regexp-match-limit): Doc fix.
2840         (set-auto-mode): Handle file-start-mode-alist.
2841         A little cleanup of structure.
2843 2007-05-10  Davis Herring  <herring@lanl.gov>
2845         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2846         workday specifications.
2847         (timeclock-log): Don't kill the log buffer if it already existed.
2849 2007-05-08  Richard Stallman  <rms@gnu.org>
2851         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2852         Don't include non-self-insert commands in the exception for `-'.
2854 2007-05-08  David Reitter  <david.reitter@gmail.com>
2856         * progmodes/python.el (python-guess-indent): Check non-nullness
2857         before comparing indent against the 2..8 interval.
2859 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2861         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2862         available.
2864 2007-05-06  Richard Stallman  <rms@gnu.org>
2866         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2868 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2870         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2871         disconnections.
2873 2007-05-01  Romain Francoise  <romain@orebokech.com>
2875         * dired-x.el: Revert 2007-04-06 change.
2877 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2879         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2880         don't put stop on toolbar.
2882 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2884         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2886 2007-04-29  Richard Stallman  <rms@gnu.org>
2888         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2890 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2893         than 1.
2895 2007-04-28  Richard Stallman  <rms@gnu.org>
2897         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2899 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2903 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2905         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2906         instead of $(lisp)/mh-e.
2908         * textmodes/fill.el (fill-paragraph): Doc fix.
2910 2007-04-28  Glenn Morris  <rgm@gnu.org>
2912         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2913         (image-dired-cmd-create-temp-image-options): Replace option
2914         +profile "*" with -strip.
2916 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2918         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2919         Use window-start and window-end.
2921 2007-04-26  Glenn Morris  <rgm@gnu.org>
2923         * progmodes/python.el: Restore file pending consideration of legal
2924         status.
2926 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2928         * locate.el (locate-in-alternate-database): Doc fix.
2930 2007-04-26  Glenn Morris  <rgm@gnu.org>
2932         * button.el (button): Use underline if supported, else fall back
2933         to color.
2935 2007-04-25  Richard Stallman  <rms@gnu.org>
2937         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2939 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2941         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2942         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2943         pushing mark.
2944         (idlwave-current-routine): Don't push mark.
2946 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2948         * image-dired.el (image-dired-display-image): Derive image-type from
2949         filename rather than assuming jpeg, in case no resizing was needed.
2951 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2953         * custom.el (defface): Doc fix.
2955 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2957         * progmodes/python.el: Remove due to unclear legal issues.
2959 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2961         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2962         Don't re-query for each cleared BP.
2963         (idlwave-shell-clear-bp): Optionally skip BP query.
2964         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2965         of set-window-buffer, which incorrectly moves displayed region.
2967 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2969         * calc/calc.el (calc-bug-address): Update maintainer's address.
2970         * calc/*: Update maintainer's address.
2972 2007-04-23  Richard Stallman  <rms@gnu.org>
2974         * simple.el (set-mark-command-repeat-pop): Doc fix.
2975         Put in `editing-basics' group.
2977 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2979         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2980         New functions.
2981         (Info-mode-line-node-keymap): Bind mouse commands to
2982         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2984 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2986         * locate.el (locate-local-prompt): New var.
2987         (locate-prompt-for-command): Doc fix.
2988         (locate-prompt-for-search-string): New function.
2989         (locate): New optional arg.  Make locate-local-prompt
2990         buffer-local.  Use locate-prompt-for-search-string.
2991         (locate-with-filter): New optional arg.
2992         Use locate-prompt-for-search-string.
2993         (locate-update): Bind locate-prompt-for-command.
2995 2007-04-23  Glenn Morris  <rgm@gnu.org>
2997         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2999 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
3001         * button.el (button): Inherit from link face on a tty.
3003 2007-04-23  Glenn Morris  <rgm@gnu.org>
3005         * button.el (button): Use color for this face on a tty.
3007         * files.el (magic-mode-alist): Allow for carriage-returns in
3008         html-mode and sgml-mode entries.
3010 2007-04-22  Richard Stallman  <rms@gnu.org>
3012         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3013         Improve doc string of generated command.
3015         * subr.el (read-number): Catch errors.
3017         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3019 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
3021         * image-dired.el: Rename from thumbnails.el.  All instances of
3022         "thumbnails" replaced with "image-dired".
3024         * dired.el (dired-mode-map): Rename "thumbnails" again, to
3025         "image-dired".
3027 2007-04-22  Kim F. Storm  <storm@cua.dk>
3029         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3030         Don't use kill-line.
3032 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
3034         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3035         error message.
3037 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
3039         * dired.el: Rename "tumme" to "thumbnails".
3041         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
3042         replaced with "thumbnails".
3044 2007-04-22  Glenn Morris  <rgm@gnu.org>
3046         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3047         and give it the risky-local-variable property.
3049         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3050         before defining it.
3052 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
3054         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3055         Use delete-region instead of kill-line.
3057 2007-04-21  Alan Mackenzie  <acm@muc.de>
3059         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3060         `kill-region' by `delete-region'.
3062 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
3064         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3065         instead of kill-region.
3067         * progmodes/mantemp.el (mantemp-make-mantemps-region)
3068         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3069         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3070         and kill-line.
3072         * progmodes/vhdl-mode.el (vhdl-template-type)
3073         (vhdl-template-record, vhdl-template-nature)
3074         (vhdl-template-configuration-spec, vhdl-template-component-inst)
3075         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3076         Use delete-region instead of kill-word and kill-line.
3078 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3080         * dired-x.el (dired-virtual-mode): Doc fix.
3082 2007-04-21  Richard Stallman  <rms@gnu.org>
3084         * font-lock.el (font-lock-keywords-alist): Mark as risky.
3086         * subr.el (read-number): Doc fix.
3088         * simple.el (pop-to-mark-command): Display message "mark popped"
3089         if point does not move.
3090         (set-mark-command): Doc fix.
3092 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3094         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3095         (locate-local-filter, locate-local-search): New vars.
3096         (locate): Make variables local.
3097         (locate-update): Bind locate-buffer-name.  Call locate using
3098         locate-local-filter and locate-local-search.
3100 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
3102         * hi-lock.el (hi-lock-file-patterns-policy): New var.
3103         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3104         (hi-lock-mode): Update docstring.
3106 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3109         fill-nobreak-predicate when the break is past fill-column.
3111 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3113         * locate.el (locate): Output from shell-command should go in the
3114         current buffer rather than *Shell Command Output*.
3116 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
3118         * paren.el (show-paren-function): Fix last fix.
3120 2007-04-19  Kevin Ryde  <user42@zip.com.au>
3122         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3123         (archive-lzh-summarize): Add optional start arg for where to start
3124         looking at the archive.
3125         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3127         * international/mule.el (auto-coding-alist): no-conversion for .exe
3128         and .EXE.
3130 2007-04-19  Alan Mackenzie  <acm@muc.de>
3132         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3133         function return type contains "struct", "union", etc.
3134         c-end-of-defun goes too far forward.
3136 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
3138         * paren.el (show-paren-function): Reset window-start to avoid
3139         recentering.
3141 2007-04-19  Glenn Morris  <rgm@gnu.org>
3143         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3145 2007-04-18  Glenn Morris  <rgm@gnu.org>
3147         * calendar/diary-lib.el (diary-header-line-format): Add a custom
3148         :set function.
3149         (diary-list-entries): Only switch to diary-mode from
3150         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
3151         diary-mode set header-line-format, in case of any customization.
3153 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3155         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3156         is less than the length of parse-time-syntax.
3158 2007-04-17  David Kastrup  <dak@gnu.org>
3160         * replace.el (query-replace-regexp-eval): Deprecate.
3162 2007-04-17  Alan Mackenzie  <acm@muc.de>
3164         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3165         point too close to EOB, leave point at EOB rather than last `}'.
3167 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3169         * textmodes/bibtex.el (bibtex-include-OPTkey)
3170         (bibtex-user-optional-fields, bibtex-entry-field-alist):
3171         Fix defcustom.
3173 2007-04-17  Glenn Morris  <rgm@gnu.org>
3175         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3176         be encoded, fall back to current year.
3178 2007-04-14  Kevin Ryde  <user42@zip.com.au>
3180         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3181         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
3182         M "MSDOS".
3184 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
3186         * progmodes/python.el (python-end-of-block): Avoid looping forever
3187         if python-next-statement fails.
3189 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3191         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3193 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3195         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3196         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3198 2007-04-15  Jay Belanger  <belanger@truman.edu>
3200         * calc/calc.el (calc-version): New function.
3201         (calc-trail-mode): Shorten the title.
3203 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3205         * mail/footnote.el (footnote-style): Clarify docstring to state
3206         that customizing this only applies to future footnotes.
3208 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3210         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3211         (bibtex-make-field): Check that INIT is a string. Use functionp.
3213 2007-04-14  Glenn Morris  <rgm@gnu.org>
3215         * complete.el (PC-goto-end): New buffer-local variable.
3216         (PC-do-completion-end): Make buffer-local.
3217         (partial-completion-mode) <choose-completion-string-functions>:
3218         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3219         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
3220         doc string.  Set PC-goto-end for choose-completion.
3221         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3222         PC-do-completion.
3224         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3225         arg to bibtex-make-field.
3226         (bibtex-make-field): Add optional fourth arg NODELIM.
3227         Insert delimiters around INIT unless this arg is non-nil.
3229 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
3231         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3232         global map isn't modified.
3234 2007-04-14  Glenn Morris  <rgm@gnu.org>
3236         * calendar/appt.el (appt-disp-window): Do not split small windows.
3237         Suggested by Jeff Miller <jmiller@cablespeed.com>.
3239 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
3241         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3243         * files.el: Ditto.
3245 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
3247         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3249         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3250         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3251         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3252         (term-pager-help): Fix typos in docstrings.
3254         * wid-edit.el (widget-documentation): Fix typo in docstring.
3256         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3257         Fix typos in error messages.
3259 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
3261         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3262         window marked as dedicated.
3264         * mail/footnote.el (footnote-latin-string): New variable.
3265         (footnote-latin-regexp): Redefine as regexp alternative.
3266         (Footnote-latin): Use footnote-latin-string instead of
3267         footnote-latin-regexp.
3269 2007-04-13  Glenn Morris  <rgm@gnu.org>
3271         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3272         inherited keymaps.
3274 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
3276         * outline.el (outline-get-next-sibling): Clarify docstring.
3277         (outline-get-last-sibling): Handle case where we are at the first
3278         heading.  Clarify docstring.
3280 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3282         * progmodes/gud.el (gud-minor-mode-map): Make go button same
3283         length as stop button to lessen flicker.
3284         (jdb): Add gud-print.
3285         (gud-find-expr): Jdb prints the expression with the value, so
3286         don't insert it in the output.
3288 2007-04-11  Jason Rumney  <jasonr@gnu.org>
3290         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3291         case hex.  Do not try to decode non-hex letters.
3293 2007-04-11  Markus Triska  <markus.triska@gmx.at>
3295         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3296         (byte-optimize-backward-word): Remove (move to bytecomp.el).
3297         (byte-optimize-form-code-walker): Evaluate pure function calls if
3298         possible.
3299         (byte-optimize-all-constp): New function.
3301         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3302         Improve numeric argument case.
3303         (byte-compile-backward-char, byte-compile-backward-word):
3304         New functions, performing rewriting previously done in byte-opt.el.
3305         Fix their "Fixme" item (restriction to numeric arguments).
3307 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3310         with dolist.
3311         (after-init-hook): Don't quote lambda.
3312         (desktop-first-buffer): Don't wrap it in eval-when-compile.
3313         (desktop-internal-v2s): Remove unused var `el'.
3314         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3315         desktop-restore-file-buffer.
3316         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3317         desktop-create-buffer.
3319 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
3321         * woman.el (woman-decode-buffer): Postpone macro-set check...
3322         (woman-decode-region): ...to here.
3324 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
3326         * startup.el (tty-handle-args): Use %S to log ARGS.
3328 2007-04-10  Glenn Morris  <rgm@gnu.org>
3330         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3331         it is obsolete and has no effect.
3333         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3334         byte-compiler.
3336         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3337         obsolete function make-local-hook.
3339         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3340         start to quieten byte-compiler.
3342 2007-04-10  Markus Triska  <markus.triska@gmx.at>
3344         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3345         to bytecomp.el as byte-compile-char-before).
3346         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3347         New function (modified replacement for byte-optimize-char-before in
3348         byte-opt.el).
3350 2007-04-09  Alan Mackenzie  <acm@muc.de>
3352         * startup.el (inhibit-splash-screen): Emphatically state that it
3353         can't be set in site-start.el.
3355 2007-04-09  Masatake YAMATO  <jet@gyve.org>
3357         * progmodes/cc-subword.el (c-capitalize-subword): More closely
3358         mimic the behavior of `capitalize-word'.  Do not move point with a
3359         negative argument.  Based on tiny change by Paul Curry.
3361 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
3363         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3364         Don't move point if ARG is negative.
3366 2007-04-09  Alan Mackenzie  <acm@muc.de>
3368         Changes to make `narrow-to-defun' and `mark-defun' work properly
3369         in CC Mode:
3371         * progmodes/cc-defs.el (c-beginning-of-defun-1):
3372         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3373         Bind beginning/end-of-defun-function to nil around calls to
3374         beginning/end-of-defun.
3376         * progmodes/cc-langs.el (beginning-of-defun-function)
3377         (end-of-defun-function): New c-lang-setvar's.
3379         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3380         (setq arg 1))" to enable non-interactive call.
3382 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
3384         * simple.el (set-mark-command): Doc fix.
3386 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
3388         * progmodes/gud.el (gdb): Restore existing session if user
3389         tries to start a second one in graphical mode.
3391 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
3393         * cus-start.el <scroll-preserve-screen-position>: Add choices.
3395 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3397         * term/xterm.el (terminal-init-xterm): Fix key definitions.
3398         Add binding for C-M-SPC.
3400 2007-04-08  Richard Stallman  <rms@gnu.org>
3402         * pcomplete.el (pcomplete-read-event): One single definition,
3403         and not a defsubst.
3405 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
3407         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3408         byte-compiler warning "value unused".
3410 2007-04-08  Andreas Schwab  <schwab@suse.de>
3412         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3414 2007-04-07  Glenn Morris  <rgm@gnu.org>
3416         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3417         Autoload these functions.
3418         (diary-date-forms): Add a custom :set form.
3420         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3421         before first use.
3422         (diary-font-lock-keywords): New function with old code for
3423         initialization of variable of same name.
3425 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
3427         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3428         clean-up: only insert space when on identifier, etc.
3430 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3432         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3434         * net/tls.el (open-tls-stream): Properly handle case where there
3435         is no associated buffer.
3437 2007-04-07  Glenn Morris  <rgm@gnu.org>
3439         * ffap.el (ffap-file-at-point): Lower the priority of the
3440         ffap-ftp-sans-slash-regexp check.
3442 2007-04-06  Alan Mackenzie  <acm@muc.de>
3444         Fix fontification of labels, and other things with ":".
3446         * progmodes/cc-engine.el (c-forward-label): The function now
3447         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3448         the former t.
3450         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3451         new return code from c-forward-label, fontifying tokens properly.
3452         Add some general comments throughout the file.
3454 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
3456         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3457         Revert 2006-01-27 change.
3459         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3461         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3463         * desktop.el (desktop-create-buffer, desktop-save):
3464         Revert 2004-11-12 change for lack of copyright papers.
3466         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3467         (dired-guess-default): Respect case.
3469         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3471         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3472         was originally checked in as byte-optimize-concat on 1997-11-02.
3474         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3475         1995-05-19 doc changes.
3477 2007-04-06  Kim F. Storm  <storm@cua.dk>
3479         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
3480         (unload-feature): Update interactive spec accordingly.
3482         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3484 2007-04-06  John Paul Wallington  <jpw@pobox.com>
3486         * subr.el (with-case-table): Use `make-symbol' to avoid variable
3487         capture.  Restore the table in the same buffer.
3489         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3491 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
3493         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3494         Print entire form.
3496 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
3498         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3499         for low-color displays.
3501 2007-04-05  Glenn Morris  <rgm@gnu.org>
3503         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3504         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3505         Seed random number generator on loading.
3507         * emacs-lisp/authors.el (top-level): Provide self.
3509         * play/animate.el (top-level): Provide self.
3511 2007-04-04  Alan Mackenzie  <acm@muc.de>
3513         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3514         to mention c-syntactic-indentation.
3516 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3518         * subr.el (with-case-table): New macro.
3520         * international/mule.el (ascii-case-table): New var.
3522         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3523         downcasing.
3525 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3527         * progmodes/gud.el (gud-minor-mode-map): Simplify.
3529         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3530         of the window if we're outside it e.g menu-bar.
3532         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3533         window if we're outside it e.g menu-bar.
3535 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3537         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3538         decode base-64 encoded body if its content-type is something other
3539         than text/* or message/*.
3541 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
3543         * simple.el (activate-mark-hook): Fix typo in docstring.
3545 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3547         * tmm.el (tmm-c-prompt): Initialize.
3548         (tmm-menubar): Deal with extended menu-items at top level.
3549         (tmm-get-keybind): Handle bindings redefined/undefined locally.
3550         (tmm-prompt): Handle visibility of top level menu-items.
3552         * progmodes/gud.el (gud-menu-map): Simplify.
3553         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3554         menubar.
3556 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
3558         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3560         * comint.el (comint-send-input): Widen the buffer first.
3562         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3564 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3567         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3569         * newcomment.el (comment-search-forward): Discard comment starters
3570         before point.
3572 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
3574         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3576 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3578         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3579         when downcasing.
3581         * button.el (previous-button): Rewrite to account for adjacent buttons.
3583 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
3585         * progmodes/idlwave.el (idlwave-auto-fill):
3586         Revert paragraph-separate change.
3588         * progmodes/idlw-shell.el (idlwave-shell-break-in):
3589         Simplify module calc.
3590         (idlwave-shell-set-bp-in-module): Compute module.
3592 2007-03-31  Glenn Morris  <rgm@gnu.org>
3594         * emacs-lisp/timer.el (run-at-time): Doc fix.
3596         * emacs-lisp/warnings.el (display-warning): If we create the
3597         buffer displaying the warning, disable undo there.
3599 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3601         * net/tramp.el (tramp-register-file-name-handler)
3602         (tramp-register-completion-file-name-handler): New defsubst,
3603         derived from `tramp-register-file-name-handlers'.  The split is
3604         necessary because Tramp's file name handlers must be registered at
3605         different startup places.
3607 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3609         * progmodes/hideshow.el (turn-off-hideshow): New function.
3610         (hs-minor-mode): Use it instead of a lambda expression in
3611         change-major-mode-hook.
3613 2007-03-31  David Kastrup  <dak@gnu.org>
3615         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3616         corresponding to MANPATH_MAP entries.
3617         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3618         (woman-parse-man.conf): Use more discriminating man.conf name.
3619         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3620         (woman-manpath): Doc fix and type fix.
3621         (woman-cached-data): Check for MANPATH_MAP entries.
3622         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3624 2007-03-31  Stuart Herring  <herring@lanl.gov>
3626         * emacs-lisp/sregex.el (sregexq): Doc fix.
3628 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3630         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3632 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3634         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3635         Move to the right.
3637 2007-03-30  Alan Mackenzie  <acm@muc.de>
3639         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3641 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3643         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3644         Use it, passed in explicitly, instead of from the dynamic binding.
3645         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3647 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3649         * simple.el (blink-matching-open): When in minibuffer, don't
3650         search for a match inside the prompt.
3652 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3654         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3655         (tmm-prompt): Don't make the mouse user select the first menu
3656         item twice.
3658 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3660         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3661         SIGUSR1 and SIGUSR2.
3663 2007-03-29  Kim F. Storm  <storm@cua.dk>
3665         * ido.el (ido-read-internal): When reading file or dir, only override
3666         minibuffer-local-filename-completion-map, otherwise only override
3667         minibuffer-local-completion-map.
3669 2007-03-29  Glenn Morris  <rgm@gnu.org>
3671         * complete.el (partial-completion-mode): Set PC-do-completion-end
3672         to nil after use.
3673         (PC-lisp-complete-symbol): Create and use a marker at `end',
3674         rather than using point-marker.
3676 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3678         * simple.el (next-error-highlight): Doc fix.
3679         (compose-mail): Revert 2007-03-19 change.
3681 2007-03-28  Richard Stallman  <rms@gnu.org>
3683         * emacs-lisp/edebug.el (edebug-display): Don't go to
3684         edebug-outside-buffer if it is dead.
3686 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3688         * view.el (view-mode): Fix typos in docstring.
3690 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3692         * recentf.el (recentf-save-file): Add a custom :set function.
3694 2007-03-28  Glenn Morris  <rgm@gnu.org>
3696         * complete.el (PC-do-completion-end): New variable.
3697         (partial-completion-mode) <choose-completion-string-functions>:
3698         Use PC-do-completion-end in the non-minibuffer case to replace the
3699         correct amount of text.
3700         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3701         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3702         to deal with improvements inserted after point.
3704 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * button.el (make-text-button): Add explicit `button' property.
3707         (default-button): Don't put a `button' property on it.
3709         * progmodes/python.el (python-mode): Skip comments when parsing.
3711         * vc-arch.el (vc-with-current-file-buffer): New macro.
3712         (vc-arch-file-source-p): Use it to avoid infloop.
3714 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3716         * emacs-lisp/lisp.el (lisp-complete-symbol):
3717         Fix call to get-buffer-window to find windows in other frames.
3719 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3722         Fix calls to get-buffer-window to find windows in other frames.
3723         Reported by David Hansen <david.hansen@gmx.net>.
3725 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3727         * info.el (Info-display-images-node): On a text-only terminal,
3728         show the "text" or "alt" parts of the image blobs.
3730 2007-03-27  Glenn Morris  <rgm@gnu.org>
3732         * complete.el (PC-do-completion): Compute completion-base-size in
3733         the non-filename case, rather than setting to nil.
3734         (PC-lisp-complete-end): New variable.
3735         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3736         original end in a series of consecutive invocations.
3738         * calendar/calendar.el (calendar-mode-hook): Declare it.
3740         * calendar/diary-lib.el (diary-live-p): Do not check for
3741         diary-selective-display.
3743 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * replace.el (occur-next-error): *Occur* might not be displayed in the
3746         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3748 2007-03-26  Richard Stallman  <rms@gnu.org>
3750         * textmodes/flyspell.el (flyspell-large-region):
3751         Use ispell-call-process-region.
3753 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3755         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3756         Use prin1 instead of princ.
3758 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3760         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3761         Merge in X resources before global face.
3763         * progmodes/compile.el (compilation-start): Save compilation-directory
3764         rather than default-directory as local var.
3765         (compilation-directory): Mark as safe local var.
3767         * files.el: Don't mark default-directory as a safe local var.
3769 2007-03-25  Alan Mackenzie  <acm@muc.de>
3771         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3772         * progmodes/cc-engine.el: Fix typo.
3774 2007-03-25  Juri Linkov  <juri@jurta.org>
3776         * compare-w.el (compare-windows): Rename customization group
3777         `compare-w' to `compare-windows'.
3778         (compare-windows-whitespace, compare-ignore-whitespace)
3779         (compare-ignore-case, compare-windows-sync)
3780         (compare-windows-sync-string-size, compare-windows-recenter)
3781         (compare-windows-highlight, compare-windows): Change group name in
3782         the `group' tag from `compare-w' to `compare-windows'.
3783         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3785 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3787         * expand.el: Change example to always enable abbrev-mode,
3788         and remove redundant `function'.
3789         (expand-abbrev-hook): Add autoload cookie.
3791 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3793         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3794         (testcover-mark-all, testcover-unmark-all): Add prompts to
3795         interactive specs.
3797 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3799         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3800         Use file size in bytes for auto-revert-tail-pos not characters.
3802 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3804         * vc-rcs.el (vc-rcs-annotate-command):
3805         Set text property :vc-annotate-prefix on the annotation text.
3806         (vc-rcs-annotate-time): Instead of searching for ": ",
3807         search for end of text propertized with :vc-annotate-prefix.
3809 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3811         * whitespace.el (top level): Remove calls putting
3812         permanent-local nil property since these are no-ops.
3814         * man.el (Man-support-local-filenames): Assure that
3815         default-directory exists when doing call-process.
3817 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3819         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3820         Fix omission bug: Use m4-program-options to construct shell command.
3822 2007-03-23  David Kastrup  <dak@gnu.org>
3824         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3825         Use `mapcar' rather than `mapcan' to silence compiler warning.
3827 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3829         * textmodes/reftex.el, textmodes/reftex-vars.el,
3830         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3831         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3832         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3833         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3834         * textmodes/reftex-auc.el: Add maintainer address.
3836 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3838         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3839         Make sure that `global-font-lock-mode' does not turn on font-lock
3840         in these buffers.
3842 2007-03-21  Kim F. Storm  <storm@cua.dk>
3844         * xt-mouse.el (xt-mouse-epoch): New variable.
3845         (xterm-mouse-event): Use float-time.
3847 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3849         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3850         current-time.
3852 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         * complete.el (read-file-name-internal): Don't add the final > if the
3855         completion is not finished (re-application of this patch, which was
3856         accidentally undone by Eli).
3858 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3860         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3861         clicks in describe-key and describe-key-briefly advice a little better.
3863 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3865         * server.el (server-process-filter): Cancel any pending isearch.
3867 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3869         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3870         (icalendar--get-unfolded-buffer): Define actual arguments rather
3871         than just using &rest.  Check replace-in-string is fbound.
3872         (icalendar-import-buffer): Doc fix.
3873         (icalendar--convert-ical-to-diary): Set diary-file.
3874         Check diary-file before inserting final newline.
3875         (icalendar--add-diary-entry): Return diary-file.
3877 2007-03-21  Glenn Morris  <rgm@gnu.org>
3879         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3880         (diary-display-hook): Add custom :set function.
3882         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3883         Add custom :set function.
3884         (diary-header-line-format): Doc fix.
3885         (diary-set-maybe-redraw): New function.
3886         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3887         (diary-list-entries): Always run diary-mode.
3889 2007-03-20  Kenichi Handa  <handa@m17n.org>
3891         * international/quail.el (quail-setup-completion-buf): Make the
3892         completion buffer read-only.
3893         (quail-completion): Adjusted for the above change.  Leave the
3894         modified flag nil.
3896 2007-03-20  David Kastrup  <dak@gnu.org>
3898         * files.el (magic-mode-alist): Require literal "%!PS" string for
3899         magic postscript file detection.
3901 2007-03-20  Richard Stallman  <rms@gnu.org>
3903         * textmodes/ispell.el (ispell-call-process): New function.
3904         Defends against bad `default-directory.'
3905         (ispell-check-version, ispell-find-aspell-dictionaries)
3906         (ispell-get-aspell-config-value, lookup-words): Call it.
3907         (ispell-call-process-region): New function.
3908         (ispell-send-string): Call it.
3910 2007-03-20  Andreas Schwab  <schwab@suse.de>
3912         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3913         (finder-data): Likewise.
3914         (autoloads): Likewise.
3916 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3918         * files.el (basic-save-buffer): Do not set visited filename when
3919         the corresponding directory does not exist or the specified
3920         filename is that of an existing directory.
3922 2007-03-20  Glenn Morris  <rgm@gnu.org>
3924         * calendar/diary-lib.el (diary-live-p): New function.
3925         (number-of-diary-entries): Add a :set function to redisplay diary
3926         when necessary.
3928 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3930         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3931         from client program, mev, to compute mouse event.
3933 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3935         * faces.el (momentary): Face removed; unused due to reversion of
3936         2007-01-04 changes by Kevin Rodgers.
3938         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3939         Suggested by Johan Bockg\e,Ae\e(Brd.
3941 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3943         * font-lock.el (lisp-font-lock-keywords-1):
3944         Highlight define-globalized-minor-mode as a keyword.
3946 2007-03-19  Kim F. Storm  <storm@cua.dk>
3948         * calc/calc-forms.el (math-std-daylight-savings)
3949         (math-std-daylight-savings-old): Doc fix.
3951 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3953         * progmodes/python.el (python-default-template): Doc fix.
3954         (python-buffer): Fix typo in docstring.
3956         * isearchb.el (isearchb-follow-char):
3957         * subr.el (def-edebug-spec): Fix typo in docstring.
3959 2007-03-19  Richard Stallman  <rms@gnu.org>
3961         * files.el (default-directory): Mark safe.
3962         (basic-save-buffer-2): Put proper dir name in error message.
3964         * simple.el (compose-mail): Run switch-function after
3965         setting up the mail buffer.
3967         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3969 2007-03-18  Jay Belanger  <belanger@truman.edu>
3971         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3972         (math-std-daylight-savings-new): Rename from
3973         `math-std-daylight-savings'.
3974         (math-std-daylight-savings-old): Rename from old value of
3975         `math-std-daylight-savings'.
3976         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3977         `math-std-daylight-savings-old' depending on the year.
3979 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3981         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3982         zero-width regexps as invalid but rather at least count them correctly.
3984 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3986         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3987         don't wait more if there is output available to process.
3989 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3991         * progmodes/compile.el (compilation-find-file): Revert change
3992         from 2006-07-18 to allow completion of directory names.
3993         Reported by John Carter <john.carter@tait.co.nz>.
3995 2007-03-18  Kim F. Storm  <storm@cua.dk>
3997         * subr.el (when, unless): Doc fix.
3999 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4001         * net/tls.el (tls-program): Doc fix.
4003 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
4005         * autorevert.el (auto-revert-tail-handler):
4006         Call after-revert-hook.
4008 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
4010         * simple.el (switch-to-completions): No error if search for \n\n fails.
4012 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
4014         * simple.el (line-move-1):
4015         Respect `inhibit-line-move-field-capture' property.
4017 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
4019         * comint.el (comint-arguments): Mark backslash-escaped chars.
4020         (comint-delim-arg): Don't treat them as delimiters.
4022 2007-03-12  Kim F. Storm  <storm@cua.dk>
4023         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4025 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4027         * tempo.el (tempo-insert): Deal with 'r> if it appears
4028         specified with a prompt argument.
4030 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
4032         * textmodes/org.el (org-set-font-lock-defaults):
4033         Handle narrow table columns correctly.
4035 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
4037         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4038         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4039         Return to use of the -no-properties variants.  There was
4040         consensus on emacs-devel that the speed of these variants was
4041         prefered since we are usually parsing files (from the internet
4042         or on disk) instead of XML created in Emacs.
4044         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4045         Add customize option.
4047 2007-03-12  Glenn Morris  <rgm@gnu.org>
4049         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4050         North American rule.  Replace "daylight savings" with "daylight
4051         saving" in doc.
4053         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4054         * calendar/lunar.el, solar.el: Replace "daylight savings" with
4055         "daylight saving" in text.
4057         * woman.el (woman-change-fonts): Tweak previous change by using
4058         woman-request-regexp rather than "^\\.".
4060         * startup.el (command-line-1): Make insertion of
4061         initial-scratch-message not depend on scratch being selected.
4063 2007-03-11  Juri Linkov  <juri@jurta.org>
4065         * replace.el (match): Use yellow background on light-bg terminals.
4067 2007-03-11  Richard Stallman  <rms@gnu.org>
4069         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4070         Correctly compute line number.
4072 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
4074         * type-break.el (type-break-get-previous-count):
4075         Repeat previous change here.
4077 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4079         * progmodes/grep.el (grep-find-ignored-directories):
4080         Add .git and .bzr to list.
4082 2007-03-11  Andreas Schwab  <schwab@suse.de>
4084         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4086 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4090 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
4092         * faces.el (face-set-after-frame-default): Recalculate face
4093         customizations after applying X resources.
4095 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
4097         * net/rcirc.el (rcirc-timeout-seconds): New variable.
4098         (rcirc-keepalive-seconds): Remove variable.
4099         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4100         (rcirc-process, rcirc-user-disconnect): New variables.
4101         (rcirc-connect): Initalize new variables.
4102         (rcirc-keepalive): Don't send keepalive pings before connection
4103         is completed.
4104         (rcirc-sentinel): Do mark all channels with activity when
4105         connection is dropped.  Run hook with process buffer local.
4106         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4107         (rcirc-buffer-process): Return value of rcirc-process if
4108         rcirc-server-buffer is nil.
4109         (rcirc-server-name): Return the reported server name.
4110         (rcirc-update-prompt): Simplify computation of the server name.
4111         (rcirc-format-response-string): Likewise.
4112         (rcirc-handler-001): Mark server as connected, record the reported
4113         server name, and schedule a timeout.
4114         (rcirc-track-nick): Add a spec for the tty class.
4115         (rcirc-user-non-nick): Remove function.
4116         (rcirc-nick-prefix-chars): Add variable.
4117         (rcirc-user-nick): Use above variable.
4119 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4121         * icomplete.el (icomplete-tidy, icomplete-exhibit):
4122         Bind deactivate-mark to nil.
4124 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
4126         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4127         that buffer contents get erased during completion.
4129 2007-03-10  Glenn Morris  <rgm@gnu.org>
4131         * woman.el (woman-change-fonts): Add a hack to deal with
4132         font-escape followed by "." at start of a line.
4133         (woman2-IP): Add a hack to deal with consecutive requests.
4134         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4136 2007-03-10  Alan Mackenzie  <acm@muc.de>
4138         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4140 2007-03-09  Richard Stallman  <rms@gnu.org>
4142         * abbrev.el (abbrev): Add `provide'.
4144 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
4146         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4148 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
4150         * complete.el (PC-try-completion): New function.
4151         (PC-do-completion, read-file-name-internal): Use it instead of
4152         try-completion.
4154 2007-03-08  Alan Mackenzie  <acm@muc.de>
4156         Remove stale tokens from `c-found-types' cache.
4158         * progmodes/cc-mode.el (c-unfind-enclosing-token)
4159         (c-unfind-coalesced-tokens, c-before-change): New functions.
4160         (c-maybe-stale-found-type): New variable.
4162         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4163         (c-trim-found-types): New functions.
4165 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4167         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4168         (debug-ignored-errors): Add entry from smerge-match-conflict.
4170 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
4172         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4173         special help topics for keywords.
4174         (idlwave-help-assistant-command): Include ".exe" for ms-dos
4175         etc. Assistant command.
4177 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
4179         * replace.el (occur-engine): Move buffer-undo-list binding...
4180         (occur-1): ...to here.
4182         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4184         * simple.el (minibuffer-completing-symbol): New var.
4185         (eval-expression): Use it.
4186         (completion-setup-function): Don't bind completion-base-size when
4187         completing a symbol in the minibuffer.
4189 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
4191         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4192         tries to start a second session in graphical mode.
4194 2007-03-07  Miles Bader  <miles@gnu.org>
4196         * international/isearch-x.el
4197         (isearch-process-search-multibyte-characters):
4198         Strip text-properties from PROMPT to avoid an error from read-string.
4200 2007-03-07  Kim F. Storm  <storm@cua.dk>
4202         * complete.el (PC-bindings): Remap lisp-complete-symbol to
4203         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4205 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4207         * complete.el (PC-do-completion): Delete duplicates in the list of
4208         possible completions.
4210 2007-03-07  Glenn Morris  <rgm@gnu.org>
4212         * ses.el (ses-mode): Doc fix.
4214 2007-03-06  Kim F. Storm  <storm@cua.dk>
4216         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4218 2007-03-06  Kenichi Handa  <handa@m17n.org>
4220         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4222 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * simple.el (completion-setup-function): Improve last fix so it doesn't
4225         set it to a relative directory name either.
4227 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4229         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4231 2007-03-05  Richard Stallman  <rms@gnu.org>
4233         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4235         * files.el (find-file-noselect): No error if file no longer exists.
4236         Display a message and avoid other questions.
4238 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * pcomplete.el (pcomplete-show-completions): Improve last change, so
4241         as not to use an invisible window and to create a window if none exist.
4243         * progmodes/python.el (python-send-command): Restart proc if necessary.
4244         (python-proc): Simplify.
4246 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
4248         * pcomplete.el (pcomplete-show-completions): Search all frames for
4249         completions buffer.
4251 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
4253         * cus-edit.el (customize-save-variable): Clear customized-value
4254         property (saved values are now put in theme-value property).
4255         (customize-set-variable): Doc fix.
4257         * complete.el (PC-do-completion): If completion-ignore-case is
4258         non-nil, replace field with completion string before exiting.
4260 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
4262         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4263         Append its extension to the resulting temporary file name.
4264         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4266         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4267         (tramp-smb-handle-write-region): Apply it.
4269 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4271         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4272         Redo previous change.
4274 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4276         * diff-mode.el (diff-mode): Doc fix.
4278 2007-03-05  Kenichi Handa  <handa@m17n.org>
4280         * international/characters.el: Set category `l' (latin)
4281         for more characters.
4283 2007-03-04  Kim F. Storm  <storm@cua.dk>
4285         * emacs-lisp/authors.el (authors-aliases): Add alias.
4287 2007-03-04  Glenn Morris  <rgm@gnu.org>
4289         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4290         all when switching major mode.
4291         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4292         (hs-block-start-mdata-select, hs-block-end-regexp)
4293         (hs-forward-sexp-func, hs-adjust-block-beginning):
4294         Do not make these variables permanent-local.
4296 2007-03-04  Richard Stallman  <rms@gnu.org>
4298         * progmodes/cperl-mode.el (cperl-mode):
4299         Modify cperl-compilation-error-regexp-alist by appending.
4301         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4302         (edebug-mode): Add the hook.
4303         (edebug-recursive-edit): Remove the hook on exiting.
4305         * type-break.el (type-break-get-previous-time):
4306         Handle end-of-file errors specially
4307         so they don't get reported wrong in .emacs.
4309         * startup.el (fancy-splash-text): Clarify text.
4311         * simple.el (beginning-of-buffer, end-of-buffer):
4312         Avoid treating plain C-u like numeric arg.
4314         * simple.el (completion-setup-function): Don't set
4315         default-directory to nil.
4317         * shell.el (shell-dirstack-query): Doc fix.
4319         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4320         Don't select the window -- pass it to primitives instead.
4322         * faces.el (minibuffer-prompt): Use medium blue by default.
4324 2007-03-04  David Kastrup  <dak@gnu.org>
4326         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4327         Preserve 16 as default value for "seconds" when customizing.
4329 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
4331         * textmodes/org.el (org-self-insert-command)
4332         (orgtbl-self-insert-command, org-delete-char)
4333         (org-delete-backward-char): Set the `flyspell-delayed' property.
4335 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
4337         * international/mule.el (find-auto-coding): Don't search for
4338         line-ending characters past the end of the tail.
4340 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
4342         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4343         Jump to the line where new score has been uploaded.
4345         * play/tetris.el (tetris-move-bottom, tetris-move-left)
4346         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4347         Do nothing when the game is paused.
4349 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
4351         * textmodes/org.el (org-set-tags): Prevent slipping of point
4352         during completion.
4354 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4356         * isearch.el (isearch-message-prefix):
4357         Use minibuffer-prompt-properties.
4359 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4361         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4362         (ps-setup): Print which Emacsen is running ps-print package.
4364 2007-03-01  Stuart Herring  <herring@lanl.gov>
4366         * files.el (set-auto-mode-0): Use `indirect-function'.
4367         (hack-one-local-variable): Don't reapply current major mode.
4369 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * progmodes/python.el (python-quote-syntax): Don't bother with
4372         syntax-ppss-context.
4373         (python-fill-paragraph): Make sure that fenced-string delimiters that
4374         stand on their own line stay there.
4376 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4378         * replace.el (perform-replace): Propertize message.
4380 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
4382         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4383         invisible heading.
4385 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4387         * net/tramp.el (tramp-file-name-handler): Revert last change.
4389 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
4391         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4392         Correct doc strings.
4394 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4396         * replace.el (perform-replace): Undo forward-char immediately if
4397         non-adjacent search fails.
4399 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * version.el (emacs-major-version, emacs-minor-version):
4402         string-to-int -> string-to-number.
4404 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
4406         * help.el (where-is): Fail gracefully when not passed a command.
4408 2007-02-28  Stuart Herring  <herring@lanl.gov>
4410         * find-lisp.el (find-lisp-default-directory-predicate):
4411         Fix bug: Do symlink check on expanded filename.
4413 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
4415         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4416         changes during replacement.
4417         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4419 2007-02-28  Lars Hansen  <larsh@soem.dk>
4421         * desktop.el: Delete header line listing me as maintainer.
4423 2007-02-28  Glenn Morris  <rgm@gnu.org>
4425         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4426         the menus case.
4428 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4430         * net/tramp.el (tramp-file-name-handler): Inhibit modification
4431         hooks to avoid confusion when combining after-change calls.
4433 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
4435         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4436         now that pgg-gpg-process-region correctly honors passed-in passphrase.
4437         (allout-distinctive-bullets-string): Add info about bullet conventions.
4438         (allout-mode): Add info about distinctive vs plain bullets.
4440 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
4442         * textmodes/org.el (org-archive-subtree): Quote variable name.
4443         (org-agenda-get-todos): Make sure skip properties are checked correctly.
4445 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
4447         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4448         (gud-bashdb-command-name, bashdb): Remove.
4449         (gud, gud-menu-map): Remove references to bash/bashdb.
4451 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
4453         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4454         keyword for Python 2.5.
4456 2007-02-26  Romain Francoise  <romain@orebokech.com>
4458         * net/net-utils.el (whois-server-tld): Update server for .org.
4459         (whois-server-list): Add whois.publicinterestregistry.net.
4460         (whois-guess-server): Fix formatting in docstring.
4462 2007-02-26  Kim F. Storm  <storm@cua.dk>
4464         * mouse.el (mouse-show-mark): Run hooks and perform command
4465         remapping for mouse-region-delete-keys.
4467 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4469         * font-core.el (font-lock-mode): Doc fix.
4471 2007-02-25  Kim F. Storm  <storm@cua.dk>
4473         * ido.el (ido-buffer-internal): Set this-command to fallback command.
4474         Add selected buffer to buffer-name-history.
4475         (ido-file-internal): Set this-command to fallback command.
4476         Add file names to file-name-history.
4478         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4479         Apply minibuffer-prompt-properties.
4481 2007-02-25  Andreas Schwab  <schwab@suse.de>
4483         * files.el (hack-one-local-variable-eval-safep): Correct handling
4484         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
4486 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4488         * textmodes/org.el (org-table-overlay-coordinates)
4489         (org-table-toggle-coordinate-overlays): New functions.
4490         (org-table-overlay-coordinates, org-table-coordinate-overlays):
4491         New variables.
4492         (org-startup-with-deadline-check): Remove option.
4493         (org-mode): Remove deadline check on startup.
4494         (org-table-limit-column-width): Remove option.
4495         (org-table-formula-numbers-only): Remove option.
4496         (org-link-style, org-link-format): Remove options.
4497         (org-select-agenda-window, org-fit-agenda-window): Remove options.
4498         (org-export-ascii-show-new-buffer)
4499         (org-export-html-show-new-buffer): Remove options.
4500         (org-activate-links): Remove camel option.
4501         (org-file-link-context-use-camel-case): Remove option.
4502         (org-camel-regexp): Remove variable.
4503         (org-activate-camels): Remove function.
4504         (org-store-link): Remove Camel stuff.
4505         (org-make-org-heading-camel): Remove function.
4506         (org-open-at-point): Remove camel stuff.
4507         (org-link-search): Remove camel stuff.
4508         (org-camel-to-words): Function removed.
4509         (org-get-agenda-file-buffer): Make sure we prepare the base
4510         buffers, not any indirect buffers.
4511         (org-sort-entries): Sort top-level when not on a headline, and no
4512         active region.
4513         (org-in-regexp): New function.
4514         (org-search-not-self): Rename from `org-search-not-link'.
4515         (org-open-link-marker): New variable.
4516         (org-open-at-point): Set `org-open-link-marker'.
4517         (org-print-icalendar-entries): Fixe bug with excluding DONE
4518         entries from the exported list.
4519         (org-edit-formula-lisp-indent): New command.
4520         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4521         (orgtbl-to-latex, orgtbl-insert-radio-table)
4522         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4523         (orgtbl-radio-table-templates): New option.
4524         (org-store-link-props):
4525         (org-remember-templates): More possibilities to insert info
4526         into templates.
4527         (org-remember-apply-template): Make use of the extended
4528         template capabilities.
4529         (org-remember-redo-template): New command.
4530         (org-upgrade-old-links)
4531         (org-table-modify-formulas, org-table-replace-in-formulas)
4532         (org-table-find-dataline)
4533         (org-table-get-vertical-vector): Remove functions.
4534         (org-table-remove-rectangle-highlight)
4535         (org-time-stamp-format, org-toggle-log-option)
4536         (org-table-highlight-rectangle)
4537         (org-table-iterate, org-table-make-reference):
4538         (org-translate-time, org-tree-to-indirect-buffer)
4539         (org-table-field-info, org-table-fix-formulas)
4540         (org-table-force-dataline, org-table-get-descriptor-line)
4541         (org-table-get-range)
4542         (org-skip-comments, org-sort)
4543         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4544         (org-table-current-dline, org-table-current-field-formula)
4545         (org-table-edit-backward-field)
4546         (org-table-edit-formulas-post-command)
4547         (org-table-edit-line-down, org-table-edit-line-up)
4548         (org-agenda-archive)
4549         (org-agenda-clock-cancel)
4550         (org-agenda-clock-out, org-agenda-list-stuck-projects)
4551         (org-agenda-open-link, org-agenda-show-new-time)
4552         (org-agenda-skip-subtree-when-regexp-matches)
4553         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4554         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4555         (org-do-sort, org-file-image-p, org-find-overlays)
4556         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4557         (org-highlight-until-next-command, org-isearch-end)
4558         (org-match-any-p, org-next-link, org-previous-link):
4559         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4560         (org-rewrite-old-row-references)
4561         (org-isearch-post-command)
4562         (org-table-edit-move, org-table-edit-next-field)
4563         (org-table-edit-scroll, org-table-edit-scroll-down)
4564         (org-set-frame-title, org-show-reference)
4565         (org-unhighlight-once, org-verify-change-for-undo): New functions.
4566         (org-show-variable): Remove command.
4567         (org-add-log-maybe): New arguments STATE, FINDPOS
4568         (org-table-sort-lines): Rewrite from scratch.
4569         (org-link-search): New argument AVOID-POS.
4570         (org-print-icalendar-entries): Remove argument CATEGORY.
4571         (org-run-agenda-series): Remove argument WONDOW.
4572         (org-next-link, org-previous-link): New commands.
4573         (org-agenda-date-format): New option.
4574         (org-table-iterate): New command.
4575         (org-table-modify-formulas)
4576         (org-table-replace-in-formulas): Remove functions.
4577         (org-table-fix-formulas): New function.
4578         (org-table-insert-column, org-table-delete-column)
4579         (org-table-move-column): Use `org-table-fix-formulas'.
4580         (org-follow-gnus-link): Patch from Bastien/Leo.
4581         (org-table-current-field-formula): New function.
4582         (org-file-image-p): New function.
4583         (org-agenda-show-new-time): New function.
4584         (org-agenda-date-later): Call `org-agenda-show-new-time'.
4585         (org-with-remote-undo): New macro.
4586         (org-agenda-undo): New command.
4587         (org-verify-change-for-undo): New function.
4588         (org-time-stamp-format): New function.
4589         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4590         by user.
4591         (org-match-any-p): New function.
4592         (org-make-tags-matcher): Handle regular expressions for tag and
4593         todo matches.
4594         (org-read-date): Accept "+N" as input for a date relative to the
4595         current date.
4596         (org-remove-subtree-entries-from-agenda): New function.
4597         (org-agenda-archive, org-agenda-kill):
4598         Use `org-remove-subtree-entries-from-agenda'.
4599         (org-do-sort, org-sort-entries): New functions.
4600         (org-sort): New command.
4601         (org-table-sort-lines): Use `org-do-sort'.
4602         (org-fix-decoded-time): New function.
4603         (org-table-number-regexp): Require 0x... to identify as number
4604         in tables.
4605         (org-startup-options): New keywords for note taking.
4606         (org-upgrade-old-links): Remove function.
4607         (org-get-repeat): New function.
4608         (org-show-context): Also show siblings on current level.
4609         (org-show-siblings): New function.
4610         (org-isearch-end, org-isearch-post-command): New functions.
4611         (org-show-siblings): New option.
4612         (org-show-context): Use `org-show-siblings'.
4613         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4614         to be bound, because user may just use elisp.
4616 2007-02-24  Kim F. Storm  <storm@cua.dk>
4618         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4619         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4621 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4623         * startup.el (command-line): Also check if the abbrev file is readable.
4625 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4627         * net/tls.el (tls-certtool-program): Fix custom type.
4629         * mail/feedmail.el (feedmail-message-id-generator)
4630         (feedmail-date-generator): Fix custom types.
4632         * mail/rmail.el (rmail-message-filter): Fix custom type.
4634 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4636         * startup.el (command-line): If simple.el cannot be found, proceed
4637         with a warning message.
4639 2007-02-24  Kenichi Handa  <handa@m17n.org>
4641         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4642         case that BEG is a string.
4644 2007-02-24  Chris Moore  <dooglus@gmail.com>
4646         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4647         * pgg-pgp.el (pgg-pgp-encrypt-region):
4648         * pgg-gpg.el (pgg-gpg-encrypt-region):
4649         Check pgg-encrypt-for-me if no other recipients.
4651 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4653         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4655         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4656         shell-quote-argument.
4658 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4660         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4661         from the comint buffer instead of the temporary one.
4663 2007-02-23  David Reitter  <david.reitter@gmail.com>
4665         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4666         storing it in recentf-exclude.
4668 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4670         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4671         in splash screen.
4673 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4675         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4676         commands, for restart.
4677         (idlwave-shell-current-module): Fix handling of module name by type.
4678         (idlwave-shell-break-in): Update type handling.
4679         (idlwave-shell-bp-get): Encode type in BP structure.
4680         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4681         (idlwave-shell-module-source-query): Query routine info based on type.
4682         Fix path parsing for non-compiled files.
4683         (idlwave-shell-module-source-filter): Don't signal error in filter
4684         if no source found.
4685         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4686         filter race.
4688 2007-02-22  Kim F. Storm  <storm@cua.dk>
4690         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4691         (editable-field): Document need to put some text before the %v
4692         escape in :format string.
4694 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4696         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4697         (vc-svn-use-edit): Remove unused config var.
4698         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4700         * outline.el (hide-sublevels): Keep empty last line, if available.
4702         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4703         rather than the corresponding unicode char, to make the code
4704         more readable.
4706 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4708         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4709         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4710         (speedbar-item-info-tag-helper): Doc fixes.
4712 2007-02-19  Kenichi Handa  <handa@m17n.org>
4714         * international/mule-cmds.el (locale-language-names):
4715         Map "eo" to "Esperanto".
4717         * language/european.el ("Esperanto"): New language environment.
4719 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4721         * simple.el (kill-line): Doc fix.
4723 2007-02-17  Kim F. Storm  <storm@cua.dk>
4725         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4726         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4727         (bindat--unpack-group, bindat--pack-group):
4728         Handle vectors with optional element type.
4730 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4732         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4733         if PASSPHRASE is given.
4735 2007-02-17  Chris Moore  <dooglus@gmail.com>
4737         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4738         Recognize backups of bz2 compressed files.
4740 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4742         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4743         to nil to speed up lookup of the symbol in index nodes.
4745 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4747         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4748         Add indentation for the constants of Lisp.
4750 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * ps-print.el: Use (defvar <foo>) where applicable.
4753         (ps-print-emacs-type): Remove.
4754         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4755         (ps-frame-parameter): Align its call-convention with frame-parameter.
4756         (ps-begin-job): Adjust calls to it appropriately.
4757         (ps-setup): Don't print ps-print-emacs-type.
4758         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4759         Define in such a way that it's obvious that it's defined.
4760         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4761         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4762         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4764 2007-02-15  Alan Mackenzie  <acm@muc.de>
4766         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4767         an empty one-line C-style comment, post-position point properly.
4769 2007-02-15  Chris Moore  <dooglus@gmail.com>
4771         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4772         (isearch-lazy-highlight-new-loop): Bind it.
4773         (isearch-lazy-highlight-search): Use it.
4775         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4777 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * font-lock.el (font-lock-extend-region-wholelines):
4780         Only return non-nil if the region has really been changed.
4781         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4783 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4785         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4786         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4787         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4789 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4791         * faces.el (color-values): Revert changes to docstring from
4792         2007-01-31 and 2000-09-07.
4794         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4795         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4796         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4797         (ispell-help): Fix typos in docstring and output message.
4799 2007-02-14  Kim F. Storm  <storm@cua.dk>
4801         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4802         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4803         (grep): Fix lgrep reference.
4805         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4806         (standard-display-underline): Use make-glyph-code.
4808         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4810         * international/latin1-disp.el (latin1-display-char):
4811         Use make-glyph-code.
4813 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4815         * ehelp.el (with-electric-help, electric-help-exit)
4816         (electric-help-retain): Doc fixes.
4818         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4819         (byte-compile-file): Doc fixes.
4821 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4823         * term/mac-win.el: Change all uses of
4824         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4825         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4826         (mac-ae-get-url): Call select-frame-set-input-focus.
4827         (mac-dnd-handle-drag-n-drop-event): Don't call
4828         select-frame-set-input-focus.
4830 2007-02-13  Kenichi Handa  <handa@m17n.org>
4832         * international/characters.el: Fix documentation of category `a'.
4834 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4836         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4838 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4840         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4841         (tramp-get-remote-ln): Handle error case.
4842         Reported by Chris Moore <dooglus@gmail.com>.
4844 2007-02-11  Kim F. Storm  <storm@cua.dk>
4846         * bindings.el (ctl-x-map): Remove register compatibility bindings
4847         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4849 2007-02-11  Richard Stallman  <rms@gnu.org>
4851         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4852         in load history.
4854         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4855         condition -- don't fail to stop at endpos.
4857 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4859         * textmodes/org.el (org-agenda-get-todos)
4860         (org-agenda-get-timestamps, org-agenda-get-closed)
4861         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4862         (org-agenda-get-blocks, org-format-agenda-item)
4863         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4864         from `category' to `org-category'.
4866 2007-02-11  Kenichi Handa  <handa@m17n.org>
4868         * international/titdic-cnv.el (titdic-convert): Force files be written
4869         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4870         (miscdic-convert): Force files be written with Unix-like eol format.
4872 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4874         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4876         * calculator.el (calculator-prompt): Doc fix.
4877         (calculator-mode-map): Fix typo in menu entry.
4879 2007-02-10  Jay Belanger  <belanger@truman.edu>
4881         * calculator.el (calculator): Do more extensive checking for when
4882         3 lines should be used for the calculator.
4884 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4886         * info-look.el (info-lookup-make-completions):
4887         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4888         index nodes.
4890         * info.el (Info-fontify-maximum-menu-size): Document the effect
4891         of a nil value.
4892         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4893         non-nil before using it as size.
4895 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4897         * subr.el (insert-for-yank-1): Prevent read-only properties from
4898         interfering with text property operations.
4900         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4902         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4903         (image-type-auto-detected-p): Fail if another match is found in
4904         auto-mode-alist.
4906         * files.el (magic-mode-alist): Call image-mode instead of
4907         image-mode-maybe for autodetected images.
4909 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4911         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4912         Fix typos in docstrings.
4913         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4915 2007-02-09  Kim F. Storm  <storm@cua.dk>
4917         * emacs-lisp/float-sup.el: Remove obsolete comment.
4919 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4921         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4923 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4925         * simple.el: Revert previous change, at request of RMS:
4926         (fundamental-mode-hook): Remove.
4927         (fundamental-mode): Run after-change-major-mode-hooks manually,
4928         and don't run the now-nonexistent fundamental-mode-hook.
4930 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4932         * simple.el (fundamental-mode-hook): Declare new hook.
4933         (fundamental-mode): Run the new dedicated hook, and don't run
4934         after-change-major-mode-hooks manually anymore.
4936 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4938         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4939         added columns of chars.  Remove support for the "no-meta-info" format.
4940         Prompted by Romain Francoise <romain@orebokech.com>.
4942 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4944         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4945         (gdb-mouse-until, gdb-mouse-jump): Use it.
4947 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4949         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4950         work when there is just an assembler buffer (no source buffer).
4952 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4954         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4955         just because the diff was produced using "-p" (--show-c-function).
4957 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4959         * faces.el (frame-set-background-mode): Use `color-values' and
4960         `display-color-p', not `x-color-values' and `x-display-color-p'.
4961         (face-valid-attribute-values): Use `defined-colors' instead of
4962         `x-defined-colors'.
4964 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4966         * ps-print.el: The ps-print commands without face printing should not
4967         print background color.  Reported by Leo <sdl.web@gmail.com>.
4968         (ps-print-version): New version 6.7.3.
4969         (ps-begin-job): New arg.  Fix ps-default-background and
4970         ps-default-foreground initialization.
4971         (ps-face-attributes): Fix doc string.
4972         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4974         * printing.el: Fix ps-print link.
4976 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4978         * faces.el (face-set-after-frame-default): Compile attributes to
4979         be set by frame parameters before merging in X resources.
4981 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4983         * simple.el (blink-matching-paren-dont-ignore-comments):
4984         (blink-matching-paren-on-screen): Doc fixes.
4986 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4988         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4990 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4992         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4993         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4994         entries like `defun'.  Return nil.
4996 2007-02-05  Kim F. Storm  <storm@cua.dk>
4998         * ido.el: Doc fixes.
5000 2007-02-04  David Kastrup  <dak@gnu.org>
5002         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5003         `mpuz-allow-double-multiplicator' is non-zero, and correct
5004         calculation of `min'.
5006 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5008         * wid-edit.el (widget-default-create): Insert new text at the
5009         :from marker _after_ the marker, not before it.
5011 2007-02-04  Alan Mackenzie  <acm@muc.de>
5013         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5014         containing it is re-indented.
5016 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5018         * net/newsticker.el (newsticker--insert-image): Update docstring,
5019         and insert the image directly.
5020         (newsticker--buffer-redraw): Update docstring.
5022         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5023         Rename from define-global-minor-mode.
5025         * progmodes/cwarn.el (global-cwarn-mode):
5026         * emacs-lisp/autoload.el (make-autoload):
5027         * hi-lock.el (global-hi-lock-mode):
5028         * font-core.el (global-font-lock-mode): All callers changed.
5030 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5032         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5033         Don't copy @ignore lines into menu descriptions.
5034         (texinfo-multi-file-update): Goto the @node line before attempting
5035         to pluck the node name.
5036         (texinfo-multiple-files-update): Reverse the optional arguments'
5037         order, as per the doc string and the `interactive' form.
5039 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5041         * image-mode.el: Use autoload to avoid overriding disabled setting
5042         applied in .emacs.
5044 2007-02-03  Alan Mackenzie  <acm@muc.de>
5046         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5047         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
5048         adjacent paren groups).
5050 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5052         * progmodes/ebnf2ps.el: Doc fixes.
5053         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5055 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5057         * dired-x.el (dired-do-relsymlink): Add reference to
5058         dired-do-symlink.  Add an autoload cookie.
5060         * dired-aux.el (dired-do-symlink): Add reference to
5061         dired-do-relsymlink.
5063 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
5065         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5066         <left-fringe mouse-3>: New bindings.
5068 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
5070         * net/newsticker.el (newsticker-version): Changed to "1.10".
5071         (newsticker--set-customvar): Doc string.
5072         (newsticker-new-item-face): Doc string.
5073         (newsticker-mode): Initialize `invisibility-spec' with t.
5074         (newsticker-mode-map): Added
5075         `newsticker-mark-all-items-at-point-as-read'.
5076         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5077         (newsticker-w3m-show-inline-images): Do not call
5078         `w3m-remove-image'.
5079         (newsticker--buffer-after-w3m-insert-image): New advice for
5080         w3m-insert-image to cache images.
5081         (newsticker-next-item-same-feed): New.
5082         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5083         (newsticker-mark-all-items-of-feed-as-read): New.
5084         (newsticker-mark-all-items-at-point-as-read): Use new functions.
5085         (newsticker-mark-item-at-point-as-read): Doc string.
5086         (newsticker-mark-item-at-point-as-read): Use new functions.
5087         (newsticker--do-mark-item-at-point-as-read): New, extracted from
5088         `newsticker-mark-item-at-point-as-read'.
5089         (newsticker-hide-entry): Use (t) instead of t for invisibility.
5090         (newsticker--sentinel): Yet another xml-parser workaround.
5091         (newsticker--decode-iso8601-date): Bugfix for datestrings without
5092         days.
5093         (newsticker--buffer-do-insert-text): Fix.
5094         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5095         (newsticker--buffer-make-item-completely-visible):
5096         `switch-to-buffer' not necessary.
5098 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5100         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5101         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5102         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5103         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5104         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5106 2007-02-02  Kenichi Handa  <handa@m17n.org>
5108         * international/quail.el (quail-show-key): Fix an error message.
5110 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5112         * faces.el (set-face-underline-p, modify-face): Rename arg
5113         UNDERLINE-P to UNDERLINE (it is not a flag).
5115 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
5117         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5118         when adding gdb-speedbar-update to gdb-input-queue.
5120 2007-02-01  Kenichi Handa  <handa@m17n.org>
5122         * international/quail.el (quail-show-key): Signal an error if the
5123         current input method is not using Quail.
5125 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
5127         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5128         Trim leading whitespace in sysvar names.
5130 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5132         * faces.el (internal-find-face, internal-get-face): Doc fixes.
5134 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5136         * ido.el (ido-set-common-completion): Use `let', not `let*'.
5138 2007-01-31  Romain Francoise  <romain@orebokech.com>
5140         * comint.el: Delete extra copy of `comint-copy-old-input' added in
5141         previous change to this file.
5143 2007-01-31  Jason Rumney  <jasonr@gnu.org>
5145         * files.el (magic-mode-alist): Use image-mode-maybe rather than
5146         image-mode.
5148         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5149         interfering with attempt to set major mode from modified
5150         auto-mode-alist.
5152 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5154         * faces.el (color-values): Doc fix.
5155         (face-differs-from-default-p): Don't check :foreground twice.
5157 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
5159         * comint.el (comint-mode): Prevent non-keyword fontification by default.
5161 2007-01-31  Kenichi Handa  <handa@m17n.org>
5163         * international/quail.el (quail-store-decode-map-key): Store a
5164         translated character too.
5165         (quail-char-equal-p): New function.
5166         (quail-find-key1): Check character equality by quail-char-equal-p.
5167         (quail-decode-map-generated): New variable.
5168         (quail-find-key): Check quail-decode-map-generated and re-generate
5169         a decode map if necessary.
5171 2007-01-30  Richard Stallman  <rms@gnu.org>
5173         * tutorial.el (tutorial--detailed-help): Make the list of
5174         changed keys look nicer.
5176 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
5178         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5179         (gdb-var-delete): Use it.
5180         (gdb-var-update-handler-1): Handle value "invalid" for MI field
5181         `in_scope'.
5183 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
5185         * files.el (get-free-disk-space): Return nil for remote directories.
5187         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5188         instead of "dir".
5190 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
5192         * type-break.el (type-break-catch-up-event): New function.
5193         (type-break-demo-hanoi, type-break-demo-life)
5194         (type-break-demo-boring): Use it.
5196         * image-mode.el (image-mode): Don't automatically view as image.
5197         (image-toggle-display): Add `disabled' property.
5199 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5201         * isearchb.el (isearchb-iswitchb):
5202         * ps-print.el (ps-build-face-reference):
5203         * emacs-lisp/shadow.el (list-load-path-shadows):
5204         * eshell/esh-cmd.el (eshell-rewrite-for-command):
5205         * international/mule.el (find-auto-coding):
5206         * mail/supercite.el (sc-attrib-selection-list):
5207         * progmodes/cc-defs.el (c-emacs-features):
5208         * progmodes/cc-vars.el (c-offsets-alist):
5209         * progmodes/flymake.el
5210         (flymake-init-create-temp-source-and-master-buffer-copy):
5211         Fix typos in docstrings (some suggested by Chris Moore).
5213         * progmodes/vhdl-mode.el (vhdl-components-package-name)
5214         (vhdl-get-library-unit, vhdl-corresponding-begin)
5215         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5216         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5217         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5218         (vhdl-font-lock-match-item): Fix typos in docstrings.
5219         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5220         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5221         (vhdl-speedbar-insert-project-hierarchy):
5222         Improve argument/docstring consistency.
5224 2007-01-29  Kenichi Handa  <handa@m17n.org>
5226         * international/titdic-cnv.el (py-converter): Fix previous change.
5228 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5230         * jka-compr.el (jka-compr-partial-uncompress)
5231         (jka-compr-call-process): Rebind default-directory if it is
5232         invalid.  Suggested by Chris Moore.
5234         * comint.el (comint-insert-input): Handle situation where the
5235         selected buffer is not the clicked buffer.
5237 2007-01-29  Kenichi Handa  <handa@m17n.org>
5239         * international/ja-dic-cnv.el (skkdic-convert):
5240         Add byte-compile-disable-print-circle:t at the head.
5242         * international/titdic-cnv.el (tit-process-header):
5243         Add byte-compile-disable-print-circle:t at the head.
5244         (miscdic-convert): Likewise.
5245         (py-converter): Skip the header comments.
5247         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5248         New variable.
5249         (byte-compile-output-file-form): Bing print-circle to nil if
5250         byte-compile-output-file-form is not nil.
5251         (byte-compile-output-docform): Likewise.
5253 2007-01-28  Kim F. Storm  <storm@cua.dk>
5255         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5256         Declare earlier to avoid byte compiler warnings.
5258 2007-01-28  Markus Triska  <markus.triska@gmx.at>
5260         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5262 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
5264         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5265         (gamegrid-add-score-with-update-game-score-1): Allow local quits
5266         when calling update-game-score program.  Remove unnecessary
5267         save-excursion.
5269         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5271 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
5273         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5274         avoid compiler warning.
5275         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5276         might have values other than "true" or "false".
5278 2007-01-28  Richard Stallman  <rms@gnu.org>
5280         * textmodes/fill.el (fill-paragraph-function): Doc fix.
5281         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5283         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5285         * image.el (image-type-header-regexps): Make GIF regex more specific.
5287         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5288         Don't check `backspace'.
5289         (tutorial--find-changed-keys): Look up bindings in a temp buffer
5290         in Fundamental mode.
5292         * startup.el (fancy-splash-text, normal-splash-screen):
5293         Mention C-g.
5295         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5296         when inserting in buffer.
5298         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5299         inside the if.
5301 2007-01-27  Richard Stallman  <rms@gnu.org>
5303         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5305 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
5307         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5308         enum/union/struct/class definition.
5309         Revert change to call `forward-sexp' multiple times.
5311 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
5313         * files.el (hack-local-variables-confirm): Don't keep trying to
5314         read an event from an empty kbd macro.
5316 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5318         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5320 2007-01-27  Ben North  <ben@redfrontdoor.org>
5322         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
5323         the arg CHILDREN -> WHICH.
5325 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
5327         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5328         default-directory to a sane value when calling start-process.
5330 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5332         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5333         (ls-lisp-format-time-list): Doc fix.  Mention
5334         ls-lisp-use-localized-time-format.
5335         (ls-lisp-format-time): Use ls-lisp-format-time-list if
5336         ls-lisp-use-localized-time-format is non-nil, even if a valid
5337         locale is defined.
5339 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
5341         * jka-compr.el (jka-compr-shell): Doc fix.
5343         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5345 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5347         * ps-print.ps: Fix background height.
5348         (ps-print-version): New version 6.7.2.
5350 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
5352         * makefile.w32-in (finder-data, custom-deps): Depend on
5353         $(lisp)/loaddefs.el.
5355 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5357         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5359 2007-01-24  Miles Bader  <miles@gnu.org>
5361         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5362         (byte-compile-output-docform): Bind `print-circle' to t.
5364 2007-01-24  Kenichi Handa  <handa@m17n.org>
5366         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5367         file name of the original SKK dictionary file.
5369 2007-01-24  Kim F. Storm  <storm@cua.dk>
5371         * ido.el (ido-initial-position): New variable.
5372         (ido-read-internal): Set it if default item is specified.
5373         (ido-minibuffer-setup): Position cursor accordingly if set.
5374         (ido-edit-input): C-e moves to end of input if not already there.
5375         (ido-magic-backward-char): C-b does like M-b if prev char is /.
5376         Don't switch to buffer mode if repeating C-b at start of input.
5377         (ido-toggle-ignore): C-a only toggles ignore at start or end of
5378         input; else it moves to start of input.
5379         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5380         not at end of input, delete rest of input, rather than normal op.
5382 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5384         * emulation/viper-keym.el (viper-insert-basic-map):
5385         Delete binding for S-TAB.
5387         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5388         of message.  Activate mark.
5389         (ediff-activate-mark): Set transient-mark-mode to t.
5391         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5393 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5395         * help-fns.el (describe-variable): Don't suppress display of
5396         buffer local value when the value is "large".
5398 2007-01-22  Kim F. Storm  <storm@cua.dk>
5400         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5401         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5402         (ido-tidy): Use ido-active.
5404 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
5406         * hexl.el (hexl-mode-exit): Add missing quote.
5408 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5410         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5411         (mac-ae-keyboard-modifiers): New function.
5412         (mac-handle-toolbar-switch-mode): Use it.
5413         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
5414         if keyboard modifiers on drop contain option key.
5415         (mac-dnd-drop-data): Add optional argument `action'.
5416         (special-event-map): Remove binding for M-drag-n-drop.
5418 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
5420         * add-log.el (add-log-current-defun): Use CC Mode functions to
5421         find the beginning and end of a defun.
5423 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5425         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5426         (gdb-var-create-handler): Handle value field in GDB output of
5427         -var-create.
5428         (gdb-max-frames): New variable.
5429         (gdb-stack-buffer, gdb-frames-select): Use it.
5430         (gdb-info-stack-custom): Help user customize gdb-max-frames,
5431         if necessary.
5432         (gdb-get-frame-number): Simplify.
5434 2007-01-21  Glenn Morris  <rgm@gnu.org>
5436         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5437         Update copyrights.
5439 2007-01-21  Alan Mackenzie  <acm@muc.de>
5441         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5442         handling of K&R stuff.
5444 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5446         * textmodes/bibtex.el (bibtex-files): Fix customization type.
5448 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5450         * ps-print.el: Handle frame parameters (background and/or foreground
5451         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5452         (ps-print-version): New version 6.7.1.
5453         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5454         (ps-frame-parameter): New fun.
5455         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5456         Fix doc and customization.
5457         (ps-begin-job): Get frame parameters (background and/or foreground
5458         colors).
5459         (ps-do-despool): Ensure ps-printer-name has a valid value.
5461 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5463         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5464         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5465         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5466         mean unlimited.
5468 2007-01-20  Alan Mackenzie  <acm@muc.de>
5470         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5471         much more rigorous analysis of putative K&R regions.
5473 2007-01-20  Alan Mackenzie  <acm@muc.de>
5475         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5476         New functions.
5478 2007-01-20  Alan Mackenzie  <acm@muc.de>
5480         * progmodes/cc-align.el, progmodes/cc-cmds.el,
5481         * progmodes/cc-defs.el, progmodes/cc-engine.el,
5482         * progmodes/cc-langs.el, progmodes/cc-styles.el,
5483         * progmodes/cc-vars.el: Add my name.
5485 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5487         * files.el (find-alternate-file): Revert query message to Emacs 21
5488         version.
5490 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5492         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5493         the doc string how to use personal abbrevs without electric
5494         keywords.
5496 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5498         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5499         Fixed cursor position when toggle abbreviated display.
5501 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
5503         * t-mouse.el: Update copyright following assignment by
5504         Alessandro Rubini.
5506 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5508         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5509         (type-break-demo-boring): Call read-event instead of read-char.
5511 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
5513         * progmodes/compile.el: Add handling for makepplog.
5515 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5517         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5518         aspell dictionaries are initialized when called non-interactively.
5520 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
5522         * progmodes/compile.el (compilation-loop): New arg limit.
5523         Handle case where the first error is at point-min.
5524         (compilation-next-error): New arg to compilation-loop call.
5526 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
5528         * info.el (Info-default-dirs): Change default info dir to
5529         share/info.
5531         * paths.el (Info-default-directory-list): Ditto.
5533 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
5535         * hexl.el (hexl-before-revert-hook): New function.
5536         (hexl-mode): Use it.
5537         (hexl-after-revert-hook): Just call hexl-mode.
5538         (hexl-mode-exit): Remove before-revert-hook.
5540 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5544 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
5546         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5547         by "-" in francais7 otherchars entry.
5548         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5549         otherchars entry.
5551 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
5553         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5554         path.  Rewrite function in `cond' style for readability.
5556         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5557         (The path shortening, that is, not the rearrarangement.)
5559 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5561         * term/mac-win.el (mac-ae-quit-application): New function.
5562         (mac-apple-event-map): Bind "quit application" Apple event to it.
5564 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5567         than the program's output.
5569 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5571         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5572         (kmacro-start-macro-or-insert-counter)
5573         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5574         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5576         * longlines.el (longlines-show-hard-newlines):
5577         * ruler-mode.el (ruler-mode-ruler):
5578         * emulation/keypad.el (keypad-setup):
5579         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5580         Fix typo in docstring.
5582 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
5584         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5585         Remove redirect character ">".
5587 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
5589         * replace.el (perform-replace): Remove leftover code.
5591 2007-01-12  Richard Stallman  <rms@gnu.org>
5593         * replace.el (perform-replace): Don't clear NODENT when computing
5594         the replacement string.
5596 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5598         * net/tramp.el (tramp-handle-file-local-copy):
5599         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5600         <christopher.ian.moore@gmail.com>.
5602 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5604         * diff-mode.el (diff-sanity-check-context-hunk-half)
5605         (diff-sanity-check-hunk): New functions.
5606         (diff-find-source-location): Use'em to check the hunks are well-formed.
5608         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5609         activate undo when undo is not active.
5610         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5612 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5615         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5616         (ffap-url-at-point): Use char-classes rather than "a-z".
5618 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5620         * ediff-init.el (ediff-autostore-merges):
5621         * textmodes/fill.el (fill-region): Doc fix.
5623 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5625         * server.el (server-ensure-safe-dir): UIDs may be floats.
5627 2007-01-10  Richard Stallman  <rms@gnu.org>
5629         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5630         around calls to directory-files.
5632         * subr.el (momentary-string-display): Use save-excursion.
5634         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5635         argument, but read it as `X' does.
5637 2007-01-09  Juri Linkov  <juri@jurta.org>
5639         * info.el (Info-fontify-node): Don't hide node names of index entries.
5641         * faces.el (momentary): Change :group to basic-faces where all
5642         basic faces belong to.  Add :version.
5644 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5646         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5647         keybinding is found.
5648         (tutorial--find-changed-keys): Never treat null keybinding as a
5649         remapping.
5651 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5653         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5655 2007-01-09  Kenichi Handa  <handa@m17n.org>
5657         * international/mule-cmds.el
5658         (select-safe-coding-system-interactively): Fix message.
5660 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5662         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5663         (tramp-process-actions): Add optional parameter TIMEOUT.
5664         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5665         (tramp-open-connection-su): Add timeout of 60".
5667 2007-01-09  Richard Stallman  <rms@gnu.org>
5669         * progmodes/compile.el (compile): Doc fix.
5671 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5673         * tumme.el (tumme-display-thumb): Doc fix.
5675 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5677         * battery.el (battery-search-for-one-match-in-files):
5678         * bindings.el (mode-line-minor-mode-help):
5679         * x-dnd.el (x-dnd-types-alist):
5680         * calendar/icalendar.el (icalendar-import-buffer):
5681         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5683         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5685 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5687         * replace.el (replace-regexp): Fix typo in docstring.
5689 2007-01-07  Alan Mackenzie  <acm@muc.de>
5691         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5692         Amend doc-string and comments.
5694 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5696         * files.el (abbreviate-file-name): Doc fix.
5698 2007-01-06  Markus Triska  <triska@gmx.at>
5700         * subr.el (split-string): Remove spurious ")" from doc string.
5702 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5704         * textmodes/table.el (table--warn-incompatibility):
5705         Use display-warning instead of momentary-string-display.
5707 2007-01-05  Richard Stallman  <rms@gnu.org>
5709         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5711         * simple.el (backward-kill-word): Doc fix.
5713 2007-01-05  Romain Francoise  <romain@orebokech.com>
5715         * international/mule.el (sgml-html-meta-auto-coding-function):
5716         Ensure that the buffer contains a HTML document.
5718 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5720         * faces.el (momentary): Move here ...
5721         * subr.el (momentary): ... from here.
5723 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5725         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5726         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5727         large structures/arrays.
5729 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5731         * files.el (find-file-noselect-1, set-visited-file-name):
5732         Allow backup-enable-predicate to be nil.
5734 2007-01-04  Andreas Schwab  <schwab@suse.de>
5736         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5737         last change.
5739 2007-01-03  Richard Stallman  <rms@gnu.org>
5741         * woman.el (woman-decode-buffer): Clarify error message.
5743 2007-01-03  Alan Mackenzie  <acm@muc.de>
5745         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5747 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5749         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5751 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5755 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5757         * emulation/viper.el (viper-custom-file-name, viper-mode):
5758         Fix typos in docstrings.
5760         * subr.el (momentary-string-display): After moving point, set POS
5761         variable to it to avoid later errors once the buffer is modified.
5762         Doc fix.
5764 2007-01-02  Alan Mackenzie  <acm@muc.de>
5766         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5767         check that the "*/" is present before trying to manipulate it.
5769 2007-01-02  Richard Stallman  <rms@gnu.org>
5771         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5773         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5774         Fix format of value.
5776         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5777         Change messages accordingly.
5778         (customize-customized): Now alias.
5780 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5782         * files.el (version-control): Doc fix.
5784 2007-01-01  Alan Mackenzie  <acm@muc.de>
5786         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5787         Check the format of c-state-cache is valid for an optimisation before
5788         using it.
5790         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5791         are at a statement within a macro".  Other changes so that only
5792         the first continuation line in a macro gets the symbol
5793         `cpp-define-intro', the others getting `statement', or whatever.
5795         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5796         a string, preserve whitespace.  Add a backslash only when also in
5797         a macro.
5799         * progmodes/cc-defs.el: Correct typos.
5801         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5802         new line after an escaped EOL in a string.
5804         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5805         label when it directly follows "else", "do", ....
5807         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5808         angle brackets (as seen in "explicit specialisations" of C++
5809         templates).
5811         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5812         in the doc-string.
5814         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5815         when the comment ender looks like "=========*/" and is alone on
5816         its line.
5818         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5819         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5820         for the old name.
5822         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5823         c-\(beginning\|end\)-of-defun by default.
5825         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5826         New line-up function, for the DEFUN macro in the Emacs C sources.
5827         Only used in "gnu" style.
5829         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5830         the "gnu" style.
5832         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5833         clean-up comment-close-slash also to work when there's a comment
5834         terminator on the line.
5835         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5836         these for large arg - only take account of top level {..}, except
5837         for initial and final adjustments.  M-- C-M-[ae] now go to the
5838         right defuns when the starting point is between defuns.  They use
5839         the four new functions:
5840         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5841         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5842         support c-\(beginning\|end\)-of-defun.
5844         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5845         expressions more rigorously, to exclude bit-field specifiers from
5846         being classed as labels.
5847         (c-forward-label): When analyzing a ":" within a macro, be careful
5848         about using c-forward-syntactic-ws at the macro beginning.
5849         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5850         stmt boundary, check for "operator=", etc.
5852         * progmodes/cc-mode.el (c-postprocess-file-styles):
5853         Bind inhibit-read-only to t, around the call to
5854         c-remove-any-local-eval-or-mode-variables, so that it works on a
5855         RO file.
5857         * progmodes/cc-defs.el (c-version): Update the version number to
5858         "5.31.4".
5860 2007-01-01  Richard Stallman  <rms@gnu.org>
5862         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5863         only if we restored isearch-window-configuration.
5865 2006-12-31  Romain Francoise  <romain@orebokech.com>
5867         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5869 2006-12-31  Kim F. Storm  <storm@cua.dk>
5871         * files.el (auto-mode-case-fold): New defcustom.
5872         (set-auto-mode): If non-nil, perform second case-sensitive pass
5873         through auto-mode-alist if first pass failed.
5875 2006-12-30  Richard Stallman  <rms@gnu.org>
5877         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5879 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5881         * allout.el (allout-encrypt-string): Handle symmetric-key
5882         passphrase caching but leave keypair caching to pgg.
5884 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5886         Sync with Tramp 2.0.55.
5888         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5889         `integerp'.  `char-equal' could fail else in case of negative
5890         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5891         (top): Check for `font-lock-add-keywords' before calling; it
5892         doesn't exist under XEmacs.
5893         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5894         (tramp-completion-mode): Remove clause (not
5895         tramp-unified-filenames), because the function is called in other
5896         context too, where this check results in wrong results in the
5897         XEmacs case on Windows.
5898         (tramp-touch): UTC handling is not possible for XEmacs.
5900 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5902         * scroll-bar.el (previous-scroll-bar-mode): New variable
5903         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5904         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5906         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5908 2006-12-30  Richard Stallman  <rms@gnu.org>
5910         * files.el (make-backup-file-name-1): Precompute abs name
5911         but don't lose the relative name.
5913         * international/mule-cmds.el (select-safe-coding-system-interactively):
5914         Fix message.
5916 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5918         * files.el (backup-buffer): Show entire backup file name in msg.
5920 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5922         * image.el (image-type-header-regexps, image-type-from-data)
5923         (image-type-from-buffer, image-type-from-file-header):
5924         Revert changes from 2006-12-26.
5925         (image-type-auto-detectable): New variable.
5926         (image-type-auto-detected-p): New function.
5928         * files.el (magic-mode-alist): Detect image files with
5929         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5931 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5933         * dired.el (dired-sort-other): Move test for dired-mode...
5934         (dired-sort-set-modeline): ...to here.
5936 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5938         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5939         change.  Suggested by Stefan Monnier.
5941 2006-12-29  Kim F. Storm  <storm@cua.dk>
5943         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5944         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5946 2006-12-27  Kim F. Storm  <storm@cua.dk>
5948         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5949         so it doesn't accidentally match an fsf.org mail address.
5950         (authors-renamed-files-alist): Add tcover-*.el.
5952 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5954         * vc-arch.el (vc-arch-find-version): New function.
5956         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5957         composed of arbitrary characters (even /) in some systems.
5959 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5961         * international/mule-cmds.el (select-safe-coding-system-interactively):
5962         Improve the message in the *Warning* buffer.
5964 2006-12-27  Kim F. Storm  <storm@cua.dk>
5966         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5967         current buffer, it is ok to be first.
5969 2006-12-27  Kenichi Handa  <handa@m17n.org>
5971         * international/mule-cmds.el (select-safe-coding-system-interactively):
5972         Use face `link' for problematic chars.
5974 2006-12-27  Kenichi Handa  <handa@m17n.org>
5976         * international/mule-cmds.el (select-safe-coding-system-interactively):
5977         Improve the message in *Warning* buffer.
5979 2006-12-27  Kim F. Storm  <storm@cua.dk>
5981         * ido.el (ido-set-matches-1): Never put current buffer first if
5982         there are other matches.
5984 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5986         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5987         expressions.
5988         (gdb-var-delete): Handle duplicate names.  Print message for non
5989         root expressions.
5990         (gdb-partial-output-name): Start buffer name with a space.
5991         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5992         buffer name.
5994 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5996         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5997         last footnote when `footnote-spaced-footnotes' is nil.
5999 2006-12-26  Richard Stallman  <rms@gnu.org>
6001         * cus-edit.el (custom-browse-sort-alphabetically)
6002         (custom-buffer-sort-alphabetically)
6003         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
6005         * image.el (image-type-header-regexps): Change element format
6006         to include third item NOT-ALWAYS.
6007         (image-type-from-data): Handle new format.
6008         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
6009         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6011 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
6013         * add-log.el (add-log-current-defun): Call `forward-sexp'
6014         multiple times to pick a member function name defined as
6015         part of nested classes/namespaces.
6017 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6019         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6020         which keymap should be used to change menu.  It does not affect any
6021         existent code.
6023 2006-12-26  Richard Stallman  <rms@gnu.org>
6025         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6026         rather than for being in a minibuffer window.
6028 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
6030         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6031         locale-coding-system.
6032         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6033         LF.
6035 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
6037         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6038         (sql-mode-syntax-table): Disable double quoted strings.
6039         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6041 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6043         * startup.el (fancy-splash-last-input-event): New variable.
6044         (fancy-splash-special-event-action): New function.
6045         (fancy-splash-screens): Temporarily bind special events to it.
6046         Execute command for saved special event before exiting from
6047         recursive editing.
6049         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6050         New functions.
6051         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6052         Use mac-unread-string.
6054 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6056         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6057         an optimized comment regexp if `comment-start-skip' uses a ^.
6058         * bs.el (bs--up): Remove interactive spec.
6060 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6062         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6063         Suggested by James Cloos.
6065 2006-12-24  Kevin Ryde  <user42@zip.com.au>
6067         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6068         in March.
6069         (calendar-dst-ends): Default to first Sunday in November.
6071 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
6073         * allout.el (allout-encrypt-string): Inhibit use of agent within
6074         body of let form where encryption happens.  Acknowledge non-use of
6075         gpg-agent in docstring.
6076         (allout-toggle-subtree-encryption): Acknowledge non-use of
6077         gpg-agent in docstring.
6079 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6081         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6083 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6085         * ediff-diff.el (ediff-diff-options): Clarify docstring.
6086         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6088         * emulation/viper-cmd.el (viper-post-command-sentinel):
6089         Protect against errors in hooks.
6090         (viper-add-newline-at-eob-if-necessary): Add newline only if we
6091         actually modify buffer; ignore errors if occur.
6093 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
6095         * calendar/calendar.el (calendar-mode-map): Switch < and >.
6096         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6097         formatting.
6099 2006-12-23  Richard Stallman  <rms@gnu.org>
6101         * simple.el (delete-horizontal-space): Doc fix.
6103 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
6105         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6106         explicitly in a recursive Make, not implicitly through prerequisites,
6107         since the latter is wrong under parallel builds.
6109 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
6111         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6113 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6115         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6116         message string.
6118 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
6120         * outline.el (outline-next-visible-heading): Fix the case with a
6121         header at end-of-file with no final newline.
6123 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6125         * indent.el (tab-always-indent): Doc fix.
6127 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
6129         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6130         (Info-fontify-node): Do fontify indices.
6132         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6133         to the Emacs Lisp reference manual.
6134         (tutorial--tab-map): Remove.  All callers changed.
6135         (tutorial--find-changed-keys): New elt QUIET, used to...
6136         (tutorial--display-changes): ...ensure that warning messages are
6137         only issued once per changed key.
6138         (tutorial--remove-remarks): Delete unused code-path.
6139         (lang-strings): Remove extraneous formatting.
6140         (tutorial--save-tutorial): Prompt before saving tutorial state.
6142 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
6144         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
6145         Replace '?\ ' by '?\s' throughout.
6146         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
6147         `help' custom group.
6148         (tutorial--key-description): New function.
6149         (tutorial--display-changes): Remove redundant arg.  Scan for all
6150         key sequences to avoid false matches.  Cleanup.
6151         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6152         reduce homedir pollution.
6153         (help-with-tutorial): Call tutorial--display-changes with no arg.
6155 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
6157         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6159 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
6161         * net/tramp.el (tramp-default-method): We still need to check for
6162         `executable-find', because it is not bound under Emacs 20.
6163         (tramp-handle-file-name-completion)
6164         (tramp-completion-handle-file-name-completion): Handle optional
6165         parameter PREDICATE.
6166         (tramp-find-default-method): Add code for default values.
6168 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
6170         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6171         make gud-go send "continue".
6173 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
6175         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6176         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
6178 2006-12-19  Kim F. Storm  <storm@cua.dk>
6180         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6181         instead of global-map.
6183         * files.el (magic-mode-alist): Allow matching file type by
6184         calling a function at bob.  Check for image types by calling
6185         image-type-from-buffer.  Suggested by Juanma Barranquero.
6186         (set-auto-mode): Do it.
6188 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6190         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6191         Remove "ControlMaster" option from the other `scp*' methods.
6192         (tramp-default-method): Check for ssh-agent before setting to `scp'.
6194 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6196         * textmodes/org.el (org-mode): Show context after isearch.
6197         (org-show-siblings): New function.
6198         (org-show-context): Use `org-show-siblings'.
6200 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6203         Use syntax-ppss-toplevel-pos.
6205 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6207         * textmodes/org.el (org-current-line): Make sure that lines are
6208         counted from beginning of buffer.
6209         (org-table-copy-region, org-table-paste-rectangle): Make sure that
6210         lines are counted from beginning of buffer.
6212 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6214         * info.el (Info-build-node-completions): Signal error if tag-table
6215         marker is not found.
6217         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6219 2006-12-17  Alan Mackenzie  <acm@muc.de>
6221         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6222         speed) the case when open-paren-in-column-0-is-defun-start is nil.
6223         Based on code by Martin Rudalics.
6225         * progmodes/cc-mode.el (c-basic-common-init): Don't set
6226         open-paren-in-column-0-is-defun-start to nil any more.
6228 2006-12-17  Richard Stallman  <rms@gnu.org>
6230         * simple.el (delete-horizontal-space): Use prefix arg.
6232         * help-fns.el (describe-variable): Improve blank separator lines.
6234         * files.el (magic-mode-alist): Mark as risky.
6236         * files.el (make-backup-file-name-1):
6237         Expand backup-directory explicitly.
6239 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
6241         * net/tramp.el (tramp-default-method): Before setting to "pscp",
6242         check whether package password.el is loaded, or Pageant is running.
6244 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
6246         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6247         (icalendar--rris): First try Emacs, then XEmacs.
6248         (icalendar--convert-ical-to-diary): Doc fix.
6249         Insert newline at end of target file.
6251 2006-12-17  Kim F. Storm  <storm@cua.dk>
6253         * outline.el (outline-isearch-open-invisible-function): New defvar.
6254         (outline-flag-region): Use it if non-nil for isearch-open-invisible
6255         overlay property instead of outline-isearch-open-invisible.
6257 2006-12-16  Kim F. Storm  <storm@cua.dk>
6259         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6260         if ido-directory-too-big is set on entry.
6261         (ido-toggle-ignore, ido-completion-help): Print message while
6262         reading big directory.
6264 2006-12-15  Richard Stallman  <rms@gnu.org>
6266         * shell.el (shell): Doc fix.
6268 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6270         * emulation/edt.el (edt-xserver):
6271         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6272         to fix a problem on Cygwin.
6274         * emulation/edt.el
6275         * emulation/edt-mapper.el
6276         * emulation/edt-lk201.el
6277         * emulation/edt-pc.el
6278         * emulation/edt-vt100.el: Update maintainer's email address.
6280 2006-12-15  Simon Marshall  <simon@gnu.org>
6282         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6284 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6286         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6287         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6288         instead of mac-atsu-font-table.
6289         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6291 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
6293         * align.el (align-match-tex-pattern): Fix a rare bug which
6294         hanged Emacs.
6296 2006-12-14  Richard Stallman  <rms@gnu.org>
6298         * startup.el (use-fancy-splash-screens-p): Use frame-height
6299         instead of window-height.  Pass frame to image-size.
6301 2006-12-13  Kenichi Handa  <handa@m17n.org>
6303         * international/mule-cmds.el (set-locale-environment):
6304         Set default-sendmail-coding-system too.
6306 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
6308         * progmodes/idlw-help.el: Fix copyright notice.
6310 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6314 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6316         * subr.el (unread-command-char): Reformat obsolescence info.
6318 2006-12-11  Richard Stallman  <rms@gnu.org>
6320         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6321         about calls to cl-struct-setf-expander.
6323 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6325         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6326         (ediff-combination-pattern): Fix typo in docstring.
6328         * textmodes/refer.el (refer-find-entry): Doc fix.
6329         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6330         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6331         Fix tipos in docstrings.
6333         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6335 2006-12-10  Kim F. Storm  <storm@cua.dk>
6337         * ido.el (ido-init-completion-maps): Remap backward-kill-word
6338         instead of binding M-backspace.
6340 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
6342         * replace.el (replace-match-data, replace-match-maybe-edit):
6343         * calc/calc-aent.el (calc-eval-error):
6344         * emulation/vi.el (vi-char-argument):
6345         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6346         (c-vsemi-status-unknown-p-fn): Doc fixes.
6348 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6350         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6351         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
6353 2006-12-10  Masatake YAMATO  <jet@gyve.org>
6355         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6357 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
6359         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6361         * man.el (Man-xref-button-action): New function.  If the
6362         `Man-target-string' button property is a function, assume it
6363         accepts a position argument.
6364         (Man-abstract-xref-man-page): Use it.
6365         (Man-default-man-entry): New optional arg POS.
6367         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6368         symlink arrows read-only and non-rear-sticky.
6370 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
6372         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6373         (wdired-search-and-rename): Simplify code.
6374         (wdired-preprocess-files, wdired-preprocess-perms): Make
6375         read-only property of preceding character rear-nonsticky to
6376         avoid that it can be modified.  Put old-name and old-link
6377         properties on character preceding name and replace
6378         put-text-property by add-text-properties.
6379         (wdired-get-filename, wdired-get-previous-link): Get old-name
6380         and old-link properties from character preceding name and
6381         simplify code.
6382         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6383         (wdired-perms-to-number): Make local-map property
6384         rear-nonsticky to avoid that text following permissions may be
6385         modified.  Use add-text-properties instead of put-text-property
6386         when changing a permission bit.
6387         (wdired-change-to-dired-mode): Remove stickiness properties.
6389 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
6391         * international/mule-cmds.el (register-input-method): Doc fix.
6393 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
6395         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6397 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6399         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6400         Force buffer local defs evaluation on local variables loading.
6401         (flyspell-mode-on, flyspell-mode-off): Use it in
6402         `hack-local-variables-hook'.
6404 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
6406         * emacs-lisp/find-func.el (find-variable): Doc fix.
6408         * help-fns.el (variable-at-point): Doc fix.
6410         * w32-fns.el (w32-append-code-lines): New function.
6412 2006-12-09  Romain Francoise  <romain@orebokech.com>
6414         * comint.el (comint-insert-input): Delete obsolete comment.
6416 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6419         current frame, in case we're connected to several displays.
6421 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6423         * frame.el (other-frame): Doc fix.
6424         (set-frame-parameter): Fix typo in docstring.
6426 2006-12-07  Kim F. Storm  <storm@cua.dk>
6428         * info.el (Info-index): Strip leading colon from topic.
6430 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
6432         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6433         to pointers.
6435 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
6437         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6438         Trim out spurious class inheritance "None" entries.
6440 2006-12-05  Kim F. Storm  <storm@cua.dk>
6442         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6443         (cua-paste-pop): Rework last change for
6444         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6445         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6446         text inserted by the last M-y command.
6448 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6450         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6451         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6453         * shell.el (shell): Search the start file in ~/.emacs.d as
6454         `init_SHELLNAME.sh' instead.
6456 2006-12-05  Glenn Morris  <rgm@gnu.org>
6458         * progmodes/cperl-mode.el (cperl-mode)
6459         * progmodes/f90.el (f90-mode-abbrev-table)
6460         * progmodes/fortran.el (fortran-mode-abbrev-table)
6461         * progmodes/octave-mod.el (octave-abbrev-table)
6462         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6463         if abbrev-table is non-nil (saved user abbrevs may have been restored).
6465         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6466         clear abbrev table, else saved abbrevs will not be restored.
6468 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6470         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6471         the call to `make-obsolete-variable', not in the docstring.
6473 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
6475         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6477 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6479         * progmodes/ebnf-abn.el:
6480         * progmodes/ebnf-bnf.el:
6481         * progmodes/ebnf-dtd.el:
6482         * progmodes/ebnf-ebx.el:
6483         * progmodes/ebnf-iso.el:
6484         * progmodes/ebnf-otz.el:
6485         * progmodes/ebnf-yac.el:
6486         * progmodes/ebnf2ps.el:
6487         * delim-col.el:
6488         * printing.el:
6489         * ps-bdf.el:
6490         * ps-mule.el:
6491         * ps-print.el: Remove 'Time-stamp' comment mark.
6493         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6494         'easy-menu-add-item' when called in Emacs 21 or higher.
6496 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
6498         * progmodes/ada-xref.el (ada-check-current): Doc fix.
6499         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
6501 2006-12-04  Kim F. Storm  <storm@cua.dk>
6503         * bindings.el (global-map): Bind [signal t] to ignore, to have
6504         user signals ignored by default.
6506 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6508         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6509         Unicode data file pointed to by `describe-char-unicodedata-file'.
6511 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6514         O(n^2) regexp-search by anchoring the search.
6516 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6518         * whitespace.el (whitespace-cleanup-internal): Use current
6519         argument for recursive call.
6521 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
6523         * net/tramp.el (tramp-methods): Add "ControlPath" and
6524         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
6525         Andreas Schwab <schwab@suse.de>.
6526         (tramp-do-copy-or-rename-file-out-of-band)
6527         (tramp-open-connection-rsh): Compute format spec for ?t.
6528         (tramp-process-actions): Trace command parameters.
6530 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6532         * simple.el (toggle-truncate-lines): Clarify doc string.
6534         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6535         (gdb-speedbar-expand-node): Use it.
6537 2006-12-04  Richard Stallman  <rms@gnu.org>
6539         * progmodes/python.el (python-indent): Add safe-local-variable prop.
6541         * dired.el (dired-revert): Turn off dired-after-readin-hook
6542         around call to dired-readin.
6544         * menu-bar.el (menu-bar-make-toggle): Add "globally"
6545         to echo area messages.
6546         <indicate-empty-lines, case-fold-search>:
6547         Add "globally" to Help string.
6548         <case-fold-search>: MESSAGE arg need not say "globally".
6549         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6551 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
6553         * outline.el (outline-end-of-subtree): Don't leave an empty
6554         line hidden as we would a real next heading.
6556 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
6558         * allout.el (allout-ascend): Add an optional argument to preserve
6559         original position of point when unsuccessful.  Also, fix a
6560         docstring error.
6561         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6562         work again, using allout-ascend's new option.
6563         (allout-setup-mode-map): Extract from allout-mode to initialize
6564         allout-mode-map.  Call it on file load, so the mode docstring
6565         substitutions work even if allout mode has not yet been invoked.
6566         (allout-mode): Use new allout-setup-mode-map to track any keybinding
6567         customizations since the map was last processed.  Also, refine the
6568         docstring so it's ship-shape for release.
6569         (allout-default-layout, allout-beginning-of-line-cycles)
6570         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6571         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6572         (allout-version, allout-layout, allout-infer-body-reindent)
6573         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6574         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6575         (allout-previous-heading, allout-goto-prefix-doublechecked)
6576         (allout-current-bullet-pos, allout-next-sibling-leap)
6577         (allout-pre-command-business, allout-encrypted-type-prefix)
6578         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6579         (allout-rebullet-topic, allout-rebullet-topic-grunt)
6580         (allout-flag-region, allout-expose-topic, allout-expose-topic)
6581         (allout-old-expose-topic, allout-listify-exposed)
6582         (allout-process-exposed, allout-latex-verb-quote)
6583         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6584         (allout-toggle-current-subtree-encryption)
6585         (allout-toggle-subtree-encryption, allout-bullet-isearch):
6586         Remove extraneous open-paren and close paren string escapes.
6588 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
6590         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6591         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6592         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6593         Fix typos in docstrings.
6595 2006-12-03  Glenn Morris  <rgm@gnu.org>
6597         * progmodes/cc-align.el
6598         * progmodes/cc-awk.el
6599         * progmodes/cc-cmds.el
6600         * progmodes/cc-compat.el
6601         * progmodes/cc-defs.el
6602         * progmodes/cc-engine.el
6603         * progmodes/cc-langs.el
6604         * progmodes/cc-menus.el
6605         * progmodes/cc-mode.el
6606         * progmodes/cc-styles.el
6607         * progmodes/cc-vars.el
6608         * progmodes/vhdl-mode.el: Fix Copyright format.
6610 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6612         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6613         initial down event.
6615 2006-12-02  Kim F. Storm  <storm@cua.dk>
6617         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6618         (cua-repeat-replace-region): Make M-v more robust.
6619         (cua-paste-pop-rotate-temporarily): New defcustom.
6620         (cua-paste-pop): Use it.
6621         (cua-auto-mark-last-change): New defcustom.
6622         (cua-pop-to-last-change): New helper function.
6623         (cua-set-mark): Use them.
6625 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6627         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6628         mini-buffer message.
6630 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6632         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6634 2006-12-01  Ben North  <ben@redfrontdoor.org>
6636         * paren.el: Fix the highlight overlay extension when the user types a
6637         sequence of char very fast just before the open parenthesis.
6639 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6641         * ps-mule.el: Eliminate Emacs 20 compatibility.
6643         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6644         (ps-print-version): New version 6.7.
6645         (ps-print-quote): Replace '?\ ' by '?\s'.
6647 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6649         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6650         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6651         (hexl-end-of-1k-page): Doc fixes.
6652         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6653         Fix typos in docstrings.
6655 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6657         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6658         locally, i.e. without using file name handlers.
6659         (ido-read-internal): Allow mono letter host names, avoiding the
6660         `c:' problem by testing if the file exists locally.
6661         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6663 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6665         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6666         to avoid bytecomp warnings.
6667         (hexl-mode-old-ruler-function): New variable.
6668         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6669         and `hl-line-range-function' after `require' hl-line.
6670         Then bind `hl-line-range-function' and `hl-line-face'.
6671         Don't require frame.  Don't use `with-no-warnings'.
6672         (hexl-activate-ruler): Store the original value of
6673         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6674         (hexl-mode-exit): Restore the original value of
6675         `ruler-mode-ruler-function'.
6677 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6679         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6680         (hexl-mode-old-hl-line-face): New variable.
6681         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6682         line when exit from the hexl-mode.
6684 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6686         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6687         Doc fixes.
6689         * international/fontset.el (create-fontset-from-ascii-font)
6690         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6691         (fontset-name-p): Fix typo in docstring.
6693         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6695 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6697         * ps-bdf.el: Fix maintainer email.
6699         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6700         compatibility.
6702         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6703         21 compatibility.
6704         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6705         Emacs 20 & 21.
6707 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6709         * progmodes/idlwave.el (idlwave-auto-fill):
6710         Remove paragraph-start let to prevent auto-fill giving up.
6712 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6714         * vt100-led.el (led-state): Fix typo in previous change.
6716 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6718         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6719         Fix interactive spec of the functions getting defined to make them
6720         work as documented.
6722 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6724         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6726 2006-11-28  Kim F. Storm  <storm@cua.dk>
6728         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6729         icomplete-mode is enabled.
6731 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6733         * textmodes/org.el (require): Require gnus-sum during compilation
6734         to avoid problem with a macro call.
6736 2006-11-28  Glenn Morris  <rgm@gnu.org>
6738         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6740         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6741         (fortran-window-create-momentarily): Do not need string-to-char.
6743 2006-11-28  Richard Stallman  <rms@gnu.org>
6745         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6746         Replace incorrect use of assoc-default with a loop.
6748         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6750         * simple.el (next-error-find-buffer): Improve messages.
6752         * files.el (revert-buffer): Special error message if file
6753         is now not readable.
6755         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6756         constructed commands.
6758         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6759         in INSIDE_EMACS.
6761 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6765         * server.el: Remove spurious * in docstrings.
6766         (server-process-filter): Exit from recursive editing before processing
6767         a new request.
6769 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6771         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6772         line so hidden blocks will be correctly identified.
6774 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6776         * ledit.el (ledit-save-defun, ledit-mode):
6777         * resume.el (resume-emacs-args-buffer):
6778         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6779         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6780         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6781         (command-send-input, command-kill-line):
6782         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6784         * autoarg.el (autoarg-kp-mode): Doc fix.
6786         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6787         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6788         (check-emacs-lock): Doc fix.  Simplify.
6790         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6791         (iimage-mode-buffer): Fix typos in docstring.
6793         * misc.el (zap-up-to-char): Doc fix.
6795         * time-stamp.el: Fix comment and obsolescence string for old
6796         functions.  Use `dolist' instead of `while'.
6798         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6800         * disp-table.el (standard-display-8bit, standard-display-default):
6801         * ebuff-menu.el (electric-buffer-list):
6802         * ehelp.el (electric-help-command-loop):
6803         * font-core.el (font-lock-mode):
6804         * help-macro.el (make-help-screen):
6805         * help.el (describe-minor-mode-completion-table-for-indicator)
6806         (lookup-minor-mode-from-indicator):
6807         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6808         * info-look.el (info-lookup-guess-custom-symbol):
6809         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6810         * longlines.el (longlines-wrap-line):
6811         * macros.el (insert-kbd-macro):
6812         * menu-bar.el (menu-bar-update-buffers):
6813         * misc.el (copy-from-above-command):
6814         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6815         * newcomment.el (comment-indent):
6816         * novice.el (disabled-command-function):
6817         * sort.el (sort-fields-syntax-table):
6818         * subr.el (momentary-string-display):
6819         * tar-mode.el (tar-header-block-summarize)
6820         (tar-clear-modification-flags):
6821         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6822         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6823         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6824         (te-delete-char, te-down-vertically-or-scroll):
6825         * time-stamp.el (time-stamp-string-preprocess):
6826         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6828 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6830         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6831         in GUD mode.
6833         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6834         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6836 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6838         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6840 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6842         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6843         (ada-compile-goto-error): Adapt to new argument profile of
6844         compilation-goto-locus in Emacs 22.  Don't check if the various
6845         compile functions are defined; we already do "(require 'compile)".
6847 2006-11-26  Kim F. Storm  <storm@cua.dk>
6849         * kmacro.el: Fix commentary.
6851 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6853         * progmodes/gud.el (gdb): Explain how to run in text command mode
6854         more clearly.  Say in error message that multiple debugging
6855         requires restarting GDB.
6857 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6859         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6861 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6863         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6864         (flymake-popup-menu): Use it instead of posn-at-point.
6866 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6868         * progmodes/cc-vars.el (c-backslash-column):
6869         Mention c-backslash-max-column in documentation for c-backslash-column.
6871 2006-11-24  Lars Hansen  <larsh@soem.dk>
6873         * net/tramp.el (tramp-default-method): Under Windows, change from
6874         plink to pscp.
6875         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6876         (tramp-actions-copy-out-of-band):
6877         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6878         (tramp-action-out-of-band): Move "Permission denied" handling to
6879         tramp-action-copy-failed.
6880         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6881         process buffer.
6883 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6886         strings to a single string.  Quote `errors-file-name'.
6887         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6888         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6889         Adjust calls.  Use `shell-quote-argument'.
6891         * international/mule.el (load-with-code-conversion)
6892         (with-category-table): Use with-current-buffer.
6893         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6895 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6897         * mail/smtpmail.el (smtpmail-send-it):
6898         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6899         MIME header for the message encoding.
6900         Bind coding-system-for-write around the call to mail-do-fcc.
6901         Use smtpmail-code-conv-from to encode queued mail messages.
6903 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6905         * tabify.el (tabify-regexp): Doc fix.
6907         * net/rcirc.el (rcirc-buffer-maximum-lines):
6908         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6910         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6911         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6912         Fix typos in output messages.
6913         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6915 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6918         the horse's mouth.
6919         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6921 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6923         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6924         Remove condition-case.
6926 2006-11-23  Glenn Morris  <rgm@gnu.org>
6928         * progmodes/f90.el (f90-comment-indent): Do not move point in
6929         default case.
6931 2006-11-21  Romain Francoise  <romain@orebokech.com>
6933         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6934         from library name (reverts change of 2005-10-25).
6936 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6938         * tutorial.el (tutorial--default-keys): Add newline and
6939         delete-backward-char bindings.
6940         (tutorial--detailed-help): Save excursion when finding keys.
6941         Correct warning string for M-x FOO case.
6942         (tutorial--display-changes): Print special keys in tutorial style.
6943         Tweak search regexp for changed keys.
6945 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6947         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6948         redundant scheme.
6950 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6952         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6953         are new to the list at IANA.  Also added irc, mms, mmsh.
6955 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6957         * progmodes/idlw-help.el (idlwave-html-help-location):
6958         Fail gracefully for missing help packages.
6959         (idlwave-help-assistant-open-link): Open full links.
6960         (idlwave-help-assistant-help-with-topic): Direct help link.
6962         * progmodes/idlwave.el (idlwave-mode):
6963         Set add-log-current-defun-function.
6964         (idlwave-current-routine-fullname): Add, to support add-log.
6965         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6966         to reflect improvements to xml-parse-file.
6967         (idlwave-mode-menu-def): New binding for help-with-topic.
6969         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6970         Handle extra newlines and spaces.
6971         (idlwave-shell-mode-map): Add help-with-topic.
6973 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6975         * tutorial.el (tutorial-warning-face): New face.
6976         (tutorial--detailed-help, tutorial--display-changes): Use it.
6977         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6978         Improve search pattern for occurrences of changed keys.
6980 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6982         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6983         (x-select-text): Set it.
6984         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6985         when checking for newness.
6987 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6989         * subr.el (posn-image):
6990         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6992         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6994 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6996         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6997         Exceptions to the rule "add a space between an identifier and an
6998         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6999         (glasses-parenthesis-exception-p): New.  Check if the region is an
7000         exception regarding to that.
7001         (glasses-make-readable): Use it.
7002         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
7003         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7005 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
7007         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7009 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
7011         * progmodes/ada-mode.el (ada-make-body): Fix typo.
7013         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7014         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
7016 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
7018         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7019         conditions for function or variable bindings.
7021         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7023         * progmodes/compile.el (compilation-start): Ditto.
7025 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
7027         * net/tramp.el (top): cl and custom are always required.
7029 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7031         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7032         cut-buffers with next-selection-coding-system if not nil.
7034 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
7036         * textmodes/org.el (org-fix-decoded-time): New function.
7037         (org-display-custom-time): Use `org-fix-decoded-time'.
7039 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
7041         * menu-bar.el (menu-bar-games-menu): Remove yow.
7043 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
7045         * textmodes/org.el (org-scan-tags): Re-align code fixed.
7046         (org-detach-overlay): Rename from `org-detatch-overlay'.
7047         (org-table-convert-region): Insert space after column separator.
7048         (org-agenda-kill): New command.
7049         (org-metaleft): Call `org-outdent-item' on bullets.
7050         (org-metaright): Call `org-indent-item' on bullets.
7051         (org-timestamp-change): Set `org-last-changed-timestamp'.
7052         (org-current-line): Make sure (bolp) returns correct result.
7053         (org-agenda-change-all-lines): Make sure TODO are highlighted.
7055 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7059 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
7061         * mouse.el (global-map): Change 2006-08-16 fix to call
7062         mouse-yank-at-click explicitly, since mouse events are not carried
7063         over into keyboard macros.
7065 2006-11-16  Kim F. Storm  <storm@cua.dk>
7067         * ido.el (ido-file-internal): Use current buffer's file name as default
7068         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
7070 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
7072         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7073         (allout-inhibit-aberrance-doublecheck): Rename from
7074         allout-during-yank-processing.  All callers changed.
7075         (allout-ascend): Provide for unusual case where some topic after
7076         the first in file is at lower depth than the first.
7077         (allout-shift-in): Ensure the offspring of the new containing
7078         topic are exposed.
7079         (allout-encrypt-string): Preserve the coding-system of the text,
7080         according to that of the containing buffer.
7081         (allout-toggle-subtree-encryption): When the text being encrypted
7082         requires a different coding system, offer to preserve the coding
7083         system using a file local var.
7085 2006-11-15  Simon Marshall  <simon@gnu.org>
7087         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7088         to recognise "T t()" as a function declaration, rather than a
7089         variable instantiation, iff at the top-level or inside a class
7090         declaration.  Suggested by Feng Li <fengli@gmail.com>.
7092 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
7094         * progmodes/ada-xref.el (ada-parse-prj-file):
7095         Don't delete project buffer; user may want to edit it.
7096         (ada-xref-set-project-field, ada-xref-current-project-file)
7097         (ada-xref-current-project, ada-show-current-project)
7098         (ada-set-main-compile-application): New functions.
7099         (ada-xref-get-project-field, ada-require-project-file):
7100         Normalize use of ada-prj-default-project-file.
7101         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7102         Normalize use of ada-require-project-file.
7103         (ada-prj-find-prj-file): Improve doc string, comments.
7105         * progmodes/ada-mode.el (ada-mode-version): Bump version.
7106         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7107         (ada-create-menu): Add ada-set-main-compile-application,
7108         ada-show-current-main, ada-show-current-project.
7110 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7112         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7113         (inferior-python-mode): Use it.
7115 2006-11-14  Andreas Schwab  <schwab@suse.de>
7117         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7119 2006-11-13  Kim F. Storm  <storm@cua.dk>
7121         * ido.el (ido-copy-current-word): C-o copies region if active.
7123 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7125         * textmodes/org.el (org-emph-face): Fix typo in variable name.
7127 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
7129         * ediff.el (ediff-revision):
7130         * files.el (set-visited-file-name):
7131         * mail/rmailout.el (rmail-output-body-to-file):
7132         Use `format', not `message', in `y-or-n-p' call.
7134 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7136         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7137         (org-metaright): Call `org-indent-item' on bullets.
7138         (org-timestamp-change): Set `org-last-changed-timestamp'.
7139         (org-current-line): Make sure (bolp) returns correct result.
7140         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7142 2006-11-12  Richard Stallman  <rms@gnu.org>
7144         * language/european.el (turkish-case-conversion-enable)
7145         (turkish-case-conversion-disable): New functions.
7146         ("Turkish" lang env): Use them.
7148         * international/characters.el (case table):
7149         Do nothing special for i and I.
7151         * subr.el (remove-overlays): Fix last change.
7153         * cus-edit.el (custom-save-all): Use find-file-visit-truename
7154         for visiting the custom file.
7156 2006-11-12  Markus Triska  <triska@gmx.at>
7158         * play/handwrite.el (handwrite): Also process lines not ending
7159         with newline.  Replace some position-fiddling with different
7160         logic.  Improve performance.
7162 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
7164         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7165         replacing deleted variable `ada-check-switch'.
7166         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7167         (ada-xref-project-files): Improve doc string.
7168         (ada-find-executable): New function.
7169         (ada-initialize-runtime-library): Use `ada-find-executable'.
7170         (ada-xref-set-default-prj-values): In compile commands, don't need
7171         `ada-cd-command'; `compile' does that more portably.
7172         Use ada-prj-default-check-cmd.
7173         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7174         properties if not specified in project file.
7175         (ada-goto-declaration): Display useful message for new error
7176         'error-file-not-found.
7177         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7178         'error-file-not-found.
7179         (ada-get-all-references): Match latest ali syntax.  Signal new
7180         error 'error-file-not-found.
7181         (ada-find-in-ali): Match latest ali syntax.
7182         (ada-make-filename-from-adaname): Handle different semantics of
7183         gnatkr in GNAT 3.15p vs later.
7185         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7186         ada-procedure-start-regexp.
7187         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7189         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7190         with defvar.
7191         (ada-language-version): Rename ada05 -> ada2005.
7192         (ada-align-region-separate): Add `eval-when-compile'.
7193         (ada-name-regexp): Remove unneeded escapes in regexp character
7194         alternative.
7195         (ada-compile-goto-error-file-linenr-re): New constant.
7196         (ada-matching-start-re): Handle additional cases `declare',
7197         `procedure', `function'.
7198         (ada-compile-goto-error): Handle "... at line nn".
7199         (ada-mode): Clearer syntax, comments for ff-special-constructs.
7200         Delete support for old versions of `align'.
7201         (ada-search-prev-end-stmt): Handle additional keyword `private'.
7202         (ada-check-defun-name): Simplify handling of `declare'.
7203         (ada-goto-matching-start): Handle nested `begin ... end'.
7204         Handle `declare', `protected', `procedure', `function'.
7205         (ada-create-menu): Presence of arm95 is not conditional on using
7206         GNAT compiler.
7208 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
7210         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7211         nil in the *RE-Builder* buffer (it causes spurious error messages).
7213         * server.el (server-visit-files): If `minibuffer-auto-raise' has
7214         been set to t, respect it.
7216 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
7218         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7219         Delete commented out code for old Emacs versions.  Autoloading of
7220         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7221         (ada-mode-version): Bump version number.
7222         (ada-95-string-keywords, ada-2005-string-keywords)
7223         (ada-2005-keywords, ada-name-regexp): New constant.
7224         (ada-language-version, ada-procedure-start-regexp, ada-mode)
7225         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7226         (ada-package-start-regexp): Support private packages, include package
7227         name (for ada-set-point-accordingly).
7228         (ada-next-procedure, ada-previous-procedure)
7229         (ada-which-function-are-we-in): Match changes to
7230         ada-procedure-start-regexp.
7231         (ada-make-body): Make non-interactive; not a user function.
7232         (ada-make-subprogram-body): Improve doc string.
7234 2006-11-11  Romain Francoise  <romain@orebokech.com>
7236         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7237         `compilation-error-regexp-alist' buffer-local, since we changed
7238         `compilation-error-regexp-alist-alist' locally.
7240 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
7242         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7243         to the value of `server-raise-frame'.
7245 2006-11-11  Glenn Morris  <rgm@gnu.org>
7247         * ido.el (ido-enable-prefix)
7248         * ses.el (ses-call-printer-return)
7249         * net/tramp.el (tramp-unified-filenames)
7250         * progmodes/cc-align.el (c-lineup-string-cont)
7251         * progmodes/compile.el (compilation-directory-matcher)
7252         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7253         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7254         (vhdl-clock-rising-edge)
7255         * textmodes/org.el (org-export-with-timestamps)
7256         (org-export-remove-timestamps-from-toc)
7257         (org-export-with-tags): Improve previous doc fixes.
7259 2006-11-11  Richard Stallman  <rms@gnu.org>
7261         * textmodes/flyspell.el (flyspell-mode-map):
7262         Bind C-c $ instead of M-RET.
7264 2006-11-10  Simon Marshall  <simon@gnu.org>
7266         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7267         fontification for "case" and "default" keywords.
7269 2006-11-10  Andreas Schwab  <schwab@suse.de>
7271         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7272         Avoid starting sentence with "nil".
7274 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7276         * server.el (server-raise-frame): New option.
7277         (server-switch-buffer): Use it.
7279 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
7281         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7282         with a capital.
7284 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
7286         * textmodes/org.el (org-show-hierarchy-above)
7287         (org-show-following-heading): Fix typo in default value.
7288         (org-scan-tags): Make the search case-sensitive.
7289         (org-tags-sparse-tree): Don't overrule
7290         `org-show-following-heading' and `org-show-hierarchy-above'.
7291         (org-reveal): New command.
7292         (org-show-context): Rename from `org-show-hierarchy-above'.
7293         (org-fast-tag-selection-single-key): New option.
7294         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7295         (org-tags-overlay): New variable.
7296         (org-agenda-todo-ignore-deadlines): New option.
7297         ("session"): Add circular data structure `org-mark-ring' to
7298         exceptions list in session.el.
7299         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7300         New options.
7301         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7302         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7303         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7304         (org-finalize-agenda): Activate bracket links in agenda.
7305         (org-at-timestamp-p, org-at-date-range-p): Additional argument
7306         INACTIVE-OK.
7307         (org-show-hierarchy-above, org-show-following-heading):
7308         List values allowed for fine-tuned configuration.
7309         (org-show-hierarchy-above): New argument CONTEXT, use the
7310         fine-tuned settings in `org-show-hierarchy-above' and
7311         `org-show-following-heading'.
7312         (org-display-custom-time): New function.
7313         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7314         (org-display-custom-times, org-time-stamp-custom-formats):
7315         (org-maybe-intangible): New macro.
7316         (org-activate-bracket-links, org-hide-wide-columns):
7317         Use `org-maybe-intangible'.
7318         (org-open-file): Use `shell-quote-argument'.
7319         (org-display-internal-link-with-indirect-buffer): New option.
7320         (org-file-remote-p): Get regexp from list.
7321         (org-link-expand-abbrev): New function.
7322         (org-link-abbrev-alist): New option.
7323         (org-open-at-point, org-cleaned-string-for-export):
7324         Call `org-link-expand-abbrev'.
7325         (org-timeline, org-agenda-list, org-todo-list)
7326         (org-tags-view): Remove the KEEP-MODES argument.
7327         (org-finalize-agenda-hook): New hook.
7328         (org-get-alist-option): New function.
7329         (org-follow-timestamp-link): New function.
7330         (org-open-at-point): Call `org-follow-timestamp-link'.
7331         (org-log-note-marker, org-log-note-purpose)
7332         (org-log-note-window-configuration): New variables.
7333         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7334         (org-log-note-headings): New option.
7335         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7336         (org-store-link): Support for dired-mode.
7337         (org-open-file): Substitute environment variables into filename.
7338         (org-last): New defsubst.
7339         (org-agenda-re-align-tags): New function.
7340         (org-agenda-align-tags-to-column): New option.
7341         (org-agenda-timeline): Group removed.
7342         (org-prepare-agenda, org-prepare-agenda-buffers)
7343         (org-run-agenda-series, org-timeline, org-agenda-list)
7344         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7345         the text property inticating the agenda type.
7346         (org-agenda-post-command-hook): Get agenda type from text property
7347         at point.
7348         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
7349         and obey `org-agenda-overriding-arguments'.
7350         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7351         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7352         (org-agenda-week-view, org-agenda-day-view):
7353         Use `org-agenda-overriding-arguments' to make updating work with
7354         multi-block agendas.
7355         (org-agenda-prefix-format): Allow different formats for the
7356         different agenda entry types.
7357         (org-timeline-prefix-format): Option removed, use
7358         `org-agenda-prefix-format' instead.
7359         (org-prepare-agenda): New function.
7360         (org-select-timeline-window): Option removed, use
7361         `org-select-agenda-window' instead.
7362         (org-respect-restriction): Variable removed.
7363         (org-cmp-tag): New function.
7364         (org-agenda-sorting-strategy, org-entries-lessp):
7365         Implement sorting by last tag.
7366         (org-complete): Better completion in in-buffer option lines.
7367         (org-in-item-p): New function.
7368         (org-org-menu): Add entries for checkboxes.
7369         (org-cycle): Extra brouping in outline-regexp, because it is used
7370         in a search with "^" prepended.
7371         (org-provide-checkbox-statistics): New option.
7372         (org-set-font-lock-defaults): Highlight checkbox statistics.
7373         (org-update-checkbox-count-maybe)
7374         (org-get-checkbox-statistics-face): New functions.
7375         (org-update-checkbox-count): New command.
7376         (org-insert-item, org-toggle-checkbox):
7377         Call `org-update-checkbox-count-maybe'.
7378         (org-export-as-html): XEmacs compatibility for coding system.
7379         (org-force-cycle-archived): New command.
7380         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7381         overrules cycling.
7382         (org-fix-position-after-promote): If the line contains only a todo
7383         keyword, add a final space.
7384         (org-promote-subtree, org-demote-subtree):
7385         Call `org-fix-position-after-promote'.
7387 2006-11-10  Glenn Morris  <rgm@gnu.org>
7389         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7390         date in every year.
7391         (calendar-dst-check-each-year-flag): New customizable variable.
7392         (calendar-dst-find-data): New function, extracted from
7393         calendar-current-time-zone.
7394         (calendar-current-time-zone): Use calendar-dst-find-data.
7395         (calendar-dst-transition-cache): New variable.
7396         (calendar-dst-find-startend, calendar-dst-starts)
7397         (calendar-dst-ends): New functions.
7398         (calendar-daylight-savings-starts)
7399         (calendar-daylight-savings-ends): Change value to use
7400         calendar-dst-starts, calendar-dst-ends; respectively.
7402         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7404         * ido.el (ido-enable-prefix)
7405         * ses.el (ses-call-printer-return)
7406         * net/tramp.el (tramp-unified-filenames)
7407         * progmodes/cc-align.el (c-lineup-string-cont)
7408         * progmodes/compile.el (compilation-directory-matcher)
7409         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7410         * progmodes/gdb-ui.el (gdb-many-windows)
7411         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7412         (vhdl-clock-rising-edge)
7413         * textmodes/org.el (org-export-with-timestamps)
7414         (org-export-remove-timestamps-from-toc, org-export-with-tags)
7415         (org-read-date): Doc fix (Nil -> nil).
7417 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7419         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7420         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7422 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7424         * bs.el (bs--window-for-buffer): Remove.
7425         (bs--show-with-configuration): Use `get-window-with-predicate'
7426         instead of `bs--window-for-buffer'.
7428 2006-11-10  Kenichi Handa  <handa@m17n.org>
7430         * files.el (revert-buffer): Fix previous change.
7432 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
7434         * bs.el (bs--redisplay): Fix typo in docstring.
7435         (bs--window-config-coming-from): Make frame-local.
7436         (bs--restore-window-config): New function.
7437         (bs-kill, bs-select, bs-select-other-window)
7438         (bs-select-other-frame): Use it.
7439         (bs--window-for-buffer): Return as soon as a matching buffer is found.
7440         (bs--show-with-configuration): Save the window configuration as a
7441         frame local var, and only if *buffer-selection* is not already
7442         visible on this frame.
7444 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
7446         * vc-svn.el (vc-svn-admin-directory): New var.
7447         (vc-svn-registered, vc-svn-responsible-p)
7448         (vc-svn-repository-hostname): Use it.
7449         Suggested by arit93@yahoo.com.
7451 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7453         * ldefs-boot.el: Regenerate.
7455 2006-11-08  Alan Mackenzie  <acm@muc.de>
7457         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7458         case (eq open-paren-in-column-0-is-defun-start nil) by searching
7459         for least nested open-paren.
7461 2006-11-08  Romain Francoise  <romain@orebokech.com>
7463         * subr.el (remove-overlays): Fix typo in last change.
7465 2006-11-08  Richard Stallman  <rms@gnu.org>
7467         * subr.el (remove-overlays): Call overlay-recenter.
7469 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7471         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7472         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7473         behaviour.
7474         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7475         directly.
7477 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7479         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7480         (ido-max-dir-file-cache, ido-decorations)
7481         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7482         (ido-magic-backward-char, ido-enter-dired)
7483         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7484         (ido-list-directory, ido-first-match, ido-only-match)
7485         (ido-subdir, ido-indicator): Fix typos in docstrings.
7486         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7487         (ido-read-internal): Fix typo in error message.
7489 2006-11-08  Kenichi Handa  <handa@m17n.org>
7491         * international/mule-cmds.el (set-default-coding-systems):
7492         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7494 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7496         * makefile.w32-in (setwins): Remove.
7497         (WINS_ALMOST): New macro.
7498         (WINS): Use it.
7499         (autoloads): Don't extract autoloads from files in obsolete/.
7501 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
7503         * whitespace.el (whitespace-buffer): Call remove-overlays after
7504         overlay-recenter for performance.  Suggested by Martin Rudalics.
7506 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7508         * net/tramp.el (tramp-default-method): scp is the default method.
7510 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
7512         * server.el (server-start): Save also the Emacs pid in the server file.
7514 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
7516         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7517         point when displaying a bibtex cross reference in the echo area.
7519 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7521         * international/mule.el (make-char): Fix typo in docstring.
7522         (load-with-code-conversion, charsetp): Doc fixes.
7524         * international/ja-dic-cnv.el (skkdic-convert):
7525         * cus-edit.el (hook): Fix typo in docstring.
7527 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7529         * cus-edit.el (custom-mode-map): Move defvar above code using it.
7530         (custom-mode-link-map): New variable.
7531         (custom-group-link, custom-manual): Use follow-link.
7533 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7535         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7536         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
7538 2006-11-06  Richard Stallman  <rms@gnu.org>
7540         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7541         New function broken out of flyspell-correct-word.
7542         (flyspell-mode-map): Bind it to M-RET.
7543         (flyspell-correct-word): Call it.
7545         * textmodes/fill.el (fill-minibuffer-function): New function.
7546         (fill-paragraph): Bind fill-paragraph-function to
7547         fill-minibuffer-function.
7549         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7550         so that they aren't undefined.
7552         * dired.el (dired-readin): Locally bind file-name-coding-system.
7554         * bindings.el: Shorten and clarify usual mode line mouse help string.
7556         * Makefile.in (autoloads): Don't include `obsolete'.
7558 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7560         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7561         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7562         Printing menu if it's not initialized.
7563         (pr-menu-bind): Act on menu-bar-file-menu directly.
7565 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7567         * help.el (view-emacs-news): Fix typo in error message.
7569         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7571         * shadowfile.el (shadow-define-regexp-group)
7572         (shadow-literal-groups, shadow-insert-var): Doc fixes.
7573         (shadow-read-files): Fix typo in message.
7574         (shadow-inhibit-overload, shadow-find, shadow-suffix)
7575         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7576         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7577         (shadow-file-match): Fix typos in docstrings.
7579         * terminal.el (terminal-emulator): Fix typo in message.
7581         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7583         * emacs-lisp/lselect.el (x-kill-primary-selection)
7584         (x-delete-primary-selection, x-copy-primary-selection):
7585         Fix typos in error messages.
7587         * emulation/edt-mapper.el: Fix typo in interactive message.
7589         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7591         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7592         (ispell-help): Fix typos in docstrings.
7593         (ispell-help): Fix typo in output message.
7595         * allout.el (allout-adjust-file-variable)
7596         (allout-passphrase-verifier-string)
7597         (allout-passphrase-hint-string)
7598         (allout-toggle-current-subtree-encryption):
7599         * apropos.el (apropos-synonyms):
7600         * cus-edit.el (hook):
7601         * emacs-lock.el (emacs-lock-from-exiting):
7602         * follow.el (follow-avoid-tail-recenter-p):
7603         * hexl.el (hexl-mode):
7604         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7605         * mouse.el (mouse-set-font):
7606         * resume.el (resume-emacs-args-file):
7607         * rfn-eshadow.el (file-name-shadow-tty-properties):
7608         * t-mouse.el (t-mouse-process, t-mouse-mode):
7609         * emacs-lisp/cust-print.el (custom-print-install)
7610         (custom-print-uninstall, custom-format):
7611         * emacs-lisp/shadow.el (list-load-path-shadows):
7612         * emulation/tpu-edt.el (tpu-help-text)
7613         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7614         (tpu-reset-control-keys):
7615         * emulation/vip.el (vip-emacs-local-map)
7616         (vip-change-mode-to-emacs):
7617         * emulation/viper.el (viper-mode, viper-set-hooks)
7618         (viper-major-mode-modifier-list):
7619         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7620         * emulation/viper-keym.el (viper-emacs-kbd-map)
7621         (viper-toggle-key):
7622         * mail/feedmail.el (feedmail-queue-reminder)
7623         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7624         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7625         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7626         (feedmail-sender-line, feedmail-force-binary-write)
7627         (feedmail-from-line, feedmail-deduce-envelope-from)
7628         (feedmail-x-mailer-line, feedmail-message-id-generator)
7629         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7630         (feedmail-enable-spray, feedmail-spray-this-address)
7631         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7632         (feedmail-queue-runner-confirm-global)
7633         (feedmail-ask-before-queue-prompt)
7634         (feedmail-ask-before-queue-reprompt)
7635         (feedmail-prompt-before-queue-standard-alist)
7636         (feedmail-prompt-before-queue-user-alist)
7637         (feedmail-prompt-before-queue-help-supplement)
7638         (feedmail-queue-use-send-time-for-message-id)
7639         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7640         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7641         (feedmail-mail-send-hook-queued)
7642         (feedmail-confirm-addresses-hook-example)
7643         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7644         (feedmail-queue-runner-mode-setter)
7645         (feedmail-queue-alternative-mail-header-separator)
7646         (feedmail-queue-runner-message-sender)
7647         (feedmail-buffer-eating-function, feedmail-binmail-template)
7648         (feedmail-run-the-queue-no-prompts)
7649         (feedmail-run-the-queue-global-prompt)
7650         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7651         (feedmail-envelope-deducer, feedmail-fiddle-date)
7652         (feedmail-default-message-id-generator)
7653         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7654         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7655         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7656         (vms-pmail-setup):
7657         * play/dunnet.el (dun-help):
7658         * play/handwrite.el (handwrite):
7659         * play/hanoi.el (hanoi-unix-64):
7660         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7661         * textmodes/enriched.el (fixed):
7662         * textmodes/org.el (org-file-apps)
7663         (org-emphasis-regexp-components, org-emphasis-alist):
7664         * textmodes/texinfmt.el (batch-texinfo-format):
7665         Fix typos in docstrings.
7667 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7669         * loadhist.el (read-feature): Don't complete features not loaded
7670         from a file (which make `unload-feature' to fail).
7672 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7674         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7676 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7678         * startup.el (command-line-1): Kill emacs if the last frame is
7679         deleted while evaluating the command-line arguments.
7681 2006-11-05  Richard Stallman  <rms@gnu.org>
7683         * startup.el (init-file-had-error): Add doc string.
7684         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7685         Use fixed-width font for keyboard key descriptions.
7687         * cus-edit.el (custom-save-all): Error if saving in .emacs
7688         and it had an error when loaded.
7690         * dired-aux.el (dired-copy-file-recursive): Catch errors
7691         from recursive copies in the loop, around the recursive call.
7693 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7695         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7696         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7697         `/proc/acpi/thermal_zone/*'.
7698         (battery-search-for-one-match-in-files): New.  Search a regexp in
7699         the content of some files.
7701 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7703         * window.el (mouse-autoselect-window-now): Remove variable.
7704         (mouse-autoselect-window-state): New variable.
7705         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7706         (mouse-autoselect-window-select, handle-select-window):
7707         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7708         Suspend delayed autoselection during menu or popup dialog.
7710         * info-look.el (info-lookup-guess-custom-symbol): New function
7711         for retrieving symbol at point in custom buffers.
7712         (top level) <info-lookup-maybe-add-help>: Add backquote and
7713         comma to ignored characters in regexps of help specifications
7714         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7715         looking up symbols in `...' and after a comma.  Add help
7716         specifications for custom-mode and help-mode.
7718 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7720         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7721         Don't encode body if RAW is non-nil, or if the old encoding is
7722         identical to the new encoding, or if the body contains only
7723         eight-bit-* characters.
7725 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7727         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7728         (faces-sample-overlay): Remove variable.
7729         (describe-face): Insert sample text in the face being described.
7731 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7733         * whitespace.el (whitespace-indent-regexp): Make this match any
7734         multiples of eight spaces near the beginning of a line.
7735         (whitespace-buffer): Use `remove-overlays' instead of
7736         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7737         speed up overlay handling.
7738         (whitespace-buffer-leading, whitespace-buffer-trailing):
7739         Make these functions highlight the text removed by
7740         `whitespace-buffer-leading-cleanup' and
7741         `whitespace-buffer-trailing-cleanup' respectively.
7742         (whitespace-buffer-search): Use `with-local-quit'.
7743         Move `format' out of loop to speed up scanning larger buffers.
7744         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7745         that function is never added to a hook.
7746         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7747         (whitespace-buffer-leading-cleanup)
7748         (whitespace-refresh-rescan-list): Fix docstrings.
7750 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7752         * allout.el (allout-during-yank-processing): Cue for inhibiting
7753         aberrance processing during yanks.
7754         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7755         the amount of yanked topics that can be aberrant.
7756         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7757         a function, and supplement with inihibition of doublechecking
7758         during yanks.
7759         (allout-beginning-of-line, allout-next-heading)
7760         (allout-previous-heading, allout-goto-prefix-doublechecked)
7761         (allout-back-to-current-heading, allout-next-visible-heading)
7762         (allout-next-sibling): Use new allout-do-doublecheck function.
7763         (allout-next-sibling): Ensure we made progress when returning
7764         other than nil.
7765         (allout-rebullet-heading): Preserve text property annotations
7766         indicating the text was hidden, if it was.
7767         (allout-kill-line): Remove any added was-hidden annotations.
7768         (allout-kill-topic): Remove any added was-hidden annotations.
7769         (allout-annotate-hidden): Inhibit adding was-hidden text
7770         properties to the undo list.
7771         (allout-deannotate-hidden): New function to remove was-hidden
7772         annotation.
7773         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7774         (allout-remove-exposure-annotation): Replace by
7775         allout-deannotate-hidden.
7776         (allout-yank-processing): Signal that yank processing is happening
7777         with allout-during-yank-processing.  Also, wrap
7778         allout-unprotected's closer to the text changes, for easier
7779         debugging.  We need to inhibit-field-text-motion explicitly, in
7780         lieu of the encompassing allout-unprotected.
7781         (outlineify-sticky): Adjust criteria for triggering new outline
7782         decorations to presence or absence of any topics, not just a topic
7783         at the beginning of the buffer.
7785 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7787         * bs.el (bs--show-all, bs--redisplay):
7788         * cus-edit.el (custom-unlispify-menu-entries)
7789         (custom-unlispify-tag-names, custom-prompt-variable):
7790         * expand.el (expand-pos):
7791         * speedbar.el (speedbar-generic-list-tag-p):
7792         * wid-edit.el (widget-image-enable):
7793         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7794         * emacs-lisp/find-func.el (find-function-noselect)
7795         (find-function, find-variable-noselect, find-variable)
7796         (find-definition-noselect, find-face-definition):
7797         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7798         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7799         * progmodes/ada-xref.el (ada-find-in-ali):
7800         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7801         * textmodes/org.el (org-copy-subtree):
7802         * textmodes/table.el (table--row-column-insertion-point-p):
7803         Use "non-nil" in docstrings.
7805 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7807         * sort.el (sort-columns): Set the field separator to tab; on
7808         NetBSD, sort complains if "\n" is used as field separator.
7810 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7812         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7814 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         * server.el (server-auth-key): Remove.  Replace by a process-property.
7817         (server-start): Don't remove the file of the previous process, but
7818         instead clear out the place for the new file.
7819         (server-start): Set the :auth-key property.
7820         (server-process-filter): Use the :auth-key property.
7822 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7824         * textmodes/org.el (org-mode-map): No longer copy
7825         `outline-mode-map' explicitly - this is already done by
7826         `define-derived-mode'.
7828 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7830         * server.el (server-visit-files): Use `when'.
7831         (server-process-filter): When authentication fails, send error
7832         message to client.  Wrap `process-send-region' in `ignore-errors'
7833         instead of `condition-case', and remove misleading comment.
7835 2006-11-01  Juri Linkov  <juri@jurta.org>
7837         * simple.el (yank): Doc fix.
7839 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * server.el: Try and fit within 80 columns.
7842         (server-start): Make the auth file unreadable by other users.
7844 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7846         * battery.el (battery-linux-proc-acpi): Prevent range error when
7847         `full-capacity' is 0.
7849 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7851         * faces.el (faces-sample-overlay): New defvar.
7852         (faces-sample-overlay): New function to show face sample text.
7853         (describe-face): Use it.
7855 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7857         * progmodes/ada-stmt.el: Change maintainer, apply
7858         whitespace-cleanup, checkdoc.
7859         (ada-func-or-proc-name): Add doc string.
7861         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7862         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7863         strings and comments.
7864         (ada-prj-display-page): Change buffer name to more accurately
7865         reflect function.
7867         * progmodes/ada-xref.el: Change maintainer, apply
7868         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7869         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7870         (ada-compile-current): Don't add newlines to commands.
7872 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7874         * server.el: Add support for TCP sockets.
7875         (server-use-tcp, server-host, server-auth-dir): New options.
7876         (server-auth-key): New variable.
7877         (server-ensure-safe-dir): Create nonexistent parent dirs.
7878         Ignore Unix-style file modes on Windows.
7879         (server-start): Crete a TCP or Unix socket according to the value
7880         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7881         `server-auth-dir' directory.
7882         (server-process-filter): Delete process if authentication
7883         fails (which never happens for Unix sockets).
7885 2006-10-30  David Kastrup  <dak@gnu.org>
7887         * subr.el (add-to-list): Don't continue checking if a match has
7888         been found.
7890 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7892         * tutorial.el: Move defvars to avoid bytecomp warnings.
7893         (tutorial--find-changed-keys): Check if viper-current-state is
7894         bound before using it.
7895         (help-with-tutorial): Check if viper-tutorial is defined before
7896         using it.
7898 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7900         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7902         * tutorial.el: New file.
7903         (help-with-tutorial): Move here from help-fns.el.  Add help for
7904         rebound keys.  Fix resume of tutorial.
7905         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7906         (tutorial--find-changed-keys, tutorial--display-changes)
7907         (tutorial--saved-dir, tutorial--saved-file)
7908         (tutorial--save-tutorial): New functions to support the changes in
7909         help-with-tutorial.
7911 2006-10-30  Kenichi Handa  <handa@m17n.org>
7913         * files.el (revert-buffer): If a unibyte buffer is being reverted
7914         with a coding system for multibyte, set buffer multibyte before
7915         calling insert-file-contents.
7917 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7919         * server.el (server-select-display): Use a dummy buffer to detect when
7920         the frame is later used.
7921         (server-select-display): New function.
7922         (server-process-filter): Use it to detect unused temp frames.
7924 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7926         * progmodes/ada-mode.el: Change maintainer, apply
7927         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7928         (ada-mode-version): New function.
7929         (ada-create-menu): Menu operations are available for all supported
7930         compilers.
7932 2006-10-29  Lars Hansen  <larsh@soem.dk>
7934         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7935         Highlight as keyword.
7936         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7937         Don't call tramp-method-out-of-band-p for local files.
7938         (tramp-touch): Quote file name.
7940 2006-10-28  Glenn Morris  <rgm@gnu.org>
7942         * calendar/calendar.el (cal-html-cursor-month)
7943         (cal-html-cursor-year): Add autoloads for this new package.
7944         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7946 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7948         * calendar/cal-html.el: New file.
7950 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7952         * emacs-lisp/authors.el (authors-aliases): Update.
7954 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7956         * version.el (emacs-version): Bump version number to 22.0.90.
7958 2006-10-26  John W. Eaton  <jwe@octave.org>
7960         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7961         New defvar.
7962         (inferior-octave-resync-dirs): Check to see whether Octave has
7963         built-in variables and set inferior-octave-has-built-in-variables.
7964         Check inferior-octave-has-built-in-variables to decide whether to
7965         send commands that set built-in variables or call functions to
7966         change Octave's behavior.
7967         Send "disp (pwd ())" to Octave instead of just "pwd".
7968         (inferior-octave-startup): Send "more off" to Octave instead of
7969         "page_screen_output = 0".
7971 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7973         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7974         pattern normally.
7976 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7978         * bindings.el (mode-line-mode-menu): Remove bindings for global
7979         minor modes (line/column number) as they are on the menubar.
7981 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7983         * term/w32-win.el (x-handle-name-switch): Doc fix.
7984         (w32-standard-fontset-spec): Fix typo in docstring.
7986         * midnight.el (midnight-buffer-display-time): Doc fix.
7987         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7989 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7991         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7993         * emulation/viper-ex.el (ex-read): Quote file argument.
7995         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7997         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7999 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
8001         * textmodes/flyspell.el (flyspell-check-region-doublons):
8002         Fix last fix.
8004 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
8006         * bindings.el (mode-line-mode-menu): List global minor modes
8007         before local ones.
8009 2006-10-23  Kim F. Storm  <storm@cua.dk>
8011         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8012         (sit-for): If last command was a prefix arg, add the read-ahead
8013         event to unread-command-events as (t . EVENT) so it will be added
8014         to this-command-keys by read-key-sequence.
8016 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
8018         * textmodes/flyspell.el (flyspell-word): Skip past all previous
8019         whitespace when checking doublons.
8020         (flyspell-check-region-doublons): Fix doublon regexp.
8021         (flyspell-highlight-incorrect-region): Highlight doublons using
8022         flyspell-duplicate face.
8024         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8026 2006-10-22  John Wiegley  <johnw@newartisans.com>
8028         * progmodes/python.el (python-use-skeletons): python-mode was
8029         auto-inserting templates (for those with abbrev-mode on), not only
8030         by default -- *but without a configuration variable to disable
8031         it*.  This rendered python-mode completely useless for me, so I
8032         have added `python-use-skeletons', which is now off by default.
8034 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
8036         * progmodes/cperl-mode.el (cperl-mode): Don't assume
8037         font-lock-multiline is auto-local (it's not).
8038         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8039         initialized before calling cperl-init-faces.
8041 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
8043         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8044         gdb-stack-position a value when there is no fringe.
8046         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8047         indicator if not visiting a file.
8049 2006-10-20  David Kastrup  <dak@gnu.org>
8051         * window.el (kill-buffer-and-window): Fix a bug where an aborted
8052         operation would still cause some window to collapse later.
8054 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * vc.el (vc-switch-backend): Try to be more careful with unwanted
8057         side-effect due to mixing various backends's file properties.
8059         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8060         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
8061         Return `filename's status if applicable.  Update callers.
8063 2006-10-19  Kenichi Handa  <handa@m17n.org>
8065         * international/kkc.el (kkc-region): When a key sequence is not
8066         defined, append (this-single-command-raw-keys) to
8067         unread-input-method-events.
8069 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
8071         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8073 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8075         * version.el (emacs-version): Use mac-carbon-version-string.
8077         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8079 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8081         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8082         Kenichi Handa).
8083         (xselect-convert-to-string): Decline requests for UTF8_STRING if
8084         the selection is not UTF-8.
8086 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8088         * progmodes/ada-mode.el (ada-83-string-keywords)
8089         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8090         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8091         (ada-looking-at-semi-private, ada-get-body-name):
8092         Fix typos in docstrings.
8093         (ada-create-case-exception, ada-create-case-exception-substring):
8094         Fix typos in error messages.
8095         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8097 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8099         * term/x-win.el (res-geometry): Don't set geometry from Xresources
8100         to default-frame-alist if default-frame-alist already contains
8101         width/height.
8103 2006-10-18  Richard Stallman  <rms@gnu.org>
8105         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8106         Non-interactive arg is the value, not the expression.
8108         * simple.el (read-expression-map): Just set it, no defvar.
8110         * subr.el (insert-for-yank-1): If last inserted char has
8111         properties, mark them as rear-nonsticky.
8113         * recentf.el (recentf-mode): Doc fix.
8115         * facemenu.el (facemenu-add-new-face): Defend against symbol
8116         that isn't a face name.
8118         * dired-aux.el (dired-do-copy): Doc fix.
8120 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
8122         * simple.el (line-move-1): Ignore fields when moving to the
8123         beginning of line to avoid getting point stuck.
8125 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
8127         * textmodes/flyspell.el (flyspell-word-search-backward):
8128         Set inhibit-point-motion-hooks to avoid looping due to intangibile
8129         text.
8131 2006-10-16  Richard Stallman  <rms@gnu.org>
8133         * help-fns.el (describe-function-1): Special case optimization
8134         for self-insert-command.
8136 2006-10-16  Kim F. Storm  <storm@cua.dk>
8138         * ido.el (ido-reread-directory): Work in `dir' mode too.
8140 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
8142         * textmodes/table.el: Require 'regexp-opt.
8144 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8146         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8147         Use shell-quote-argument.
8149         * shell.el (explicit-bash-args): Likewise.
8151         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8152         Use grep -E rather than egrep.
8154 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8156         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8158 2006-10-15  Kim F. Storm  <storm@cua.dk>
8160         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8162 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8164         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8165         to protect whitespace and metacharacters from the shell.
8167 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8169         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8171 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
8173         * subr.el (start-process-shell-command): Doc fix.
8175 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
8177         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8178         the regexp for Maxima symbols.
8180 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8183         (vc-find-root): Don't walk higher up than ~.
8185 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
8187         * international/utf-8.el (utf-translate-cjk-load-tables):
8188         Avoid clobbering last-coding-system-used during load.
8190 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
8192         * textmodes/reftex-global.el (reftex-create-tags-file):
8193         Quote file arguments.
8195 2006-10-12  Richard Stallman  <rms@gnu.org>
8197         * files.el (file-name-history): Add defvar.
8198         (save-some-buffers-action-alist): Improve description strings.
8200 2006-10-12  Andreas Schwab  <schwab@suse.de>
8202         * files.el (auto-mode-alist): Match change log file name also with
8203         a dash before a numeric extension.
8205 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
8207         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8208         After 5.0:
8209         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8211         After 5.1: Major edit.  Summary of most visible changes:
8213         - Multiple <<HERE per line allowed.
8214         - Handles multiline subroutine declaration headers (with comments).
8215           (The exception is `cperl-etags' - but it is not used in the rest
8216           of the mode.)
8217         - Fontifies multiline my/our declarations (even with comments,
8218           and with legacy `font-lock').
8219         - Major speedup of syntaxification, both immediate and postponed
8220           (3.5x to 15x [for different CPUs and versions of Emacs] on the
8221           huge real-life document I tested).
8222         - New bindings, edits to imenu.
8223         - "_" is made into word-char during fontification/syntaxification;
8224           some attempts to recognize non-word "_" during other operations too.
8225         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8226         - autoload some more perldoc-related stuff
8227         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8228         - Attempt to incorporate XEmacs edits which reached me.
8230         Fine-grained changelog:
8231         (cperl-hook-after-change): New configuration variable.
8232         (cperl-vc-sccs-header): Likewise.
8233         (cperl-vc-sccs-header): Likewise.
8234         (cperl-vc-header-alist): Default via two preceding variables.
8235         (cperl-invalid-face): Remove double quoting under XEmacs
8236                 (still needed under 21.2).
8237         (cperl-tips): Update URLs for resources.
8238         (cperl-problems): Likewise.
8239         (cperl-praise): Mention new features.
8240         New C-c key bindings: for `cperl-find-bad-style',
8241         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8242         `cperl-perdoc', and `cperl-perldoc-at-point'.
8243         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8244         moved, new submenu of Tools with Ispell entries and narrowing.
8245         (cperl-after-sub-regexp): New defsubst.
8246         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8247                 Allows heads up to head4.
8248                 Allow "package;".
8249         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8250         (paren-backwards-message): ??? Something for XEmacs???
8251         (cperl-mode): Never auto-switch abbrev-mode off.
8252                 Try to allow '_' be non-word char.
8253                 Do not use `font-lock-unfontify-region-function' on XEmacs.
8254                 Reset syntax cache on mode start.
8255                 Support multiline facification (even on legacy `font-lock').
8256         (cperl-facemenu-add-face-function): ??? Some contributed code ???
8257         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8258                 refuse to inform us whether the fontification is due to lazy
8259                 calling or due to edit to a buffer, install our own hook
8260                 (controlled by `cperl-hook-after-change').
8261         (cperl-electric-pod): =cut may have been recognized as start.
8262         (cperl-block-p): Move, updated for attributes.
8263         (cperl-calculate-indent): Try to allow '_' be non-word char
8264                 Support subs with attributes.
8265         (cperl-where-am-i): Quiet (?) a warning.
8266         (cperl-cached-syntax-table): New function.
8267         (cperl-forward-re): Use `cperl-cached-syntax-table'.
8268         (cperl-unwind-to-safe): Recognize `syntax-type' property
8269                 changing in a middle of line.
8270         (cperl-find-sub-attrs): New function.
8271         (cperl-find-pods-heres): Allow many <<EOP per line.
8272                 Allow subs with attributes.
8273                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8274                 Recognize "extproc " (OS/2) case-folded and only at start.
8275                 /x on s///x with empty replacement was not recognized.
8276                 Better comments.
8277         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8278                 Allow subs with attributes, labels.
8279                 Do not confuse "else::foo" with "else".
8280                 Minor optimizations...
8281         (cperl-after-expr-p): Try to allow '_' be non-word char.
8282         (cperl-fill-paragraph): Try to detect a major bug in Emacs
8283                 with `looking-at' inside `narrow' and bulk out if found.
8284         (cperl-imenu--create-perl-index): Updates for new
8285                 `cperl-imenu--function-name-regexp-perl'.
8286         (cperl-outline-level): Likewise.
8287         (cperl-init-faces): Allow multiline subroutine headers
8288                 and my/our declarations, and ones with comments.
8289                 Allow subroutine attributes.
8290         (cperl-imenu-on-info): Better docstring.
8291         (cperl-etags): Rudimentary support for attributes.
8292                 Support for packages and "package;".
8293         (cperl-add-tags-recurse-noxs): Better (?) docstring.
8294         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8295         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8296         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8297         (cperl-perldoc): Add autoload.
8298         (cperl-perldoc-at-point): Likewise.
8299         (cperl-here-doc-spell): New function.
8300         (cperl-pod-spell): Likewise.
8301         (cperl-map-pods-heres): Likewise.
8302         (cperl-get-here-doc-region): Likewise.
8303         (cperl-font-lock-fontify-region-function): Likewise (backward
8304                 compatibility for legacy `font-lock').
8305         (cperl-font-lock-unfontify-region-function): Fix style.
8306         (cperl-fontify-syntaxically): Recognize and optimize away deferred
8307                 calls with no-change.  Governed by `cperl-hook-after-change'.
8308         (cperl-fontify-update): Recognize that syntaxification region
8309                 can be larger than fontification one.
8310                 XXXX we leave `cperl-postpone' property, so this is quadratic...
8311         (cperl-fontify-update-bad): Temporary placeholder until
8312                 it is clear how to implement `cperl-fontify-update'.
8313         (cperl-time-fontification): New function.
8314         (attrib-group): New text attribute.
8315         (multiline): New value: `syntax-type' text attribute.
8317         After 5.2:
8318         (cperl-emulate-lazy-lock): New function.
8319         (cperl-fontify-syntaxically): Would skip large regions.
8320         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8321         Some globals were declared, but uninitialized.
8323         After 5.3, 5.4:
8324         (cperl-facemenu-add-face-function): Add docs, fix U<>.
8325         Copyright message updated.
8326         (cperl-init-faces): Work around a bug in `font-lock'. May slow
8327                         facification down a bit.
8328                 Misprint for my|our|local for old `font-lock'
8329                         "our" was not fontified same as "my|local".
8330                 Highlight variables after "my" etc even in
8331                         a middle of an expression.
8332                 Do not facify multiple variables after my etc
8333                         unless parentheses are present.
8335         After 5.5, 5.6
8336         (cperl-fontify-syntaxically): after-change hook could reset.
8337         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8339         After 5.7:
8340         (cperl-init-faces): Allow highlighting of local ($/).
8341         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8342         (cperl-problems): Remove fixed problems.
8343         (cperl-find-pods-heres): Recognize #-comments in m##x too.
8344                 Recognize charclasses (unless delimiter is \).
8345         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8346         (cperl-regexp-scan): Update docs.
8347         (cperl-beautify-regexp-piece): Use information got from regexp scan.
8349         After 5.8:
8350         Major user visible changes:
8351         Recognition and fontification of character classes in RExen.
8352         Variable indentation of RExen according to groups.
8354         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8355                 Fontify REx charclasses in variable-name face.
8356                 Fontify POSIX charclasses in "type" face.
8357                 Fontify unmatched "]" in function-name face.
8358                 Mark first-char of HERE-doc as `front-sticky'.
8359                 Reset `front-sticky' property when needed.
8360         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8361         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8362         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8363                 constructs.  Support `narrow'ed buffers.
8364         (cperl-praise): Remove a reservation.
8365         (cperl-make-indent): New function.
8366         (cperl-indent-for-comment): Use `cperl-make-indent'.
8367         (cperl-indent-line): Likewise.
8368         (cperl-lineup): Likewise.
8369         (cperl-beautify-regexp-piece): Likewise.
8370         (cperl-contract-level): Likewise.
8371         (cperl-toggle-set-debug-unwind): New function.
8372                 New menu entry for this.
8373         (fill-paragraph-function): Use when `boundp'.
8374         (cperl-calculate-indent): Take into account groups when indenting RExen.
8375         (cperl-to-comment-or-eol): Recognize # which end a string.
8376         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8377         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8378         (cperl-fontify-syntaxically): More clear debugging message.
8379         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8380         (cperl-init-faces): More complicated highlight even on XEmacs (new).
8381         Merge cosmetic changes from XEmacs.
8383         After 5.9:
8384         (cperl-1+): Move to before the first use.
8385         (cperl-1-): Likewise.
8387         After 5.10:
8389         This code may lock Emacs hard!!!  Use at your own risk!
8391         (cperl-font-locking): New internal variable.
8392         (cperl-beginning-of-property): New function.
8393         (cperl-calculate-indent): Use `cperl-beginning-of-property'
8394         instead of `previous-single-property-change'.
8395         (cperl-unwind-to-safe): Likewise.
8396         (cperl-after-expr-p): Likewise.
8397         (cperl-get-here-doc-region): Likewise.
8398         (cperl-font-lock-fontify-region-function): Likewise.
8399         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8400                         recursively.
8401                 Bound `next-single-property-change' via `point-max'.
8402         (cperl-unwind-to-safe): Bound likewise
8403         (cperl-font-lock-fontify-region-function): Likewise.
8404         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8405                 Initialization of `cperl-font-lock-multiline-start' could be
8406                 missed if the "main" fontification did not run due to the
8407                 keyword being already fontified.
8408         (cperl-pod-spell): Return t from do-one-chunk function.
8409         (cperl-map-pods-heres): Stop when the worker returns nil.
8410                 Call `cperl-update-syntaxification'.
8411         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8412         (cperl-get-here-doc-delim): Remove unused function.
8414         After 5.11:
8416         The possible lockup of Emacs (introduced in 5.10) fixed.
8418         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8419         (cperl-syntaxify-for-menu): New customization variable.
8420         (cperl-select-this-pod-or-here-doc): New function.
8421         (cperl-get-here-doc-region): Extra argument.
8422                 Do not adjust pos by 1.
8424         New menu entries
8425                 (Perl/Tools): Selection of current POD or HERE-DOC section.
8426                 (Debugging CPerl:) backtrace on fontification.
8428         After 5.12:
8429         (cperl-cached-syntax-table): Use `car-safe'.
8430         (cperl-forward-re): Remove spurious argument SET-ST.
8431                 Add documentation.
8432         (cperl-forward-group-in-re): New function.
8433         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8434         (XXXX Temporary (?) hack is to syntax-mark them as comment).
8436         After 5.13:
8437         (cperl-string-syntax-table): Make { and } not-grouping
8438           (Sometimes they ARE grouping in RExen, but matching them would only
8439            confuse in many situations when they are not)
8440         (beginning-of-buffer): Replace two occurrences with goto-char...
8441         (cperl-calculate-indent): `char-after' could be nil...
8442         (cperl-find-pods-heres): REx can start after "[" too.
8443                 Hightlight (??{}) in RExen too.
8444         (cperl-maybe-white-and-comment-rex): New constant
8445         (cperl-white-and-comment-rex): Likewise.
8446                 XXXX Not very efficient, but hard to make
8447                 better while keeping 1 group.
8449         After 5.13:
8450         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8451                 Likewise for 1 << identifier.
8453         After 5.14:
8454         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8455                 Error-less condition-case could fail.
8456         (cperl-font-lock-fontify-region-function): Likewise.
8457         (cperl-init-faces): Likewise.
8459         After 5.15:
8460         (cperl-find-pods-heres): Support property REx-part2.
8461         (cperl-calculate-indent): Likewise.
8462                 Don't special-case REx with non-empty 1st line.
8463         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8464                 Invert highlighting of charclasses:
8465                         now the envelop is highlighted.
8466                 Highlight many others 0-length builtins.
8467         (cperl-praise): Mention indenting and highlight in RExen.
8469         After 5.15:
8470         (cperl-find-pods-heres): Highlight capturing parens in REx.
8472         After 5.16:
8473         (cperl-find-pods-heres): Highlight '|' for alternation
8474         Initialize `font-lock-warning-face' if not present.
8475         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8476                          `font-lock-function-name-face'.
8477         (cperl-look-at-leading-count): Likewise.
8478         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8479                         `font-lock-keyword-face' (needed for
8480                         batch processing), etc...
8481                 Use `font-lock-builtin-face' for builtin in REx
8482                         Now `font-lock-variable-name-face'
8483                         is used for interpolated variables
8484                 Use "talking aliases" for faces inside REx
8485                 Highlight parts of REx (except in charclasses)
8486                         according to the syntax and/or semantic
8487                 Syntax-mark a {}-part of (?{}) as "comment"
8488                         (it was the ()-part)
8489                 Better logic to distinguish what is what in REx
8490         (cperl-tips-faces): Document REx highlighting
8491         (cperl-praise): Mention REx syntax highlight etc.
8493         After 5.17:
8494         (cperl-find-sub-attrs): Would not always manage to print error message.
8495         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8497         After 5.18:
8498         (cperl-find-pods-heres): Misprint in REx for parsing REx.
8499                 Very minor optimization.
8500                 `my-cperl-REx-modifiers-face' got quoted.
8501                 Recognize "print $foo <<END" as HERE-doc.
8502                 Put `REx-interpolated' text attribute if needed.
8503         (cperl-invert-if-unless-modifiers): New function.
8504         (cperl-backward-to-start-of-expr): Likewise.
8505         (cperl-forward-to-end-of-expr): Likewise.
8506         (cperl-invert-if-unless): Works in "the opposite way" too.
8507                 Cursor position on return is on the switch-word.
8508                 Indents comments better.
8509         (REx-interpolated): New text attribute.
8510         (cperl-next-interpolated-REx): New function.
8511         (cperl-next-interpolated-REx-0): Likewise.
8512         (cperl-next-interpolated-REx-1): Likewise.
8513         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8514         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8515         (cperl-praise): Mention finded interpolated RExen.
8517         After 5.19:
8518         (cperl-init-faces): Highlight %$foo, @$foo too.
8519         (cperl-short-docs): Better docs for system, exec.
8520         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8521                 Would not find HERE-doc ended by EOF without NL.
8522         (cperl-short-docs): Correct not-doubled \-escapes.
8523         start block: Put some `defvar' for stuff gone from XEmacs.
8525         After 5.20:
8526         initial comment: Extend copyright, fix email address.
8527         (cperl-indent-comment-at-column-0): New customization variable.
8528         (cperl-comment-indent): Indentation after $#a would increasy by 1.
8529         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8530         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8531         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8532         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8533                         highlight $ in $foo too (UNTESTED).
8534         (cperl-set-style): Docstring missed some available styles.
8535         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8536                 Change "Current" to "Memorize Current".
8537         (cperl-indent-wrt-brace): New customization variable; the default is
8538                 as for pre-5.2 version.
8539         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8540         (cperl-style-alist): Likewise.
8541         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8542                 and `cperl-extra-newline-before-brace' etc
8543                 being t
8544         (cperl-indent-exp): Plans B and C to find continuation blocks even
8545                 if `cperl-extra-newline-before-brace' is t.
8547         After 5.21:
8548         Improve some docstrings concerning indentation.
8549         (cperl-indent-rules-alist): New variable.
8550         (cperl-sniff-for-indent): New function name
8551                 (separated from `cperl-calculate-indent').
8552         (cperl-calculate-indent): Separate the sniffer and the indenter;
8553                 uses `cperl-sniff-for-indent' now.
8554         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8555                 was inverted;
8556                 Support `comment-column' = 0.
8558 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
8560         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8561         * help-at-pt.el (scan-buf-move-to-region): Likewise.
8562         * longlines.el (longlines-window-change-function): Likewise.
8563         * simple.el (undo-ask-before-discard): Likewise.
8564         * wid-edit.el (widget-field-prompt-internal)
8565         (widget-documentation-link-p): Likewise.
8567 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8570         for a keyword.
8572 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * newcomment.el (comment-valid-prefix-p): Make the check
8575         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
8576         (comment-indent-new-line): Adjust call.
8578 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
8580         * allout.el (allout-back-to-current-heading): Base on lower-level
8581         routines to get proper disqualification of aberrant topics.
8583 2006-10-09  Richard Stallman  <rms@gnu.org>
8585         * textmodes/two-column.el (2C-two-columns): Doc fix.
8587 2006-10-09  Kim F. Storm  <storm@cua.dk>
8589         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8590         about implicit use.
8592 2006-10-08  Richard Stallman  <rms@gnu.org>
8594         * textmodes/two-column.el (2C-two-columns): Doc fix.
8596 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8598         * files.el: Mark `buffer-read-only' as safe-local-variable.
8600 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8602         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8603         Burp if GUD buffer has been killed.
8605 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * completion.el (add-completions-from-c-buffer):
8608         Don't presume an error's second element is a string.
8609         Use looking-at rather than buffer-substring + member.
8611 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8613         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8614         `undecided', call find-coding-systems-region to find a proper
8615         non-trivial encoding.
8616         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8617         and "text/plain".
8619 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8621         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8622         url-link.
8624         * strokes.el (defgroup strokes): Remove invalid url-link.
8626 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8628         * autoinsert.el (auto-insert-alist): Doc fix.
8630 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8632         * mouse-sel.el (mouse-insert-selection-internal):
8633         Use insert-for-yank, so that yank handlers are run.
8635 2006-10-07  Kim F. Storm  <storm@cua.dk>
8637         * ido.el (ido-file-extension-aux): Fix comparison.
8639 2006-10-06  Kim F. Storm  <storm@cua.dk>
8641         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8643 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8645         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8646         (ad-make-mapped-call): Use `let', not `let*'.
8648 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8650         * international/mule-cmds.el (coding-system-change-eol-conversion):
8651         Ensure the coding system is initialized before calling
8652         coding-system-eol-type.
8654 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8656         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8657         (org-activate-angle-links, org-activate-dates)
8658         (org-activate-target-links, org-activate-camels)
8659         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8660         textproperty keymaps from being active beyond the end of a line.
8661         (org-unfontify-region): Also remove `rear-nonsticky' property.
8663 2006-10-04  Kenichi Handa  <handa@m17n.org>
8665         * international/code-pages.el (next): Table fixed.
8667 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8670         that it's been made unnecessary by removing narrowing.
8672 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8674         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8675         control flow a bit, simplify another bit, and add comments.
8677 2006-10-03  David Kastrup  <dak@gnu.org>
8679         * help.el (describe-mode): For clicks on mode-line, use "@"
8680         interactive argument to get the major mode of the click instead of
8681         the current buffer.
8683         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8684         in order to better redirect mouse-2 clicks.  Also allow default
8685         bindings to apply.
8687 2006-10-03  Kim F. Storm  <storm@cua.dk>
8689         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8690         (pushnew): Fix last change.
8692 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8694         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8695         Use the interactive spec of `eval-expression'.
8697 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8699         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8701 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8703         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8704         2006-09-28 commit.
8706 2006-10-02  Kenichi Handa  <handa@m17n.org>
8708         * international/code-pages.el (iso-8859-6): Table fixed.
8710 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8712         * dired.el (dired-build-subdir-alist): Fix previous change.
8714 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8716         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8718 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8721         "define-button-type".
8723         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8724         they don't keep accumulating.
8726 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8728         * ffap.el (ffap-rfc-path): Change the address of the RFC
8729         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8731 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8733         * allout.el (allout-expose-topic): Rectify implementation of "+"
8734         spec, so that bodies are not exposed with headlines.
8736 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8738         * allout.el (allout-current-depth): Do aberrent check only at or
8739         below doublecheck depth.
8740         (allout-chart-subtree): Make it explicit that LEVELS being nil
8741         means unlimited depth.  Drop undocumented support for LEVELS value
8742         t meaning unlimited depth.  (This is consistent with
8743         allout-chart-to-reveal, but contrary to allout-show-children,
8744         which needs to use nil to default to depth of 1.)
8745         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8746         (allout-chart-to-reveal): Be explicit in docstring about meaning
8747         of nil LEVELS, and drop support for LEVELS value t.
8748         (allout-show-children): Translate the level spec used by this
8749         routine to that used by allout-chart-subtree and
8750         allout-chart-to-reveal.
8751         (allout-show-to-offshoot): Retry once when stuck, after opening
8752         subtree - improvements in discontinuity handling likely will
8753         enable progress.
8755 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8757         * wid-edit.el (widget-button-click-moves-point): New variable.
8758         (widget-button-click): If widget-button-click-moves-point is
8759         non-nil, set point after performing the button action.
8761         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8763 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8765         * files.el (find-file-existing): Modify to not allow wildcards.
8767 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8769         * simple.el (undo-more): When undo information for the region is
8770         exhausted, say "No further undo information FOR REGION".
8772 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8774         * progmodes/sh-script.el (sh-prev-thing):
8775         Take `sh-leading-keywords' into account.
8777 2006-09-29  Glenn Morris  <rgm@gnu.org>
8779         * custom.el (defcustom): Doc fix.
8781         * calendar/calendar.el (european-calendar-style):
8782         Call european-calendar or american-calendar as needed when set.
8783         (diary-view-entries, list-calendar-holidays): Move autoloads
8784         before use.
8786 2006-09-29  Juri Linkov  <juri@jurta.org>
8788         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8789         to nil if there is no previous property change.
8791 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8793         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8794         saving anything to be sure that `forward-sexp' behaves correctly.
8796 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8798         * simple.el (line-move-finish): Ignore field boundaries if the
8799         initial and final points have the same `field' property.
8801 2006-09-29  Kim F. Storm  <storm@cua.dk>
8803         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8804         to t while calling ido-read-internal.
8806 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8808         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8809         (org-archive-subtree): Remove erraneous `]' from character list.
8811 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8813         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8814         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8815         markers for data-area and parameters-area.
8817 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8819         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8821         * font-lock.el (font-lock-after-change-function): Refontify next line
8822         as well if end is at BOL.
8823         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8824         only extend the region as much as needed.
8826 2006-09-28  Richard Stallman  <rms@gnu.org>
8828         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8830         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8832         * international/mule.el (after-insert-file-set-coding):
8833         If VISIT, don't let set-buffer-multibyte make undo info.
8835 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8837         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8838         lines in base64-encoded authentication response.
8840 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8842         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8843         (ebnf-version): New version 4.3.
8844         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8845         (ebnf-prologue): Adjust PostScript programming.
8846         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8847         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8849 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8851         * jit-lock.el (jit-lock-force-redisplay): Rename from
8852         jit-lock-fontify-again, and undo the mistaken change I've just done.
8854         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8855         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8857 2006-09-26  Kenichi Handa  <handa@m17n.org>
8859         * startup.el (display-splash-screen): Allow a prefix argument.
8861 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8863         * subr.el (shell-quote-argument): Use DOS logic for Windows
8864         shells with DOS semantics.
8866 2006-09-24  Richard Stallman  <rms@gnu.org>
8868         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8869         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8870         to delete the overlay.  Put it on pre-command-hook.
8872         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8874         * startup.el (fancy-splash-screens, normal-splash-screen):
8875         Call the splash buffer *About GNU Emacs*.
8877         * simple.el (next-error-highlight, next-error-highlight-no-select):
8878         Default to 0.5.
8879         (yank-excluded-properties): Add `fontified'.
8881         * font-lock.el (font-lock-compile-keywords): Allow value of
8882         syntax-begin-function to enable paren-column-0 highlighting.
8884 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8886         * dired.el (dired-build-subdir-alist): When file ends in colon,
8887         don't exit the loop, just disregard that file.
8889 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8891         * simple.el (line-move-finish): Handle corner case for fields in
8892         continued lines.
8893         (line-move-1): Remove flawed test for that case.
8895 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8897         * icomplete.el (icomplete-simple-completing-p): Use the correct
8898         name for the new variable, `icomplete-with-completion-tables'.
8899         (file local variables): Remove superfluous setting.
8901 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8903         * calendar/appt.el (appt-check): Fix typo for appointments just
8904         after midnight.
8906 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8908         * help.el (describe-key-briefly, describe-key): Don't expect an
8909         extra up event if a down-event is generated by a popup menu.
8911 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8913         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8914         local dictionary when changing the global dictionary.
8916 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8918         * icomplete.el (icomplete-with-completion-tables): List of
8919         specialized completion tables with which icomplete should
8920         operate.  Include the new `internal-complete-buffer', so icomplete
8921         works with interactive buffer-selection.
8922         (icomplete-simple-completing-p): Add acceptance of specialized
8923         completion tables listed in icomplete-with-completion-tables.
8925 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8927         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8929         * startup.el (command-line): Use `custom-reevaluate-setting' for
8930         `focus-follows-mouse'.
8932 2006-09-22  Richard Stallman  <rms@gnu.org>
8934         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8935         explain why Save is not available.
8937 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8939         * woman.el (woman0-so): Use `let*', not `let'.
8940         (woman-horizontal-line): Remove unbalanced parenthesis.
8942 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * woman.el: Make sure all the end-of-region markers we use have
8945         a non-nil insertion-type.
8946         (woman0-so): Move things around so we can use copy-marker.
8947         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8948         Adjust marker type.
8949         (woman2-process-escapes): Check marker type.
8950         (woman-horizontal-line): Dispense with the use of a marker.
8952 2006-09-22  Jay Belanger  <belanger@truman.edu>
8954         * calc/calc-lang.el: Add Greek letters to math-variable-table
8955         property of tex.
8957 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8959         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8961 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8963         * add-log.el (add-log-current-defun): Use `forward-sexp'
8964         instead of `forward-word' to pick c++::symbol.
8965         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8967 2006-09-22  Kenichi Handa  <handa@m17n.org>
8969         * bindings.el: Fix setting self-insert-command for multibyte
8970         characters in global-map.
8972 2006-09-21  David Kastrup  <dak@gnu.org>
8974         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8975         doc string.
8977 2006-09-21  Kenichi Handa  <handa@m17n.org>
8979         * language/european.el ("Latin-1"): Add windows-1252 to
8980         coding-priority.
8981         ("German"): Likewise.
8983 2006-09-21  Kim F. Storm  <storm@cua.dk>
8985         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8986         Suggested by Miles Bader.
8988         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8989         instead of add-to-list in the simple case.
8991 2006-09-20  Kenichi Handa  <handa@m17n.org>
8993         * isearch.el (isearch-process-search-char): Cancel the previous change.
8994         (isearch-search-string): New function.
8995         (isearch-search): Use isearch-search-string.
8996         (isearch-lazy-highlight-search): Likewise.
8998 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9000         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9001         string to become an option.
9003 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9007 2006-09-20  Kim F. Storm  <storm@cua.dk>
9009         * simple.el (line-move-partial): Call pos-visible-in-window-p with
9010         position t instead of trying both window-end and window-end - 1.
9012 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
9014         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9015         hidden trees.
9017 2006-09-20  David Kastrup  <dak@gnu.org>
9019         * mouse.el (mouse-posn-property): Improve doc string.
9020         (mouse-on-link-p): Change buffers for function calls on links.
9022         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9023         buffer is read-only.
9025 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
9027         * allout.el (allout-unprotected): Let inhibit-read-only only when
9028         buffer-read-only isn't set.
9029         (allout-annotate-hidden): Enable topic annotation during copies even
9030         when the buffer is read-only, eg for topic copies.  Ensure that the loop
9031         advances, even when the span extends beyond the deletion region.
9032         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9033         rather than allout-exposure-changed-hook, as a stronger assertion.
9034         (allout-keybindings-list): Add bindings for
9035         allout-copy-line-as-kill and allout-copy-topic-as-kill.
9036         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9037         Copy wrappers for allout-kill-line and allout-kill-topic.
9038         (allout-listify-exposed): Position correctly to accumulate lines.
9040 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
9042         * simple.el (line-move-1): Escape field boundaries occurring
9043         exactly at point.  Update goal column if constrained to a field.
9044         (line-move-finish): Escape field boundaries occurring exactly at point.
9046 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         * mouse.el (mouse-on-link-p): Tentatively fix last change.
9049         (mouse-drag-vertical-line): Remove unused var `wconfig'.
9051 2006-09-19  Kim F. Storm  <storm@cua.dk>
9053         * help.el (describe-key-briefly, describe-key): Simplify printing
9054         of descriptions by using format and %S.  Fix "is undefined"
9055         messages to say "at that spot" for mouse events.
9057         * simple.el (line-move-partial): Optimize.  Try window-line-height
9058         before posn-at-point to get vpos of current line.
9060 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9062         * emulation/viper.el: Bump up version/date of update to reflect the
9063         substantial changes done in August 2006.
9065         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9066         push-button are defined.
9068         * ediff-util.el (ediff-add-to-history): New function.
9070         * ediff.el: Use ediff-add-to-history instead of add-to-history.
9072 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9074         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9075         Delete duplicate make-local-variable form.
9076         (conf-space-keywords): Add autoload cookie.
9077         Fix typo (`keywords', not `keyword').
9079 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9081         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9082         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
9083         to x-gtk-use-old-file-dialog.
9085 2006-09-18  Richard Stallman  <rms@gnu.org>
9087         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9088         that might come in during mouse tracking.
9090 2006-09-18  Kim F. Storm  <storm@cua.dk>
9092         * simple.el (line-move-partial): Rework 2006-09-15 change to use
9093         new window-line-height function.  Further optimize by not calling
9094         pos-visible-in-window-p for window-end when window-line-height
9095         returns useful information.
9097 2006-09-16  Richard Stallman  <rms@gnu.org>
9099         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9100         (conf-space-mode): Don't handle prefix arg.
9101         Delete conf-space-keywords-override code.
9102         Use add-hook.
9103         (conf-space-keywords): New command.
9104         (conf-space-mode-internal): Be careful with imenu-generic-expression.
9105         Delete conf-space-keywords-override code.
9106         (conf-space-keywords-alist): Doc fix.
9107         (conf-space-font-lock-keywords): Doc fix.
9108         (conf-space-keywords-override): Var deleted.
9110 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9112         * startup.el (fancy-splash-screens): Don't switch to the scratch
9113         buffer; it may not be the next buffer.
9115 2006-09-16  Romain Francoise  <romain@orebokech.com>
9117         * saveplace.el (load-save-place-alist-from-file): Use expanded name
9118         in both messages.
9120 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
9122         * progmodes/python.el (python-preoutput-filter):
9123         Fix arg order to string-match.
9125 2006-09-16  Richard Stallman  <rms@gnu.org>
9127         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9128         font-lock-compile-keywords.
9130         * font-lock.el (font-lock-compile-keywords): Rename optional arg
9131         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
9133 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9135         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9137         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9138         and the data doesn't look like UTF8, send STRING instead.
9140 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
9142         * textmodes/flyspell.el (flyspell-check-region-doublons):
9143         New function to detect duplicated words.
9144         (flyspell-large-region): Use it.
9146 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9148         * simple.el (line-move-to-column): Revert 2006-08-03 change.
9150 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
9152         * help.el (describe-prefix-bindings): Use let, not let*.
9154 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
9156         * allout.el (allout-regexp, allout-line-boundary-regexp)
9157         (allout-bob-regexp): Correct grouping and boundaries to fix
9158         backwards traversal.
9159         (allout-depth-specific-regexp, allout-depth-one-regexp):
9160         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9161         worse time in allout-ascend.
9162         (allout-doublecheck-at-and-shallower): Identify depth threshold
9163         below which topics are checked for and disqualified by containment
9164         discontinuities.
9165         (allout-hotspot-key-handler): Correctly handle multiple-key
9166         strokes.  Remove some unused variables.
9167         (allout-mode-leaders): Clarify that mode-specific comment-start
9168         will be used.
9169         (set-allout-regexp): Correctly regexp-quote allout regexps to
9170         properly accept alternative header-leads and primary bullets with
9171         regexp-specific characters (eg, C "/*", mathematica "(*").
9172         Include new regular expressions among those configured.
9173         (allout-infer-header-lead-and-primary-bullet):
9174         Rename allout-infer-header-lead.
9175         (allout-recent-depth): Manifest as a variable as well as a function.
9176         (allout-prefix-data): Simplify into an inline instead of a macro,
9177         assuming current match data rather than being explicitly passed
9178         it.  Establish allout-recent-depth value as well as
9179         allout-recent-prefix-beginning and allout-recent-prefix-end.
9180         (allout-aberrant-container-p): True when an item's immediate
9181         offspring discontinuously contained.  Useful for disqualifying
9182         unintended topic prefixes, likely at low depths.
9183         (allout-goto-prefix-doublechecked): Elaborate version of
9184         allout-goto-prefix which disqualifies aberrant pseudo-items.
9185         (allout-pre-next-prefix): Layer on top of lower-level routines, to
9186         get disqualification of aberrant containers.
9187         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9188         containers.
9189         (allout-beginning-of-current-entry): Position at start of buffer
9190         when in container (depth 0) entry.
9191         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9192         (allout-current-bullet): Strip text properties.
9193         (allout-get-prefix-bullet): Use right match groups.
9194         (allout-beginning-of-line, allout-next-heading):
9195         Disqualify aberrant containers.
9196         (allout-previous-heading): Disqualify aberrant containers, and
9197         change to regular (rather than inline) function, to allow
9198         self-recursion.
9199         (allout-get-invisibility-overlay): Increment so progress is made
9200         when the first overlay is not the sought one.
9201         (allout-end-of-prefix): Disqualify aberrant containers.
9202         (allout-end-of-line): Cycle something like allout-beginning-of-line.
9203         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9204         outline.el outlines) functional again.  Change the primary bullet
9205         along with the header-lead - level 1 new-style bullets now work.
9206         Engage allout-before-change-handler in mainline Emacs, not just
9207         XEmacs, to do undo handling.
9208         (allout-before-change-handler): Expose undo changes occurring in
9209         hidden regions.  Use allout-get-invisibility-overlay instead of
9210         reimplementing it inline.
9211         (allout-chart-subtree): Use start rather than end of prefix in
9212         charts.  Use allout-recent-depth variable.
9213         (allout-chart-siblings): Disqualify aberrant topics.
9214         (allout-beginning-of-current-entry): Position correctly.
9215         (allout-ascend): Use new allout-depth-specific-regexp and
9216         allout-depth-one-regexp for linear instead of O(N^2) or worse
9217         behavior.
9218         (allout-ascend-to-depth): Depend on allout-ascend, rather than
9219         reimplementing an algorithm.
9220         (allout-up-current-level): Depend on allout-ascend, rather than
9221         reimplementing an algorithm.  Return to start-point if we fail.
9222         (allout-descend-to-depth): Use allout-recent-depth variable
9223         instead of function.
9224         (allout-next-sibling): On traversal of numerous intervening
9225         topics, resort to economical allout-next-sibling-leap.
9226         (allout-next-sibling-leap): Specialized version of
9227         allout-next-sibling that uses allout-ascend cleverly, to depend on
9228         a regexp search to leap large numbers of contained topics, rather
9229         than arbitrarily many one-by-one traversals.
9230         (allout-next-visible-heading): Disqualify aberrant topics.
9231         (allout-previous-visible-heading): Position consistently when
9232         interactive.
9233         (allout-forward-current-level): Base on allout-previous-sibling
9234         rather than (differently) reimplmenting the algorithm.  Remove some
9235         unused variables.
9236         (allout-solicit-alternate-bullet): Present default choice stripped
9237         of text properties.
9238         (allout-rebullet-heading): Use bullet stripped of text properties.
9239         Register changes using allout-exposure-change-hook.
9240         Disregard aberrant topics.
9241         (allout-shift-in): With universal-argument, make topic a peer of
9242         it's former offspring.  Simplify the code by separating out
9243         allout-shift-out functionality.
9244         (allout-shift-out): With universal-argument, make offspring peers
9245         of their former container, and its siblings.  Implement the
9246         functionality here, rather than inappropriately muddling the
9247         implementation of allout-shift-in.
9248         (allout-rebullet-topic): Respect additional argument for new
9249         parent-child separation function.
9250         (allout-yank-processing): Use allout-ascend directly.
9251         (allout-show-entry): Disqualify aberrant topics.
9252         (allout-show-children): Handle discontinuous children gracefully,
9253         extending the depth being revealed to expose them and posting a
9254         message indicating the situation.
9255         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9256         Leave cursor in correct position.
9257         (allout-hide-current-subtree): Use allout-ascend directly.
9258         Disqualify aberrant topics.
9259         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9260         a way that the yanks can restore it, as used to happen.
9261         (allout-yank-processing): Restore exposure layout as recorded by
9262         allout-kill-*, as used to happen.
9263         (allout-annotate-hidden, allout-hide-by-annotation): New routines
9264         for preseving and restoring exposure layout across kills.
9265         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9266         (allout-encrypt-string): Strip text properties.
9267         Rearranged order and outline-headings for some of the
9268         miscellaneous functions.
9269         (allout-resolve-xref): No need to quote the error name in the
9270         condition-case handler section.
9271         (allout-flatten): Classic recursive (and recursively intensive,
9272         without tail-recursion) list-flattener, needed by allout-shift-out
9273         when confronted with discontinuous children.
9275 2006-09-16  Jason Rumney  <jasonr@gnu.org>
9277         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9278         on ms-windows.
9279         (dnd-open-unc-file): Remove.
9280         (dnd-open-local-file): Mention in doc string that it also handles
9281         remote files if the system natively supports unc file-names.
9283 2006-09-15  Kim F. Storm  <storm@cua.dk>
9285         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9286         all necessary information about the event before erasing *Help*.
9288         * simple.el (line-move-partial): Use window-line-visiblity to
9289         quickly check whether last line is partially visible, and only do
9290         the hard (and slow) part in that case.
9292 2006-09-15  Jay Belanger  <belanger@truman.edu>
9294         * COPYING: Replace "Library Public License" by "Lesser Public
9295         License" throughout.
9297 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9299         * term/x-win.el (x-menu-bar-open): New function for F10.
9301 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
9303         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9304         Disallow filenames containing " -" to avoid confusion with libtool
9305         compilation messages.  Suggested by Stefan Monnier.
9307 2006-09-15  David Kastrup  <dak@gnu.org>
9309         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9310         instead of buffer position for `mouse-on-link-p'.
9312         * mouse.el (mouse-posn-property): New function looking up the
9313         properties at a click position in overlays and text properties in
9314         either buffer or strings.
9315         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9316         of both `follow-link' as well as `mouse-face' properties.
9317         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9318         buffer position.
9320         * help.el (describe-key-briefly): When reading a down-event on
9321         mode lines or scroll bar, swallow the following up event, too.
9322         Use the new mouse sensitity of `key-binding' for lookup.
9323         (describe-key): The same here.
9325 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
9327         * play/life.el (life-patterns): Add a few more interesting patterns.
9328         (life-setup): Force `show-trailing-whitespace' to nil.
9330 2006-09-14  Richard Stallman  <rms@gnu.org>
9332         * startup.el (fancy-splash-text): Change text to improve alignment.
9333         (fancy-splash-screens): Don't set non-standard tab width.
9334         Bind cursor-type temporarily, and make it easy to patch to
9335         preserve the splash buffer.
9336         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9337         (fancy-splash-screens): Display echo-area message explicitly.
9338         Don't set fancy-splash-help-echo.
9340         * simple.el (line-number-mode): Group mode-line instead of
9341         editing-basics.
9342         (column-number-mode, size-indication-mode): Likewise.
9344         * faces.el (mode-line-faces): Group mode-line instead of modeline.
9346         * time.el (display-time): Group mode-line instead of modeline.
9348         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
9350 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
9352         * startup.el (fancy-splash-text): Move editing instructions to
9353         fancy-splash-head.
9354         (fancy-splash-head): Issue editing instructions.
9355         (fancy-splash-screens): Fixup whitespace.
9357 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * bindings.el (mode-line-buffer-identification-keymap):
9360         Remove duplicate line.
9362 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9364         * ido.el (ido-ignore-item-p): Allow any kind of functions in
9365         ignore lists.
9367 2006-09-14  Kim F. Storm  <storm@cua.dk>
9369         * jit-lock.el (jit-lock-fontify-again): New function.
9370         (jit-lock-fontify-now): Use it instead of lambda form.
9372 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
9374         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9375         (flyspell-auto-correct-word): Make ispell-filter local to these
9376         functions.  Check that ispell-filter has new stuff before calling
9377         ispell-parse-output.
9379 2006-09-13  Kim F. Storm  <storm@cua.dk>
9381         * simple.el (line-move-partial): Optimize.
9383 2006-09-13  Richard Stallman  <rms@gnu.org>
9385         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9386         Delete spurious backquote.
9388 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9390         * net/rcirc.el (rcirc-print): Fix last change.
9392 2006-09-12  Jay Belanger  <belanger@truman.edu>
9394         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9396 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9398         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9399         rcirc-show-maximum-output.
9400         (rcirc-mode): Remove window-scroll-function hook.
9401         (rcirc-scroll-to-bottom): Remove function.
9402         (rcirc-print): Recenter so point stays at the bottom of the window
9403         if point was already there.
9405 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9407         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9408         not to "t".
9409         * progmodes/compile.el (compilation-start): Likewise.
9410         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9411         Don't use expand-file-name on invocation-directory, since this
9412         might mishandle special characters in invocation-directory.
9414 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * pcvs-defs.el: Remove * in defcustom's docstrings.
9418 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
9420         * progmodes/compile.el (compilation-directory-properties):
9421         Doc fix for help-echo.
9423 2006-09-12  Lars Hansen  <larsh@soem.dk>
9425         * desktop.el (desktop-read): Add comment.
9427 2006-09-12  Kim F. Storm  <storm@cua.dk>
9429         * simple.el (next-error-highlight, next-error-highlight-no-select):
9430         Fix spelling error.
9432         * subr.el (sit-for): Rework to use input-pending-p and cond.
9433         Return nil input is pending on entry also for SECONDS <= 0.
9434         (while-no-input): Use input-pending-p instead of sit-for.
9436 2006-09-11  Richard Stallman  <rms@gnu.org>
9438         * simple.el (next-error-highlight, next-error-highlight-no-select):
9439         Fix custom type and doc strings.
9441 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9443         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9444         (diff-apply-hunk): Use it to ask for confirmation.
9446 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
9448         * emacs-lisp/cl.el (pushnew): Add missing `,'.
9450 2006-09-11  David Kastrup  <dak@gnu.org>
9452         * help.el (string-key-binding, describe-key-briefly)
9453         (describe-key): Remove `string-key-binding' and its callers since
9454         `key-binding' already caters for the proper lookup now.
9456 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9458         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9459         (cfengine-mode): Use it.  Fix \ syntax to be like /.
9461         * bindings.el (mode-line-buffer-identification-keymap):
9462         Move initialization into declaration.
9464 2006-09-10  Kim F. Storm  <storm@cua.dk>
9466         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9467         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9468         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9469         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9471 2006-09-10  Richard Stallman  <rms@gnu.org>
9473         * dired-aux.el: Handle errors in recursive copy usefully.
9474         (dired-create-files-failures): New variable.
9475         (dired-copy-file): Remove condition-case.
9476         (dired-copy-file-recursive): Check for errors on all file
9477         operations, and add them to dired-create-files-failures.
9478         Check file file-date-erorr here too.
9479         (dired-create-files): Check dired-create-files-failures
9480         and report those errors too.
9482         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9484         * subr.el (add-to-list): New argument COMPARE-FN.
9486 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9488         * filecache.el (file-cache-add-directory)
9489         (file-cache-add-directory-list, file-cache-add-file)
9490         (file-cache-add-directory-using-find)
9491         (file-cache-add-directory-using-locate)
9492         (file-cache-add-directory-recursively): Add autoloads.
9494 2006-09-09  Richard Stallman  <rms@gnu.org>
9496         * textmodes/conf-mode.el (conf-space-mode):
9497         Use hack-local-variables-hook instead of calling hack-local-variables.
9498         (conf-space-keywords-override): New variable.
9499         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
9500         (conf-space-mode): Always make conf-space-keywords and
9501         conf-space-keywords-override local.
9502         Call conf-space-mode-internal directly as well as via hook.
9504 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9506         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9507         quasi-keywords.
9509 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9511         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9512         (python-send-string): Be slightly more careful about adding \n.
9514         * startup.el (normal-splash-screen): Don't display the buffer if we'll
9515         kill it right away anyway.
9517 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
9519         * international/codepage.el (cp850-decode-table): Fix a few codes.
9520         (cp858-decode-table): New variable.
9522 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9524         * net/ldap.el (ldap-search-internal): Doc fix.
9526 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9528         * play/life.el (life-display-generation): Test for input manually if
9529         `sleeptime' is negative or null.
9531         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9532         (print-region-1): Substitute `%s' with the page title.
9534 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
9536         * locate.el (locate-current-search): New variable.
9537         (locate): Set buffer local value.  Use current buffer if it is
9538         in Locate mode.
9539         (locate-mode): Disable undo here.
9540         (locate-do-setup): Use locate-current-filter from buffer to be killed.
9541         (locate-update): Use locate-current-search and locate-current-filter.
9543 2006-09-08  David Kastrup  <dak@gnu.org>
9545         * desktop.el (desktop-read): When loading a desktop, disable
9546         saving it while the load progresses, and switch off a pending lazy
9547         load by calling `desktop-lazy-abort'.
9549 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
9551         * window.el (mouse-autoselect-window-timer)
9552         (mouse-autoselect-window-position)
9553         (mouse-autoselect-window-window)
9554         (mouse-autoselect-window-now): New vars.
9555         (mouse-autoselect-window-cancel)
9556         (mouse-autoselect-window-select)
9557         (mouse-autoselect-window-start): New functions.
9558         (handle-select-window): Call `mouse-autoselect-window-start' when
9559         delayed window autoselection is enabled.
9561         * cus-start.el (mouse-autoselect-window): Handle delayed window
9562         autoselection.
9564         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9565         commands after which it is allowed to print in the echo area.
9567 2006-09-08  Richard Stallman  <rms@gnu.org>
9569         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9571         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9572         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9574         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9575         (cancel-timer-internal): Add doc string.
9576         (cancel-function-timers): Doc fix.
9577         (with-timeout-handler, timer-event-last*): Add doc strings.
9579         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9581         * files.el (risky-local-variable-p): Match ...-bindat-spec.
9583         * dired.el (dired-log-summary): Add doc string.
9585         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9586         (custom-group-menu-create): Not here.
9588 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
9590         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9592 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9594         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9595         (mac-apple-event-map): Define its handler.
9597 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9599         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9601 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9603         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9604         clause.
9606 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9608         * info.el (Info-index): Bind completion-ignore-case.
9610 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9612         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9613         previous commit.
9614         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9615         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9616         burp in dedicated windows.
9617         (inferior-prolog-self-insert-command): New command.
9618         (inferior-prolog-mode-map): Use it.
9620 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9622         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9624         * international/code-pages.el: Add cp858.
9626 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9628         * dnd.el: Fix bootstrapping.
9630 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9632         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9633         (dnd-open-remote-url): New function.
9634         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9635         not windows-nt.
9637 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9639         * dnd.el (dnd-open-remote-file-function): New variable.
9640         (dnd-open-unc-file): New function.
9641         (dnd-open-file): Call dnd-open-remote-file-function if set.
9643 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9645         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9646         pgg-passphrase-coding-system rather than locale-coding-system.
9647         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9649 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * progmodes/prolog.el: Remove * in docstrings.
9652         (prolog-program-name): Add SWI prolog.
9653         (prolog-mode-menu): New menu.
9654         (prolog-mode): Set comment-add.
9655         (prolog-indent-line): Simplify.  Use indent-line-to.
9656         (inferior-prolog-buffer): New var.
9657         (inferior-prolog-run, inferior-prolog-process): New funs.
9658         (run-prolog, switch-to-prolog): Rewrite, using them.
9659         (prolog-consult-region): Use inferior-prolog-buffer.
9660         (inferior-prolog-load-file): New function.
9661         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9663         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9664         last word, if it's not the end of the paragraph.
9666         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9667         file name.
9669 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9671         * frame.el (display-mm-dimensions-alist): New defcustom.
9672         (display-mm-height, display-mm-width): Use it.
9674 2006-09-06  Simon Josefsson  <jas@extundo.com>
9676         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9678 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9680         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9681         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9682         string values.
9684 2006-09-06  Kim F. Storm  <storm@cua.dk>
9686         * simple.el (line-move-partial): New function to do vscrolling for
9687         partially visible images / tall lines.  Rewrite based on code
9688         previously in line-move.  Simplify backwards vscrolling.
9689         (line-move): Use it.  Simplify.
9691 2006-09-05  Kim F. Storm  <storm@cua.dk>
9693         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9695 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9697         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9698         Process the `gcc-include' after the `gnu' rule.
9700 2006-09-05  Kim F. Storm  <storm@cua.dk>
9702         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9704 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9706         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9707         compatibility.
9709         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9710         inhibit-redisplay; encode passphrase with locale-coding-system.
9712 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9714         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9716 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9718         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9719         (gdb-var-list-children-regexp): Make type field optional.
9721         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9722         e.g public, protected in C++.
9724 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9726         * simple.el (completion-show-help): New defcustom.
9727         (completion-setup-function): Heed it.
9729 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9731         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9733 2006-09-04  Richard Stallman  <rms@gnu.org>
9735         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9736         (rsf-min-region-to-spam-list): Doc fix.
9737         (rsf-add-content-type-field): Doc fix.
9739         * simple.el (kill-region): Explicitly test there is a region.
9741 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9743         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9744         sendmail in several common directories.
9746         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9748         * paths.el (sendmail-program): Removed.
9750 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9752         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9753         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9754         http://article.gmane.org/gmane.emacs.gnus.general/50457
9756 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9758         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9759         mark after running the menu filter.
9761 2006-09-03  Juri Linkov  <juri@jurta.org>
9763         * international/quail.el (quail-defrule-internal): Add a check
9764         if a key is a vector.
9766 2006-09-02  Juri Linkov  <juri@jurta.org>
9768         * man.el (Man-topic-history): New variable.
9769         (man): Use it.
9771         * woman.el (woman-topic-history): Change defvar to defvaralias
9772         for symbol `Man-topic-history'.
9774         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9775         `comint-last-output-start' is a marker by using `markerp' and
9776         check if it has a position by using `marker-position', and use
9777         this position for `goto-char'.
9779         * international/quail.el (quail-defrule-internal): Add missing
9780         `error' call for null key.
9782 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9784         * net/rcirc.el (rcirc-keywords): New variable.
9785         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9786         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9787         variables.
9788         (rcirc-responses-no-activity): New function.
9789         (rcirc-handler-generic): Check for responses in above.
9790         (rcirc-process-command): Add ?: character to arguments of raw
9791         server commands.
9792         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9793         `rcirc-dim-nicks'.
9794         (rcirc-gray-toggle): Remove unused variable.
9795         (rcirc-print): Remove some tracking logic, which is moved into
9796         markup functions.
9797         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9798         types.
9799         (rcirc-activity-string): Look for 'keyword in activity-types.
9800         (rcirc-window-configuration-change): Don't erase overlay-arrow
9801         unnecessarily.
9802         (rcirc-add-or-remove): New function.
9803         (rcirc-cmd-ignore): Use it.
9804         (rcirc-message-leader): Remove unused function.
9805         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9806         (rcirc-add-face): New function.
9807         (rcirc-facify): Use rcirc-add-face.
9808         (rcirc-url-regexp): Add parens.
9809         (rcirc-map-regexp): Remove function.
9810         (rcirc-mangle-regexp): Remove function.
9811         (rcirc-markup-text-functions): New variable.
9812         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9813         (rcirc-markup-body-text, rcirc-markup-attributes)
9814         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9815         (rcirc-markup-bright-nicks): New markup handler functions.
9816         (rcirc-nick-in-message-full-line): New face.
9817         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9818         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9820 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9822         * cus-start.el (hscroll-margin, hscroll-step)
9823         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9824         (x-use-underline-position-properties): Change version to "22.1"
9825         since they will appear there for the first time.
9827 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9829         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9831 2006-08-31  Richard Stallman  <rms@gnu.org>
9833         * cus-edit.el (custom-save-variables): Slight cleanup.
9834         (Custom-no-edit): Renamed from custom-no-edit.
9835         (Custom-newline): Renamed from custom-newline.
9836         (custom-mode-map): Use new names.
9838         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9839         about customization, rather than M-x customize, in the doc string
9840         made for the defcustom.
9842         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9844 2006-08-31  Romain Francoise  <romain@orebokech.com>
9846         * dired-x.el (dired-guess-shell-alist-default): Update.
9848 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9850         * custom.el (custom-theme-set-variables): Autoload packages before
9851         sorting the variables.
9853 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9855         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9856         Convert events to chars if XEmacs.
9857         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9859 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9862         waiting for process.
9864 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9866         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9867         results in ASCII-only string, encode original one directly.
9869 2006-08-29  Romain Francoise  <romain@orebokech.com>
9871         * startup.el (normal-splash-screen, fancy-splash-screens):
9872         Make buffer read-only and arrange to enter view mode if necessary.
9874 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9876         * hl-line.el (hl-line): New face.
9877         (hl-line-face): Use it.
9879         * image-mode.el (image-mode): Fix last fix.
9880         Suggested by Kim F. Storm.
9882 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9884         Sync with Tramp 2.0.54.
9886         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9887         of `=', because `tramp-get-remote-gid' might not always return an
9888         integer when expected.
9889         (tramp-register-file-name-handlers): `partial-completion-mode' is
9890         unknown to XEmacs.
9891         (tramp-time-diff): Don't use `floor', it might fail for large
9892         differences.
9893         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9894         `tramp-auto-save-directory' if unset in order to guarantee unique
9895         auto-save file names.
9897 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9899         * image-mode.el (image-mode): Display image as text on a terminal.
9901 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * progmodes/python.el (python-send-command): Simplify.
9904         (run-python): Don't generate a new buffer unless `new' was specified.
9905         Make sure we send `import emacs' to the proper process.
9907         * progmodes/python.el (python-send-command): Don't wait for the command
9908         to terminate.  Don't fiddle with compilation-parsing-end.
9910 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9912         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9913         Insert commentary after first line summary.
9915         * woman.el (woman-follow): New function, based on `man-follow'.
9916         (woman-mode-map): Use it.
9918         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9919         since ibuffer-do-sort-by-recency does not define a sorter.
9921 2006-08-28  Kim F. Storm  <storm@cua.dk>
9923         * find-dired.el (find-dired): Use shell-quote-argument to properly
9924         escape ( and ) args.  Also use it on {} and ; args in default
9925         value of find-ls-option string.
9926         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9928 2006-08-27  Michael Olson  <mwolson@gnu.org>
9930         * emacs-lisp/tq.el: Small grammar fix in comments.
9931         (tq-enqueue): Check for existence of queue rather than the
9932         head queue item's question, which was a no-op.
9933         (tq-filter, tq-process-buffer): Make sure the process buffer
9934         exists before making it the current buffer.
9936 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9938         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9939         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9940         (special-event-map): Apply 2006-08-16 change for x-win.el.
9942 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * progmodes/python.el (python-send-receive): Wait in the
9945         process's buffer so as to check the right buffer-local variables.
9947 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9949         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9950         (defgroup checkdoc): Move to beginning.
9952         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9953         (python-preoutput-continuation): Remove.
9954         (python-preoutput-filter): Simplify correspondingly.
9955         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9956         Loop around to catch embedded _emacs_out output.
9957         (run-python): Send the import&print command on a single line.
9958         (python-send-command): Send command&print on a single line.
9959         (python-send-string): Only add double \n if needed.
9960         (python-send-receive): Loop until the result comes.
9961         (python-mode-running): Defvar it.
9962         (python-setup-brm): Remove unused var `menu'.
9963         Only bind py-mode-map and `features' around brm-init.
9964         (python-calculate-indentation): Remove unused var `point'.
9965         (python-beginning-of-defun): Remove unused var `def-line'.
9967 2006-08-25  Richard Stallman  <rms@gnu.org>
9969         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9971 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9973         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9974         viper-vi-state-cursor-color.
9975         (viper-non-hook-settings): Don't set default
9976         mode-line-buffer-identification.
9978         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9979         New fun.
9980         (viper-set-cursor-color-according-to-state)
9981         (viper-get-saved-cursor-color-in-replace-mode)
9982         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9983         viper-emacs-state-cursor-color.
9985         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9986         (viper-undo): Use point if undo-beg-posn is nil.
9987         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9988         (viper-after-change-undo-hook): Don't use
9989         viper-emacs-state-cursor-color by default.
9990         (viper-undo): More sensible positioning after undo.
9992         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9993         (viper-emacs-state-cursor-color): Default to nil, since this feature
9994         doesn't work well yet.
9996         * ediff-mult.el (ediff-intersect-directories)
9997         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9998         always expand filenames.
10000 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10002         * tumme.el: Remove * in defcustoms's docstrings.
10004 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
10006         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10007         Accept internal time format for SECS arg.
10008         (timer-relative-time): Doc fix.
10010         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10011         adapted from Martin Rudalics.
10012         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10013         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10014         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10015         using sit-for.
10017 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
10019         * cus-start.el (all): Add `overline-margin' and
10020         `x-underline-at-descent-line'.
10022 2006-08-24  Kim F. Storm  <storm@cua.dk>
10024         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10025         to mean "use find -exec"; nil now unambiguously means auto-detect.
10026         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10027         Use shell-quote-argument to build grep-find-command and
10028         grep-find-template.
10029         (rgrep): Use shell-quote-argument to properly quote arguments to find.
10030         Reported by Tom Seddon.
10032 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
10034         * startup.el (fancy-splash-head): Give instructions for dismissing
10035         the splash screen for default startup too.
10036         (display-startup-echo-area-message, fancy-splash-screens)
10037         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
10038         all splash text at once and keep the splash buffer around.
10039         (command-line-1): Give display-startup-echo-area-message a t arg.
10041 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
10043         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10044         gnus frame is selected.
10046 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
10048         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10050 2006-08-22  Kim F. Storm  <storm@cua.dk>
10052         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10053         Add suffix matching for subdirs.
10055 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10057         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10058         mouse-yank-at-point is non-nil.
10060 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
10062         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10063         a bit wider and remove fringes to fit initial output on line.
10065 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10067         * frame.el (blink-cursor-end): Only ignore the error we care about.
10068         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10070 2006-08-21  Richard Stallman  <rms@gnu.org>
10072         * whitespace.el (whitespace-cleanup): Doc fix.
10074 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
10076         * net/rcirc.el (rcirc-show-maximum-output): New var.
10077         (rcirc-buffer-process): If no buffer argument is supplied, use
10078         current-buffer.
10079         (rcirc-complete-nick): Complete to the last completed nick first.
10080         (rcirc-mode): Preserve the value of `rcirc-urls' across
10081         connections.  Setup scroll function.
10082         (rcirc-scroll-to-bottom): New function.
10083         (rcirc-print): Use nick syntax around regexp work.
10084         Notice dim-nicks speaking only if they say our nick.
10085         (rcirc-update-activity-string): Do not show the modeline indicator
10086         if there are no live rcirc processes.
10087         (rcirc-cmd-ignore): Ignore case.
10088         (rcirc-browse-url-at-point): Fix off-by-one error.
10090 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10092         * progmodes/python.el: Remove * in defcustom docstrings.
10093         (run-python, python-proc, python-try-complete): Use derived-mode-p.
10094         (python-mode): Set tab-width and indent-tabs-mode.
10096 2006-08-20  Dave Love  <fx@gnu.org>
10098         * progmodes/python.el: Update to Dave Love's latest version.
10099         (python-font-lock-keywords, python-mode): Don't use
10100         font-lock-syntax-table, but match symbol elements explicitly instead.
10101         (python-mode-map): Add help, and a few more key bindings.
10102         (python-skip-comments/blanks): Move out of comments as well.
10103         (python-continuation-line-p): Behave better with unbalanced parens.
10104         (python-blank-line-p): New fun.
10105         (python-open-block-statement-p): Don't use a heuristic.
10106         (python-outdent-p): Better handle blocks-in-the-same-line.
10107         (python-calculate-indentation): Misc improvements.
10108         (python-comment-indent): Remove.
10109         (python-block-pairs): New var.
10110         (python-first-word): New fun.
10111         (python-indentation-levels): Handle more common cases.
10112         (python-indent-line-1): Add `leave' argument.
10113         (python-indent-region): New fun.
10114         (python-skip-out): New fun.
10115         (python-beginning-of-statement, python-end-of-statement): Use it.
10116         (python-next-statement): Return correct count even at eob.
10117         (python-end-of-block): Fix paren-typo.
10118         (python-imenu-create-index): Add module variables.
10119         (run-python): Add `new' arg.
10120         Check we're at a prompt before returning.
10121         (python-send-command): Move to end of buffer.
10122         Wait for prompt to return.
10123         (python-set-proc): New fun.
10124         (python-imports): New var.
10125         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
10126         (python-eldoc-function): Try to move out of arg list.
10127         (python-outline-level): Offset by 1.
10128         (python-find-imports): New fun.
10129         (python-symbol-completions): Use python-imports.
10130         (python-module-path, ffap-alist): Add support for ffap.
10131         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10132         (python-insert-*, python-default-template, python-expand-template):
10133         Add templates/skeletons.
10134         (python-setup-brm): Support for Bicycle Repair Man.
10135         (python-abbrev-syntax-table): New var.
10136         (python-abbrev-pc-hook, python-pea-hook): New funs.
10138 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
10140         * frame.el (blink-cursor-start): Set timer first.
10141         (blink-cursor-end): Ignore timer cancelling errors.
10142         Suggested by Ken Manheimer.
10144 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
10146         * newcomment.el (comment-box): Call `comment-normalize-vars'.
10147         Add autoload cookie.
10149 2006-08-20  Richard Stallman  <rms@gnu.org>
10151         * simple.el (line-number-at-pos): Doc fix.
10153         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10154         timer-activate-when-idle, so timer can run before Emacs becomes
10155         non-idle again.
10157 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10159         * whitespace.el (whitespace-cleanup-internal): New optional arg
10160         REGION-ONLY.  If it's non-nil, modify the message to the user
10161         accordingly.
10162         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10163         a non-nil argument.
10165 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
10167         * rect.el (spaces-string): Simplify and add doc string.
10169 2006-08-17  Romain Francoise  <romain@orebokech.com>
10171         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10173 2006-08-17  Richard Stallman  <rms@gnu.org>
10175         * compare-w.el (compare-windows): lambda's take an arg and pass
10176         it to compare-windows-skip-whitespace.
10178 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
10180         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10181         the right buffer.
10183 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10186         removed files.
10188 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
10190         * progmodes/gdb-ui.el (gdb-locals-watch-map)
10191         (gdb-locals-watch-map-1): Suppress keymap first.
10192         (gdb-edit-locals-map-1): New variable.
10193         (gdb-edit-locals-value): New function.
10194         (gdb-stack-list-locals-handler): Use them.
10196 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10199         cursor would normally be drawn in the fringe.
10201         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10202         Reported by Martin Rudalics <rudalics@gmx.at>.
10204 2006-08-16  Richard Stallman  <rms@gnu.org>
10206         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10207         (special-event-map): Process drag-n-drop events this way.
10209         * simple.el (move-beginning-of-line): Test whether fields
10210         would prevent motion back to line's first visible character.
10211         If so, stop where the fields would stop the motion.
10213         * newcomment.el (comment-indent): Fully update INDENT
10214         before checking to see if it will change the text.
10216         * cus-edit.el (custom-newline): New function.
10217         (custom-mode-map): Bind newline to custom-newline.
10219         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10220         into ignore-whitespace.
10221         Check each buffer for its skip-function.
10222         Handle compare-windows-skip-whitespace special-case test
10223         by returning t from default skip function.
10225 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
10227         * textmodes/org.el (org-clock-special-range)
10228         (org-clock-update-time-maybe): New functions.
10229         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10230         not only a-z.
10231         (org-agenda-get-blocks): Allow multiple blocks per headline.
10232         (org-timestamp-change): Call `org-clock-update-time-maybe'.
10233         (org-export-html-title-format)
10234         (org-export-html-toplevel-hlevel): New options.
10235         (org-export-language-setup): Add support for Czech.
10236         (org-mode, org-insert-todo-heading, org-find-visible)
10237         (org-find-invisible, org-invisible-p, org-invisible-p2)
10238         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10239         (org-show-subtree, org-show-entry, org-make-options-regexp):
10240         Remove compatibility support for old outline-mode.
10241         (org-check-occur-regexp): Funtion removed.
10242         (org-on-heading-p, org-back-to-heading): Made defalias.
10243         (org-set-local): New defsubst.
10244         (org-set-regexps-and-options, org-mode)
10245         (org-set-font-lock-defaults, org-edit-agenda-file-list)
10246         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10247         (org-remember-apply-template, org-table-edit-field)
10248         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10249         (org-set-autofill-regexps): Use `org-set-local'.
10250         (org-table-eval-formula): Fix bug with parsing of display flags.
10252 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
10254         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10255         frame with fringe arrow.  Suggested by Simon Marshall
10256         <simon.marshall@misys.com>.
10257         (gdb-stack-position): New variable.
10258         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10259         (gdb-frames-mode): Set gdb-stack-position to nil.
10260         Add to overlay-arrow-variable-list
10261         (gdb-reset): Delete gdb-stack-position from above list.
10263 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10265         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10266         read only.
10268 2006-08-13  Romain Francoise  <romain@orebokech.com>
10270         * cus-theme.el (customize-create-theme)
10271         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10273         * filesets.el (filesets-add-buffer): Ditto.
10275         * pcvs.el (cvs-change-cvsroot): Ditto.
10277 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
10279         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10280         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10281         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10282         expressions.
10283         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10284         Only search till end of line.
10285         Add face to function names in case of no filename.
10286         Add face to variable names of watchpoints.
10288 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
10290         * cus-start.el <indent-tabs-mode>: Move to the `indent'
10291         customization group.
10293 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
10295         * allout.el (allout-prior-bindings, allout-added-bindings):
10296         Remove, after long deprecation.
10297         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10298         Add customization vars controlling allout-beginning-of-line and
10299         allout-end-of-line conveniences.
10300         (allout-header-prefix, allout-use-mode-specific-leader)
10301         (allout-use-mode-specific-leader, allout-mode-leaders):
10302         Revise docstrings.
10303         (allout-infer-header-lead): Change to be an alias for
10304         allout-infer-header-lead-and-primary-bullet.
10305         (allout-infer-header-lead-and-primary-bullet): New version of
10306         allout-infer-header-lead which assigns the primary bullet to the
10307         same as the header lead, when its being changed.
10308         (allout-infer-body-reindent): Apply regexp-quote instead of
10309         unconditionally prepending "\\", so that all literal
10310         allout-header-prefix and allout-primary-bullet strings are
10311         properly handled.
10312         (allout-add-resumptions): Add optional qualifier for extending or
10313         appending to existing values, rather than replacing them.
10314         (allout-view-change-hook): Clarify docstring.
10315         (allout-exposure-change-hook): Take explicit arguments, via
10316         run-hook-with-args.
10317         (allout-structure-added-hook)
10318         (allout-structure-deleted-hook)
10319         (allout-structure-shifted-hook): New hooks analogous to
10320         allout-exposure-change-hook for other kinds of structural outline
10321         edits.
10322         (allout-encryption-plaintext-sanitization-regexps): New encryption
10323         customization variable, by which cooperating modes can provde
10324         massage of the plaintext without actually being passed it.
10325         (allout-encryption-ciphertext-rejection-regexps)
10326         (allout-encryption-ciphertext-rejection-ceiling): New encryption
10327         customization variables, by which cooperating modes can prohibit
10328         rare but possible ciphertext patterns from fouling their
10329         operation, with actually being passed the ciphertext.
10330         (allout-mode): Run activation and deactivation hooks after the
10331         minor-mode variable has been toggled, to clarify the mode
10332         disposition.  The new encryption ciphertext rejection variable is
10333         used to ensure that the ciphertext does not contain text that
10334         would be recognized as outline structural elements by allout.
10335         Substite allout-beginning-of-line and allout-end-of-line for
10336         conventionall beginning-of-line and end-of-line bindings.
10337         If allout-old-style-prefixes is non-nil, don't nullify it on mode
10338         activation!
10339         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10340         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10341         (allout-chart-subtree): Implement new mode, charting only the
10342         visible items in the subtree, when new 'visible' parameter is non-nil.
10343         (allout-end-of-subtree): Properly handle the last item in the buffer.
10344         (allout-pre-command-business, allout-command-counter):
10345         Increment an advertised counter so that cooperating enhancements can
10346         track revisions of items.
10347         (allout-open-topic): Run allout-structure-added-hook with suitable
10348         arguments.
10349         (allout-shift-in): Run allout-structure-shifted-hook with suitable
10350         arguments.
10351         (allout-shift-out): Fix doubling for negative args and ensure call
10352         of allout-structure-shifted-hook by solely using allout-shift-in.
10353         (allout-kill-line, allout-kill-topic):
10354         Run allout-structure-deleted-hook with suitable arguments.
10355         (allout-yank-processing): Run allout-structure-added-hook with
10356         proper arguments.
10357         (allout-yank): Enclose activity in allout-unprotected.
10358         (allout-flag-region): Run allout-exposure-change-hook with
10359         suitable arguments, instead of making the callee infer the arguments.
10360         (allout-encrypt-string):
10361         Support allout-encryption-plaintext-sanitization-regexps,
10362         allout-encryption-ciphertext-rejection-regexps, and
10363         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
10364         en/de cryption mode in symmetric encryption failure message.
10365         (allout-obtain-passphrase): Use copy-sequence to get a distinct
10366         copy of the passphrase, and don't zero it or we'll corrupt the
10367         stashed copy.
10368         (allout-create-encryption-passphrase-verifier)
10369         (allout-verify-passphrase): Respect the new signature for
10370         allout-encrypt-string.
10371         (allout-get-configvar-values): Convenience for getting a
10372         configuration variable value and handling its absence gracefully.
10374 2006-08-11  Romain Francoise  <romain@orebokech.com>
10376         * obsolete/zone-mode.el: Delete.
10378 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10382 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
10384         * emacs-lisp/bindat.el (bindat-ip-to-string):
10385         Use `format-network-address' if possible.
10387 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10389         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10391 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
10393         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10394         restore unread-command-events here.
10395         (edebug-display): Do it here, to detect sit-for interruptions.
10397 2006-08-10  Romain Francoise  <romain@orebokech.com>
10399         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10400         (dns-mode-soa-auto-increment-serial): New user option.
10401         (dns-mode-soa-maybe-increment-serial): New function.
10402         (dns-mode): Add the latter to `write-contents-functions'.
10404         * obsolete/zone-mode.el: Move to obsolete/ from net/.
10405         Delete autoload cookies.
10407 2006-08-10  John Wiegley  <johnw@newartisans.com>
10409         * eshell/em-glob.el (eshell-glob-chars-list)
10410         (eshell-glob-translate-alist): Add support for [^g] in character globs.
10412 2006-08-10  Richard Stallman  <rms@gnu.org>
10414         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10415         (facemenu-set-face): Doc fix.
10416         (facemenu-listed-faces): Doc fix.
10418 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
10420         * avoid.el (mouse-avoidance-animating-pointer): New var.
10421         (mouse-avoidance-nudge-mouse): Use it.
10422         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10423         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10424         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10425         Don't activate if currently animating.  All callers changed.
10427 2006-08-09  John Wiegley  <johnw@newartisans.com>
10429         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10430         variable, which causes timeclock to report elapsed time worked,
10431         instead of just work remaining.
10433 2006-08-09  Kenichi Handa  <handa@m17n.org>
10435         * international/latexenc.el (latexenc-find-file-coding-system):
10436         Fix for the case that the 2nd element of arg-list is a cons.
10438 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
10440         * info.el (Info-fontify-node): Handle preceding `in' for note
10441         reference hiding rules.
10443 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10446         mistake a closing " for an opening one.
10448 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10450         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10452 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         * complete.el (PC-do-completion): Filter out completions matching
10455         completion-ignored-extensions before checking whether there are
10456         multiple completions.
10457         Don't use `list' unnecessarily when building completion tables.
10459 2006-08-06  Richard Stallman  <rms@gnu.org>
10461         * help.el (describe-mode): Make minor mode list more concise.
10463 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
10465         * bindings.el: Give mode-line-format, mode-line-modes, and
10466         mode-line-position `standard-value' properties.
10468 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
10470         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10471         "(file)node" instead of the file name.
10473 2006-08-05  Richard Stallman  <rms@gnu.org>
10475         * faces.el (escape-glyph): Doc fix.
10477 2006-08-04  Kenichi Handa  <handa@m17n.org>
10479         * international/mule-diag.el (describe-font): Improve docstring
10480         and error message.  Use frame-parameter (not frame-parameters).
10482 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10484         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10485         Correctly mark the end-of-docstring char.
10487 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
10489         * simple.el (line-move-to-column): Constrain move-to-column to
10490         current field.
10492 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10494         * font-lock.el (font-lock-beg, font-lock-end)
10495         (font-lock-extend-region-functions): New vars.
10496         (font-lock-extend-region-multiline)
10497         (font-lock-extend-region-wholelines): New functions.
10498         (font-lock-default-fontify-region): Use them.
10499         (font-lock-extend-jit-lock-region-after-change): Only round up
10500         if font-lock-default-fontify-region will do it as well.
10502         * font-lock.el (font-lock-extend-after-change-region-function):
10503         Rename from font-lock-extend-region-function.
10504         (font-lock-extend-region): Remove by inlining at call sites.
10505         (font-lock-after-change-function): Don't needlessly round up to a whole
10506         number of lines.
10507         (font-lock-extend-jit-lock-region-after-change): Be more careful about
10508         the boundary conditions and the interactions between the various ways
10509         to extend the region.
10511 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10513         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10514         modification status when forcing the second redisplay.
10516 2006-08-03  Kim F. Storm  <storm@cua.dk>
10518         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10520 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10522         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10523         doesn't look like a file name.
10525         * complete.el (PC-expand-many-files): Avoid signalling an error when
10526         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10528 2006-08-02  Andreas Schwab  <schwab@suse.de>
10530         * bindings.el (mode-line-format): Simplify reference to vc-mode.
10532 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10534         * bindings.el (map): Make mode-line-buffer-identification-keymap
10535         before defining propertized-buffer-identification.
10537 2006-08-01  Richard Stallman  <rms@gnu.org>
10539         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10541 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10543         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10544         default value.
10545         (gdb-find-source-frame): New function.
10546         (menu): Add to menu bar.
10548 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * font-core.el (font-lock-extend-region-function)
10551         (font-lock-extend-region): Move to font-lock.el.
10553         * font-lock.el (font-lock-extend-region-function)
10554         (font-lock-extend-region): Move from font-core.el.  Simplify.
10556         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10557         if needed.
10558         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10559         (jit-lock-after-change-extend-region-functions): New hook.
10560         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10562         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10563         (font-lock-turn-on-thing-lock): Use it.
10565         * longlines.el (longlines-show-region): Make it work on read-only
10566         buffers as well.
10568 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
10570         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10572 2006-07-31  Richard Stallman  <rms@gnu.org>
10574         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10575         (vhdl-speedbar-display-projects): Update old obsolete
10576         speedbar variable names.
10578 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
10580         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10581         (gdb-stopped): Use it.
10583         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10585 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
10587         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10588         for load-history elements.
10590 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
10592         * files.el (convert-standard-filename): For Cygwin, replace
10593         characters not allowed in Windows file names.
10594         (make-auto-save-file-name): Add Cygwin to the list of systems
10595         where the auto-save file name needs to be run through
10596         convert-standard-filename.
10598 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10600         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10602 2006-07-28  Richard Stallman  <rms@gnu.org>
10604         * bindings.el (mode-line-frame-identification)
10605         (propertized-buffer-identification): Centralize the code
10606         to initialize the variable.
10608         * progmodes/grep.el (grep-default-command): Catch errors from
10609         wildcard-to-regexp.
10611 2006-07-29  Kim F. Storm  <storm@cua.dk>
10613         * progmodes/grep.el (grep-tag-default): New function.
10614         (grep-default-command, grep-read-regexp): Use it.
10615         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10616         as default if nothing else applies.
10618 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10620         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10621         Throw error if buffer is not in Dired and Wdired mode, respectively.
10623 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10625         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10626         self-insert-command keys don't activate buttons.
10627         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10629 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10631         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10632         faces for enable character.
10634 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10636         * Makefile.in (recompile): Update comment to reflect change
10637         on 2004-04-21.
10639 2006-07-27  Richard Stallman  <rms@gnu.org>
10641         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10642         (customize-package-emacs-version): Change msg when pkg has no entry.
10643         (custom-no-edit): On a button, do like widget-button-press.
10645 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10647         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10648         S-tab and C-S-tab.
10650 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10652         * progmodes/which-func.el (which-function): Fix documentation/
10653         comment typo.
10655 2006-07-26  Richard Stallman  <rms@gnu.org>
10657         * textmodes/ispell.el (ispell-word): If we replace the word,
10658         move point to the end.  Insert before deleting.
10660 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10662         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10663         a timer.
10665 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10667         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10668         when at first image.
10669         (tumme-forward-image): Add prefix argument.  Add error when at last
10670         image.
10672 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10674         * tabify.el (tabify-regexp): Use more specific regexps.
10675         (tabify): Avoid modifying the buffer unnecessarily.
10677 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10679         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10680         (tumme-format-properties-string): Handle empty `buf'.
10681         (tumme-get-comment): Change variable names inside `let'.
10682         Add missing `let' variable that cause font-lock problems.
10683         (tumme-write-comments): Change variable names inside `let'.
10684         Add missing `let' variable that cause font-lock problems.
10685         (tumme-forward-image): Rename from `tumme-forward-char'.
10686         (tumme-backward-image): Rename from `tumme-backward-char'.
10688 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10690         * progmodes/ld-script.el (ld-script-keywords)
10691         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10692         and add comments.
10694 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10696         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10697         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10698         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10699         for status indicator.
10701 2006-07-24  Richard Stallman  <rms@gnu.org>
10703         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10705         * subr.el (dolist, dotimes): Use interned symbols for locals.
10706         (--dotimes-limit--, --dolist-tail--): New defvars.
10707         (looking-back): Doc fix.
10709         * replace.el (replace-match-string-symbols): Handle dotted lists.
10711 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10713         * tumme.el (tumme-write-tags): Add.
10714         (tumme-write-comments): Add.
10715         (tumme-tag-files): Change to use `tumme-write-tags'.
10716         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10717         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10718         (tumme-save-information-from-widgets): Change to use
10719         `tumme-write-comments' and `tumme-write-tags'.
10720         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10721         (tumme-write-tag): Remove.
10722         (tumme-write-comment): Remove.
10723         (tumme-display-previous-thumbnail-original): Remove empty line.
10724         (tumme-widget-list): Add punctuation.
10726 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10728         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10730 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10732         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10733         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10734         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10736 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10738         * mouse.el (mouse-on-link-p): Doc fix.
10740 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10742         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10743         Handle "C-h f `".
10745 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10747         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10748         column.
10750 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10752         * textmodes/table.el: Add move-beginning-of-line and
10753         move-end-of-line to Point Motion Only Group.
10755 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10757         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10759 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10761         * startup.el (user-mail-address): Initialize from the `EMAIL'
10762         environment variable first.  Document this.
10763         (command-line): Ditto.
10765 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10767         * help-mode.el (help-function-def, help-variable-def)
10768         (help-face-def): Print a message in the minibuffer.
10770 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10772         * term/xterm.el (terminal-init-xterm): Fix key bindings
10773         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10775 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10777         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10778         where `(nth 1 command)' is a cons cell.  Doc fix.
10780         * textmodes/po.el (po-find-charset): Doc fix.
10782 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10784         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10785         (allout-beginning-of-current-line, allout-end-of-current-line)
10786         (allout-next-visible-heading, allout-open-topic)
10787         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10788         (allout-flag-current-subtree, allout-show-to-offshoot)
10789         (allout-hide-current-entry, allout-show-current-branches)
10790         (allout-hide-region-body, allout-old-expose-topic)
10791         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10792         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10793         containing `beginning-of-line' and `end-of-line' with
10794         `inhibit-field-text-motion' t.
10796 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10798         * frame.el (focus-follows-mouse): Document that it doesn't have
10799         any effect on MS-Windows.
10801 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10803         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10805 2006-07-20  Jay Belanger  <belanger@truman.edu>
10807         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10809         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10810         New variables.
10811         (calc-alg-entry): Use `calc-alg-entry-history'.
10812         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10813         Remove reference to `calc-previous-alg-entry'.
10814         (calcAlg-edit, calcAlg-enter): Remove reference to
10815         `calc-previous-alg-entry'.
10816         (calcAlg-previous): Use `previous-history-element' instead of
10817         `calc-previous-alg-entry'.
10818         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10819         Change keybinding for `calcAlg-plus-minus', add keybindings for
10820         `previous-history-element' and `next-history-element'.
10822         * calc/calc-rewr.el (calc-match): Remove reference to
10823         `calc-previous-alg-entry'.
10825         * calc/calc-sel.el (calc-selection-history): New variable.
10826         (calc-enter-selection, calc-sel-mult-both-sides)
10827         (calc-sel-add-both-sides): Use `calc-selection-history'.
10829         * calc/calc-map.el (calc-get-operator-history): New variable.
10830         (calc-get-operator): Use `calc-get-operator-history'.
10832         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10833         (calc-curve-fit): Use `calc-curve-fit-history'.
10835 2006-07-20  Kenichi Handa  <handa@m17n.org>
10837         * international/mule-cmds.el (select-safe-coding-system): Fix the
10838         way of deciding eol-type of the coding system.
10840 2006-07-20  Alan Mackenzie  <acm@muc.de>
10842         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10843         (c-lang-setvar): New macro.
10844         (c-make-init-lang-vars-fun): Use the initialization forms in
10845         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10846         (comment-start, comment-end, comment-start-skip): Change these from
10847         c-lang-defvar's to c-lang-setvar's.
10849         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10850         which calls make-local-variable on the elements of
10851         c-emacs-variable-inits.
10852         (c-init-language-vars-for): Call this new macro.
10854 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10857         Try to rule out false positives due to time stamps.
10858         (compilation-mode-font-lock-keywords): Remove rules made redundant
10859         because of the above change.  Add `segmentation fault' to the known and
10860         highlighted compilation termination messages.
10862 2006-07-19  Kim F. Storm  <storm@cua.dk>
10864         * progmodes/grep.el (grep-find-ignored-directories):
10865         Add .svn and _darcs to list.
10867 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10869         * dired.el (dired-mode-map): Add key binding `C-te' for
10870         `tumme-dired-edit-comment-and-tags'.
10872         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10873         image display buffer is displayed before call to
10874         `tumme-display-image.
10875         (tumme-dired-display-image): Make sure image display buffer is
10876         displayed before call to `tumme-display-image.
10877         (tumme-mouse-display-image): Make sure image display buffer is
10878         displayed before call to `tumme-display-image.
10879         (tumme-widget-list): Add.
10880         (tumme-dired-edit-comment-and-tags): Add.
10881         (tumme-save-information-from-widgets): Add.
10883 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10887 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10889         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10890         Revert inadvertently installed patch hunk.
10892         * progmodes/compile.el (compilation-find-file): Handle the
10893         cases where the user selects a non-existent file.
10895 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10899 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10901         * subr.el (sit-for): Just sleep-for if noninteractive.
10903 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10905         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10907         * custom.el (custom-autoload): Add `noset' argument.
10908         (custom-push-theme): Don't autoload the variable, let callers do it.
10909         (custom-theme-set-variables): Autoload the variable if necessary.
10911         * cus-edit.el (custom-variable-state-set): If the variable was
10912         originally set outside custom, but to the same value as the default,
10913         consider it to be standard.
10915         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10916         file *before* telling Emacs to add the autoloads, in case it fails.
10918         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10919         Use `cond', push', and `dolist'.
10921 2006-07-17  Richard Stallman  <rms@gnu.org>
10923         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10924         Add defvars to silence warnings.
10926 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10928         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10929         Don't highlight "Compiling file" messages as error.
10931         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10932         file already exists.
10934 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10936         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10937         entry, don't assign to free var; simply return the extracted filename.
10938         (ff-treat-as-special): Incorporate common preamble from callers.
10939         (ff-other-file-name, ff-find-the-other-file):
10940         Update call to ff-treat-as-special.
10942         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10944 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10946         * tumme.el (tumme-get-comment): Fix bug.
10948 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * files.el: Remove spurious * in docstrings.
10952 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10954         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10955         grammar.
10956         (allout-beginning-of-current-line): Beware beginning of buffer.
10957         Also, a comment is simplified.
10958         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10959         when appropriate.  (This fix enables use for other than
10960         bullet-hotspot operation.)
10961         (allout-hide-current-subtree): While escalating to sibling-close,
10962         make sure to situate on a topic.
10964 2006-07-14  Kim F. Storm  <storm@cua.dk>
10966         * emulation/cua-base.el (cua-delete-selection)
10967         (cua-toggle-set-mark): New defcustoms.
10968         (cua-rectangle-modifier-key): Add `alt' modifier.
10969         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10970         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10971         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10973         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10975 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10977         * allout.el: Require 'cl during byte-compilation/interactive load,
10978         for the `assert' macro.
10979         (allout-mode-deactivate-hook): New hook, run when allout mode
10980         deactivates.
10981         (allout-developer): New allout customization subgroup.
10982         (allout-run-unit-tests-on-load): New allout-developer
10983         customization variable, when true allout unit tests are run towards
10984         end of file load/eval.
10985         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10986         auto-fill-mode.
10987         (allout-resumptions): Remove, to be replaced by...
10988         (allout-add-resumptions): Register variable settings to be
10989         reinstated by `allout-do-resumptions'.  The settings are made
10990         buffer-local, but the locality/globality of the suspended setting
10991         is restored on resumption.
10992         (allout-do-resumptions): Reinstate all settings suspended using
10993         `allout-add-resumptions'.
10994         (allout-test-resumptions): Unit tests (and intermediate variables)
10995         for resumptions.
10996         (allout-tests-globally-unbound, allout-tests-globally-true)
10997         (allout-tests-locally-true): Intermediate variables for
10998         resumptions unit tests.
10999         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11000         (allout-exposure-category): Replaces 'allout-overlay-category variable.
11001         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11002         instead of retired `allout-resumptions'.  For hook functions, use
11003         `local' parameter so hook settings are created and removed as
11004         buffer-local settings.  Revise (resumptions) setting
11005         auto-fill-function so it is set only if already active.  (The
11006         related fill-function settings are all made in either case, so
11007         that activating auto-fill-mode activity will have the custom
11008         allout-mode behaviors (hanging indent on topics, if configured for it).
11009         Remove all allout-exposure-category overlays on mode deactivation.
11010         (allout-hotspot-key-handler): New function extracted from
11011         `allout-pre-command-business', so the functionality can be used
11012         for other purposes, eg as a binding in an overlay.
11013         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11014         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11015         customization variable.
11016         (allout-run-unit-tests): Run the (currently quite small)
11017         repertoire of unit tests.  Called just before the provide iff user
11018         has customized `allout-run-unit-tests-on-load' non-nil.
11020 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11022         * emacs-lisp/authors.el (authors-aliases): Update.
11024 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
11026         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11027         gdb-source-window.  Add dedicated argument.
11028         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11029         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11030         (gdb-display-threads-buffer, gdb-display-memory-buffer)
11031         (gdb-display-locals-buffer): Use it.
11033         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11034         Set gdb-source-window.
11036 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11038         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11039         minor modes, redundant with the custom-autoload line above.
11041 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
11043         * longlines.el (longlines-post-command-function): Handle open-line too.
11045 2006-07-12  Richard Stallman  <rms@gnu.org>
11047         * progmodes/grep.el (grep-last-buffer): Doc fix.
11049         * info.el (Info-try-follow-nearest-node): Doc fix.
11051         * emacs-lisp/edebug.el (edebug-instrument-function):
11052         Err if find-function-noselect gives no position.
11054         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11055         If can't find definition, return nil for position.
11056         (find-function-do-it): Handle new return value
11057         of find-definition-noselect.
11058         (find-definition-noselect, find-variable-noselect): Doc fix.
11059         (find-function-noselect): Doc fix.
11061         * help-mode.el (help-variable-def): Handle find-variable-noselect
11062         returning no position.
11063         (help-function-def): Likewise for find-function-search-for-symbol.
11064         (help-face-def): Likewise.
11066         * help-fns.el (describe-variable): Handle find-variable-noselect
11067         returning no position.
11069         * files.el (locate-file-completion): Avoid duplicates in result.
11071         * cus-edit.el (custom-no-edit): New command.
11072         (custom-mode-map): Remap to custom-no-edit instead of
11073         using suppress-keymap.
11075 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
11077         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11078         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11079         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11081         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11083 2006-07-11  Kim F. Storm  <storm@cua.dk>
11085         * ido.el (ido-copy-current-file-name): Use buffer-name if
11086         buffer-file-name is nil.
11088 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
11090         * simple.el (undo-ask-before-discard): Set to nil.
11092         * vc.el (vc-exec-after): Don't delete process manually.
11093         (vc-print-log): Run log-view-mode in process sentinel inside
11094         inhibit-read-only.  Don't shrink window due to timing issues.
11096         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11097         Avoid using with-output-to-temp-buffer, which clobbers local vars.
11099 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11101         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11102         Fix ambiguity introduced by last change.
11103         (compilation-find-file): Move save-excursion to where it may
11104         make sense.  Fix a left over `find-file'.
11106 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
11108         * textmodes/texinfmt.el (texinfo-format-separate-node):
11109         Insert a string before point, which fits documentation, not after.
11110         (texinfo-multitable-item): In a multitable row, insert any
11111         additional needed @tabs and spaces.
11113 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
11115         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11116         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11117         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11118         instead of shell-command.
11119         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11120         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11121         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11122         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11123         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11124         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11126 2006-07-11  Kim F. Storm  <storm@cua.dk>
11128         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
11129         Remove special case for seconds < 0.  Use (redisplay t) instead.
11131 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
11133         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11134         avoid compilation error.
11136         * subr.el (sit-for): New function.
11138         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11140 2006-07-10  Richard Stallman  <rms@gnu.org>
11142         * ldefs-boot.el (edebug): Update page.
11144 2006-07-10  Kim F. Storm  <storm@cua.dk>
11146         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11147         to FOR-RELEASE and TODO.
11149 2006-07-10  Romain Francoise  <romain@orebokech.com>
11151         * emacs-lisp/authors.el (authors-aliases): Update.
11153 2006-07-10  Alan Mackenzie  <acm@muc.de>
11155         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11156         * cc-mode.el: Changes to eradicate eval-after-load.
11158 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
11160         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11161         on non-char events.
11163 2006-07-09  Romain Francoise  <romain@orebokech.com>
11165         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11166         Don't highlight start/end markers as compilation messages.
11168         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11169         to t.
11171 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11173         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11175 2006-07-08  Richard Stallman  <rms@gnu.org>
11177         * term/x-win.el (x-handle-display): Add doc string.
11179         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11181         * subr.el (def-edebug-spec): Move here.
11182         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11184         * imenu.el (imenu-choose-buffer-index): Doc fix.
11186 2006-07-08  Romain Francoise  <romain@orebokech.com>
11188         * term/x-win.el (x-display-name): Fix typo.
11190 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
11192         * hexl.el (hexl-find-file): Doc fix.
11194         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11196 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
11198         * term/x-win.el (x-display-name): Doc fix.
11200 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11203         long prefixes.
11204         (fill-region-as-paragraph): Don't round up to a whole line.
11205         (fill-comment-paragraph): Don't include the code-before-the-comment
11206         when calling fill-region-as-paragraph.
11208         * international/mule.el (make-char): Remove redundancy.
11210         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11211         property may contain an anonymous function rather than a symbol.
11213         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11215         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11216         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
11218         * dirtrack.el (dirtrack-default-directory-function): Remove.
11219         (dirtrack-directory-function): Use file-name-as-directory.
11220         (dirtrack-windows-directory-function): Simplify.
11221         (dirtrack-forward-slash, dirtrack-backward-slash)
11222         (dirtrack-replace-slash): Remove.
11223         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11224         (dirtrack): Fix wrong parenthesizing; use match-string.
11226         * progmodes/octave-inf.el: Remove spurious * in docstrings.
11227         (inferior-octave-mode): Only change the buffer-local value of
11228         comint-dynamic-complete-functions.
11229         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11230         Move the initialization to the declaration.
11231         (inferior-octave-complete): Remove unused var `filter'.
11233         * shell.el (shell-mode): Only change the buffer-local value of
11234         comint-dynamic-complete-functions.
11236 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
11238         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11239         entry is skipped because it has been scheduled.
11240         (org-prepare-agenda-buffers): Don't mark buffers as modified when
11241         changing `:org-archived' and `:org-comment' properties.
11243 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
11245         * server.el (server-select-display): Don't make the temp frame
11246         minibuffer-only, in case it's not a temp frame.
11247         (server-process-filter): Don't delete the temp frame if it's the
11248         only one we have on that display.
11250         * files.el (find-alternate-file): Doc fix.
11252 2006-07-05  Richard Stallman  <rms@gnu.org>
11254         * files.el (abbreviate-file-name): Add save-match-data.
11256 2006-07-03  Richard Stallman  <rms@gnu.org>
11258         * faces.el (read-face-name): Doc fix.
11260 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
11262         * net/goto-addr.el (goto-address): Mark as safe for local evals.
11264 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
11266         * vc.el (vc-diff-internal): Fix prev change.
11268 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
11270         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11271         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11273 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11275         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11276         fails if the symbol contains chars like ( or '.
11277         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11278         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11279         `short'.
11281 2006-07-04  Kenichi Handa  <handa@m17n.org>
11283         * international/mule-cmds.el (set-language-info): If LANG-ENV is
11284         the current one, don't call set-language-environment, but call one
11285         of set-language-environment-XXX to make INFO effective now.
11286         (set-language-environment): Call set-language-environment-XXX
11287         functions instead of doing the various setups directly.
11288         (set-language-environment-coding-systems): Delete argument eol-type.
11289         (set-language-environment-input-method)
11290         (set-language-environment-nonascii-translation)
11291         (set-language-environment-charset)
11292         (set-language-environment-fontset)
11293         (set-language-environment-unibyte): New functions.
11295 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11297         * locate.el (locate-update-when-revert): New option.
11298         (locate-update-path): New option (suggested by Michael Albinus).
11299         (locate-prompt-for-command): Whitespace change.
11300         (locate-update): No longer offer to update the locate database by
11301         default.  Implement the two new options.
11303 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
11305         * tooltip.el: Move comment about track-mouse...
11307         * progmodes/gud.el: ...to here.
11309 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
11311         * facemenu.el (facemenu-listed-faces): New var.
11312         (facemenu-unlisted-faces): Variable deleted.
11313         (facemenu-add-new-face): Use facemenu-listed-faces.
11315         * emulation/viper-init.el, calendar/calendar.el:
11316         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11318 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
11320         * textmodes/org.el (org-mode): Remove no invalid settings for
11321         calc embedded mode.
11322         (org-mode-p): New defsubst.
11323         (org-save-all-org-buffers): New function.
11324         (org-first-headline-recenter): Enclose outline-regexp in group
11325         delimiters.
11326         (org-set-tags): Keep single space after stars.
11328 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         * window.el (set-window-text-height): Only set window-min-height to
11331         1 if that's the requested size.
11333         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11334         (diff-unified->context, diff-context->unified)
11335         (diff-reverse-direction): Make sure the end marker stays at the end.
11336         (diff-mode): Add the keymap table at the end of docstring.
11337         Use lexical-let rather than constructing a closure manually.
11339         * files.el (find-file-noselect-1): Remove unused var assignment.
11340         (hack-local-variables-confirm): Print lists of strings as lists of
11341         strings rather than lists of symbols.
11342         (abbreviate-file-name, hack-local-variables-prop-line):
11343         Use match-string.
11344         (hack-one-local-variable): Move `make-local-variable' nearer its use.
11345         (recover-session-finish): Use line-end-position.
11347 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
11349         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11351 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
11353         * progmodes/make-mode.el (makefile-macroassign-regex):
11354         Accept preceding keyword.
11355         (makefile-gmake-statements): Reorganize, now that makepp has
11356         "override" and also handle forgotten "override define".
11357         (makefile-makepp-statements): Add new "global", "override export"
11358         and "override global".
11360 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
11362         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11363         (ada-compile-mouse-goto-error, ada-deactivate-properties)
11364         (ada-no-auto-case): Fix typos in docstrings.
11366 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
11368         * info.el (Info-find-node-2): Search for makeinfo version more
11369         carefully.
11371 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
11373         * textmodes/org.el (org-prepare-agenda-buffers):
11374         Use `invisible-OK' argument for `org-end-of-subtree'.
11375         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11376         (org-beginning-of-item): Fix bug in regular expression for white line.
11377         (org-export-as-html): Enforce space after bullet in plain list items.
11378         (org-set-autofill-regexps): Require space after plain list bullet
11379         for paragraph-start.
11380         (org-ts-regexp3): New constant.
11381         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11382         (org-timestamp-up-day, org-timestamp-down-day)
11383         (org-timestamp-change): Work with inactive timestamps.
11384         (org-ts-regexp1): Don't allow brackets in time stamps.
11386 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
11388         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11389         for ignoring links.
11391         * faces.el (read-face-name): Use it.
11393 2006-06-28  Juri Linkov  <juri@jurta.org>
11395         * buff-menu.el (list-buffers-noselect): Compare Info file
11396         with the string "dir" to detect Info directory.
11398         * complete.el (partial-completion-mode): In lambda for
11399         `choose-completion-string-functions' use full function signature
11400         with 4 args, and move point to the end of the minibuffer only if arg
11401         `mini-p' is non-nil.
11403 2006-06-28  John Paul Wallington  <jpw@pobox.com>
11405         * ibuffer.el (ibuffer-mode): Doc fix.
11407 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
11409         * textmodes/org.el (org-context): New contexts :item-bullet,
11410         :latex-fragment, :latex-preview.
11411         (org-overlays-at, org-overlay-start, org-overlay-end):
11412         New compatibility functions.
11413         (org-inside-LaTeX-fragment-p): More accurate matching, using the
11414         exact regexp that will be used during export.
11415         (org-latex-regexps): New variable.
11416         (org-cdlatex-mode): Improve advice for `texmathp'.
11417         (turn-on-org-cdlatex): New function.
11419 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11421         * term/mac-win.el (mac-handle-font-selection): Change keys of
11422         mac-atsu-font-table from strings to numbers.
11423         (mac-ts-caret-position): Use also when cursor-type is nil.
11424         (mac-ts-update-active-input-area): Add Mac OS Classic support.
11425         Relax condition for using overlay strings.
11426         Use mac-ts-caret-position face when cursor-type is nil.
11428 2006-06-26  Kim F. Storm  <storm@cua.dk>
11430         * help.el (view-emacs-news): Declare `res' in the right let* form.
11432 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
11434         * net/rcompile.el (remote-compile): Replace ange-ftp based
11435         implementation by Tramp functions.
11436         Suggested by Marc Abramowitz <msabramo@gmail.com>.
11438         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11440 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
11442         * international/fontset.el (setup-default-fontset): Fix a typo in
11443         the "Oriya-Akruti" registry name.
11445 2006-06-23  Lars Hansen  <larsh@soem.dk>
11447         * desktop.el (desktop-full-file-name): New function.
11448         (desktop-kill, desktop-save, desktop-remove, desktop-read)
11449         (desktop-revert): Use it.
11450         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11451         (desktop-after-read-hook): Add option list-buffers.
11452         (desktop-locals-to-save): Add tab-width.
11453         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11454         Fix docstring.
11456 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
11458         * textmodes/org.el (org-cdlatex-mode-map)
11459         (org-cdlatex-texmathp-advice-is-done): New variables.
11460         (org-cdlatex-mode): New minor mode.
11461         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11462         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11463         (org-export-with-archived-trees): New option.
11464         (org-open-file): Remove the call to `convert-standard-filename'.
11465         (org-archive-tag, org-agenda-skip-archived-trees)
11466         (org-cycle-open-archived-trees)
11467         (org-sparse-tree-open-archived-trees): New options.
11468         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11469         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11470         New functions.
11471         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11472         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11473         (org-mode-map): Add binding for `org-toggle-archive-tag'.
11474         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11475         Call `org-prepare-agenda-buffers'.
11476         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11477         (org-file-apps, org-file-apps-defaults-gnu)
11478         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11479         Handle remote files by forcing them to be opened in Emacs.
11481 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
11483         * vc.el (vc-diff-knows-L): New variable.
11484         (vc-diff-internal): Use it to handle "diff" programs that don't
11485         understand -L.  This works automatically, no user action is necessary.
11487 2006-06-23  Daniel Brockman  <daniel@brockman.se>
11489         * net/rcirc.el (rcirc-default-user-full-name): Default to
11490         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11491         longer exists).
11492         (rcirc-process-list): Check `buffer-live-p' before attempting to
11493         switch to a buffer.
11495 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
11497         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11498         based on rcirc-coding-system-alist.
11500 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
11502         * cus-edit.el (customize-apropos): A better error message.
11503         (top level) <debug-ignored-errors>: Extend and update the list of
11504         ignored error messages.
11506 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
11508         * complete.el (PC-do-completion): Retain capitalization of user
11509         input, when possible, even if completion-ignore-case is set.
11511 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
11513         * generic-x.el (bat-generic-mode): Support .cmd files.
11515         * dos-w32.el (top level): Use find-file-not-found-functions
11516         instead of the obsolete find-file-not-found-hooks.
11518 2006-06-22  Kim F. Storm  <storm@cua.dk>
11520         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11521         to recognize mode name containing submodes, such as Grep/lw.
11523 2006-06-21  Kim F. Storm  <storm@cua.dk>
11525         * simple.el (line-move-1): Check for move-end-of-line instead of
11526         end-of-line when setting temporary-goal-column.
11528 2006-06-21  Miles Bader  <miles@gnu.org>
11530         * play/cookie1.el (cookie): Work properly when there's only one entry.
11532 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
11534         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11535         (gdb-frame-handler): Generalize frame regexp for templates.
11537 2006-06-20  Glenn Morris  <rgm@gnu.org>
11539         * calendar/appt.el (appt-display-format): Default value must be
11540         one of the customize options.
11542 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11544         * term/xterm.el (terminal-init-xterm): Update key availability info.
11545         Bind C-return.
11547         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11549 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
11551         * files.el (hack-local-variables): Run `hack-local-variables-hook'
11552         whether or not a local variables list is defined.
11554         * msb.el (msb): Move `sit-for' hack here to handle both
11555         "mouse-down and drag" and "mouse-up and select" situations.
11556         (mouse-select-buffer): Move `sit-for' hack to `msb'.
11558 2006-06-20  Kenichi Handa  <handa@m17n.org>
11560         * international/characters.el (word-combining-categories):
11561         Add entries for 2-byte Han characters.
11563 2006-06-19  Richard Stallman  <rms@gnu.org>
11565         * bindings.el (mode-line-format): Save some mode line space.
11567         * files.el (find-file-noselect): Improve the question wording.
11568         (basic-save-buffer-2): Mask UMASK against 666.
11570         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11571         (mouse-drag-vertical-line): Call it.
11573         * cus-edit.el (customize-option, customize-option-other-window):
11574         Error if SYMBOL is nil.
11576 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
11578         * textmodes/org.el: Require noutline, also on XEmacs.
11579         (org-end-of-subtree): Return point.
11580         (org-dblock-start-re, org-dblock-end-re): New constants.
11581         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11582         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11583         (org-update-all-dblocks, org-find-dblock): New functions.
11584         (org-collect-clock-time-entries): New function.
11585         (org-html-handle-time-stamps): Never export CLOCK timeranges.
11586         (org-fixup-indentation): Modify to deal correctly with lines
11587         starting with TAB.  Only one argument DIFF now.
11588         (org-demote, org-promote): Call `org-fixup-indentation' with just
11589         one argument, DIFF.
11590         (org-mode): Don't mark buffer as modified when aligning tables.
11591         (org-clock-sum): Don't mark buffer modified when adding time sum
11592         properties.
11593         (org-export-as-html): Add support for a link validation function.
11594         (org-archive-all-done): New function.
11595         (org-archive-subtree): New prefix argument.  When set, archive all
11596         done subtrees in this buffer.
11597         (org-remove-clock-overlays)
11598         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11599         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11600         (org-put-clock-overlay): Don't swallow last headline character
11601         when displaying overlay.
11602         (org-store-link): Link to `image-mode' with just the file name.
11604 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11606         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11607         Use read-key-sequence.
11608         (viper-after-change-undo-hook): Misc enhancements.
11609         (viper-after-change-undo-hook): New hook.
11610         (viper-undo): Use viper-after-change-undo-hook.
11611         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11612         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11613         clicking on that widget/button.
11615         * emulation/viper.el (viper-mode): Allow a separate cursor color
11616         in Emacs state.
11618         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11619         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11620         (ediff-set-actual-diff-options): New function.
11621         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11622         Use ediff-set-actual-diff-options.
11623         (ediff-extract-diffs): Catch errors.
11624         (ediff-whitespace): Add non-breakable space.
11625         (ediff-same-file-contents): Catch errors.
11627         * ediff-mult.el (ediff-collect-custom-diffs):
11628         Save coding-system-for-read.
11630         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11631         (ediff-vc-internal, ediff-vc-merge-internal):
11632         Use ediff-delete-version-file.
11633         (ediff-delete-version-file): New function.
11635         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11637         * ediff.el (ediff-directories, ediff-directory-revisions)
11638         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11639         (ediff-directories-internal, ediff-merge-directory-revisions)
11640         (ediff-merge-directory-revisions-with-ancestor)
11641         (ediff-directories3): Use read-directory-name.
11643 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11645         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11646         Remove superfluous part of regexp for brace matching which is handled
11647         by `scan-lists' call.
11649 2006-06-16  Richard Stallman  <rms@gnu.org>
11651         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11653         * files.el (basic-save-buffer-2): For a new precious file,
11654         use the default modes in the return value.
11656         * facemenu.el (facemenu-color-alist): Doc fix.
11658         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11660 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11662         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11664         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11665         (mac-utxt-to-string): Use it.
11666         (mac-ts-update-active-input-area): Use mac-ae-number.
11668 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11670         * term.el (term-handle-scroll, term-delete-lines)
11671         (term-insert-lines): Fix off by one errors.
11673 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * net/tramp.el (tramp-touch): Use UTC to express time.
11677 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11679         * mail/sendmail.el (mail-send): Search explicitly for
11680         mail-header-separator when checking for corrupted header lines.
11682 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11684         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11685         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11686         (gdb-init-1): Initialise them.
11687         (gdb-starting): Reset gdb-printing
11688         (gdb-starting): Save value of gud-overlay-arrow-position.
11689         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11690         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11691         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11692         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11694 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11698 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11700         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11701         (ldap-search-internal): Keep error messages, and a regexp fix.
11703 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11705         * files.el (hack-local-variables-confirm):
11706         Display string value using its printed representation.
11708 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11710         * server.el (server-edit): No-op if no server buffers exist.
11712 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11714         * textmodes/page-ext.el (pages-directory-for-addresses):
11715         Including `pages-directory-address-mode' in the function results
11716         in the message "Buffer in which pages were found is deleted".
11718 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11720         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11721         clocking functions.
11723         (org-agenda-clock-in, org-check-running-clock)
11724         (org-clock-out-if-current, org-remove-clock-overlays)
11725         (org-put-clock-overlay): New functions.
11726         (org-clock-marker, org-clock-file-total-minutes)
11727         (org-clock-overlays): New variables.
11728         (org-clock-display, org-clock-sum, org-clock-cancel)
11729         (org-clock-out, org-clock-in): New commands.
11730         (org-export): New function.
11731         (org-emph-re): New constant.
11732         (org-set-emph-re, org-do-emphasis-faces): New functions.
11733         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11734         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11735         (org-export-html-convert-emphasize): Use the configurable emphasis.
11736         (org-cleaned-string-for-export): Make multiline emphasis visible
11737         to the exporter.  New optional argument PARAMETERS.
11738         (org-export-as-html): Specify :emph-multiline parameter to
11739         `org-cleaned-string-for-export'.
11741 2006-06-10  Richard Stallman  <rms@gnu.org>
11743         * help.el (help-for-help-internal): Clean up help text.
11745 2006-06-10  Andreas Schwab  <schwab@suse.de>
11747         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11748         in doc string.
11750         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11752 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11754         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11755         spaces after the comment start.
11757 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11759         * play/pong.el (pong-init-buffer):
11760         Fill buffer with spaces instead of ^A.
11762         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11763         launched asynchronously, delete its process instead of being cool.
11764         (ispell-async-processp): Check for `delete-process' existence
11765         instead of `kill-process' one for consistency.
11767 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11769         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11770         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11771         in mode line at startup.
11773 2006-06-08  Kim F. Storm  <storm@cua.dk>
11775         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11776         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11777         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11778         (ido-file-internal): Pass full file name to write-file.
11779         (ido-read-internal): Only pop stack elements automatically if they
11780         actually match an existing directory or file name.
11782 2006-06-07  Kenichi Handa  <handa@m17n.org>
11784         * international/mule.el (find-auto-coding): Don't handle the short
11785         name `char-trans'.
11787         * files.el (hack-local-variables-prop-line)
11788         (hack-local-variables): Cancel the previous change.
11790 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11792         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11794 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11796         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11797         diff-default-read-only is non-nil.
11798         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11799         (diff-refine-hunk): Set inhibit-read-only to t.
11801         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11802         modifying the *Diff* buffer.
11803         (diff-process-filter): New filter function for diff process that
11804         sets inhibit-read-only to t when modifying the *Diff* buffer.
11806 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11808         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11809         insertion point and control the number of empty lines.
11810         (org-paste-subtree): Limit the number of empty lines at the end of
11811         the inserted tree.
11812         (org-agenda): Use buffer name of current file for narrowing.
11813         (org-export-as-xml): Command removed.
11814         (org-export-xml-type): Option removed.
11815         (org-mode-map): Call `org-export-as-xoxo' directly.
11816         (org-get-indentation): New optional argument LINE.
11817         (org-fix-indentation, org-remove-tabs): New functions.
11818         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11819         correct indentation for headlines that are converted it items.
11820         (org-skip-comments): Remove table lines that contain narrowing
11821         cookies but no other non-empty fields.
11822         (org-set-tags): Allow groups of mutually exclusive tags.
11823         (org-cmp-time): Sort 24:21 before items without time.
11824         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11825         (org-open-at-point): Require double colon also for numbers.
11827 2006-06-06  Kim F. Storm  <storm@cua.dk>
11829         * ido.el (ido-default-file-method, ido-default-buffer-method):
11830         Make choice values consistent with corresponding command names.
11831         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11833 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11835         * progmodes/gud.el (gud-running): Fix doc string.
11836         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11837         (gud-tooltip-modes): Add python-mode.
11838         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11840 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11842         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11843         Quote $(EMACS).
11845 2006-06-05  Richard Stallman  <rms@gnu.org>
11847         * faces.el (defined-colors): Doc fix.
11849 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11851         * vc.el (vc-process-filter): Inhibit undo info collection around
11852         call to insert.
11853         (vc-setup-buffer): Likewise for call to erase-buffer.
11854         (vc-do-command): Likewise for call to process-file.
11856 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11858         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11859         for gud-go.
11860         (gud-common-init): Other debuggers may trigger error.
11862 2006-06-05  Kenichi Handa  <handa@m17n.org>
11864         * international/mule.el (find-auto-coding):
11865         Handle enable-character-translation in file header.
11867 2006-06-04  Kim F. Storm  <storm@cua.dk>
11869         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11870         (authors-fixed-entries): Fix spelling.
11871         (authors-canonical-file-name): Don't report error for wildcards.
11873         * help.el (view-emacs-news): Rewrite to support new NEWS,
11874         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11875         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11876         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11878 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11880         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11881         exec constructs like `foo bar`.
11882         (sh-quoted-subshell): New helper function to search for a possibly
11883         nested subshell (like `` or $()) within a "" quoted string.
11884         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11885         (sh-apply-quoted-subshell): Flag quote characters inside a
11886         subshell, which is itself already in a quoted region, as
11887         punctuation, since this is the closest to what they actually are.
11888         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11889         sh-apply-quoted-subshell.
11890         (sh-font-lock-syntactic-face-function): Apply the new face for
11891         text inside `` instead of the old font-lock-string-face.
11893 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11895         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11896         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11897         (mac-bytes-to-text-range, mac-ae-text-range-array)
11898         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11899         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11900         (mac-ts-unicode-for-key-event): New functions.
11901         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11902         (mac-handle-font-selection): Use mac-ae-number.
11903         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11904         New variables.
11905         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11906         (mac-ts-converted-text, mac-ts-selected-converted-text)
11907         (mac-ts-block-fill-text, mac-ts-outline-text)
11908         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11909         (mac-ts-hilite-style-faces): New constant.
11910         (mac-apple-event-map): Bind text input events.
11911         (mac-dispatch-apple-event): Use command-execute instead of
11912         call-interactively.
11913         (global-map): Don't bind mac-apple-event.
11914         (special-event-map): Bind mac-apple-event.
11916 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11918         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11919         file name.
11920         (emacs): Enclose the value of $(EMACS) in quotes.
11922 2006-06-02  Juri Linkov  <juri@jurta.org>
11924         * international/mule.el (sgml-html-meta-auto-coding-function):
11925         Remove the condition `(search-forward "<html" size t)'.
11926         Replace `\"' with `[\"']?' in `re-search-forward'.
11928 2006-06-02  Kenichi Handa  <handa@m17n.org>
11930         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11931         as well as `coding'.
11932         (hack-local-variables): Likewise.
11934         * international/mule.el (enable-character-translation):
11935         Put permanent-local and safe-local-variable properties.
11936         (find-auto-coding): Handle char-trans: tag.
11938 2006-06-02  Juri Linkov  <juri@jurta.org>
11940         * international/mule.el (sgml-html-meta-auto-coding-function):
11941         Limit the search by the end of the HTML header (if any).
11943 2006-06-01  Richard Stallman  <rms@gnu.org>
11945         * subr.el (with-current-buffer): Doc fix.
11947 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11949         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11950         Almost rewrite.  Underlines over all lines of gcov output are too
11951         uncomfortable to read.  Suggested by Dan Nicolaescu.
11953 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11955         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11957         * shell.el (shell-mode): Use shell-mode-map in docstring.
11959         * comint.el (comint-send-input): Do not add help-echo and
11960         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11962 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11964         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11966 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11968         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11969         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11970         look up the stack and pop up GUD buffer if necessary.
11971         (gdb-frames-select): Remove redundant call to gud-display-frame.
11972         (gdb-info-threads-custom): Keep point at start of buffer.
11973         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11975 2006-05-31  Juri Linkov  <juri@jurta.org>
11977         * replace.el (query-replace-read-from, query-replace-read-to):
11978         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11980 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11982         * textmodes/table.el: Convert all HTML tags to lower case for
11983         XHTML compatibility.
11985 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11987         * progmodes/compile.el:
11988         (compilation-error-regexp-alist-alist::gcov-called-line):
11989         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11991 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11993         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11994         Revert inadvertent changes made with last commit.
11996 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11998         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11999         New functions.
12001         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12003 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
12005         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12006         only matches in the right place.
12007         (org-upcoming-deadline): New face.
12008         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12009         (org-export-ascii-underline): Rename constant `org-ascii-underline'
12010         and make it an option.
12011         (org-export-ascii-bullets): New option.
12012         (org-export-as-html): Many changes to emit valid XHTML.
12013         (org-par-open): New variable.
12014         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12015         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12016         (org-timeline): Pass `org-timeline-show-empty-dates' to
12017         `org-get-all-dates'.  Interpret empty dates returned by
12018         `org-get-all-dates'.
12019         (org-get-all-dates): New argument EMPTY.  Add dates without
12020         entries to the list, mark large ranges of empty dates.
12021         (org-point-in-group, org-context): New functions.
12023 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
12025         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12027         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12028         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12029         to C-mouse-3 (for 2 button mice).
12030         (gdb-send): Do the right thing for C-d.
12032         * speedbar.el (speedbar-detach): Delete.
12033         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12034         it breaks things.
12035         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12037 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
12039         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12040         Makeppfile.
12042         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12043         Add makepp diagnostic.
12045 2006-05-29  Richard Stallman  <rms@gnu.org>
12047         * window.el (fit-window-to-buffer): Doc fix.
12049         * help.el (temp-buffer-max-height): Doc fix.
12051         * subr.el (with-current-buffer): Doc fix.
12053 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12055         * term/x-win.el: Bind F10 to menu-bar-start if available.
12057 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
12059         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12060         uses with a simple test.
12061         (term-set-escape-char, term-mode, term-check-kill-echo-list)
12062         (term-send-raw-string, term-send-raw, term-mouse-paste)
12063         (term-char-mode, term-line-mode, term-exec, term-sentinel)
12064         (term-handle-exit, term-read-input-ring)
12065         (term-previous-matching-input-string)
12066         (term-previous-matching-input-string-position)
12067         (term-previous-matching-input-from-input)
12068         (term-replace-by-expanded-history, term-send-input)
12069         (term-skip-prompt, term-bol, term-send-invisible)
12070         (term-kill-input, term-delchar-or-maybe-eof)
12071         (term-backward-matching-input, term-check-source)
12072         (term-proc-query, term-emulate-terminal)
12073         (term-handle-colors-array, term-process-pager, term-pager-line)
12074         (term-pager-bob, term-unwrap-line, term-word)
12075         (term-dynamic-complete-filename)
12076         (term-dynamic-complete-as-filename)
12077         (term-dynamic-simple-complete): Replace one arm ifs with whens or
12078         unlesses.
12080 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12083         during bootstrapping.
12085         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12086         Basically undo the change of 2006-05-26: use extra arguments instead of
12087         dynamic scoping.
12088         (ewoc-locate): Remove unused var `footer'.
12090 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12094         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12095         (generate-file-autoloads): Obey it.  Return whether autoloads were
12096         added at point or not.
12097         (update-file-autoloads): Use this new return value.
12098         Remove redundant test for the presence of an autoload cookie.
12100         * emacs-lisp/autoload.el (autoload-find-file): New fun.
12101         This one calls hack-local-variables.
12102         (generate-file-autoloads, update-file-autoloads): Use it.
12104         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12105         (bibtex-sort-entry-class): Add safe-local-variable predicate.
12106         (bibtex-sort-entry-class-alist): Don't set the global value.
12107         (bibtex-init-sort-entry-class-alist): New fun.
12108         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12109         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12110         of bibtex-init-sort-entry-class.
12112 2006-05-28  Richard Stallman  <rms@gnu.org>
12114         * subr.el (load-history-regexp): If FILE is relative, insist
12115         entire last name component must match it.
12116         (load-history-filename-element, load-history-regexp): Doc fixes.
12118 2006-05-29  Kim F. Storm  <storm@cua.dk>
12120         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12121         `pos' and `raw-data' for clarity, as eval forms may access these.
12123 2006-05-28  Kim F. Storm  <storm@cua.dk>
12125         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12127 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * progmodes/make-mode.el (makefile-browser-map)
12130         (makefile-mode-syntax-table): Move initialization inside declaration.
12131         (makefile-fill-paragraph): Use the default comment-filling code.
12133 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
12135         * replace.el (query-replace-defaults): New variable.
12136         (query-replace-read-from): Use `query-replace-defaults' for
12137         default value, instead of history list.
12138         (query-replace-read-to): Update `query-replace-defaults'.
12140 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
12142         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12143         with no X toolkit.
12145 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
12147         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12148         (tumme-show-all-from-dir): Add autoload.
12150 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12152         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12153         (tumme-remove-tag): Fix bug.
12155 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
12157         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12158         FOOTER args.  Update unique caller.
12159         (ewoc-delete): Compute last node once before looping.
12160         (ewoc--node-branch): Merge into unique caller.
12161         (ewoc--node): Don't define constructor make-ewoc--node for this
12162         structure.
12163         (ewoc): Add member `hf-pp' to this structure.
12164         (ewoc--wrap): New func.
12165         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
12166         header/footer pretty-printers.  Save header/footer pretty-printer.
12167         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12169         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12171 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12173         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12174         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
12175         Tag'.  Change "Compare directories..." to "Change Directories...".
12176         Move tumme commands to Operate, Regexp and Immediate menus.
12177         Change "Add Comment" to "Add Image Comment".  Change "Add Image
12178         Tag" to "Add Image Tags".
12180         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12181         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12182         `tumme-delete-tag'.
12184 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12186         * shell.el (shell-mode): Call shell-dirtrack-mode after
12187         list-buffers-directory is made a local variable, to avoid setting
12188         the default value.
12190 2006-05-26  Kevin Ryde  <user42@zip.com.au>
12192         * info.el (Info-index-next): Use where-is-internal to report
12193         actual binding of Info-index-next, rather than hard-coded `,'.
12195 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
12197         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12198         and "Find Command in Manual" to here.
12200         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12201         Info-current-file as the file name.
12203 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
12205         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
12206         overrides will now be done a different way.
12207         (ses-set-parameter): Reapply this function for undo.
12208         (ses-set-header-row): Reconstruct header row during undo.
12209         (ses-widen): New function.
12210         (ses-goto-data, ses-reconstruct-all): Use new function.
12211         (ses-command-hook): Widen buffer during undo, before unupdating
12212         the cells.
12213         (ses-insert-row, ses-delete-row): Widen buffer during undo.
12214         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12215         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12216         formula hasn't been executed yet.
12218 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12220         * comint.el (comint-kill-whole-line): Rename arg to count.
12221         Fix doc string.
12223 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
12225         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12226         to copy-file.
12228 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12230         * simple.el (toggle-truncate-lines): Make arg optional for
12231         backward compatibility.
12233 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
12235         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12236         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12237         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
12238         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12239         (ewoc--adjust): Use ewoc--current-dll.
12240         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12242 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
12244         * textmodes/org.el (org-next-item, org-previous-item): Emit more
12245         compact error message.
12246         (org-tags-view): Refresh category table in each file.
12247         (org-table-justify-field-maybe): Remove superfluous arguments to
12248         `format'.
12249         (org-export-as-html): Insert "<p>" before postamble.
12250         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12252 2006-05-26  Kenichi Handa  <handa@m17n.org>
12254         * textmodes/po.el (po-find-charset): Pay attention to the case
12255         FILENAME is a cons (NAME . BUFFER).
12256         (po-find-file-coding-system-guts): Likewise.
12258         * arc-mode.el (archive-set-buffer-as-visiting-file):
12259         Call find-operation-coding-system with (FILENAME . BUFFER).
12261         * tar-mode.el (tar-extract): Call find-operation-coding-system
12262         with (FILENAME . BUFFER).
12264         * international/mule.el (decode-coding-inserted-region):
12265         Call find-operation-coding-system with (FILENAME . BUFFER).
12267 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
12269         * image-mode.el (image-toggle-display): Use buffer contents to
12270         generate image for a remote file.
12272 2006-05-25  Juri Linkov  <juri@jurta.org>
12274         * replace.el (query-replace-read-from, query-replace-read-to):
12275         Remove 8th arg KEEP-ALL in read-from-minibuffer.
12277 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
12279         * whitespace.el (whitespace-cleanup): Change to cleanup
12280         region if one is active.
12281         * whitespace.el (whitespace-cleanup-internal): New internal method.
12283 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12285         * dired.el (dired-mode-map): Add help-echo strings to tumme
12286         commands.  Bind `tumme-dired-display-image' to C-t i.
12288         * tumme.el (tumme-display-image): Change documentation string slightly.
12289         (tumme-dired-display-image): Add call to `display-buffer'.
12291 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12293         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12294         Signal error if RAW-DATA is a multibyte string.
12296 2006-05-24  Richard Stallman  <rms@gnu.org>
12298         * subr.el (with-local-quit): When handling `quit' signal,
12299         make a chance for quit-flag to cause a quit.
12301         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12302         (ad-disable-advice): Add autoloads.
12304         * subr.el (read-passwd): Copy PROMPT before changing its properties.
12306 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12308         * dired.el (dired-mode-map): Change menu items for tumme as per
12309         suggestions in emacs-devel.
12311 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12313         * dired.el (dired-mode-map): Fix breakage.
12315 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12317         * tumme.el (tumme-display-dired-image): Rename to...
12318         (tumme-dired-display-image): ...this.
12319         (tumme-track-movement): Change default value to t.
12320         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12321         used from `tumme-next-line-and-display' and similar commands.
12323         * dired.el (dired-mode-map): Add Thumbnail submenu under the
12324         Immediate menu.  Add some tumme commands there.
12326 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
12328         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12330 2006-05-24  Chong Yidong  <cyd@mit.edu>
12332         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12333         menu entries that open submenus.
12335 2006-05-24  Alan Mackenzie  <acm@muc.de>
12337         * startup.el (command-line): For names of preloaded files, don't
12338         append ".elc" (now done in Fload), and call file-truename on the
12339         lisp directory.
12341         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
12342         match ANY loaded file with the right name, not just those in
12343         load-path.  Put a regexp matching the file name into
12344         after-load-alist, rather than the name itself.
12346         * subr.el (load-history-regexp, load-history-filename-element)
12347         (do-after-load-evaluation): New functions.
12349         * international/mule.el (load-with-code-conversion): Do the
12350         eval-after-load stuff by calling do-after-load-evaluation.
12352 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12354         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12355         has not been killed.
12357 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12359         * term/mac-win.el: Set idle timer to clean up expired Apple events.
12360         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12361         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12362         Optionally set error message in reply.
12364 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
12366         * textmodes/org.el (org-open-at-point): Use renamed variable
12367         `org-confirm-shell-link-function'.
12368         (org-confirm-shell-link-function): Rename from
12369         `org-confirm-shell-links'.
12370         (org-export-directory): New function.
12371         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12372         (org-export-icalendar): Use `org-export-directory'.
12373         (org-indent-item): Keep cursor position.
12374         (org-link-file-path-type): New option.
12375         (org-export-as-html): Fix bug with plain lists starting in
12376         column 0.
12377         (org-export-as-html): Remove deadline formatting, this happens
12378         now already in `org-html-handle-time-stamps'.
12379         (org-export-html-style): Deadline class removed.
12380         (org-insert-labeled-timestamps-at-point): New option.
12381         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12382         of `hide-sublevels 1', in case the first headline is not level 1.
12383         (org-overview, org-content): New fuction.
12384         (org-cycle-global-status, org-cycle-subtree-status): Make these
12385         variables buffer-local.
12386         (org-global-cycle): New command.
12387         (org-shifttab): Use `org-global-cycle'.
12388         (org-insert-heading, org-insert-item): Go to end of new
12389         headline/item after creating it.
12390         (org-export-visible): Rename from `org-export-copy-visible'.
12391         Now creates a temporary org-file and applies an exporting command
12392         to it.
12393         (org-table-eval-formula): Support for lisp forms.
12394         (org-agenda-todo-ignore-scheduled): New option.
12395         (org-agenda-get-todos): Use new option
12396         `org-agenda-todo-ignore-scheduled'.
12397         (org-export-html-inline-images): New value `maybe'.
12398         (org-export-as-html): Inlining of images dependent on link description.
12399         (org-archive-subtree): Check for end-of-buffer before trying
12400         `kill-line'.
12401         (org-agenda-follow-mode): New option.
12402         (org-export-with-tags, org-export-with-timestamps): New options.
12403         (org-html-handle-time-stamps): New function.
12404         (org-keyword-time-regexp): New variable.
12405         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12406         (org-agenda-todo-list-sublevels): New option.
12407         (org-html-level-start): When TITLE is nil, just close all levels.
12408         (org-parse-key-lines, org-parse-export-options): Remove functions,
12409         replaced by `org-infile-export-plist'.
12410         (org-combine-plists, org-infile-export-plist)
12411         (org-default-export-plist): New functions.
12412         (org-export-html-preamble, org-export-html-postamble)
12413         (org-export-html-auto-preamble, org-export-html-auto-postamble):
12414         New variables.
12415         (org-export-publishing-directory): New option.
12416         (org-export-as-html, org-export-as-ascii): Use the new property
12417         lists for settings.
12418         (org-export-copy-visible, org-export-as-xoxo):
12419         Respect `org-export-publishing-directory'.
12420         (org-link-search, org-store-link, org-file-apps): Support for
12421         links to BibTeX database entries..
12422         (org-get-current-options, org-set-regexps-and-options):
12423         Implement logging as a startup option.
12424         (org-store-link): Make sure context string is never empty
12425         (org-insert-link): Use relative path when possible.
12426         (org-at-item-checklet-p): New function.
12427         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12428         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12429         (org-metaright, org-metaup, org-metadown, org-shiftup)
12430         (org-shiftdown, org-shiftright, org-shiftleft)
12431         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12432         Dispatch using `call-interactively'.
12433         (org-call-with-arg): New defsubst.
12434         (org-tag-alist, org-use-fast-tag-selection): New options.
12435         (org-complete): Use `org-tag-alist'.
12436         (org-fast-tag-insert, org-fast-tag-selection): New functions.
12437         (org-next-item, org-previous-item): New commands.
12438         (org-beginning-of-item, org-end-of-item): Add (interactive) to
12439         make command.
12440         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12442 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
12444         * emacs-lisp/ewoc.el (ewoc-delete): New function.
12445         (ewoc-filter): Use `ewoc-delete'.
12447         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12449 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12452         Signal more user-friendly error messages.
12454         * complete.el (PC-do-completion): Undo the addition of implicit
12455         wildcards if they did not lead to finding any match.
12456         (read-file-name-internal): Don't add the final > if the completion is
12457         not finished.
12459 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12461         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12462         Quote safe-local-variable predicate.
12464 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12466         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12468 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12470         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12472         * progmodes/make-mode.el (makefile-special-targets-list)
12473         (makefile-macro-table, makefile-target-table): Mark as risky.
12474         (makefile-query-one-target-method): Make this the alias for the
12475         following variable.
12476         (makefile-query-one-target-method-function): Make this the real name.
12478         * textmodes/artist.el (artist-text-renderer): Make this the alias
12479         for the following variable.
12480         (artist-text-renderer-function): Make this the real name.
12482         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12483         the alias for the following variable.
12484         (flyspell-generic-check-word-predicate): Make this the real name.
12486         * textmodes/ispell.el (ispell-format-word): Make this the alias
12487         for the following variable.
12488         (ispell-format-word-function): Make this the real name.
12489         (ispell-message-text-end): Mark as risky.
12491         * skeleton.el (skeleton-transformation, skeleton-filter)
12492         (skeleton-pair-filter): Make these the aliases for the following
12493         variables.
12494         (skeleton-transformation-function, skeleton-filter-function)
12495         (skeleton-pair-filter-function): Make these the real names.
12497         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12498         and skeleton-pair-filter-function.
12500         * textmodes/sgml-mode.el (sgml-transformation): Make this the
12501         alias for the following variable.
12502         (sgml-transformation-function): Make this the real name.
12503         (sgml-tag-alist): Mark as risky.
12505 2006-05-21  Richard Stallman  <rms@gnu.org>
12507         * simple.el (kill-region): Interactively, pass point, then mark.
12509 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12511         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12513 2006-05-21  Romain Francoise  <romain@orebokech.com>
12515         * dired-x.el (dired-mode-map): Don't bind M-g.
12517 2006-05-20  Richard Stallman  <rms@gnu.org>
12519         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12520         (dired-goto-file): Doc fix.
12522 2006-05-21  Kim F. Storm  <storm@cua.dk>
12524         * emulation/cua-base.el: Mention customizing cua-mode as alternative
12525         way to enable built-in cua-mode if user loads older CUA-mode package.
12527         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12528         if default-filename is specified.
12530 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12532         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12534         * info.el (info-apropos): Make sure current-file and current-node
12535         have non-nil values.  Speed up by using add-to-list instead of
12536         manual consing.
12538 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12540         * progmodes/make-mode.el (makefile-mode): Doc fix.
12542 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12544         * dired-aux.el (dired-do-shell-command): Doc fix.
12546 2006-05-20  Kevin Ryde  <user42@zip.com.au>
12548         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12549         ``(custom-manual :tag "Foo" "(foo)Node")''.
12551 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
12553         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12554         value is an integer.
12556 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12558         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12559         "format".
12560         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12562 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
12564         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12565         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12567 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12569         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12570         regexp for keywords.
12572 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
12574         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12575         replace-regexp-in-string.
12577         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12578         encode, and escape file name on conversion to URL.
12580 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12582         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12583         Don't unescape URL.
12584         (dnd-get-local-file-name): Unescape URL on conversion to file name.
12586         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12587         on conversion to URLs.
12589         * net/browse-url.el (browse-url-file-url): Encode file name on
12590         conversion to URL.
12592         * term/mac-win.el (mac-ae-open-documents): Escape file name on
12593         conversion to URL.
12595 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12597         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12599 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12601         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12602         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12604 2006-05-19  Glenn Morris  <rgm@gnu.org>
12606         * calendar/diary-lib.el (diary-bahai-date)
12607         (list-bahai-diary-entries, mark-bahai-diary-entries)
12608         (mark-bahai-calendar-date-pattern): Not interactive.
12609         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12610         (diary-entries-list): Change format of 4th element in each entry.
12611         (diary-list-entries): Use add-to-diary-list.
12612         (diary-goto-entry): Handle the case where the buffer visiting the
12613         diary has been killed.
12614         (fancy-diary-display): Add 'locator to button rather than 'marker.
12615         Only generate temp-face when there are marks to apply.
12616         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12617         (diary-fancy-date-pattern): New variable.
12618         (diary-time-regexp): Doc fix.
12619         (diary-anniversary, diary-time): New faces.
12620         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12621         diary-time-regexp.  Add font-lock-multiline property where needed.
12622         Use new faces diary-anniversary and diary-time.
12623         (diary-fancy-font-lock-fontify-region-function): New function, to
12624         handle multiline font-lock pattern in fancy diary.
12625         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12626         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12627         diary-time.
12629 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12631         * international/code-pages.el (mik): Table corrected.
12633 2006-05-18  Kim F. Storm  <storm@cua.dk>
12635         * progmodes/grep.el (grep-find): Don't check grep-find-command
12636         before running command (breaks non-interactive usage).
12638 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12640         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12641         (ewoc--insert-new-node): Don't insert trailing newline.
12642         Instead, adjust successor nodes's start markers.
12643         (ewoc--refresh-node): Delete all text from current node's start
12644         marker to the next one's; adjust successor nodes's start markers.
12645         (ewoc--create): Doc fixes.
12646         (ewoc--refresh): Don't insert newline.
12647         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12648         * pcvs.el (cvs-make-cvs-buffer):
12649         Specify extra newline for ewoc's header and footer.
12650         (cvs-update-header): Update initial header recognition.
12651         Append newline to final header and footer values.
12652         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12654 2006-05-17  Richard Stallman  <rms@gnu.org>
12656         * files.el (file-name-extension): Doc fix.
12658 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12661         we can explicitly enable/disable rather than toggle.
12662         (shell-mode): Use it.
12663         (shell-cd): Don't try to reproduce what `cd' does.
12665 2006-05-17  Kim F. Storm  <storm@cua.dk>
12667         * ido.el (ido-read-internal): Use only nondirectory part of
12668         default item.
12670 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12672         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12673         (ewoc-nth): Doc fix.
12675         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12677 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12679         * international/mule.el (auto-coding-alist): Add .lha to files
12680         read with no-conversion.
12682         * files.el (auto-mode-alist): Add .lha files to archive file
12683         extensions.
12685         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12686         Convert csize to integer when computing offsets within the
12687         compressed archive file.
12689 2006-05-16  Kim F. Storm  <storm@cua.dk>
12691         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12692         with read-from-minibuffer.
12694 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12696         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12697         (byte-compile-warnings): Fix safe-local-variable property.
12699 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12701         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12702         (allout-stylish-prefixes, allout-numbered-bullet)
12703         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12704         predicates to qualify `safe-local-variable' property, when
12705         available, else use equivalent lambda.
12706         (allout-current-topic-collapsed-p): Do the right thing regarding
12707         trailing blank lines.
12709 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12711         * server.el (server-start): Only create a directory if needed.
12712         (server-edit, server-unload-hook): server-start => server-mode.
12713         (kill-emacs-hook): Cleanup upon exit.
12715 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * hexl.el (hexlify-buffer): Encode process arguments manually.
12719 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12721         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12722         call to gdb-tooltip-print.
12724 2006-05-15  Romain Francoise  <romain@orebokech.com>
12726         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12727         systems, default to "tar" since those systems probably have GNU tar.
12729 2006-05-14  Lars Hansen  <larsh@soem.dk>
12731         * desktop.el (desktop-missing-file-warning): Fix docstring.
12732         (desktop-restore-file-buffer): Correct question asked on missing file.
12734 2006-05-14  Kim F. Storm  <storm@cua.dk>
12736         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12737         Add CUA move property.
12739 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12741         * custom.el (custom-push-theme): Load the variable before checking
12742         its `standard-value'.
12744 2006-05-13  Lars Hansen  <larsh@soem.dk>
12746         * desktop.el (desktop-save): Use with-temp-buffer.
12748 2006-05-12  Glenn Morris  <rgm@gnu.org>
12750         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12751         * calendar/calendar.el (calendar-mode-map):
12752         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12753         * calendar/appt.el (appt-check, appt-make-list): Refer to
12754         diary-view-entries, diary-list-entries, diary-show-all-entries
12755         rather than obsolete aliases.
12757 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12759         * simple.el (line-move-finish): Avoid calling point motion hooks
12760         while processing intangibility.
12762 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12764         * term/xterm.el (terminal-init-xterm): Fix typo.
12766 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12768         * allout.el (allout-view-change-hook): Mark as being deprecated,
12769         to be replaced by `allout-exposure-change-hook'.
12770         (allout-exposure-change-hook): New, replacing
12771         `allout-view-change-hook'.
12772         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12773         in addition to `allout-view-change-hook'.
12774         (allout-show-bodies, allout-old-style-prefixes)
12775         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12776         lambda forms to prevent their showing up in variable help
12777         presentations as inscrutable byte-compiled code.
12778         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12779         Use string-or-null-p to qualify safe-local-variable values.
12780         (allout-reindent-bodies): Use memq to qualify matches against
12781         valid safe-local-variable values.  Also, quote the lambda as above.
12782         (allout-use-mode-specific-leader): Add missing candidate-value
12783         symbols, use memq, and quote the lambda.
12784         (allout-overlay-interior-modification-handler): Remove unused
12785         variables `msg' and 'opened'.
12786         (allout-hidden-p): Constrain invisibility consideration to allout's
12787         invisibility spec, disregarding invisibility for other reasons.
12789 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12791         * files.el (version-control): Correct safe values.
12793 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12795         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12797         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12798         (ewoc--insert-new-node): New func.
12799         Update callers of deleted funcs to use it, instead.
12801 2006-05-11  Glenn Morris  <rgm@gnu.org>
12803         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12804         obsolete alias `show-all-diary-entries'.
12805         (make-diary-entry): Not interactive.
12806         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12807         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12808         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12809         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12810         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12811         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12813 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12815         * calendar/calendar.el (calendar-french-date-string)
12816         (calendar-mayan-date-string, calendar-chinese-date-string)
12817         (calendar-astro-date-string, calendar-iso-date-string)
12818         (calendar-islamic-date-string, calendar-bahai-date-string)
12819         (calendar-hebrew-date-string, calendar-coptic-date-string)
12820         (calendar-ethiopic-date-string, calendar-persian-date-string):
12821         These functions are not interactive.
12823 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12825         * files.el: Balance parentheses.
12827 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12829         * files.el, newcomment.el, outline.el, simple.el,
12830         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12831         * progmodes/cc-vars.el, progmodes/compile.el:
12832         Move `safe-local-variable' declarations to the respective files.
12834         * help-fns.el (describe-variable): Don't print safe-var if it is
12835         byte-code.  Improve wording as suggested by Luc Teirlinck.
12837 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12839         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12840         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12841         Use a token for pending-triggers to ensure gdb-var-update
12842         gets called once per user input again for pre-GDB 6.4.
12843         (gdb-var-delete): Match on more complex expressions.
12844         (gdb-var-list-children-handler, gdb-var-create-handler):
12845         Use a token for consistency.
12847 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12849         * textmodes/org.el (org-read-date, org-goto-calendar)
12850         (org-agenda-goto-calendar):
12851         Bind `view-calendar-holidays-initially' to nil.
12853 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12855         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12856         Update all callers to do it there, instead.
12858 2006-05-10  Glenn Morris  <rgm@gnu.org>
12860         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12861         prefix arg case, to avoid view-diary-entries-initially error.
12862         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12863         (calendar-date-is-legal-p): Handle dates with no day part.
12865 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12867         * comint.el (comint-insert-input): Just make it when
12868         comint-use-prompt regexp is nil (default) and with the mouse.
12869         (comint-copy-old-input): Reinstate from 2004-06-23.
12870         (comint-mode-map): Bind C-c C-m to it.
12872 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12874         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12875         Remove spurious move to point-max (new comint behavior fixes).
12877         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12878         compatibility function (Emacs 18/19).
12879         (idlwave-is-continuation-line): Always return point at start of
12880         previous non-blank continuation line.
12881         (keyword-parameters): Fix continued comment font-lock matcher.
12882         (idlwave-font-lock-fontify-region): Written, use as
12883         font-lock-fontify-region-function, to fix continued keyword
12884         fontification issues.
12886 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12888         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12889         (mac-service-selection, mac-service-open-file)
12890         (mac-service-open-selection, mac-service-mail-selection)
12891         (mac-service-mail-to, mac-service-insert-text): Rename from
12892         mac-services-*.  All uses changed.
12893         (mac-apple-event-map): Rename event symbol `services' to `service'.
12895 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12897         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12898         (ewoc--node-enter-first, ewoc--node-enter-last)
12899         (ewoc--delete-node-internal): Merge funcs into unique callers.
12901 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12903         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12904         return value of read-from-minibuffer for empty input.
12906 2006-05-09  Miles Bader  <miles@gnu.org>
12908         * comint.el (comint-insert-input): Remove redundant calls to setq
12909         and goto-char.
12911 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12913         * comint.el (comint-insert-input): Make it work when
12914         comint-use-prompt-regexp is t.
12916 2006-05-10  Miles Bader  <miles@gnu.org>
12918         * subr.el (field-at-pos): New function.
12920         * comint.el (comint-insert-input): Use it.
12922 2006-05-09  Juri Linkov  <juri@jurta.org>
12924         * battery.el (battery-linux-proc-acpi): Also try
12925         `/proc/acpi/thermal_zone/THR2/temperature'.
12927         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12928         for now unused lambda `string-or-null'.
12930         * add-log.el (change-log-default-name): Put `string-or-null-p'
12931         instead of lambda on `safe-local-variable' property.
12933         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12934         `region-end' instead of `mark' and `point'.
12935         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12936         Operate on region in Transient Mark mode when the mark is active.
12937         Use `region-beginning' and `region-end' instead of `mark' and
12938         `point'.
12939         (diff-hunk-text, diff-goto-source): Doc fix.
12941         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12942         face `mode-line-buffer-id' for mode-line buffer face instead of
12943         hard-coded `(:weight bold)'.
12945         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12946         buffer-undo-list to t (undo-ask is reproducible by visiting
12947         nested archives).
12949 2006-05-09  Kim F. Storm  <storm@cua.dk>
12951         * progmodes/grep.el (rgrep): Set default directory of *grep*
12952         buffer if we start M-x rgrep in the *grep* buffer and choose
12953         a different base directory.
12955 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12957         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12958         completion also when ido is loaded.
12960 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12962         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12963         "warning" and "import".
12964         (cpp-font-lock-keywords): Added "warning".
12966 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12968         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12970 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12972         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12973         pages at a time, if we signal the end, we should indeed reach that end.
12975 2006-05-08  David Reitter  <david.reitter@gmail.com>
12977         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12978         output during execution of the body.
12980 2006-05-08  Kim F. Storm  <storm@cua.dk>
12982         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12984 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12986         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12987         Use with-current-buffer.
12989 2006-05-07  Kim F. Storm  <storm@cua.dk>
12991         * subr.el (add-to-history): Remove keep-dups arg.
12993         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12994         to nil around call to add-to-history.
12996 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12998         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12999         than after a buffer modification.
13001 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
13003         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13004         call to...
13005         (gud-watch): ...here so speedbar is raised for already watched
13006         expressions.
13007         (gdb-speedbar-refresh): Delete function.
13008         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13009         Use speedbar-timer-fn instead of speedbar-refresh (reverting
13010         earlier change).
13011         (gdb-var-evaluate-expression-handler)
13012         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13014         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13015         Update localized contents for all buffers except ignored modes.
13017 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13019         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13020         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13021         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13022         (mac-handle-font-panel-closed, mac-handle-font-selection):
13023         New functions.
13024         (mac-font-panel-mode): New minor mode.
13025         (mac-apple-event-map): Add bindings for toolbar toggle button and
13026         font panel.
13027         (menu-bar-showhide-menu): Add mac-font-panel-mode.
13029 2006-05-07  John Paul Wallington  <jpw@pobox.com>
13031         * ibuffer.el (ibuffer-compressed-file-name-regexp):
13032         Avoid `regexp-opt'; simplify regexp for readability.
13034 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
13036         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13037         * files.el (buffer-stale-function):
13038         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13039         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13040         links to the main manual, not to emacs-xtra.
13042 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13044         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13045         MacJapanese if text is ASCII-only.
13047 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
13049         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13050         unless so nil isn't returned.
13051         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13053 2006-05-06  Kim F. Storm  <storm@cua.dk>
13055         * subr.el (add-to-history): New function.
13057         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13058         (ediff-merge-files-with-ancestor):
13059         * env.el (setenv):
13060         * isearch.el (isearch-update-ring):
13061         * server.el (server-visit-files):
13062         * progmodes/grep.el (lgrep, rgrep):
13063         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13064         * progmodes/xscheme.el (xscheme-insert-expression):
13065         Use add-to-history.
13067         * kmacro.el (kmacro-push-ring): Use add-to-history.
13068         (kmacro-ring-length): Remove unused defun.
13069         (kmacro-start-macro): Use kmacro-push-ring.
13071 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
13073         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13074         directly instead of a lambda expression that calls it.
13076 2006-05-06  Kim F. Storm  <storm@cua.dk>
13078         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13079         instead of compute-motion.
13081 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
13083         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13084         change.
13086 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
13088         * startup.el (command-line-1): Refer to "Pure Storage" on
13089         pure-space-overflow.
13091 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
13093         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13094         provided faces once they all have been used up.
13096 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13098         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13099         reference to the Lisp manual to the warning about pure space
13100         overflow.
13102 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13104         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13105         argument to avoid the call to `ispell-internal-change-dictionary'
13106         when not needed.
13107         (ispell-change-dictionary): Use this argument and call
13108         `ispell-internal-change-dictionary' after the possible change
13109         to `ispell-local-dictionary'.
13110         (ispell-internal-change-dictionary): Check for a change in
13111         personal dictionary use too.
13113 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13115         * startup.el (command-line): On MS-Windows, probe "~", not
13116         "~USER", for warning about non-existent home directory.
13118         * arc-mode.el (archive-l-e): New optional argument `float' means
13119         generate a float value.
13120         (archive-arc-summarize, archive-lzh-summarize)
13121         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13122         with 3rd argument non-nil when file's size is being computed.
13123         Format the file sizes with %8.0f instead of %8d.
13125 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13127         * cus-start.el (all): Add mac-dnd-known-types.
13129         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13130         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13131         (mac-TIFF-to-string): New functions.
13132         (x-get-selection, x-selection-value)
13133         (mac-select-convert-to-string): Use them.
13134         (mac-text-encoding-mac-japanese-basic-variant): New constant.
13135         (mac-dnd-types-alist): New customization variable.
13136         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13137         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13138         (mac-dnd-handle-drag-n-drop-event): New functions.
13139         (mac-drag-n-drop): Remove function.
13140         (global-map): Bind drag-n-drop and M-drag-n-drop to
13141         mac-dnd-handle-drag-n-drop-event.
13143 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
13145         * progmodes/perl-mode.el (perl-beginning-of-function):
13146         Skip anonymous subs.
13148 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
13150         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13151         regexp-opt at run time.
13153         * term.el (term-handle-ansi-escape): Fix off by one error.
13155 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
13157         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13158         (gdb-init-1, gdb-post-prompt): ...and references to it.
13159         (gdb-frame-handler): Strip directory name from filename if present.
13161         * progmodes/gud.el (gdb-force-update): Delete defvar
13162         (gud-speedbar-buttons): ...and references to it.  Use window-start
13163         to try to keep positon in watch expression.
13165 2006-05-03  Richard Stallman  <rms@gnu.org>
13167         * simple.el (next-history-element, previous-history-element): Doc fix.
13169         * isearch.el (isearch-update-ring): Doc fix.
13171 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
13173         * isearch.el (isearch-update-ring): Take history-delete-duplicates
13174         into consideration.  Replace one arm ifs with whens.
13176 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
13178         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13179         (menu): Fix typo.
13181 2006-05-02  Miles Bader  <miles@gnu.org>
13183         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13185 2006-05-02  Jay Belanger  <belanger@truman.edu>
13187         * calc/calc-embed.el (calc-override-minor-modes-map)
13188         (calc-override-minor-modes): New variables.
13189         (calc-do-embedded): Make sure that Calc keystrokes aren't
13190         overwritten by minor modes.
13192 2006-05-02  Chong Yidong  <cyd@mit.edu>
13194         * msb.el (msb): If EVENT is a down event, read and discard the up event.
13196 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13198         * startup.el (command-line-1): Refer to Lisp manual when
13199         pure-space-overflow occurs.
13201         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13202         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13203         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13204         (version-control): Don't use `t' for safe-local-variable declarations.
13206 2006-05-01  Richard Stallman  <rms@gnu.org>
13208         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13209         M-r, M-R, M-A, M-SPC or M-DEL.
13210         (diff-mode-map): diff-refine-hunk now on C-c C-w
13211         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13213         * help-mode.el (help-mode): view-exit-action calls delete-window
13214         only when it is safe and possible.
13216         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13217         in messages.
13219         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13221         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13222         in the default tool-bar-map.
13224 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
13226         * net/tramp.el (tramp-completion-file-name-handler-alist)
13227         (tramp-run-real-handler, tramp-completion-run-real-handler)
13228         (tramp-completion-handle-file-name-all-completions)
13229         (tramp-completion-handle-file-name-completion): Autoload them.
13230         (tramp-completion-handle-file-exists-p)
13231         (tramp-completion-handle-file-name-directory)
13232         (tramp-completion-handle-file-name-nondirectory)
13233         (tramp-completion-handle-expand-file-name): Remove them.
13234         (tramp-handle-file-name-directory): Return the real directory name.
13235         Returning "/" only doesn't need to be necessary any longer.
13236         (tramp-file-name-handler): Make special attention when in hostname
13237         completion mode.
13238         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13239         (tramp-register-file-name-handlers):
13240         Register `tramp-completion-file-name-handler' only when
13241         `partial-completion-mode' is enabled.
13242         (tramp-completion-handle-file-name-all-completions):
13243         Delete directory part from results.
13244         (tramp-get-completion-methods, tramp-get-completion-user-host):
13245         Discard deleting "/", it doesn't work after the change of
13246         `tramp-handle-file-name-directory' above.
13248 2006-05-01  Kim F. Storm  <storm@cua.dk>
13250         * progmodes/grep.el (grep-expand-template): Use save-match-data
13251         and symbol-value.
13253 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13255         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13256         Use select-frame-set-input-focus instead of raise-frame.
13257         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13259 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
13261         * progmodes/gud.el (gud-def): Add %c case.
13262         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13263         (gud-format-command): Make match case sensitive.  Match on %F.
13265 2006-04-30  Glenn Morris  <rgm@gnu.org>
13267         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13268         (cal-tex-preamble): Use cal-tex-preamble-extra.
13269         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13270         than alias `list-diary-entries'.
13272 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
13274         * help-fns.el (describe-variable): Add info about safe local variables.
13276 2006-04-29  Richard Stallman  <rms@gnu.org>
13278         * bindings.el (mode-line-format): help-echo doc fixes.
13280         * net/tramp.el (tramp-file-name-handler-alist): Delete
13281         expand-file-name and other operations that can cause spurious loading.
13283 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * files.el (safe-local-variable-p): Remove support for the special
13286         value t.
13288         * textmodes/paragraphs.el (sentence-end-without-space):
13289         Fix safety predicate.
13290         (sentence-end-double-space, sentence-end-without-period)
13291         (paragraph-ignore-fill-prefix):
13292         * textmodes/fill.el (colon-double-space):
13293         * abbrev.el (abbrev-mode): Tighten the safety predicate.
13295         * subr.el (booleanp): New fun.
13297         * textmodes/reftex-vars.el (reftex-guess-label-type):
13298         Tighten the safety predicate.
13300 2006-04-28  Kim F. Storm  <storm@cua.dk>
13302         * progmodes/grep.el (defgroup grep): Doc fix.
13303         (grep-auto-highlight): Remove.
13304         (grep-template): New defcustom.
13305         (grep-find-template): Rename from grep-tree-template.
13306         (grep-files-aliases): Rename from grep-tree-files-aliases.
13307         Remove "all" alias, add "l" alias.
13308         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13309         (grep-find-ignored-directories): New defcustom to replace
13310         grep-tree-ignore-CVS-directories, to facilitate ignoring
13311         subdirectories for multiple version control systems.
13312         (grep-mode-map): Add Recursive grep item to GREP menu.
13313         (grep-regexp-history, grep-files-history): New defvars.
13314         (grep-probe): New helper function.
13315         (grep-compute-defaults): Use it to simplify code.
13316         Adapt to name changes.
13317         Use `.' as base in grep-find-template rather than <D>.
13318         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
13319         Call grep-compute-defaults unconditionally.
13320         (grep-expand-keywords): New defconst.
13321         (grep-expand-template): Rename from grep-expand-command-macros.
13322         Simplify via grep-expand-keywords.  Look at case-fold-search instead
13323         of grep-tree-ignore-case to add -i option.
13324         Bind case-fold-search to nil while matching keywords.
13325         (grep-tree-last-regexp, grep-tree-last-files): Remove.
13326         (grep-read-regexp, grep-read-files): New helper functions.
13327         (rgrep): Rename from grep-tree.  Rework to use proper histories.
13328         Adapt to changes in defcustoms and functions above.
13329         (lgrep): New command, as grep, but using same interactive UI as rgrep.
13331 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
13333         * net/tramp.el (tramp-completion-file-name-handler):
13334         Disable Tramp's functionality while loading Tramp itself.
13335         (tramp-register-file-name-handlers): That's a defsubst now.
13336         Code from `tramp-repair-jka-compr' moved here.  Apply it via
13337         `after-init-hook'.
13338         (tramp-repair-jka-compr): Remove.
13340 2006-04-27  Jay Belanger  <belanger@truman.edu>
13342         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13343         read expression when `math-read-big-expr' doesn't work.
13345 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
13347         * startup.el (command-line-1): Display warning when
13348         pure-space-overflow is non-nil.
13350 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13352         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13353         risky.
13355 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13357         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13358         Return the URL or nil if none can be generated.
13360 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
13362         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13363         byte compiler warnings.
13364         (gud-basic-call, gud-find-expr): Let user select an expression
13365         for printing.  Print expression as well as value in GUD buffer.
13367 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
13369         * allout.el: Remove local autoload declaration for
13370         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13371         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13372         (allout-plain-bullets-string, allout-distinctive-bullets-string)
13373         (allout-use-mode-specific-leader, allout-old-style-prefixes)
13374         (allout-stylish-prefixes, allout-numbered-bullet)
13375         (allout-file-xref-bullet, allout-presentation-padding)
13376         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13377         safe-local-variable with suitable value spec, and add autoload
13378         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
13379         (move-beginning-of-line, move-end-of-line): Repair so these compat
13380         functions now actually resituate the point, when appropriate.
13382 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13384         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13386         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13387         (add-log-iso8601-time-string): Fix call to format-time-string.
13389 2006-04-26  Kim F. Storm  <storm@cua.dk>
13391         * subr.el (posn-string, posn-image, posn-object): Doc fix.
13393 2006-04-26  Masatake YAMATO  <jet@gyve.org>
13395         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13396         Add support for "//" style comments.  Remove `b' flag
13397         from ?* in `asm-mode-syntax-table'.
13399 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13401         * follow.el: Use (featurep 'xemacs) everywhere.
13402         (follow-mode): Use define-minor-mode.
13403         (follow-mode-map): Move initialization into the declaration.
13404         Use command remapping.
13405         (follow-emacs-version-xemacs-p): Remove.
13406         (follow-submit-feedback): Remove.
13408         * allout.el (allout-layout, allout-passphrase-verifier-string)
13409         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13411         * textmodes/reftex-vars.el (reftex-vref-is-default)
13412         (reftex-fref-is-default, reftex-guess-label-type):
13413         Tighten up a bit the safety predicate.
13415         * textmodes/paragraphs.el (sentence-end-double-space)
13416         (sentence-end-without-period, sentence-end-without-space)
13417         (page-delimiter, paragraph-ignore-fill-prefix):
13418         Tighten up a bit the safety predicate.
13420         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13422         * progmodes/python.el (python-continuation-line-p)
13423         (python-beginning-of-statement): syntax-ppss may return
13424         a negative depth.
13425         (python-mode): Don't forcefully enable font-lock.
13427         * time-stamp.el (time-stamp-start, time-stamp-end)
13428         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13430         * add-log.el: Remove spurious * in docstrings.
13431         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13432         (add-change-log-entry): Use it here, since it's not specific
13433         to iso8601.
13434         (add-log-iso8601-time-string): Don't use it here any more.
13435         (change-log-indent-text, change-log-indent): Rename from add-log-*.
13437         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13439 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
13441         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13442         (rcirc-toggle-low-priority): Doc fix.
13443         (rcirc-handler-NOTICE): Remove beginning of line anchor in
13444         ChanServ regexp.
13445         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13446         #emacs.
13447         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13448         (rcirc-decode-coding-system): Use utf-8 as the default.
13449         (rcirc-multiline-minor-mode): Set the fill-column.
13450         (rcirc-format-response-string): Display bright and dim nicks.
13451         (rcirc-browse-url): Update interactive spec to fill ARG.
13452         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13453         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13455 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
13457         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13458         case for @Article, etc.
13460 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
13462         * net/tramp.el (tramp-register-file-name-handlers): New defun.
13463         Added with autoload cookie.
13464         (tramp-unload-file-name-handlers): Rename from
13465         `tramp-unload-file-name-handler-alist'.
13467 2006-04-23  Romain Francoise  <romain@orebokech.com>
13469         * comint.el (comint-match-partial-filename): Doc fix.
13471 2006-04-21  Glenn Morris  <rgm@gnu.org>
13473         * calendar/cal-menu.el (calendar-mode-map): Refer to
13474         `diary-view-entries' rather than alias `view-diary-entries'.
13475         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13477 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
13479         * progmodes/antlr-mode.el (antlr-default):
13480         * cus-edit.el (custom-documentation):
13481         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13482         in defface.
13484 2006-04-21  Kim F. Storm  <storm@cua.dk>
13486         * image.el (image-type): New defun split out of create-image.
13487         (create-image): Use it.
13489 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
13491         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13492         (org-open-at-point): Remove the "...done" message to keep output
13493         in the echo area visible.
13494         (org-export-as-xoxo): Fix call to `indent-region'.
13496 2006-04-21  Kevin Ryde  <user42@zip.com.au>
13498         * international/mule.el (keyboard-coding-system): defcustom
13499         info-link fixes: "Specify Coding" has been split, keyboard now in
13500         "Terminal Coding", and "Single-Byte Character Support" is now
13501         "Unibyte Mode".
13503 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
13505         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13506         Use font-lock-warning-face for any errors e.g. no stack.
13507         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13509 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13511         * progmodes/sh-script.el (sh-shell): Mark as safe.
13513         * newcomment.el (comment-start, comment-start-skip)
13514         (comment-end-skip, comment-end): Mark as safe.
13516 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
13518         * textmodes/org.el (org-deadline-announce): Face removed.
13519         (org-level-faces, org-n-levels): Convert to constant.
13520         (org-compatible-face): New function.
13521         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13522         (org-level-5, org-level-6, org-level-7, org-level-8)
13523         (org-special-keyword, org-warning, org-headline-done, org-link)
13524         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13525         (org-scheduled-today, org-scheduled-previously, org-time-grid):
13526         Face definition revised for better color tty support.
13527         (org-bold-re, org-italic-re, org-underline-re): New constants.
13528         (org-set-font-lock-defaults): Use the new constants.
13529         (org-agenda-highlight-todo): New function.
13530         (org-agenda-todo): Fix bug with point at end of line.
13531         (org-agenda-change-all-lines, org-finalize-agenda-entries):
13532         Fontify TODO keywords.
13533         (org-insert-link): Preserve relative path in ../ links.
13534         (org-export-as-html): Convert links pointing to .org files into
13535         links that will work beteen the exported HTML files.
13536         (org-todo-list): Fix bug when arg=0.
13537         (org-insert-heading): More fine-tuning.
13539 2006-04-19  Romain Francoise  <romain@orebokech.com>
13541         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13542         from `rmail-mime-charset-pattern'.
13544 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13546         * progmodes/python.el (python-mode): Fix typo.
13548 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
13550         * comint.el (comint-previous-input): Don't clobber input line
13551         when moving off either end of the input history ring.
13552         (comint-delete-input): New function, used by
13553         `comint-previous-input' and others.
13554         (comint-previous-matching-input):
13555         Use `coming-delete-input'.  Save the partial input if leaving the
13556         edit line.  Goto point-max before deleting input to avoid
13557         partial input fragments hanging around.
13558         (comint-restore-input): New function, used by `comint-previous-input'.
13560 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
13562         * imenu.el (imenu--index-alist): Balance parentheses.
13564 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13566         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13568 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
13570         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13571         file is nil.
13573 2006-04-18  Richard Stallman  <rms@gnu.org>
13575         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13577         * imenu.el (imenu-create-index-function, imenu--index-alist)
13578         (imenu--last-menubar-index-alist, imenu--make-index-alist)
13579         (imenu-default-create-index-function, imenu--generic-function):
13580         Doc fixes.
13582         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13584         * help-mode.el (help-mode): Set view-exit-action to delete window.
13586         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
13587         now works by passing nil as arg.
13589         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13591         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13592         (read-abbrev-file): Provide default when reading filename.
13594         * files.el (enable-local-variables): Allow :all as value.
13595         (hack-local-variables): Implement that value.
13596         (safe-local-variable-values, safe-local-eval-forms)
13597         (enable-local-variables): Mark as risky.
13598         (find-file-visit-truename, kept-old-versions): Mark safe.
13600         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13601         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13602         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13604 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13606         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13607         Use forward-line so as to get to BOL even in the presence of fields.
13608         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13609         in return.
13610         (inferior-tcl): Tell tclsh to work in interactive mode.
13612         * complete.el (partial-completion-mode):
13613         Use 'choose-completion-string-functions to make sure that
13614         choose-completion fills the minibuffer properly.
13616         * complete.el (PC-old-read-file-name-internal): Remove.
13617         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13618         of read-file-name-internal.
13619         (partial-completion-mode): Enable/disable this advice.
13621 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13623         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13624         of 2006-04-17.
13626 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13628         * textmodes/org.el (org-insert-heading): Insert heading before
13629         current if at beginning of line.
13630         (org-todo, org-date): New faces.
13631         (org-table-align): Make sure tooltip window contains full text.
13632         (org-no-properties): New defsubst.
13633         (org-set-font-lock-defaults): Use new faces.
13635 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13637         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13638         for root variables.
13640         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13641         (gdb-frame-address): Re-use to identify frame for watch expression.
13642         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13643         variables.
13644         (gdb-init-1, gdb-source, gdb-post-prompt)
13645         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13646         (gdb-frame-handler): Get gdb-frame-address.
13648 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13650         Sync with Tramp 2.0.53.
13652         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13653         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13654         (tramp-completion-file-name-handler): Add autoload cookie for
13655         adding to `file-name-handler-alist'.
13657         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13658         the prompt.  If it returns earlier (when detecting an error
13659         message), the rest of the output will merge accidently with the
13660         output of the next command.  Reported by M Jared Finder
13661         <jared@hpalace.com>.
13663         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13664         for `process-file', in order to let it work for older Emacsen too.
13666 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13668         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13669         (tex-font-lock-keywords-3): Use it.
13671 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13673         * newcomment.el (comment-add): New function.
13674         (comment-region-default, comment-dwim): Use it.
13676 2006-04-15  Michael Olson  <mwolson@gnu.org>
13678         * emacs-lisp/tq.el: Improve comments.
13679         (tq-queue-head-question): New accessor function.
13680         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13681         Update for modified queue structure.
13682         (tq-queue-add): Accept `question' argument.
13683         (tq-queue-pop): If a question is pending, send it.
13684         (tq-enqueue): Accept new optional argument `delay-question'.
13685         If this is non-nil, and at least one other question is pending a
13686         response, queue the question rather than sending it immediately.
13688 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13690         * calendar/appt.el (appt-add): Check whether an appointment is
13691         already present in appt-time-msg-list.  Simplify code.
13693 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13695         * progmodes/cc-langs.el (c-mode-menu):
13696         Don't presume c-subword-mode is bound.
13698 2006-04-13  Bill Wohler  <wohler@newt.com>
13700         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13701         (customize-package-emacs-version): Use cdr instead of cadr now
13702         that alists use dotted pairs.
13704         * custom.el (defcustom): Fix docstring for :package-version.
13706 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13708         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13709         (tramp-handle-shell-command): Display output buffer only when
13710         `tramp-display-shell-command-buffer' is true.
13711         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13713 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13715         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13716         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13718 2006-04-13  Romain Francoise  <romain@orebokech.com>
13720         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13721         leaving temporary .cvsignore buffers behind.
13723 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13725         * textmodes/org.el (org-set-regexps-and-options)
13726         (org-get-current-options): Better names for the startup folding
13727         options.
13729 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13731         * vc.el (vc-annotate): Arrange for point to end up at the same
13732         line number as in the original, but only when using a new buffer.
13734 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13736         * files.el (hack-one-local-variable-eval-safep):
13737         Recognize `edebug-form-spec' for `put', but only if it passes
13738         `edebug-basic-spec'.  Generalize `put' handling.
13740         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13741         vetting file-local form specs.
13743         * allout.el (allout-layout): Autoload its `safe-local-variable'
13744         property.
13746 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13748         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13749         (org-agenda-mouse-1-follows-link)
13750         (org-mouse-1-follows-link): New options.
13751         (org-format-agenda-item): Fix bug if TAGS is nil.
13752         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13754 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13756         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13757         GDB 6.1+ gives full filename for "info sources" so use
13758         file-name-nondirectory.
13760 2006-04-12  Romain Francoise  <romain@orebokech.com>
13762         * subr.el (read-passwd): Bind `message-log-max' to nil.
13764 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13766         * progmodes/perl-mode.el (perl-indent-new-calculate):
13767         Recompute parse-start after jumping backward by a whole sexp.
13769 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13771         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13772         window configuration.
13773         (vc-annotate-display-select): Select the buffer so that current-buffer
13774         (and selected-window) is the output buffer at the end of vc-annotate.
13776 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13778         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13779         8-color terminals, to use all of the colors in a sensible order.
13780         256-color terminals work well with the standard map.
13781         (vc-annotate-lines): Only strip the first color character if it
13782         is "#", to allow for terminal-style named colors.
13783         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13784         the correct buffer is scrolled.
13786 2006-04-11  Richard Stallman  <rms@gnu.org>
13788         * emacs-lisp/bytecomp.el (byte-compile-file):
13789         Bind enable-local-variables to :safe, and make normal-mode obey it.
13791         * files.el (enable-local-variables): Allow value :safe.
13792         (normal-mode): Doc fix.
13793         (hack-local-variables): Implement enable-local-variables = :safe.
13794         (hack-local-variables-confirm): Don't prevent quitting.
13796 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * loadhist.el (unload-feature): A bit of sanity check of
13799         load-history entries.  Cancel timer-vars before unbinding them.
13801         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13802         quote special chars, and make the trick work on the hex part of the
13803         buffer as well.
13804         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13805         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13807         * startup.el (normal-splash-screen): Fix last change so we don't wait
13808         2 minutes if we don't show the splash screen.
13810 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13812         * textmodes/org.el (org-export-plain-list-max-depth)
13813         (org-table-spaces-around-separators)
13814         (org-radio-targets, org-activate-camels)
13815         (org-table-spaces-around-invisible-separators): Options removed.
13816         (org-time-stamp-rounding-minutes, org-remember-templates)
13817         (org-ellipsis, org-activate-links, org-descriptive-links):
13818         New options.
13819         (org-remember-apply-template, org-current-time)
13820         (org-finish-edit-table-field)
13821         (org-link-unescape, org-link-escape)
13822         (org-string-width, org-table-clean-line, org-html-do-expand)
13823         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13824         (org-read-agenda-file-list): New functions.
13825         (org-table-edit-field)
13826         (org-table-create-or-convert-from-region): New commands
13827         (org-table-toggle-vline-visibility): Command removed.
13828         (org-table-convert-region): Made a command.
13829         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13830         Replace with the normal org- functions.
13831         (org-self-insert-command): Don't trigger realign unnecessarily
13832         when blanking a field that is not full.
13833         (org-mode): `Set buffer-invisibility-spec' for links.
13834         (org-activate-links2): Hide link part and only show descriptive
13835         part of the link.
13836         (org-insert-link): Modify for new linking system.
13837         (org-store-link): Store description separately, for use by
13838         `org-insert-link'.
13839         (org-table-align): Use `org-string-width'.
13840         (defgroup): Completely new group structure for custom variables.
13841         (org-agenda-files): Option: Single file name allowed.  Function:
13842         Optional argument unrestrited means ignore any restricitons.
13843         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13844         trying to modify the menu.  Use generalized access to
13845         `org-agenda-files.'
13846         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13847         (org-agenda-file-to-front, org-remove-file, org-diary)
13848         (org-tags-view, org-export-icalendar-all-agenda-files)
13849         (org-export-icalendar-combine-agenda-files): Use generalized
13850         access to `org-agenda-files'.
13851         (org-remember-handler): Correctly preserve heading if present.
13852         (org-table-insert-row, org-table-insert-hline): Deal with
13853         invisible characters.
13855 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13857         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13858         (vc-annotate-color-map): New 18 element constant
13859         value/saturation, rotating hue colormap, from red->blue.
13860         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13861         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13862         (vc-annotate): To avoid killing the required local variables,
13863         set them before the end of `with-output-to-temp-buffer', and
13864         after first switching to annotate-mode.
13865         (vc-annotate-warp-version): Add buffer argument in goto-line to
13866         ensure annotation, not source, is scrolled.
13868 2006-04-10  Bill Wohler  <wohler@newt.com>
13870         * custom.el (defcustom, custom-handle-keyword):
13871         Add :package-version keyword.
13872         (custom-add-package-version): New function.  Sets value of new
13873         property 'custom-package-version from :package-version keyword.
13874         (defcustom): Create Common Keywords section in docstring.
13875         (defface, defgroup): Replace definitions of a select few keywords
13876         with a reference to the Common Keywords in defcustom.
13877         (defcustom, defface, defgroup): Replace reference to Customization
13878         chapter in manual with hyperlink.
13880         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13881         (customize-changed-options): Add check for custom-package-version.
13882         (customize-package-emacs-version): New function to look up Emacs
13883         version corresponding to the given package version.
13885         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13886         defun name, in similar fashion to find-variable-regexp.
13888 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13890         * international/mule-cmds.el (set-locale-environment): Fix last
13891         change for when the locale's preferences don't specify any encoding.
13893 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13896         so the defined var/fun doesn't need to be quoted.
13898 2006-04-10  Richard Stallman  <rms@gnu.org>
13900         * finder.el (finder-mode-map): Add n and p bindings.
13902 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13904         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13905         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13906         (gdb-setup-windows): Put something in source window if we can't find
13907         the source file.
13908         (gdb-frame-handler): Make it work again with just assembly.
13909         (gdb-data-list-register-values-handler): Make it work when there is
13910         no stack.
13912 2006-04-09  Richard Stallman  <rms@gnu.org>
13914         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13915         specs while looking for charset.
13917         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13919         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13920         Make them faces.
13921         (lm-font-lock-keywords): Update appropriately.
13923 2006-04-10  Kim F. Storm  <storm@cua.dk>
13925         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13926         it can also replace buffer-substring-no-properties.
13928         * emulation/cua-base.el (cua-delete-region, cua-paste)
13929         (cua-repeat-replace-region): Use filter-buffer-substring.
13931         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13932         (cua-cut-region-to-global-mark): Likewise.
13934         * emulation/cua-rect.el (cua--extract-rectangle)
13935         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13937 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13939         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13940         entry-type.  Add field delimiters to numerical fields if they are
13941         not present.
13943 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13945         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13946         string-const to return value.
13947         (bibtex-remove-delimiters): Use it.
13949 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13951         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13952         cl-byte-compile-compiler-macro unless it exists.
13954 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13956         * files.el (hack-local-variables-confirm) <offer-save>:
13957         Clarify message text.  Suggested by Ralf Angeli.
13959 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13961         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13962         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13963         instead of `buffer-substring' and `delete-region'.  (Most of the
13964         code actually copied from `kill-region'.)
13966 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13968         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13969         (rcirc-default-port): Rename from rcirc-port.
13970         (rcirc-default-nick): Rename from rcirc-nick.
13971         (rcirc-default-user-name): Rename from rcirc-user-name.
13972         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13973         (rcirc-low-priority-flag): New variable.
13974         (rcirc-decode-coding-system): New defcustom.
13975         (rcirc-encode-coding-system): New defcustom.
13976         (rcirc-coding-system-alist): New defcustom.
13977         (rcirc-multiline-major-mode): New defcustom.
13978         (rcirc-nick): New internal variable.
13979         (rcirc-process): Remove variable.
13980         (rcirc-server-buffer): New variable.
13981         (rcirc): Update to use rcirc-default-* variables above.
13982         (rcirc-connect): Do not add window-configuration-hook-here.
13983         (rcirc-server): New internal variable.
13984         (rcirc-connect): Do not send keepalive pings if
13985         rcirc-keepalive-seconds is nil.
13986         (with-rcirc-server-buffer): New macro.
13987         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13988         (rcirc-server-name): Rename from rcirc-server.
13989         (rcirc-buffer-process): New function.
13990         (rcirc-buffer-nick): New function.
13991         (rcirc-buffer-target): Remove function.
13992         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13993         New commands.
13994         (rcirc-mode-map): Change binding of C-c C-l to
13995         rcirc-toggle-low-priority.
13996         (rcirc-mode): Initialize coding system based on
13997         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13998         channel on a mode change.  Make kill-buffer-hook buffer-local.
13999         (rcirc-change-major-mode-hook): New function.
14000         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14001         (rcirc-last-post-time): New variable.
14002         (rcirc-process-message): Store the last time user posted a message
14003         to this target.
14004         (rcirc-multiline-minor-mode): New mode.
14005         (rcirc-multiline-minor-mode-map): New mode map.
14006         (rcirc-edit-multiline): Put multiline-edit buffer in
14007         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14008         (rcirc-print): Ignore any line starting with an ignored nick.
14009         (rcirc-print): Decode using rcirc-decode-coding-system.
14010         (rcirc-track-minor-mode): Update global-mode-string when disabling
14011         this mode.
14012         (minor-mode-alist): Add LowPri indicator.
14013         (rcirc-toggle-low-priority): New function.
14014         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14015         next lowpriority buffer with activity.
14016         (rcirc-record-activity): Sort buffers in rcirc-activity by the
14017         last time the user posted a message in to the target.
14018         (rcirc-update-activity-string): New formatting for low priority
14019         buffers.
14020         (rcirc-split-activity): New function.
14021         (rcirc-handler-PART, rcirc-handler-KICK)
14022         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14023         (rcirc-nick-away-alist): New variable.
14024         (rcirc-handler-301): New handler.  Away messages are printed once
14025         per change.
14027 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
14029         * info.el (Info-follow-nearest-node): Doc fix.
14031         * international/mule-cmds.el (set-locale-environment): Make sure
14032         the coding-system preferred by the locale's language has the same
14033         EOL conversion type as the original buffer-file-coding-system.
14034         (locale-language-names): Add a few MS Windows language codes.
14036 2006-04-07  Richard Stallman  <rms@gnu.org>
14038         * simple.el (eval-expression): Doc fix.
14040         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14041         (eval-defun): Doc fixes.
14043 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
14045         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14047 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
14049         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14050         GDB list command without argument for greater generality.
14052 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14054         * subr.el (string-or-null-p): New function.
14056         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14058         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14060         * files.el: Update comment about safe-local-variable declarations.
14062 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
14064         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14065         See idlwave.org.
14067         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14068         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
14070         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14071         See idlwave.org.
14073         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14074         version 6.0 (minimal changes).  See idlwave.org.
14076         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14077         6.0 (minimal changes).  See idlwave.org.
14079         * progmodes/idlw-rinfo.el: File obsoleted and removed.
14081 2006-04-06  Romain Francoise  <romain@orebokech.com>
14083         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14084         symmetric encryption features and a new asynchronous interface to
14085         GnuPG.  This new version is version 1.4, plus whitespace changes.
14087 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14089         * files.el: Move some `safe-local-variable' declarations to the
14090         respective files.
14092         * textmodes/ispell.el (ispell-check-comments)
14093         (ispell-local-dictionary): Mark as safe.
14095         * abbrev.el (abbrev-mode): Mark as safe.
14097         * add-log.el (change-log-default-name): Mark as safe.
14099         * textmodes/reftex-vars.el (reftex-vref-is-default)
14100         (reftex-fref-is-default, reftex-level-indent)
14101         (reftex-guess-label-type): Mark as safe.
14103         * textmodes/fill.el (colon-double-space): Mark as safe.
14105         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14106         (sentence-end-double-space, sentence-end-without-period)
14107         (sentence-end-without-space, sentence-end, sentence-end-base)
14108         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14110 2006-04-06  Kim F. Storm  <storm@cua.dk>
14112         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14113         the :set-after list.
14114         (ido-downcase-unc-hosts): New user option.  Default on.
14115         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14116         when it is set, as regexps are now applied on the fly.
14117         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14118         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14119         on the fly, but only when ido-process-ignore-lists is set.
14120         Do case insensitive filtering if ido-downcase-unc-hosts is set.
14121         Only downcase names if ido-downcase-unc-hosts is set.
14123 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
14125         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14127         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14129 2006-04-05  Kim F. Storm  <storm@cua.dk>
14131         * ido.el (ido-mode): Set after ido-unc-hosts and
14132         ido-ignore-unc-host-regexps.
14133         (ido-save-history): Save ido-unc-hosts-cache.
14134         (ido-load-history): Load ido-unc-hosts-cache.
14135         (ido-reread-directory): Refresh unc hosts cache in // dir.
14137         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14138         to nil while displaying slash screen.
14140 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14142         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14143         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14145 2006-04-05  Kenichi Handa  <handa@m17n.org>
14147         * international/characters.el: Setup cases of Latin, Greek, and
14148         Cyrillic characters in CJK charsets.
14150 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14152         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14153         default-enable-multibyte-characters.  This reverts the change from
14154         revision 6.17 which is no longer necessary because the passphrase
14155         is sent separately now.  GnuPG messages are unreadable under
14156         multibyte locales with default-enable-multibyte-characters set to nil.
14158 2006-04-04  Andreas Schwab  <schwab@suse.de>
14160         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14161         and `byte-compile-warnings' as `safe-local-variable'.
14163 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14165         * man.el (Man-mode-map): Restore the \r binding.
14166         (Man-abstract-xref-man-page): If Man-target-string is a function,
14167         call it.
14168         (Man-highlight-references): Use Man-default-man-entry to get the
14169         target.  Deal with xrefs too.
14170         (Man-highlight-references0): Don't call the target function.
14172         * woman.el (WoMan-xref-man-page): Strip the section number, woman
14173         cannot deal with it.
14175 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14177         * pgg-gpg.el: Clean up process buffers every time gpg processes
14178         complete.
14180 2006-04-04  Kenichi Handa  <handa@m17n.org>
14182         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14183         here.
14184         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14185         Temporarily bind inhibit-field-text-motion to t.
14187 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14189         * startup.el (normal-splash-screen): Only set mode-line-format in the
14190         splash buffer, so as not to interfere when debugging the code.
14191         Ignore errors when switching buffer.
14193 2006-04-03  Romain Francoise  <romain@orebokech.com>
14195         * dired.el (dired-dnd-protocol-alist): Fix typo.
14197 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14199         * savehist.el (savehist): Add :version.
14200         (savehist-ignored-variables): New variable.
14201         (savehist-minibuffer-hook): Don't save variables listed in
14202         `savehist-ignored-variables'.
14204         * dired.el (dired-dnd-protocol-alist): Mention that change does
14205         only apply to new buffers in doc string.
14207 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14209         * recentf.el (recentf-open-files-item): Include newline in button
14210         field, so opening a file will work, when the point is at the end
14211         of the file name.  Allow, for example, to [i]search a file by
14212         extension and just push RET to open it.
14214 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14216         * pgg-gpg.el (pgg-gpg-process-filter)
14217         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14219         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14220         lines, temporary fix.
14222 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14224         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14226 2006-04-02  Richard Stallman  <rms@gnu.org>
14228         * progmodes/compile.el (compilation-message-face): Make it defcustom.
14230 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14232         * ibuf-macs.el (define-ibuffer-column): Add a new key:
14233         header-mouse-map.
14235         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14236         (ibuffer-mode-header-map): New keymaps.
14237         (ibuffer-update-title-and-summary): Enable mouse face highlighting
14238         and keybindings for column headers.
14239         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14240         property.
14242 2006-04-02  Drew Adams  <drew.adams@oracle.com>
14244         * speedbar.el (speedbar-after-create-hook): Doc fix.
14246 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
14248         * shell.el (shell-directory-tracker)
14249         (shell-dynamic-complete-command): Doc fixes.
14251 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
14253         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14254         terminals.
14256 2006-04-01  Kim F. Storm  <storm@cua.dk>
14258         * ido.el (ido-unc-hosts-cache): New defvar.
14259         (ido-unc-hosts): If value of defcustom is a function, call it to
14260         get list of UNC hosts.  Add function-item choices to specify
14261         ido-unc-hosts-net-view or user function.
14262         (ido-ignore-unc-host-regexps): New defcustom.
14263         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14264         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14265         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14267 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14270         wwidth.
14272 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
14274         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14275         (ido-max-work-file-list, ido-switch-buffer)
14276         (ido-read-file-name-as-directory-commands):
14277         Fix typos in docstrings.
14279 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14281         * term/mac-win.el (mac-system-coding-system): Define and use after
14282         Mac-specific coding systems are ready.
14284 2006-03-27  Romain Francoise  <romain@orebokech.com>
14286         * net/rcirc.el (rcirc-connect): Add autoload cookie.
14288         * ldefs-boot.el: Update.
14290 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14292         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14293         passphrases when it is not needed.
14294         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14295         passphrase stuff from gpg, should only be necessary when you use
14296         gpg with a smartcard.
14298 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
14300         * comint.el (comint-dynamic-list-completions): Allow user to
14301         select *Completions* buffer.
14303 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
14305         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14307 2006-03-26  Andreas Schwab  <schwab@suse.de>
14309         * progmodes/gud.el (gdb): Only complain about multiple debugging
14310         when the gdb process is still running.
14312 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
14314         * mail/rmail.el (tool-bar-map): Defvar it.
14315         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14316         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14318 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14320         * help.el (print-help-return-message): Suggest to use
14321         display-buffer instead of switch-to-buffer-other-window to restore
14322         the previous window without selecting it.
14324 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14326         * frame.el (select-frame-by-name): Call x-focus-frame also when
14327         window-system is mac.
14329         * term/mac-win.el: Adjust Courier font specifications in
14330         x-fixed-font-alist.
14331         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14332         when directly encoding to UTF-16 in native byte order, no BOM.
14334 2006-03-25  Kim F. Storm  <storm@cua.dk>
14336         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14337         (cua--init-keymaps): Use it instead of fixed C-return.
14338         (cua-mode): Set after it.
14340         * emulation/cua-rect.el (cua--init-rectangles):
14341         Use cua-rectangle-mark-key instead of fixed C-return.
14343 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
14345         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14346         "run" in .gdbinit.
14347         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14349 2006-03-24  Romain Francoise  <romain@orebokech.com>
14351         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14352         `display-buffer-other-frame'.
14354 2006-03-24  Kim F. Storm  <storm@cua.dk>
14356         * apropos.el (apropos-synonyms): Add selection => region.
14358 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14360         * progmodes/gdb-ui.el (gdb-var-create-regexp)
14361         (gdb-var-list-children-regexp, gdb-var-update-regexp)
14362         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14363         (gdb-data-list-register-values-regexp)
14364         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14365         Future proof against new fields being added to MI output.
14366         (gdb-send): Don't treat backslashes for program input as
14367         continuations.
14368         (gdb-assembler-handler): Don't use window-start for this handler.
14369         (gdb-frame-handler): Don't change to hollow arrow if overlay
14370         arrow doesn't move to new frame.
14372 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14374         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14375         prevent compiler warnings.
14376         (gdb-stopped): Check for gud-last-last-frame (case: signal).
14377         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14378         (gdb-assembler-custom): Use hollow-right-triangle for assembler
14379         buffer too.
14381 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
14383         * pgg-gpg.el (pgg-gpg-update-agent): Check for
14384         make-network-process, so we can use the same code in Gnus v5-10
14385         too and have this file fully synchronized with that release.
14387 2006-03-23  Romain Francoise  <romain@orebokech.com>
14389         * ibuf-ext.el (ibuffer-read-filter-group-name):
14390         Use `ibuffer-generate-filter-groups' to make completion list match
14391         the filter groups that are really displayed in the Ibuffer buffer.
14392         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14394 2006-03-23  Kenichi Handa  <handa@m17n.org>
14396         * international/mule-cmds.el (sort-coding-systems): Describe that
14397         the argument is modified in docstring.
14399 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14401         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14402         (pgg-gpg-update-agent): New function.
14403         (pgg-gpg-use-agent-p): New function.
14404         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14405         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14406         (pgg-gpg-sign-region): Use it.
14408 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
14410         * cus-edit.el (custom-face-set): Call custom-push-theme before
14411         face-spec set so that `changed' theme is correctly saved.
14412         (custom-face-reset-standard): Reset to recalculated face rather
14413         than defface spec.
14415         * custom.el (custom-push-theme): Only save `changed' theme if the
14416         current face does not match the defface specs.
14418 2006-03-21  Simon Josefsson  <jas@extundo.com>
14420         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14421         <wilde@sha-bang.de>.
14422         (pgg-gpg-use-agent): New variable.
14423         (pgg-gpg-process-region): Use it.
14424         (pgg-gpg-encrypt-region): Likewise.
14425         (pgg-gpg-encrypt-symmetric-region): Likewise.
14426         (pgg-gpg-decrypt-region): Likewise.
14427         (pgg-gpg-sign-region): Likewise.
14428         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14430 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
14432         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14433         bracket links.
14435 2006-03-21  Kim F. Storm  <storm@cua.dk>
14437         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14438         fringe-indicator-alist instead of modifying global value.
14439         (gdb-frame-handler): Likewise.
14441 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
14443         * diff-mode.el (diff-function): Make it inherit from diff-header
14444         instead of diff-context.
14446         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14447         bitmap.
14448         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14449         change names in macro above for consistency.
14450         (gdb-frame-handler): Use hollow-right-triangle for all selected
14451         frames which except the innermost (where execution has stopped).
14452         (gdb-reset): Reset buffer-local values of overlay-arrow.
14454 2006-03-20  Richard Stallman  <rms@gnu.org>
14456         * simple.el (set-mark-command): Doc fix.
14458         * files.el (display-buffer-other-frame): New command.
14459         (ctl-x-4-map): Bind C-x 5 C-o to it.
14461 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14463         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14464         rather than just defer-time, in case defer-time has been changed but
14465         the timer isn't running yet.
14466         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14468 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
14470         * help-mode.el (help-follow-symbol): New function.
14471         Essentially identical to the old `help-follow', but do not let
14472         `push-button' do the work when on an xref.
14473         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14475 2006-03-19  Richard Stallman  <rms@gnu.org>
14477         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14478         preceded by the word `program'.
14479         (help-follow-mouse, help-follow): Throw error if not on xref.
14480         Delete no longer used args.
14482 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
14484         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14485         annotation ensure gud-overlay-arrow-position is redisplayed.
14487 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14489         * textmodes/bibtex.el (bibtex-include-OPTkey)
14490         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14491         (bibtex-autokey-name-case-convert)
14492         (bibtex-autokey-titleword-case-convert): Make these the aliases
14493         for the following two variables.
14494         (bibtex-autokey-name-case-convert-function)
14495         (bibtex-autokey-titleword-case-convert-function): Make these the
14496         real names.
14497         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14498         bibtex-font-lock-crossref sublists.
14499         (bibtex-mode): Revert 2005-12-30 change (which made
14500         completion-ignore-case buffer-local).
14501         (bibtex-url): Simplify.
14503 2006-03-19  Kim F. Storm  <storm@cua.dk>
14505         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14506         cursor property value to 2 (to align with C level change).
14508 2006-03-19  Bill Wohler  <wohler@newt.com>
14510         * image.el (image-load-path-for-library): Shorten first line in
14511         docstring.
14513 2006-03-18  Richard Stallman  <rms@gnu.org>
14515         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14517 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
14519         * isearch.el (isearch-other-meta-char): Handle user bindings for
14520         shifted control characters.
14522 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
14524         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14525         part that matches email addresses, file names, etc.
14527 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
14529         * term/w32-win.el (mouse-set-font):
14530         Mention w32-list-proportional-fonts in the doc string.
14532 2006-03-18  Kim F. Storm  <storm@cua.dk>
14534         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14535         (ido-unc-hosts): New user option to explicitly define list of know
14536         UNC-style hosts for completion.
14537         (ido-cache-unc-host-shares-time): New user option.
14538         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14539         New helper functions for UNC file-name support.
14540         (ido-may-cache-directory): Check for UNC host.  Simplify.
14541         (ido-wash-history): Clean out old UNC hosts.
14542         (ido-nonreadable-directory-p): UNC hosts are always readable.
14543         (ido-directory-too-big-p): UNC hosts are never too big.
14544         (ido-set-current-directory): Handle UNC root path.
14545         (ido-file-name-all-completions): Complete UNC host names from
14546         ido-unc-hosts list.  Cache UNC host shares.
14547         (ido-make-file-list-1): Don't filter UNC root.
14548         (ido-exhibit): Check for // in root directory, and switch to UNC
14549         mode by setting ido-current-directory to //.
14551 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
14553         * cus-edit.el (customize-changed-options): Mention explicit
14554         version number as default in prompt.
14556 2006-03-17  Bill Wohler  <wohler@newt.com>
14558         * image.el (image-load-path-for-library): Minor docstring fix.
14560 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
14562         * textmodes/org.el (org-read-date): Include subgroup 5 into
14563         replacement text.
14564         (org-popup-calendar-for-date-prompt): Fix customization type.
14566 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
14568         * progmodes/gdb-ui.el (gud-watch): Provide completion.
14569         (gdb-continuation): New variable.
14570         (gdb-send): Deal with continuation lines.
14572         * progmodes/gud.el (gud-gdb-complete-command)
14573         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14574         expressions.
14575         (gud-tooltip-mode): Use buffer-local value.
14577 2006-03-16  Kim F. Storm  <storm@cua.dk>
14579         * ido.el (ido-edit-input): Use selected match, if any.
14581 2006-03-16  Bill Wohler  <wohler@newt.com>
14583         * image.el (image-load-path-for-library): Prefer user's images in
14584         image-load-path.
14586 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
14588         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14589         when checking for attempt to drag leftmost or rightmost scrollbar.
14591 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
14593         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14594         (gdb-force-mode-line-update): New function.
14595         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14596         (gdb-exited): Use them.
14597         (gdb-signal): New function.
14598         (gdb-annotation-rules): Provide a rule for it.
14600 2006-03-16  Kenichi Handa  <handa@m17n.org>
14602         * international/mule.el (auto-coding-regexp-alist): Add entries
14603         for Unicode BOM.
14605         * sort.el (sort-build-lists): Temporarily bind
14606         inhibit-field-text-motion to t.
14608 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14610         * locate.el (locate-command, locate-make-command-line)
14611         (locate-fcodes-file, locate-update-command)
14612         (locate-prompt-for-command, locate, locate-with-filter)
14613         (locate-get-file-positions): Doc fixes.
14614         (locate-buffer-name, locate-header-face): Remove leading `*' in
14615         defcustom.
14616         (locate-filter-output): Use `keep-lines' instead of its alias
14617         `delete-non-matching-lines'.
14618         (locate-get-filename, locate-get-dirname): Add introductory comment.
14619         (locate-find-directory-other-window): Give appropriate error
14620         message if used outside main listing.
14622 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14624         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14625         the new extend-region feature.
14626         (font-lock-after-change-function): Update correspondingly.
14627         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14628         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14630 2006-03-15  Bill Wohler  <wohler@newt.com>
14632         * image.el (image-load-path-for-library): Fix example by not
14633         recommending that one binds image-load-path.  Just defvar it to
14634         placate compiler and only use it if previously defined.
14636 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14638         * textmodes/org.el (org-insert-centered): Use `string-width' to
14639         make underlining work for wide characters.
14640         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14641         TAB to `org-cycle', to make sure that no binding in
14642         `outline-mode-map' can supercede it.
14644 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14646         * allout.el: Increment version to 2.2.1 in file commentary.
14648         (allout-version): Increment to 2.2.1.
14650         (allout-default-layout): New customization variable, used when the
14651         file lacks a specific allout-layout.  Uses allout-layout-type for
14652         recursively nested definition.
14654         (allout-layout-type): Widget defining allout layouts, necessary for
14655         self-recursive definition.
14657         (allout-mode): Incorporate allout-default-layout as fallback for
14658         allout-layout.
14660         (allout-layout): Mark as 'safe-local-variable', and refer mention
14661         fallback to `allout-default-layout' in absence of a specified value.
14662         (allout-passphrase-verifier-string)
14663         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14665         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14667         (allout-get-encryption-passphrase-verifier): Use correct name of
14668         passphrase verifier in docstring.
14670 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14672         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14673         elements.
14674         (gdb-find-watch-expression): Make it work for arrays too.
14675         Follow change to gdb-var-list.
14676         (gud-watch): Allow the user to enter variable name with a prexix
14677         arg.  Create keybindings.
14678         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14679         (gdb-var-list-children-handler, gdb-var-update-handler)
14680         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14681         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14682         Follow change to gdb-var-list.
14683         (gdb-starting): Don't show the overlay arrows when program is running.
14685         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14686         gdb-var-list.
14688 2006-03-14  Bill Wohler  <wohler@newt.com>
14690         * image.el (image-load-path-for-library): Pass value of path
14691         rather than symbol.  Always return list of directories.
14692         Guarantee that image directory comes first.
14694 2006-03-14  Alan Mackenzie  <acm@muc.de>
14696         * font-core.el (font-lock-extend-region\(-function\)?.):
14697         New function/variable.
14699         * font-lock.el (font-lock-after-change-function):
14700         Call font-lock-extend-region.  Obey font-lock-lines-before.
14701         (font-lock-default-fontify-region): Remove reference to
14702         font-lock-lines-before.
14704         * jit-lock.el (jit-lock-after-change):
14705         Call font-lock-extend-region.  Obey font-lock-lines-before.
14707 2006-03-14  David Ponce  <david@dponce.com>
14709         * tree-widget.el (tree-widget-themes-load-path)
14710         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14712 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14714         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14715         (rcirc-print): Mark the start of text at the end of the prompt.
14716         (rcirc-track-minor-mode): Add autoload cookie.
14717         (rcirc-update-activity-string): Add space to front of mode-line
14718         indicator.
14720 2006-03-13  Miles Bader  <miles@gnu.org>
14722         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14723         (rcirc-abbrev-nick): Remove function.
14724         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14726 2006-03-13  David Ponce  <david@dponce.com>
14728         * tree-widget.el: Handle themes across all occurrences of the main
14729         themes sub-directory found in tree-widget-themes-load-path.
14730         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14731         (tree-widget--locate-sub-directory): Return all occurrences.
14732         (tree-widget-themes-path): New function.
14733         Replace tree-widget-themes-directory, and return a list of directories.
14734         (tree-widget-set-parent-theme)
14735         (tree-widget-lookup-image): Use it.
14737 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14739         * textmodes/org.el (org-link-search): Avoid self-matching of
14740         links, allow target text to be distributed over several lines.
14741         (org-search-not-link): New function.
14742         (org-set-regexps-and-options, org-get-current-options):
14743         New startup options.
14744         (org-export-as-html): Take odd-level setting from local variable.
14745         (org-fontify-emphasized-text): New option.
14746         (org-set-font-lock-defaults): Include emphasized text.
14747         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14748         (org-font-lock): Customize group renamed from `org-faces'.
14750 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14752         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14753         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14755 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14757         * cus-start.el (all): Delete :version keyword for members of the
14758         fringe group, since the entire group is new in 22.1.
14760 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14762         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14763         map if value is hexadecimal (an address).
14764         (gud-watch): Only search roots for existing watch expressions.
14765         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14766         prevent caching problems with speedbar-update-directory-contents.
14768 2006-03-12  Juri Linkov  <juri@jurta.org>
14770         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14771         before comparing with `low' and `warn'.
14773         * info.el (Info-dir-remove-duplicates): Move point to the
14774         beginning of the current line after deleting the entries from
14775         redundant heading.  Use marker for `limit' and compare it with
14776         point before calling `re-search-forward'.
14778 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14780         * simple.el (yank): Fix typo in docstring.
14782 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14784         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14785         messages, where "D" is the 6th character.
14787 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14789         * simple.el (yank): Fix last change.
14791 2006-03-11  David Ponce  <david@dponce.com>
14793         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14794         before merging elements from the standard ispell-dictionary-alist.
14795         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14796         alist, and return the new alist.
14798 2006-03-11  Richard Stallman  <rms@gnu.org>
14800         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14802         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14803         the way it is implemented is too unclean.
14805         * simple.el (kill-region, yank): Doc fix.
14807         * battery.el (battery-echo-area-format): Doc fix.
14808         (battery-mode-line-format): Likewise.
14809         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14810         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14812 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14814         * progmodes/octave-mod.el (octave-indent-for-comment):
14815         Behave according to do string.
14817 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14819         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14820         Be visible only if major mode is Mail Mode.
14822         * textmodes/flyspell.el (flyspell-external-point-words)
14823         (flyspell-process-localwords): Fix last changes.
14825 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14827         * calendar/holidays.el (list-holidays): Doc fix.
14829         * international/mule.el (auto-coding-alist): Add .odt
14830         (OpenOffice's open document) files.
14832         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14833         document) files.  Mention in the doc string the need to sync with
14834         auto-coding-alist.
14836 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14838         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14839         enable-local-variables is set to always query, or there is no
14840         savable variable.
14842 2006-03-10  Bill Wohler  <wohler@newt.com>
14844         * image.el (image-load-path-for-library): Merge at least three
14845         functions from Gnus and MH-E into this one function that can now
14846         be shared.
14848 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14850         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14851         gdb-remove-mouse-face and remove help-echo too.
14852         (gdb-enqueue-input): Correct conditional clause.
14854 2006-03-10  Glenn Morris  <rgm@gnu.org>
14856         * calendar/calendar.el (calendar-holidays): Doc fix.
14857         * calendar/holidays.el (list-holidays): Doc fix.
14859 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14861         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14862         it gets called in gdb-prompt anyway.
14863         (gdb-use-separate-io-buffer): Only restore window arrangement for
14864         gdb-many-windows.
14865         (gdb-enqueue-input): Make it harder to send GDB input when program
14866         is running.
14867         (gdb-buffer-list): New variable.
14868         (gdb-remove-mouse-face): New function.
14869         (gdb-starting): Use it when GDB input won't get sent.
14871 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14873         * help.el (view-lossage): Remove trailing whitespace before
14874         inserting "\n".
14876 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14878         * files.el (hack-local-variables-confirm):
14879         Set coding-system-for-read to nil before writing to .emacs.
14881         * arc-mode.el (archive-extract): Check if an existing buffer name
14882         comes from a different archive.
14884         * help.el (describe-key-briefly): If KEY is a down event, read and
14885         discard the up event.
14887 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14889         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14890         be edited and use font-lock-warning-face for any changes.
14892         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14893         (gdb-edit-value): Use it to report any errors.
14895 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14897         * help.el (describe-key): Remove leftover test code.
14899 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14901         * textmodes/org.el: Move defvars out of eval-when-compile.
14902         Use buffer-file-name variable.
14903         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14904         arg `file'.
14905         (org-level-faces): Remove startup dependency.
14906         (org-cycle, org-map-tree, org-scan-tags)
14907         (org-remember-handler): Don't call `outline-level' directly.
14908         (org-mhe-search-all-folders): New option.
14909         (org-mhe-get-message-folder-from-index)
14910         (org-mhe-get-message-folder): Fix indexing search.
14911         (org-format-agenda-item): Handle nil TAGS argument.
14912         (org-cleaned-string-for-export, org-activate-target-links)
14913         (org-make-target-link-regexp): Deal with empty radio target list.
14914         (org-tag): New face.
14915         (org-get-level-face): New function.
14916         (org-set-font-lock-defaults): Simplify setup for headlines.
14917         (org-complete): Pass common substring to `display-completion-list'.
14919 2006-03-06  David Ponce  <david@dponce.com>
14921         * tree-widget.el: Update Commentary header.
14922         (tree-widget-theme-name): Ignore parent themes.
14923         (tree-widget-set-parent-theme): New function.
14924         (tree-widget-set-theme): Use it.
14925         (tree-widget-set-image-properties): Move definition.  Does nothing
14926         if image properties have already been set.
14927         (tree-widget-image-properties): Move definition.  Receive an image
14928         name.  Set the :pointer property.
14929         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14930         Don't set the :pointer image property.
14931         (tree-widget-convert-widget): New function.  Handle :dynargs
14932         compatibility here.
14933         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14934         predicate to control when the :expander function is entered.
14935         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14936         (tree-widget-value-create): Handle :expander-p.  widget-apply
14937         :expander.
14938         (tree-widget-expander-p): New function.  Default value of the
14939         :expander-p property.
14941 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14943         * help.el (describe-key): Properly handle the return value of
14944         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14945         remaps.  Handle string and vector `follow-link' values.
14947 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * complete.el (PC-expand-many-files): Try be more careful when parsing
14950         the shell's output.
14952 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14954         * outline.el (hide-sublevels): Provide better interactive default.
14956 2006-03-06  Kenichi Handa  <handa@m17n.org>
14958         * international/fontset.el (create-fontset-from-fontset-spec):
14959         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14961 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14963         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14964         backslashes instead of one in regexp.
14965         (gud-tooltip-dereference): Add missing optional argument.
14967 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14969         * wdired.el (toplevel): Require `cl' at compile-time.
14971 2006-03-04  Andreas Schwab  <schwab@suse.de>
14973         * server.el (server-process-filter): Handle errors during
14974         evaluation of the argument.
14976 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14978         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14979         escape parentheses at beginning of line.
14980         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14981         (t-mouse-mode): Remove period from end of error message.
14983 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14985         * textmodes/flyspell.el (flyspell-process-localwords):
14986         Be case-sensitive.
14988 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14990         * cus-edit.el (custom-quote): Remove function, since it has been
14991         moved to custom.el.
14993         * font-lock.el (lisp-font-lock-keywords-2)
14994         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14995         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14996         they have no special meaning.
14998         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14999         indirect buffer gets killed before indirect buffer.  Use dolist.
15001 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
15003         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15004         value instead of a literal constant (1) on more pauses.
15006 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
15008         * textmodes/flyspell.el (flyspell-external-point-words):
15009         Be case-sensitive.
15011 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
15013         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15014         with "www".
15016 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
15018         * allout.el: Restablish intermediate missing comment header to
15019         preserve outline structure.
15020         (allout-beginning-of-current-entry): Skip invisible text.
15021         (allout-open-topic): Fix opening a topic at end-of-buffer.
15022         (allout-minor-mode): Move nearer to allout-mode function.
15024 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
15026         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15028 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
15030         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15031         is nil.
15033         * progmodes/gud.el (gud-speedbar-menu-items):
15034         Use buffer-local-value and add missing :visible keyword.
15036         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15038 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
15040         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15041         must be `follow-link'.
15043         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15045         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15046         formatting: No nested anchors.
15047         (org-all-targets): Fix bug with XEmacs compatibility.
15048         (org-read-date): Add (require 'parse-time).
15049         (org-set-tags): Fix bug with extra inserted space.
15050         (org-export-html-style): Define a style class for targets.
15051         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15052         (org-hide-leading-stars): New option.
15053         (org-hide): New face.
15054         (org-set-font-lock-defaults): Allow to hide leading stars.
15055         (org-get-legal-level, org-tr-level): New functions.
15056         (org-odd-levels-only): New option.
15057         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15058         (org-demote, org-promote): Deal with double-star levels.
15059         (org-convert-to-odd-levels): New command.
15061 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
15063         * speedbar.el (speedbar-update-localized-contents): Try to
15064         preserve window-start.
15065         (speedbar-update-directory-contents): Try to preserve window-start
15066         and window-point.
15067         (speedbar-update-special-contents): Don't move back to start of window.
15069         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15070         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
15071         speedbar-timer-fn.
15072         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15073         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15074         instead of gdb-speedbar-timer-fn.
15076 2006-02-28  Jay Belanger  <belanger@truman.edu>
15078         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15079         (math-compose-expr): Use latex option when calling
15080         `math-compose-tex-matrix' for latex mode.
15082 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
15084         * speedbar.el: Re-instate comments about developing for speedbar
15085         [this is what info and gdb-ui use even if better methods exist now].
15087         * t-mouse.el: New file.
15088         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
15089         (t-mouse-lispy-buffer-posn-from-coords): Remove.
15090         (t-mouse-make-event-element): Use posn-at-x-y instead.
15091         (t-mouse-make-event): Deal with Fedora Core 3.
15092         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15093         (t-mouse-mouse-position-function): New function.  Use it instead
15094         of advising mouse-position.
15095         (t-mouse-mode): New minor mode.
15096         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
15098 2006-02-27  Glenn Morris  <rgm@gnu.org>
15100         * calendar/calendar.el (calendar-holidays): Doc fix.
15102 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
15104         * progmodes/gdb-ui.el (gdb-source-window): New variable.
15105         Re-introduce the concept of a source window.
15106         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15107         consistency with get-buffer-create.
15108         (def-gdb-auto-update-handler, gdb-info-locals-handler)
15109         (gdb-data-list-register-values-handler)
15110         (gdb-stack-list-locals-handler): Try to preserve window-start as
15111         well as window-point.
15112         (gdb-display-source-buffer): New function (old concept).
15113         (gdb-goto-breakpoint): Use it.
15115         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15116         for gdb-ui/gdb-mi (old concept).
15118 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
15120         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15121         binding.
15123         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15125         * textmodes/reftex-sel.el (reftex-select-label-map)
15126         (reftex-select-bib-map): Add `follow-mouse' binding.
15128 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
15130         * jka-cmpr-hook.el (jka-compr-compression-info-list)
15131         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15132         Give :set functions to provide automatic updating.
15133         Update docstring.  Give compiler defvars early in the file
15134         and move the defcustoms to a later spot where all called functions
15135         are defined.
15136         (jka-compr-file-name-handler-entry): Doc fix.
15137         (jka-compr-compression-info-list--internal)
15138         (jka-compr-mode-alist-additions--internal)
15139         (jka-compr-load-suffixes--internal): New variables.
15140         (jka-compr-install): Set the three above variables.
15141         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15142         (jka-compr-update, jka-compr-set): New functions.
15143         (auto-compression-mode): Doc fix.
15145         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15146         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15147         Use jka-compr-compression-info-list--internal,
15148         jka-compr-mode-alist-additions--internal and
15149         jka-compr-load-suffixes--internal.
15151         * files.el (load-library):
15152         * loadhist.el (file-loadhist-lookup):
15153         * startup.el (command-line):
15154         * subr.el (locate-library):
15155         * emacs-lisp/autoload.el (update-directory-autoloads):
15156         * emacs-lisp/find-func.el (find-library-suffixes):
15157         Use `get-load-suffixes' instead of `load-suffixes'.
15159         * subr.el (locate-library):
15160         * emacs-lisp/find-func.el (find-library-name):
15161         Use `load-file-rep-suffixes' instead of '("").
15163 2006-02-26  Kim F. Storm  <storm@cua.dk>
15165         * ido.el (ido-save-history, ido-load-history): Simplify.
15166         Don't use find-file-noselect to avoid interference from other modes.
15168 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
15170         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15171         to use the default shell if filename is not available.
15172         Reported by Giorgos Keramidas.
15174 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
15176         * progmodes/etags.el (tags-completion-table): Do completion from
15177         all the tables in the current list, as documented in the manual.
15179 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15181         * CC Mode Update to 5.31.3.
15183 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15185         * progmodes/cc-mode.el (c-postprocess-file-styles):
15186         Bind inhibit-read-only to t, around the call to
15187         c-remove-any-local-eval-or-mode-variables, so that it works on a
15188         RO file.
15190 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15192         * progmodes/cc-awk.el: Correct a typo.
15194 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15196         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15197         c-hungry-delete-backwards, at the request of RMS.  Leave the old
15198         name as an alias.
15200 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15202         * progmodes/cc-mode.el: Correct a typo.
15204 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15206         * progmodes/cc-defs.el: Update the version number to 5.31.3.
15208 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15210         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15211         brace-else-brace (error due to mbeg, mend being undefined).
15213 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15215         * progmodes/cc-mode.el: File Local variables: Solve the problem
15216         where both `mode' and c-file-offsets are specified: `mode' will
15217         overwrite c-f-o's settings:
15218         (c-remove-any-local-eval-or-mode-variables): New function.
15219         (c-postprocess-file-styles): Call the above new function, within
15220         c-tentative-buffer-change, to splat `mode' and `eval' before the
15221         second hack-local-variables.
15223 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15225         * progmodes/cc-mode.el:
15226         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15227         (c-after-change): Protect the match data with save-match-data.
15228         It was getting corrupted by c-after-change-check-<>-operators.
15230         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15231         (top level): Check for a buggy font-lock-compile-keywords ONLY in
15232         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
15234         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15235         with save-match-data.  It was being corrupted when Font Lock was
15236         not enabled.
15238 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15240         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15241         Mode and Subword Mode.
15243         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15244         real labels ("case 1:" or "foo:") from non-labels ("public:").
15245         (c-forward-objc-directive): Replace c-forward-token-2 with crude
15246         coding; c-f-t-2 doesn't move over a token at EOB.
15248         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15250         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15251         (c-update-modeline): Concatenate the minor mode indicators
15252         directly onto mode-name, removing c-submode-indicators.
15253         Sometimes, c-s-i got separated from the mode name on the mode line.
15255         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15256         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15258 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15260         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15261         error message when there's an evaluation error to show whether
15262         it's loaded from source or not.
15263         (c-filter-ops): Make it available at runtime too to work when
15264         `c-make-init-lang-vars-fun' needs to evaluate from source.
15266 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
15268         * help.el (help): Revert last part of 2006-02-23 change (deletion
15269         of the `provide' call).
15271 2006-02-23  Juri Linkov  <juri@jurta.org>
15273         * compare-w.el (compare-windows-highlight): Add new value
15274         `persistent' and change :type from `boolean' to `choice'.
15275         (compare-windows-overlays1, compare-windows-overlays2):
15276         New internal variables.
15277         (compare-windows-highlight): If compare-windows-highlight is
15278         `persistent', add current overlays to compare-windows-overlays[12]
15279         instead of adding compare-windows-dehighlight to pre-command-hook.
15280         (compare-windows-dehighlight): Delete all overlays from
15281         compare-windows-overlays[12].
15283         * info.el (Info-search): Don't bind search-spaces-regexp to
15284         Info-search-whitespace-regexp in non-regexp isearch mode.
15286 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15288         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15290 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
15292         * textmodes/org.el (org-xemacs-p)
15293         (org-export-html-show-new-buffer, org-table-may-need-update)
15294         (org-insert-item, org-mhe-get-message-real-folder)
15295         (org-mhe-get-message-folder-from-index)
15296         (org-mhe-get-message-folder, org-mhe-get-message-num)
15297         (org-mhe-get-header, org-make-org-heading-search-string)
15298         (org-make-org-heading-camel, org-table-sort-lines)
15299         (org-format-org-table-html, org-format-table-table-html):
15300         Fix typos in docstrings.
15302 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
15304         * textmodes/org.el (org-cleaned-string-for-export)
15305         (org-solidify-link-text): New function.
15306         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15307         XEmacs, just to silence the compiler.
15308         (org-export-as-ascii, org-export-as-html-and-open):
15309         Use `org-cleaned-string-for-export' and create internal links.
15310         (org-follow-mhe-link): Require mh-e, use folder.
15312 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15314         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15316         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15317         gdb-debug-log-length.
15318         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
15319         it a real ring but...
15320         (gud-gdba-marker-filter): ...make it work like mark-ring.
15321         (gdb-enable-debug): Rename from gdb-enable-debug-log.
15322         (gdb-mouse-jump): New function.  Add bindings.
15324 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15326         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15327         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15328         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15329         (gdb-debug-log-length): Customize it's length.
15330         (gud-watch, gdb-var-create-handler): Display function::var format
15331         but don't use to create variable object.
15332         (gdb-var-create-handler): Use message-box in place of message.
15333         (gdb-stopped): Call gdb-exited if signalled.
15335 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
15337         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15339         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15341         * textmodes/reftex.el (reftex-locate-file): Search all extensions
15342         if `reftex-try-all-extensions' is set.
15344         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15345         fail silently when there is no valid argument at point.
15346         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15347         `fail-silently' argument.  From a patch by David Reiter.
15349         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15350         New commands.
15351         (org-mark-ring): New variable.
15352         (org-mark-ring-length): New option.
15353         (org-open-at-point, org-goto, org-open-file): Push old position
15354         onto the mark ring.
15355         (org-add-hook): New function.
15356         (org-export-table-remove-special-lines): New option.
15357         (org-skip-comments, org-format-org-table-html): Respect new
15358         option `org-export-table-remove-special-lines'.
15359         (org-open-file): Allow special command configuration for
15360         directory link.
15361         (org-file-apps): Fix bugs in customize type, added setting
15362         for directories.
15363         (org-activate-tags, org-format-agenda-item, org-complete)
15364         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15365         (org-get-tags, org-get-buffer-tags, org-open-at-point)
15366         (org-link-search, org-make-org-heading-search-string)
15367         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15368         (org-radio-targets, org-file-link-context-use-camel-case)
15369         (org-activate-camels): New options.
15370         (org-update-radio-target-regexp, org-all-targets)
15371         (org-make-target-link-regexp, org-activate-target-links):
15372         New functions.
15373         (org-make-org-heading-search-string): New function.
15374         (org-store-link, org-insert-link): Use new option
15375         `org-file-link-context-use-camel-case'.
15376         (org-activate-camels): Use new option `org-activate-camels'.
15377         (org-link-regexp): Add mhe prefix.
15378         (org-open-at-point, org-store-link): Support for mhe links.
15379         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15380         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15381         (org-mhe-get-header, org-follow-mhe-link): New functions.
15382         (org-remove-angle-brackets, org-add-angle-brackets):
15383         New functions.
15384         (org-bracket-link-regexp): New constant.
15385         (org-read-date): Fix bug that was rejecting all typed dates.
15386         (org-link-search): Make hierarchy above visible after a match.
15387         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15388         (org-store-link): Fix bug with link creation when cursor is in
15389         an empty line.
15390         (org-open-at-point): Fix bug with matching a link.
15391         Fixed buggy argument sequence in call to `org-view-tags'.
15392         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15393         (org-prefix-has-tag): New variable.
15394         (org-format-agenda-item): Remove tags from headline
15395         if appropriate.
15396         (org-agenda-remove-tags-when-in-prefix): New option.
15398 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
15400         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15401         Fix the regular expressions.
15403 2006-02-21  Richard M. Stallman  <rms@gnu.org>
15405         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15406         if there's no other specific basis.
15408         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15409         as variables at all.
15410         (unsafep-variable): Rename arg; doc fix.
15412         * abbrevlist.el (list-one-abbrev-table): Add autoload.
15414         * calendar/appt.el (diary-selective-display): Add defvar.
15416         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15418         * isearch.el (search-whitespace-regexp): Fix custom type.
15420         * help.el (describe-key-briefly): Compute interactive args
15421         in same was as before previous change.
15423         * files.el (enable-local-variables): Doc fix.
15425 2006-02-21  Kim F. Storm  <storm@cua.dk>
15427         * fringe.el: Cleanup as file is now pre-loaded.
15428         (fringe-bitmaps): Initialize unconditionally.
15429         (fringe-mode, set-fringe-style): Remove autoload cookies.
15431 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
15433         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15434         `horizontal-bar'.
15435         (fringe-cursor-alist): Use `horizontal-bar'.
15437 2006-02-20  Kim F. Storm  <storm@cua.dk>
15439         * fringe.el (fringe-bitmaps): Update to new bitmap names.
15440         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15442         * loadup.el: Load "fringe" on window systems.
15444 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15446         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15447         out of scope components.
15449         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15450         default.
15452 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
15454         * custom.el (customize-mark-to-save, customize-mark-as-set):
15455         Load the symbol first.
15457 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
15459         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15460         strech spec so it doesn't display as "^J" on the header line
15461         when `Buffer-menu-use-header-line' is t.
15463 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15465         * speedbar.el (speedbar-make-button): Keep text properties
15466         of string arguments if desired.
15468         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15469         expessions.
15471         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15472         of speedbar.
15474 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
15476         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15477         to value of `read-file-name-completion-ignore-case'.
15479 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
15481         * custom.el (customize-mark-as-set): Push to `user' theme.
15483         * cus-edit.el (custom-save-variables): Allow unthemed values.
15484         (customize-set-variable): Push setting to `user' theme.
15486 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15488         * progmodes/gud.el: Don't require font-lock as it's now
15489         automatically loaded.
15490         (gud-speedbar-buttons): Replace gdb-var-changed with
15491         gdb-force-update.
15493         * progmodes/gdb-ui.el (gdb-force-update): Rename from
15494         gdb-var-changed.
15495         (gdb-post-prompt): Use it.
15496         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15497         (gdb-var-update-handler, gdb-var-delete)
15498         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15499         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15500         gdb-force-update in gdb-post-prompt.
15501         (gdb-reset): Clear watch expressions from speedbar when quitting.
15503 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15505         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15506         (viper-change-state-to-vi, viper-change-state-to-emacs):
15507         Make aware of cursor coloring in the Emacs state.
15508         (viper-special-read-and-insert-char): Use read-char-exclusive.
15509         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15511         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15512         New variable.
15514         * emulation/viper-util.el (viper-save-cursor-color)
15515         (viper-get-saved-cursor-color-in-replace-mode)
15516         (viper-get-saved-cursor-color-in-insert-mode)
15517         (viper-restore-cursor-color): Make aware of the cursor color
15518         in Emacs state.
15519         (viper-get-saved-cursor-color-in-emacs-mode): New function.
15521         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15522         (ediff-ignore-case-option3, ediff-actual-diff-options)
15523         (ediff-actual-diff3-options): New variables to control case sensitivity.
15524         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15525         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15526         (ediff-toggle-ignore-case): New function.
15527         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15529         * ediff-help.el (ediff-long-help-message-narrow2)
15530         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15531         (ediff-long-help-message-word-mode): Add ignore-case command.
15532         (ediff-help-for-quick-help): Add ignore-case command.
15534         * ediff-merg.el: Move provide to the end.
15536         * ediff-ptch.el: Move provide to the end.
15538         * ediff-wind.el: Move provide to the end.
15540         * ediff-mult.el: Move provide to the end.
15541         (ediff-set-meta-overlay): Enable follow-link.
15543         * ediff.el: Move provide to the end.
15544         Break recursive load cycle in eval-when-compile.
15545         (ediff-patch-buffer): Better heuristics.
15547         * ediff-util.el: Move provide to the end.
15548         Break recursive load cycle in eval-when-compile.
15549         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
15550         defuns.
15551         (ediff-submit-report): Pass the values of ediff-diff3-program,
15552         ediff-diff3-options.
15554 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
15556         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15557         the opening bracket of the following bracketing pairs: {}, [], (), <>,
15558         `' (for example, in the docstring of `windmove-default-keybindings').
15560 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15562         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15563         shadow face.  Don't provide binding to edit variable when it is
15564         out of scope.
15566         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15567         (gdb-var-update-handler): Detect out of scope variables with pre
15568         GDB 6.4 too.
15569         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15570         Reset status of variable objects to nil in update handlers.
15571         (gdb-var-update-handler-1): Detect when a variable object comes
15572         in scope.  setcar on var changes gdb-var-list directly.
15574 2006-02-17  Juri Linkov  <juri@jurta.org>
15576         * ffap.el (ffap) <defface>: Add explicit face declaration.
15577         (ffap-highlight): Use face `ffap' directly instead of checking
15578         for its existence.
15580         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15581         `visible-ok' of `other-buffer' to find the right original buffer.
15583         * info.el (Info-search): Skip `Local Variables' node.
15585 2006-02-17  Juri Linkov  <juri@jurta.org>
15587         * info.el (Info-find-file): Check for symbols `apropos', `history',
15588         `toc' in the input filename, and return these symbols as is.
15589         (Info-find-node-2): Set Info-current-file to symbols `apropos',
15590         `history', `toc' instead of strings.
15591         (Info-set-mode-line): For non-string Info-current-file use the
15592         symbol's name inside **.
15593         (Info-isearch-push-state): Add quote before Info-current-file and
15594         Info-current-node.
15595         (Info-isearch-pop-state): Use `equal' instead of `string='.
15596         (Info-extract-pointer, Info-following-node-name): Use
15597         `match-string-no-properties' instead of `match-string'.
15598         (Info-up): Check `old-file' for `stringp'.
15599         (Info-history): Use `equal' instead of `string-equal'.
15600         Check `file' for `stringp'.
15601         (Info-history): Use symbol `history' instead of string as first arg
15602         of `Info-find-node'.
15603         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15604         `toc' instead of string.
15605         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15606         instead of `buffer-substring', and `match-string-no-properties'
15607         instead of `match-string'.
15608         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15609         instead of strings.
15610         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15611         Use symbol `apropos' instead of string.
15612         (Info-copy-current-node-name): Check `Info-current-file' for
15613         `stringp' and construct a command with `Info-find-node' from it.
15614         (Info-fontify-node): Use `match-string-no-properties' instead of
15615         `match-string' and check file names for `stringp'.
15616         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15617         `history', `toc' instead of strings.
15619 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15621         * files.el: Rearrange functions and variables in the file local
15622         variables section.
15624 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15626         * files.el: Add truncate-lines, ispell-check-comments and
15627         ispell-local-dictionary as safe local variables.
15629 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15631         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15632         out of scope variables.
15633         (gud-speedbar-buttons): Use unless.
15635         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15636         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15637         (gdb-show-changed-values): Also use for out of scope variables.
15638         (gdb-var-update-handler-1): Note if variable goes out of scope.
15640 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15642         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15643         default to global variable values for unsupplied args.
15644         (rcirc-get-buffer-create): Fix bug with setting the target.
15645         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15646         test for rcirc-always-use-server-buffer-flag here.
15647         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15648         uses the default face.  Change the ACTION format string.  If the
15649         "nick" is the server, don't print anything for that field.
15650         Comment fixes.
15651         (rcirc-target-buffer): Don't test
15652         rcirc-always-use-server-buffer-flag here.
15653         (rcirc-print): Squeeze extra spaces out of the text before message.
15654         (rcirc-put-nick-channel): Strip potential "@" char from nick
15655         before adding them to nick table.
15656         (rcirc-url-regexp): Improve to match address like "foo.com".
15658 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15660         * allout.el (allout-hidden-p): Move this defsubst before
15661         allout-overlay-interior-modification-handler, where it is first
15662         used.
15664 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15666         * allout.el: Use allout invisible-text overlays instead of
15667         selective display for concealed text.  Also, lots of general
15668         cleanup, and improved compatibility code.
15670         (allout-version): Incremented, corrected, revised, and refined
15671         module commentary.
15673         (provide 'allout): Moved to the bottom, added a require of overlay.
15675         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15676         `except-current'.
15677         (allout-write-file-hook-handler): Minimize delay.
15678         (count-trailing-whitespace-region): New function so
15679         auto-encryption of current topic can resituate cursor exactly.
15680         PGP/GPG encryption trims trailing whitespace from lines, which
15681         must be accounted for across encryption then decryption.
15683         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15684         just plain "\C-c", to avoid intruding on user's keybinding space.
15686         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15687         parameter, so user request to provide a new password is done.
15689         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15690         Refined mechanism for auto-filling behavior while in allout mode.
15692         (allout-mode): Explicitly specify the mode map in the docstring.
15693         Clarify provision for various write-file hook var names.
15694         Adjusted for invisible-text overlays instead of selective-display.
15696         (allout-depth): Really return 0 if not within any topic.  This
15697         rectifies `allout-beginning-of-level' and sequence numbering
15698         errors that occur when cutting and pasting numbered topics.
15699         Changed from a in-line subst to a regular function, as well.
15701         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15703         (allout-end-of-subtree, allout-end-of-subtree)
15704         (allout-end-of-entry, allout-end-of-current-heading)
15705         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15706         (allout-show-children, allout-show-to-offshoot)
15707         (allout-hide-current-entry, allout-show-current-entry): Rectified
15708         handling of trailing blank lines between items.
15710         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15711         (allout-current-depth, allout-unprotected, allout-hidden-p)
15712         (allout-on-current-heading-p, allout-listify-exposed)
15713         (allout-chart-subtree, allout-goto-prefix)
15714         (allout-back-to-current-heading, allout-get-body-text)
15715         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15716         (allout-hide-region-body, allout-toggle-subtree-encryption)
15717         (allout-encrypt-string, allout-encrypted-key-info)
15718         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15719         (allout-file-vars-section-data): Adjusted for use with
15720         invisible-text overlays instead of selective-display.
15722         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15723         Reworked for use with invisible text overlays.
15725         (allout-current-topic-collapsed-p): New function.
15727         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15728         to know when to close the containing topic.
15730         (allout-pre-command-business, allout-post-command-business):
15731         Simplify undo-batching and dynamic isearch exposure.
15733         (allout-set-overlay-category): New for invisible-text overlays.
15734         Sets properties of allout-overlay-category, used by
15735         allout-flag-region to set invisible-text overlay properties.
15736         (allout-get-invisibility-overlay): Get the first qualifying
15737         invisibility overlay, so we can find the extent of it.
15738         (allout-back-to-visible-text): Get to just before the beginnining
15739         of the current invisibility overlay, if any.
15741         (allout-overlay-insert-in-front-handler)
15742         (allout-overlay-interior-modification-handler)
15743         (allout-before-change-handler, allout-isearch-end-handler): New
15744         functions to handle extraordinary actions affecting concealed
15745         text.
15747         (allout-flag-region): Use overlays instead of selective-display
15748         for invisible text - by inheritence from the properties of
15749         allout-overlay-category in mainline Emacs, and applied
15750         property-by-property in XEmacs, some recent versions of which
15751         don't inherit the properties from the category.  Provisions to
15752         respond to concealed-text edits simplified drastically.
15754         (allout-isearch-rectification, allout-isearch-was-font-lock)
15755         (allout-isearch-expose, allout-enwrap-isearch)
15756         (allout-isearch-abort, allout-pre-was-isearching)
15757         (allout-isearch-prior-pos, allout-isearch-did-quit)
15758         (allout-isearch-dynamic-expose)
15759         (allout-hide-current-entry-completely): Functions deleted.
15761         (allout-undo-aggregation): Explicit undo aggregation no longer
15762         necessary due to transition away from selective-display.
15764         (set-allout-regexp, allout-up-current-level)
15765         (allout-next-visible-heading, allout-forward-current-level)
15766         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15767         (allout-kill-line, allout-yank-processing, allout-show-children)
15768         (allout-expose-topic, allout-old-expose-topic)
15769         (allout-listify-exposed, allout-insert-latex-header)
15770         (allout-toggle-subtree-encryption, allout-encrypt-string)
15771         (remove-from-invisibility-spec, allout-hide-current-subtree):
15772         Ditched unused variables.
15774 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15776         * textmodes/ispell.el (ispell-change-dictionary): Call
15777         ispell-buffer-local-dict instead of
15778         ispell-accept-buffer-local-defs.
15779         (ispell-local-dictionary-alist): Accept as valid any coding-system
15780         supported by Emacs.
15781         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15782         changed to iso-8859-3.
15784 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15786         * speedbar.el (speedbar-frame-width): Make an inline function
15787         instead of a macro.  Use frame-width.
15788         (speedbar-try-completion, speedbar-update-contents)
15789         (speedbar-timer-fn): Use consp.
15790         (speedbar-update-localized-contents): Try to preserve point.
15792         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15793         (menu): Re-order menu items.
15794         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15795         field.
15796         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15797         (gdb-post-prompt): Speed things by not forcing update.
15799 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15801         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15802         press and perform default action if we get a mouse movement event.
15804 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15806         * calendar/icalendar.el (icalendar--get-event-property)
15807         (icalendar--get-event-property-attributes): Fix typos in
15808         docstrings.
15810         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15811         docstring.
15813 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15815         * bs.el (bs-mode): Use `buffer-disable-undo'.
15816         (bs--get-file-name): Simplify.
15817         (bs-show-in-buffer): Mark the buffer as not modified.
15819 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15821         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15822         widget-button-click.
15824         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15825         (custom-mode): Update docstring.
15827         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15828         binding.
15830         * files.el (hack-local-variables-confirm): Allow scrolling if the
15831         file variable list is too long.  Kill temp buffer after use.
15833 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15835         * progmodes/gud.el (gdb): Improve doc string.
15836         (gdb-script-font-lock-keywords): Expand allowed character set.
15838         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15839         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15840         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15841         (gdb-separate-io-stop, gdb-separate-io-eof):
15842         Rename from gdb-inferior-* to gdb-separate-*.
15843         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15845 2006-02-14  Jay Belanger  <belanger@truman.edu>
15847         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15848         expression is a symbol before checking that it is bound.
15850         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15851         test to see if equation can be solved.
15853 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15855         * wid-edit.el (widget-button-click): Use :pressed-face property
15856         for overlay face, if it exists.
15858         * cus-edit.el (custom-manual, custom-add-see-also)
15859         (custom-add-parent-links, custom-group-link): Add :pressed-face
15860         property to links.
15862         * files.el (hack-local-variables): Remove ignored variables before
15863         checking if any variables need setting.
15865 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15867         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15869 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15871         * help.el (where-is): Fix message for remapped commands.
15873         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15874         Fix typos in docstrings.
15876 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15878         * files.el (safe-local-variable-values): New option.
15879         (hack-local-variables-prop-line): Return a list of variable-value
15880         pairs if MODE-ONLY is non-nil.
15881         (hack-local-variables): Construct list of variable-value pairs,
15882         and apply or reject them in one go.  Ask for confirmation if
15883         variables are not known safe.
15884         (hack-local-variables-confirm): Complete rewrite.  Support
15885         `safe-local-variable-values'.
15886         (enable-local-variables): Update docstring to reflect new
15887         behavior.
15888         (ignored-local-variables): Ignore ignored-local-variables and
15889         safe-local-variable-values.
15890         (safe-local-variable-p): New function.
15891         (risky-local-variable-p): `safe-local-variable' property check
15892         moved to safe-local-variable-p.
15893         (hack-one-local-variable): Checks moved to hack-local-variables.
15895         (byte-compile-dynamic, c-basic-offset, c-file-style)
15896         (c-indent-level, comment-column, fill-column, fill-prefix)
15897         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15898         (no-update-autoloads, outline-regexp, page-delimiter)
15899         (paragraph-start, paragraph-separate, sentence-end)
15900         (sentence-end-double-space tab-width, version-control):
15901         Add `safe-local-variable' property.
15903         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15905         * icomplete.el, play/landmark.el: Change nonexistent
15906         `outline-layout' file variable to `allout-layout'.
15908 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15910         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15911         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15912         to gud-comint-buffer.
15913         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15914         gdb-ui.el for gdb-mi.el.
15915         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15916         registers buffer to gdb-get-changed-registers.
15917         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15918         deletion of catchpoints (throw and catch).
15919         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15920         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15921         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15922         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15923         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15925 2006-02-13  Jay Belanger  <belanger@truman.edu>
15927         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15928         expression is a symbol before checking that it is bound.
15930 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15932         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15933         for the minibuffer too, but not if resize-mini-windows will interfere.
15935         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15936         inside `interactive' spec.
15937         (describe-key-briefly-internal, describe-key-internal):
15938         Functions merged back into their callers.
15940 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15942         * info.el (info-xref-visited): Inherit from info-xref too.
15943         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15944         when propertizing Info-current-file and Info-current-node.
15946 2006-02-13  Juri Linkov  <juri@jurta.org>
15948         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15949         (tumme-thumb-name): Fix per-directory format.
15951 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15953         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15955 2006-02-12  Miles Bader  <miles@gnu.org>
15957         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15959 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15961         * tumme.el: Remove history section.  If someone needs the it, it
15962         can always be found in CVS.
15964 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15966         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15967         about the Thumbnail Managing Standard option.
15969 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15971         * subr.el (substitute-key-definition): Doc fix.
15973         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15975         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15977         * info.el (Info-mode): Doc fix.
15979         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15981 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15983         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15984         because on Solaris a POSIX compatible "id" is needed.  Reported by
15985         Magnus Henoch <mange@freemail.hu>.
15987 2006-02-12  Juri Linkov  <juri@jurta.org>
15989         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15990         (tumme) <defgroup>: Change :group to `multimedia'.
15991         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15992         Managing Standard.
15993         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15994         Fix dostring.
15995         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15996         and %y.  Fix docstring.
15997         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15998         (tumme-cmd-create-standard-thumbnail-command): New user options.
15999         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16000         is `standard'.  Fix docstring.
16001         (tumme-thumb-width, tumme-thumb-height): New user options.
16002         (tumme-external-viewer): Try to find various viewers.
16003         (tumme-get-thumbnail-image): Use `create-image' instead of
16004         constructing the `image' structure.
16005         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16006         `standard'.
16007         (tumme-thumb-name): Add file name generation for standard storage.
16008         Simplify code for other storages.
16009         (tumme-thumb-name): Use width %w and height %h instead of size %s.
16010         Add modification time %m and thumbnail-nq8 %q.
16011         Use `tumme-cmd-create-standard-thumbnail-command' if
16012         tumme-thumbnail-storage is `standard'.
16013         (tumme-dired-insert-marked-thumbs): New autoload command.
16014         (tumme-dired-after-readin-hook): New function.
16015         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16016         `tumme-thumb-size'.
16017         (tumme-display-image): Replace size-x %x and size-y %y with
16018         width %w and height %h.
16020         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16021         `tumme-dired-insert-marked-thumbs'.
16023 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
16025         * tumme.el (tumme-write-tag): Fix small bug (file name did not
16026         include path).
16027         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16028         matching tag.
16030 2006-02-12  Miles Bader  <miles@gnu.org>
16032         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16033         New variables.
16034         (rcirc-abbrev-nick): New function.
16035         (rcirc-format-response-string): Rewrite to use the formats in
16036         `rcirc-response-formats' and expand escape sequences therein.
16037         A text-property `rcirc-text' is added over the actual response
16038         text to make easy to find inside the returned string.
16039         (rcirc-print): When filling, just look for the `rcirc-text'
16040         text-property to find the appropriate fill prefix, instead of
16041         using hardwired patterns.
16043 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16045         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
16046         Managing Standard.
16048 2006-02-11  Kim F. Storm  <storm@cua.dk>
16050         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16051         Don't use insert-buffer; do insert-buffer-substring directly.
16052         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
16054 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16056         * files.el (revert-buffer, recover-file): Replace buffer-read-only
16057         with inhibit-read-only.  Suggested by Stefan Monnier.
16058         (revert-buffer): Let insert-file-contents discard
16059         buffer-undo-list.  Simplify code.
16060         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16062 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
16064         * menu-bar.el (menu-bar-select-yank): Add a doc string.
16066         * help.el (describe-key-briefly): Now a wrapper for
16067         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
16068         to t.  Populate yank-menu if empty.
16069         (describe-key-briefly-internal): Renamed from describe-key-briefly.
16070         (describe-key): Now a wrapper for describe-key-internal.  Bind
16071         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
16072         (describe-key-internal): Renamed from describe-key.
16074 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
16076         * progmodes/glasses.el (glasses-separator): Doc fix.
16077         (glasses-original-separator): New defcustom.
16078         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16080 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16082         * mwheel.el (mouse-wheel-up-event): Doc fix.
16084 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16086         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16087         (tumme-dir): New function.  Copied from thumbs.el.
16089 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
16091         * desktop.el (desktop-outvar): Fix typo.
16092         (desktop-save-buffer-p): Doc fix.
16094         * subr.el (substitute-key-definition): Fix typo.
16096 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16098         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16099         when window-system is mac.
16101         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16103 2006-02-10  Kim F. Storm  <storm@cua.dk>
16105         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16106         indirect-function instead of using condition-case.
16108 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
16110         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16111         less `colloquial'...
16113 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
16115         * tumme.el: Add a couple of todo items.
16117 2006-02-09  Lars Hansen  <larsh@soem.dk>
16119         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16120         (highlight-changes-mode): Don't change desktop-locals-to-save.
16122 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
16124         * image-mode.el (image-toggle-display): Clear image cache if using
16125         filename.
16127 2006-02-09  Masatake YAMATO  <jet@gyve.org>
16129         * dired-x.el (dired-guess-shell-alist-default): Add .man as
16130         a `dired-man' target.
16132         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16133         boundary of symbols.
16135 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
16137         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16139 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
16141         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16142         `mapcar'; return nil.
16144 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
16146         * mouse.el (mouse-drag-track): Don't change window if we rebind to
16147         some other event.
16149 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
16151         * net/rcirc.el (rcirc-startup-channels-alist):
16152         Add irc.freenode.net and #emacs as defaults.
16153         (rcirc-ignore-all-activity-flag): Remove variable.
16154         (rcirc-authinfo): New variable.
16155         (rcirc-authinfo-filename): Remove variable.
16156         (rcirc-always-use-server-buffer-flag): New flag.
16157         (rcirc): M-x rcirc will automatically connect without prompting.
16158         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
16159         connection in lisp.
16160         (rcirc-process-server-response-1): Remove everything but the nick
16161         portion of the sender so it doesn't need to be done everywhere
16162         else.  Update related code.
16163         (global-map): Remove global keybindings.
16164         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16165         (rcirc-send-input): Split into several functions.
16166         (rcirc-process-input-line, rcirc-process-message)
16167         (rcirc-process-command): New functions.
16168         (rcirc-target-buffer): New function to determine where to route
16169         messages.
16170         (rcirc-user-nick): Save match data.
16171         (rcirc-toggle-ignore-buffer-activity)
16172         (rcirc-update-activity-string): Remove global ignore functionality,
16173         which can be done now by toggling rcirc-track-minor-mode.
16174         (rcirc-track-minor-mode-map): New keymap.
16175         (rcirc-track-minor-mode): New minor-mode.
16176         (ignore): Make the ignore output nicer.  Always print it when
16177         adding or removing nicks.
16178         (rcirc-url-regexp): Improve.
16179         (rcirc-mangle-text): Remove properties before using text in the
16180         modeline.
16181         (rcirc-authenticate): Authentication data comes from
16182         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16183         (rcirc-server-prefix): Inherit from rcirc-server.
16185 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
16187         * Makefile.in (compile): Append "|| true" to the end of the `find'
16188         command, like compile-always does.
16190 2006-02-08  Sam Steingold  <sds@gnu.org>
16192         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16193         output from a dead connection.
16195 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16197         * dired.el (dired-mode-map): Add more bindings for tumme.
16199 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16201         * wdired.el (wdired-mode-map): Use remap.
16202         (wdired-get-filename): Massage.
16203         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16204         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16205         `keymap' property rather than `local-map'.
16207 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16209         * tumme.el (tumme-get-thumbnail-image): New utility function.
16210         Suggested by from Chong Yidong.
16211         (tumme-dired-with-window-configuration): Rename from
16212         `tumme-dired'.  Add code to save window configuration.
16213         (tumme-restore-window-configuration): New command to restore the
16214         window configuration that `tumme-dired-with-window-configuration'
16215         saves before it changes the window configuration.
16216         (tumme-show-all-from-dir): New command to display thumbnails for
16217         all files in a directory entered by the user, like M-x thumbs.
16218         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16219         have been created.
16220         (tumme-display-thumbnail-original-image): Call `display-buffer'.
16221         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16222         Remove obsolete test function.
16224 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
16226         * vc.el (small-temporary-file-directory): Remove defvar; there's
16227         a defcustom for it in files.el.
16229         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16230         Fix typo in message.
16231         (tumme-gallery-generate): Fix typo in `error' message.
16232         (tumme-display-window-height-correction)
16233         (tumme-display-window-width-correction, tumme-line-up-dynamic)
16234         (tumme-line-up-interactive): Dox fixes.
16235         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16236         (tumme-restore-window-configuration, tumme-format-properties-string)
16237         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16238         Fix typos in docstrings.
16240 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16242         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16244 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
16246         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16247         User should use hook if desired.
16249         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16250         buffer if necessary.
16251         (gdb-delete-frame-or-window): New function.
16252         (gdb-breakpoints-mode-map): Bind "q" to it.
16254 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * textmodes/nroff-mode.el: Clean up name space.
16257         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16258         (nroff-mode): Obey the global setting of nroff-electric-mode.
16259         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16261         * calendar/calendar.el (calendar-increment-month): Typo in last change.
16263 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
16265         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16267 2006-02-06  Lars Hansen  <larsh@soem.dk>
16269         * generic-x.el (etc-fstab-generic-mode): Add file system types
16270         cifs and usbdevfs.  Allow special chars in file names.
16272 2006-02-05  Jay Belanger  <belanger@truman.edu>
16274         Update copyright notices of the files in lisp/calc.
16276 2006-02-05  Romain Francoise  <romain@orebokech.com>
16278         Update copyright notices of all files in the lisp/play directory.
16280 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
16282         * ldefs-boot.el: Regenerate.
16284         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16286 2006-02-05  Kim F. Storm  <storm@cua.dk>
16288         * files.el (magic-mode-regexp-match-limit): New defvar.
16289         (set-auto-mode): Use it to limit magic-mode-alist matching.
16291 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
16293         * info.el (Info-index, Info-mode): Improve the description of the
16294         `i' command.
16296         * ldefs-boot.el: Regenerate.
16298 2006-02-03  Werner Lemberg  <wl@gnu.org>
16300         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16301         greedy to find the closing bracket in \*[...] and similar
16302         expressions.  This is a first rough fix -- many additional
16303         refinements are necessary to make nroff mode really usable with groff.
16305 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
16307         * international/mule-cmds.el (set-locale-environment):
16308         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16309         libX11.
16311 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16313         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16314         archive are created in archive-tmpdir.
16316 2006-02-02  John Paul Wallington  <jpw@pobox.com>
16318         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16319         (ibuffer-fontification-alist): Use it.
16320         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16321         to "* z" and the Ibuffer Mark menu.
16323         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16325 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16327         * textmodes/table.el (*table--cell-describe-mode)
16328         (*table--cell-describe-bindings): Undo last change since
16329         print-help-return-message is not obsoleted by anything at all.
16331 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
16333         * emulation/cua-base.el (cua-mode): Doc fix.
16335 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
16337         * dframe.el (dframe-handle-make-frame-visible)
16338         (dframe-handle-iconify-frame, dframe-get-focus)
16339         (dframe-select-attached-frame, dframe-power-click)
16340         (dframe-frame-mode): Fix typos in docstrings.
16342         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16343         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16344         Fix typos in docstrings.
16346         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16347         (hi-lock-face-buffer, hi-lock-font-lock-hook)
16348         (hi-lock-archaic-interface-message-used)
16349         (hi-lock-file-patterns-range): Fix typos in docstrings.
16351         * savehist.el (savehist-loaded, savehist-load, savehist-install)
16352         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16354         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16355         Fix typo in docstring.
16357         * net/newsticker.el (newsticker--decode-iso8601-date)
16358         (newsticker--set-customvar, newsticker--buffer-insert-item)
16359         (newsticker--do-run-auto-mark-filter)
16360         (newsticker--parse-generic-feed): Doc fixes.
16361         (newsticker--retrieval-timer-list, newsticker-url-list)
16362         (newsticker-hide-immortal-items-in-echo-area)
16363         (newsticker-hide-obsolete-items-in-echo-area)
16364         (newsticker-new-item-face, newsticker--enclosure)
16365         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16366         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16367         (newsticker--parse-generic-feed, newsticker--cache-contains)
16368         (newsticker--stat-num-items, newsticker-download-enclosures):
16369         Fix typos in docstrings.
16371         * net/rcirc.el (rcirc-debug): Doc fix.
16372         (rcirc-fill-column, rcirc-receive-message-hooks)
16373         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16374         (rcirc-mode, rcirc-generate-new-buffer-name)
16375         (rcirc-startup-channels, rcirc-ignore-update-automatic)
16376         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16377         Fix typos in docstrings.
16378         (rcirc-print): "?\ " -> "?\s".
16379         (rcirc-cmd-join): Improve argument/docstring consistency.
16381 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
16383         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16384         before narrow-to-region.
16386 2006-02-01  Richard M. Stallman  <rms@gnu.org>
16388         * simple.el (move-beginning-of-line): Scan properly for invis change.
16390         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16392 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
16394         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16395         change bit only when id-format is 'integer.  Reported by Matt
16396         Hodges <M.P.Hodges@rl.ac.uk>.
16398 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
16400         * hilit-chg.el (highlight-changes-initial-state)
16401         (highlight-changes-global-initial-state): Doc fixes.
16402         (highlight-changes-global-modes, global-highlight-changes):
16403         Fix typos in docstrings.
16405 2006-02-01  Kim F. Storm  <storm@cua.dk>
16407         * emulation/cua-base.el (cua-mode): Mention that CUA enables
16408         transient-mark-mode in doc string.
16410 2006-01-31  Richard M. Stallman  <rms@gnu.org>
16412         * replace.el (multi-occur): Doc fix.
16413         (multi-occur-in-matching-buffers): Rename from
16414         multi-occur-by-filename-regexp.  Prefix arg says match
16415         buffer names instead of file names.
16417 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
16419         * bs.el: Allow non-default values of `bs-header-lines-length'.
16420         (bs--running-in-xemacs): Remove (not needed anymore).
16421         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16422         instead of `shrink-window', thus avoiding having to compute the
16423         height of the window.
16424         (bs--up): Wrap around even when there's no header.
16425         (bs--down): Use `forward-line' instead of `next-line'.
16427 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
16429         * image-mode.el (image-toggle-display): Use file name if possible,
16430         instead of unnecessarily allocating a (possibly huge) lisp string.
16432 2006-01-30  John Paul Wallington  <jpw@pobox.com>
16434         * subr.el (toplevel): Define `cl-assertion-failed' condition here
16435         because the `assert' macro signals it at runtime.
16437         * emacs-lisp/cl.el (toplevel): Remove definition of
16438         `cl-assertion-failed' condition.
16440 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
16442         * thumbs.el (thumbs-marked-list): Make buffer-local and
16443         permanent-local.
16444         (thumbs-insert-thumb): Make help-echo non-sticky.
16445         (thumbs-file-alist): Use eolp as check for (non)-image.
16447 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
16449         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16450         (ediff-before-session-group-setup-hooks)
16451         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16452         Fix typos in docstrings.
16454         * window.el (bw-dir, bw-eqdir, balance-windows)
16455         (split-window-keep-point): Fix typos in docstrings.
16457         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16458         (org-quote-string, org-calendar-to-agenda-key)
16459         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16460         (org-show-following-heading, org-tags-column)
16461         (org-use-tag-inheritance, org, org-allow-space-in-links)
16462         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16463         (org-enable-table-editor, org-calc-default-modes)
16464         (org-table-allow-automatic-line-recalculation)
16465         (org-export-html-style, org-export-with-fixed-width)
16466         (org-export-with-sub-superscripts, org-special-keyword)
16467         (org-formula, org-time-grid, org-table-may-need-update)
16468         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16469         (org-goto-quit, org-get-indentation, org-end-of-item)
16470         (org-move-item-down, org-move-item-up)
16471         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16472         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16473         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16474         (org-agenda-log-mode, org-agenda-toggle-diary)
16475         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16476         (org-agenda-file-to-end, org-agenda-no-heading-message)
16477         (org-agenda-get-closed, org-format-agenda-item)
16478         (org-cmp-priority, org-cmp-category, org-cmp-time)
16479         (org-agenda-change-all-lines, org-agenda-diary-entry)
16480         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16481         (org-link-search, org-camel-to-words, org-open-file)
16482         (org-remember-handler, org-table-convert-region)
16483         (org-table-move-row-down, org-table-move-row-up)
16484         (org-table-copy-region, org-table-wrap-region)
16485         (org-table-toggle-vline-visibility)
16486         (org-table-get-vertical-vector, org-table-modify-formulas)
16487         (org-table-get-specials, org-recalc-commands)
16488         (org-table-rotate-recalc-marks, org-table-eval-formula)
16489         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16490         (org-level-color-stars-only, org-insert-heading):
16491         Fix typos in docstrings.
16492         (last-arg): Add defvar.
16494         * makefile.w32-in (WINS): Add erc.
16495         (MH_E_SRC): Update (copied from lisp/Makefile.in).
16497 2006-01-29  Bill Wohler  <wohler@newt.com>
16499         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16500         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16501         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
16502         (mh-autoloads): Don't use comments on otherwise empty lines.
16504 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
16506         * emulation/viper.el (viper-major-mode-modifier-list):
16507         Add insert-state and vi-state entries for erc-mode.
16508         (viper-go-away, viper-set-hooks): Add and remove
16509         viper-comint-mode-hook from erc-mode-hook as appropriate.
16511         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16513 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
16515         * bs.el (bs--format-aux): Implement `middle' alignment as
16516         described in the docstring for `bs-attributes-list'.
16517         (bs--get-name): Simplify.  Don't pad the buffer name.
16519 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
16521         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16522         English aspell dictionary is installed, use the first entry of
16523         ispell-dictionary-alist-1.
16525 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16527         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16528         Doc fix.
16530 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
16532         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16533         for `process-file', in order to let it work for older Emacsen too.
16535 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
16537         * international/latexenc.el: Add a suitable `coding:' tag.
16538         (latexenc-find-file-coding-system): Undo last change.
16540 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16542         * international/latexenc.el (latexenc-find-file-coding-system):
16543         Make sure latexenc-main-file is a regular file and is readable.
16545 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
16547         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16548         Pass FILE to vc-user-login-name.
16550         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16552 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
16554         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16555         there are no more images to display.
16556         (thumbs-mark, thumbs-unmark): Revert change so that they move to
16557         the next image.
16559 2006-01-26  Richard M. Stallman  <rms@gnu.org>
16561         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16563         * wid-edit.el (advertised-widget-backward): New alias.
16564         (widget-keymap): Use advertised-widget-backward for S-TAB.
16566         * tumme.el: Correct the keywords.
16567         (tumme-dir-max-size): Use defvar.
16568         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16570         * simple.el (move-beginning-of-line): Take account of fields.
16571         (clone-indirect-buffer-other-window): Take args like
16572         clone-indirect-buffer, and work like it.
16574         * help-fns.el (describe-function): Don't pass `nil' as default.
16576         * files.el (risky-local-variable-p): Follow var aliases.
16578         * subr.el (lazy-completion-table): Doc fix.
16580         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16581         global binding of `line'.
16583 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
16585         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16586         Tramp.
16588         * vc.el (vc-default-dired-state-info): Pass FILE to
16589         vc-user-login-name.
16590         (vc-default-update-changelog): Don't use vc-user-login-name, we
16591         don't need it here.
16593         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16594         no longer necessary.
16596 2006-01-25  Kenichi Handa  <handa@m17n.org>
16598         * international/mule.el (decode-char): Avoid the overhead of
16599         calling utf-lookup-subst-table-for-decode if
16600         utf-translate-cjk-mode is nil.
16601         (encode-char): Avoid the overhead of calling
16602         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16603         nil.
16605 2006-01-22  Kenichi Handa  <handa@m17n.org>
16607         * international/mule.el (make-subsidiary-coding-system): Reset
16608         `coding-system-define-form' property of subsidiaries to nil.
16609         Avoid duplicated entry in coding-system-alist.
16610         (make-coding-system): Avoid duplicated entry in
16611         coding-system-alist.
16612         (define-coding-system-alias): Likewise.
16614 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16616         * completion.el: Minor fixes in introductory comment.
16617         (completion-def-wrapper): Fix alist.
16619 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16621         * thumbs.el (thumbs-new-image-size): New function.
16622         (thumbs-increment-image-size-element)
16623         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16624         (thumbs-decrement-image-size): Delete.
16625         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16626         temp files and use to resize.
16627         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16628         Use increment argument to enlarge/shrink.  Preserve point.
16629         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16630         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16631         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16632         (thumbs-mark, thumbs-unmark): Preserve point.
16633         (thumbs-modify-image): Keep old temp files and use to modify.
16634         Cleanup old temp files at load time.  Preserve point.
16635         (thumbs-view-image-mode-map): Use new command names.
16637 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16639         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16641         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16642         the nastiest part of the cyclic dependency.
16643         (cal-menu-update): Use dotimes and calendar-increment-month.
16645         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16646         (calendar-week-start-day): Add an :initializer.
16647         (calendar-mode-map): Use suppress-keymap, and command remapping.
16648         (describe-calendar-mode): Setup xref-stack info for the back button.
16649         (calendar-star-date): Insert before delete.
16650         (calendar-set-mode-line): Add file-modified info if applicable.
16651         (calendar-increment-month): New function.
16653 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16655         * font-lock.el (lisp-font-lock-keywords-2):
16656         Recognize "& keywords" only at word boundaries.
16658 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16660         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16661         and permanent-local.
16662         (thumbs-max-image-number): New variable.
16663         (thumbs-do-thumbs-insertion): Use them.
16664         (thumbs-per-line): Change default to 4.
16665         (thumbs-marked-list): Rename from thumbs-markedL.
16666         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16667         (thumbs-rename-images): Use -list instead of L for internal variables.
16668         (thumbs-call-convert): Use call-process instead of shell-command.
16669         (thumbs-insert-thumb): Add filename as help-echo to each image.
16670         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16671         Give dir to thumbs-show-thumbs-list.
16672         (thumbs-show-thumbs-list): Set default-directory to that of images.
16673         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16674         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16675         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16676         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16678 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16680         * ses.el (ses-read-cell): Provide a default value.
16682 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16684         * term/w32-win.el (image-library-alist): Add additional names for
16685         GIF library.
16687 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16689         * international/latexenc.el (latexenc-find-file-coding-system):
16690         Add file-regular-p check.
16692 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16694         * simple.el (clone-buffer): Don't show the new buffer in the same
16695         window.
16697 2006-01-23  Juri Linkov  <juri@jurta.org>
16699         * faces.el (link, link-visited): New faces based on default values
16700         of `info-xref' and `info-xref-visited'.
16702         * info.el (info-xref): Inherit from `link'.
16703         (info-xref-visited): Inherit from `link-visited'.
16705         * cus-edit.el (custom-buffer-create-internal): Use widget type
16706         `custom-manual' instead of `info-link' and don't set properties
16707         `button-face' and `mouse-face' explicitly.
16708         (custom-browse-group-tag, custom-browse-variable-tag)
16709         (custom-browse-face-tag): Inherit from widget class
16710         `custom-group-link' instead of `push-button'.
16711         (custom-button-unraised): Inherit from `underline' face.
16712         (custom-link): Inherit from `link' face.  Fix doc and group.
16713         (custom-add-parent-links, custom-group-value-create): Don't set
16714         properties `button-face' and `mouse-face' explicitly for
16715         `custom-group-link' widget.
16716         (custom-group-link): Add properties `button-face' and `mouse-face'
16717         to widget definition.
16718         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16719         editable-field's :keymap property.
16720         (custom-mode): Fix docstring: substitute keybindings for
16721         `widget-forward' and `widget-backward' from `widget-keymap',
16722         `widget-complete' from `custom-field-keymap', replace old
16723         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16725         * desktop.el (desktop-load-file): Check for `fboundp' before
16726         calling `symbol-function'.
16728         * simple.el (clone-buffer, clone-indirect-buffer)
16729         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16730         `read-string'.  Fix prompts.
16732         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16734 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16736         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16738 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16740         * startup.el (inhibit-splash-screen, initial-scratch-message):
16741         Doc fixes.
16743 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16745         Sync with Tramp 2.0.52.
16747         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16748         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16749         `tramp-unload-tramp' for checklist.
16751         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16752         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16753         (tramp-unload-file-name-handler-alist)
16754         (tramp-unload-tramp): New defuns.
16755         (tramp-advice-PC-expand-many-files): New defadvice.
16756         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16757         removed.
16758         (tramp-handle-expand-file-name): Remove double slash.
16759         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16760         It doesn't matter, because it will be converted later on.
16761         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16762         implementation was just heuristic.
16763         (tramp-post-connection): Set uid and gid properties.
16764         (tramp-convert-file-attributes): Set file's gid change bit.
16765         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16766         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16767         in case of su(do)? methods.  The home directory of the local user
16768         will be taken else.
16769         (tramp-open-connection-telnet)
16770         (tramp-open-connection-rsh, tramp-open-connection-su)
16771         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16772         local shell prompt could hurt.  Reported by Romain Francoise
16773         <romain@orebokech.com>.
16774         (tramp-let-maybe): Add `edebug-form-spec' property.
16775         (tramp-handle-expand-file-name): Bind `default-directory' locally
16776         to "/" in order to avoid problems with UNC shares or Cygwin
16777         mounts.
16778         (tramp-md5-function): Fix typo in error message.
16780         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16782         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16783         for byte-compiler pacification.
16785 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16787         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16788         ID-FORMAT `string'.  This allows us to get rid of
16789         `vc-user-login-name UID'.
16791         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16793 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16795         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16797 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16799         * emacs-lisp/find-func.el (find-definition-noselect)
16800         (find-variable-noselect): Search variables in C source code too.
16801         (find-function-C-source, find-function-noselect, find-function)
16802         (find-function-other-frame, find-variable-noselect, find-variable)
16803         (find-variable-other-frame, find-variable-at-point):
16804         Fix docstrings.
16806 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16808         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16810 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16812         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16813         Default to disabling the "Save affix" question.
16815 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16817         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16818         the first arg to run-python.
16820 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16822         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16823         is not loaded.
16825 2006-01-20  Jay Belanger  <belanger@truman.edu>
16827         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16828         limit is 0.
16830         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16831         the correct variable.
16833 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16835         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16836         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16837         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16838         (org-prefix-has-tag): New variable.
16839         (org-format-agenda-item): Remove tags from headline if
16840         appropriate.
16841         (org-agenda-remove-tags-when-in-prefix): New option.
16842         (org-get-tags-at): New function.
16844 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16846         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16847         (thumbs-find-image): Move image name and number from buffer name
16848         to mode name.  Set thumbs-buffer.  Preserve point so that large
16849         images remain visible.
16850         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16851         order.
16852         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16853         mode name.
16854         (thumbs-next-image, thumbs-previous-image): Make them work.
16856 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16858         * cus-edit.el (custom-buffer-create-internal): State in the text above
16859         the whole buffer buttons that they do not operate on hidden items.
16860         (custom-face-menu): Use `custom-face-save' instead of
16861         `custom-face-save-command'.
16862         (custom-face-save-command): Make it an alias for `custom-face-save'
16863         and declare it obsolete.
16864         (custom-face-save): Doc fix.
16866         * dired.el (dired-no-confirm): Add quote.
16867         (dired-subdir-alist-pre-R): Add quote in
16868         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16870 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16872         * textmodes/table.el (table-mode-indicator): Typo in last change.
16874 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16876         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16877         Fixes bug reported in Nov 2005.
16879         * isearch.el (isearch-forward): Doc fix.
16881         * dired.el (dired-move-to-filename-regexp): Define as alias.
16882         (dired-no-confirm): Use defcustom.
16883         (dired-subdir-alist-pre-R): Put defvar at top level.
16885         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16887         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16888         Mark as risky.
16890         * simple.el (set-mark-command): Doc fix.
16891         (clone-indirect-buffer-other-window):
16892         Read arg like clone-indirect-buffer.
16893         (move-beginning-of-line): Skip invisible newlines.
16895 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16897         * progmodes/cpp.el (cpp-edit-load): Make the order of
16898         listed conditions in a base C code buffer and its associate
16899         CPP Edit buffer the same.
16901 2006-01-19  Kenichi Handa  <handa@m17n.org>
16903         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16904         (rmail-mime-feature): Likewise.
16905         (rmail-require-mime-maybe): Use display-warning to show a warning
16906         message.
16908         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16909         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16911 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16913         * array.el: Move defvars out of eval-when-compile.
16914         (array-make-template): Replace undeclared global var with a local one.
16915         (array-mode): Inline initialization functions.
16916         (array-init-local-variables, array-init-max-row)
16917         (array-init-max-column, array-init-columns-per-line)
16918         (array-init-field-width, array-init-rows-numbered)
16919         (array-init-line-length, array-init-lines-per-row): Remove.
16921         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16922         (doc-mode-map): Define explicitly.
16923         (doctor-txtype): Use mapc.
16925         * textmodes/table.el: Move defvars out of eval-when-compile.
16926         Remove harmful code meant to avoid byte-compiler warnings.
16927         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16928         specification that checks table-fixed-width-mode directly.
16929         (table-recognize-region, table-recognize-cell):
16930         Use restore-buffer-modified-p.
16931         (table-fixed-width-mode): Remove code that refreshes
16932         table-fixed-mode-indicator.
16933         (*table--cell-describe-bindings, *table--cell-describe-mode):
16934         Avoid obsolete name print-help-return-message.
16935         (table--test-cell-list): Don't use replace-regexp from elisp.
16936         (table--point-entered-cell-function, table--point-left-cell-function):
16937         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16939         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16940         that was after the end of file.  Use buffer-file-name variable.
16941         (org-timestamp-change): Use with-current-buffer.
16942         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16943         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16944         `file'.
16946         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16947         (fortran-break-line): Remove unused var `opoint'.
16948         (fortran-abbrev-start): Obey help-event-list.
16950 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16952         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16954 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16956         * progmodes/make-mode.el (makefile-imake-mode): New mode
16957         derived from makefile-mode.
16958         (makefile-imake-mode-syntax-table): New syntax table
16959         derived from makefile-mode-syntax-table.
16960         (makefile-mode): Write about makefile-imake-mode in doc string.
16961         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16962         (makefile-imake-font-lock-keywords): New font lock keywords.
16964         * files.el (auto-mode-alist): Add Imakefile.
16966 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16968         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16969         loading the file rather than when turning on flyspell-mode.
16971 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16973         * cus-edit.el (customize-rogue): Minor doc fix.
16975 2006-01-17  Juri Linkov  <juri@jurta.org>
16977         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16978         instead of the file at the mark as default if the file at the mark
16979         is the same as the file at point or if dired-dwim-target-directory
16980         is not the same as the current directory and the mark is not active.
16982         * log-view.el (log-view-minor-wrap): Use the same logic to get
16983         revisions as `log-view-diff'.
16985         * info.el (Info-revert-find-node): Check for Info-current-file
16986         before preserving new-history.
16988         * man.el (Man-heading-regexp): Add `/'.
16990         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16991         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16993 2006-01-16  Juri Linkov  <juri@jurta.org>
16995         * faces.el (mode-line-faces): New defgroup.
16996         (mode-line-highlight): Move definition after new defgroup.
16997         (mode-line, mode-line-inactive, mode-line-highlight):
16998         Replace :group `modeline' with `mode-line-faces'.
16999         (mode-line-buffer-id): New face.
17000         (modeline-buffer-id): New face alias.
17001         (vertical-border): Remove :group `modeline'.
17003         * bindings.el (propertized-buffer-identification): Use face
17004         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17005         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17006         (mode-line-buffer-identification-keymap): For mouse-1 replace
17007         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17008         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17009         mouse-3.
17011         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17012         Buffer-menu-buffer.  Doc fix.
17013         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17014         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17015         `Buffer-menu-buffer'.
17017         * info.el (Info-mode-line-node-keymap): New defvar.
17018         (Info-set-mode-line): Use `stringp' to check Info-current-file.
17019         Propertize Info-current-node with `mode-line-buffer-id' and
17020         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17022         * time.el (display-time-mail-face): Replace :group `faces' with
17023         `mode-line-faces'.
17025 2006-01-16  Kenichi Handa  <handa@m17n.org>
17027         * international/code-pages.el: Add autoload cookies for cp125[0345678].
17029         * language/european.el (cp1252): New alias for windows-1252.
17031         * international/mule.el (autoload-coding-system): Prepare for EOL
17032         variants.
17034 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
17036         * term.el (term-raw-map): Add mapping for insert.
17037         (term-send-insert): New.
17038         (term-mode): Make variables local here instead of doing it in
17039         `term-emulate-terminal'.
17040         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17041         Scroll reverse needs to take into account the scroll region.
17042         Saving and restoring the cursor should save the color attributes too.
17043         (term-reset-terminal): Reset the scroll region.
17044         (term-handle-ansi-escape): Cursor up and down should take into
17045         account the scroll region.
17046         (term-set-scroll-region): Rename from `term-scroll-region'.
17047         Move to 0,0 after setting the region.
17048         (term-handle-scroll): Handle scroll up.
17049         (term-down): Fix off by one error.
17050         (term-delete-lines): Do not delete outside the scroll region.
17051         (term-insert-lines): Take into account the scroll region.
17053 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * textmodes/ispell.el (ispell-internal-change-dictionary)
17056         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17057         (start, end): Move declaration outside of eval-when-compile.
17059         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17060         (flyspell-mode-on): Use it.
17062         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17063         ispell-kill-ispell-hook.
17065 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
17067         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17068         (Custom-reset-saved): Do not ask for confirmation in single option
17069         buffers.
17071 2006-01-13  Richard M. Stallman  <rms@gnu.org>
17073         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17075 2006-01-13  Romain Francoise  <romain@orebokech.com>
17077         * add-log.el (add-change-log-entry, change-log-merge):
17078         Conditionally use `hard-newline'.
17080 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
17082         * wid-edit.el (widget-field-end): If the overlay is no longer
17083         associated with a buffer, behave as if the overlay didn't exist.
17085         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17086         Make sure the links use the `custom-link' face.
17088 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17090         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17091         (ld-script-mode): Don't set indent-line-function since we don't
17092         have one.
17094 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
17096         * textmodes/org.el (org-open-file): Use mailcap for selecting an
17097         application.
17098         (org-file-apps-defaults-gnu): Use mailcap as the default for
17099         selecting an application on a UNIX system.
17100         (org-agenda-show-tags): New command.
17101         (org-table-insert-hline): Keep cursor in current table line.
17102         (org-table-convert): Offset effect of modifying
17103         `org-table-insert-hline'.
17104         (org-format-agenda-item): New optional argument TAG.
17105         (org-compile-prefix-format): Handle %T format for the tag.
17106         (org-expand-wide-chars): New function.
17107         (org-table-insert-row, org-table-insert-hline):
17108         Use `org-expand-wide-chars'.
17109         (org-open-file): Fix bug in program launch.
17110         (org-get-time-of-day): Fix bug with times before 1am.
17111         (org-agenda-menu): Add tags commands.
17113 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
17115         * textmodes/ispell.el (ispell-init-process): Include the used
17116         dictionary in ispell process start message.
17117         (ispell-internal-change-dictionary): When flyspell-mode is active
17118         and dictionary is changed, make sure ispell process is restarted
17119         and flyspell word cache cleared out for the current buffer.
17120         (ispell-change-dictionary): Make sure flyspell word cache is
17121         cleared out in all buffers with active flyspell mode when
17122         dictionary is globally changed.
17123         Call ispell-internal-change-dictionary after dictionary change.
17125 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
17127         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17129         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17130         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17131         years.  Fix small differences wrt Makefile.in.
17132         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17133         Makefile.in does.
17135 2006-01-12  Bill Wohler  <wohler@newt.com>
17137         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17138         mh-search.el.
17140 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17142         * progmodes/ld-script.el: Update copyright year.
17144 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
17146         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17147         Don't add widget if setting undefined.
17149 2006-01-12  John Paul Wallington  <jpw@pobox.com>
17151         * help-fns.el (describe-variable): Remove newlines from void
17152         variable output.
17154 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
17156         * wdired.el (wdired-mode-map): Add help echo for
17157         wdired-abort-changes.
17159         * man.el (Man-file-name-regexp): Adjust for a list of files.
17161 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17163         * progmodes/ld-script.el (auto-mode-alist): Support
17164         suffix conventions used in netbsd and eCos.
17166 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
17168         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17169         (custom-variable-menu, custom-face-menu, custom-group-menu)
17170         (Custom-mode-menu): Change names of menu items.  (As discussed on
17171         emacs-devel.)
17172         (custom-face-menu): Add "Undo Edits" item.
17174         * startup.el (init-file-user): defcustom -> defvar.
17176         * tooltip.el (tooltip-mode): Doc fix.
17178 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17180         * reveal.el (reveal-post-command): window-buffer signals an error on
17181         dead windows rather than returning nil.
17182         (reveal-open-new-overlays): An overlay might die while we open others.
17184 2006-01-11  Bill Wohler  <wohler@newt.com>
17186         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17187         phrasing in docstring.
17189         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17190         can give some systems gas.  Add new file mh-buffers.el.
17192 2006-01-06  Masatake YAMATO  <jet@gyve.org>
17194         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17195         C preprocessor forward ported from GNU Emacs 21.2.
17197         * progmodes/asm-mode.el (asm-font-lock-keywords):
17198         Use `cpp-font-lock-keywords'.
17200         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17202         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17203         of $ for "\\.ld[s]?".
17205 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17208         (tcl-indent-line): Return `noindent' if inside a string.
17210         * progmodes/flymake.el (flymake-split-string): Remove more than one
17211         empty string at beg/end of the result.
17212         (flymake-find-buildfile, flymake-find-possible-master-files):
17213         Use expand-file-name.
17214         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17215         since expand-file-name does it for us.  Use directory-file-name.
17216         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17217         (flymake-ler-get-type, flymake-ler-get-text)
17218         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
17219         (flymake-current-line-no): Remove spurious interactive spec.
17220         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17221         (flymake-check-include): Remove arg inc-path merged into inc-name.
17222         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17223         Arg regexp-list replaced by a simple regexp.
17224         (flymake-master-make-header-init, flymake-master-tex-init):
17225         Correspondingly replace regexp-list with a regexp.  Fix regexp.
17227 2006-01-10  Simon Josefsson  <jas@extundo.com>
17229         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17230         describing AUTH PLAIN fix.
17232 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17234         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17235         (report-emacs-bug): Don't record initial prompt text.
17236         Instead, add text properties to prompting text.
17237         (report-emacs-bug-hook): Delete prompting text.
17239 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17241         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17242         `dirs'.  Adjust callers.
17244 2006-01-09  John Paul Wallington  <jpw@gnu.org>
17246         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17248 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17250         * reveal.el (reveal-open-new-overlays): New extracted fun.
17251         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
17252         using them.  Simplify the code.
17253         (reveal-post-command): Use them.  Fix up obsolete windows in
17254         reveal-open-spots.
17256         * progmodes/flymake.el: Use `require' rather than autoload for
17257         XEmacs's overlays.
17258         (flymake-get-common-file-prefix, flymake-build-relative-filename):
17259         Delete.  Use file-relative-name instead.
17260         (flymake-get-syntax-check-program-args, flymake-perl-init):
17261         Simplify the resulting code.
17263         * log-view.el (log-view-file-re, log-view-message-re): Add support
17264         for DaRCS output.
17266 2006-01-09  Alex Schroeder  <alex@gnu.org>
17268         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17269         identifiers sometimes added in square brackets at the beginning of
17270         subject lines.
17272 2006-01-07  Richard M. Stallman  <rms@gnu.org>
17274         * cus-edit.el (Custom-set, Custom-save): Doc fix.
17275         (Custom-reset-current, Custom-reset-saved): Change question text.
17276         (Custom-reset-standard): Likewise.
17277         (custom-variable-reset-saved): Doc fix.
17279 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
17281         * startup.el (init-file-user): Doc fix.
17283 2006-01-07  Alex Schroeder  <alex@gnu.org>
17285         * mail/rmail.el (rmail-current-subject): New function.
17286         (rmail-current-subject-regexp): New function.
17287         (rmail-next-same-subject): Use it.
17289         * mail/rmailsum.el (rmail-summary-by-topic):
17290         Use rmail-current-subject and rmail-current-subject-regexp.
17291         (rmail-summary-next-same-subject): Ditto.
17293         * net/rcirc.el (rcirc-send-input): No longer check whether the
17294         process is open, since not all commands need an open process.
17295         (rcirc-send-string): Check whether the process is open before
17296         sending anything.
17297         (rcirc-ignore-list): New option.
17298         (rcirc-ignore-list-automatic): New variable.
17299         (rcirc-print): Take rcirc-ignore-list into account.
17300         (rcirc-cmd-ignore): New command.
17301         (rcirc-ignore-update-automatic): New function.
17302         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17303         list if ignored nicks.
17304         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17306 2006-01-06  David Reitter  <david.reitter@gmail.com>
17308         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17309         reflect the address to which the report will be sent.
17311 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
17313         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17314         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17316 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
17318         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17320         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17321         the doc string: "functoin" => "function".
17322         * ldefs-boot.el: Likewise.
17324         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17325         message text: "Duplicat" => "Duplicate".
17327 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17329         * files.el (basic-save-buffer-2): If backing-up failed, reset
17330         buffer-backed-up to nil.
17332 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
17334         * progmodes/gud.el (gdb-script-skip-to-head)
17335         (gdb-script-calculate-indentation): Indent for breakpoint command
17336         lists also.
17338 2006-01-05  Bill Wohler  <wohler@newt.com>
17340         * Makefile.in (compile-always): Add mh-autoloads dependency.
17341         (bootstrap): Remove mh-autoloads dependency, as compile dependency
17342         provides it.
17343         (updates): Remove mh-autoloads dependency, since it probably has
17344         already run recently (via recompile).
17346 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17348         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17349         argument `force' to disable the flyspell-last-buffer optimization.
17350         (flyspell-mode-on): Use it.
17352         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17353         flymake-simple-cleanup.
17354         (flymake-allowed-file-name-masks): Use this new default.
17355         All the functions are now called in the right buffer rather than
17356         passing the buffer as argument.
17357         (flymake-process-sentinel): Switch to buffer before calling cleanup.
17358         (flymake-parse-err-lines): Remove redundant buffer arg.
17359         (flymake-get-program-dir): Comment out unused function.
17360         (flymake-start-syntax-check, flymake-start-syntax-check-process):
17361         Remove redundant buffer argument.
17362         (flymake-get-real-file-name, flymake-simple-java-cleanup)
17363         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17365 2006-01-05  Richard M. Stallman  <rms@gnu.org>
17367         * info.el (Info-find-node): Don't record previous node if have none.
17368         (info): Go to directory only if history is empty.
17370         * simple.el (mark): Doc fix.
17372 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17374         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17375         already of desired type.
17376         (mac-ae-list): Coerce parameter to "list" type.
17377         (mac-dispatch-apple-event): Replace cadr part of event with a
17378         dummy position so that event-start returns it.
17380 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
17382         * textmodes/org.el (org-end-of-subtree): New function.
17383         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17384         Use `org-end-of-subtree'.
17385         (org-agenda, org-agenda-convert-date): Protect calls to
17386         `fit-window-to-buffer'.
17387         (org-tags-view): Force matching of sublevels when doing a
17388         todo-only search.  Define the correct redo command, including the
17389         arguments.
17390         (org-agenda-redo): Display message.
17391         (org-check-for-org-mode): New function.
17392         (org-agenda-type): New variable.
17393         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17394         Set `org-agenda-type'.
17395         (org-agenda-check-type): New function.
17396         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17397         (org-agenda-week-view, org-agenda-day-view)
17398         (org-agenda-next-date-line, org-agenda-previous-date-line)
17399         (org-agenda-log-mode, org-agenda-toggle-diary)
17400         (org-agenda-toggle-time-grid, org-agenda-date-later)
17401         (org-agenda-date-prompt, org-agenda-diary-entry)
17402         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17403         (org-agenda-convert-date, org-agenda-menu):
17404         Use `org-agenda-check-type'.
17405         (org-make-overlay, org-delete-overlay)
17406         (org-detatch-overlay, org-move-overlay, org-overlay-put):
17407         New compatibility functions.
17408         (org-calendar-select-mouse): New command.
17410 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
17412         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17413         (Custom-reset-standard): Fix y-or-n-p messages.
17414         (custom-link): New face for links.
17415         (custom-buffer-create-internal, custom-manual): Use it.
17416         (custom-face-save): Push to theme-face before setting face spec.
17418         * wid-edit.el (widget-default-mouse-face-get): New function.
17419         (widget-specify-button): Handle mouse-face like button-face.
17421         * custom.el (load-theme): Clear old theme settings if reloading.
17423 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17425         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17426         "Erase Customization" button back to same position it occupies in
17427         the individual State menus.
17429 2006-01-04  Kim F. Storm  <storm@cua.dk>
17431         * wid-edit.el (key-sequence): Rework widget to read key binding
17432         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
17433         (widget-key-sequence-default-value): Default value for empty sequence.
17434         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
17435         (widget-key-sequence-read-event): New command for C-q.
17436         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17437         (widget-key-sequence-value-to-external): New functions.
17439 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17441         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17442         Use expand-file-name.
17443         (flymake-delete-temp-directory): Use expand-file-name,
17444         file-name-directory, and directory-file-name.
17445         (flymake-strrchr): Delete.
17446         (flymake-start-syntax-check): Don't pass the redundant buffer argument
17447         to the init-f function.
17448         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17449         (flymake-init-find-buildfile-dir)
17450         (flymake-init-create-temp-source-and-master-buffer-copy)
17451         (flymake-simple-make-init-impl, flymake-simple-make-init)
17452         (flymake-master-make-init, flymake-master-make-header-init)
17453         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17454         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17455         (flymake-xml-init): Remove corresponding redundant buffer argument.
17456         (flymake-allowed-file-name-masks): Remove last elems that are equal to
17457         the default anyway.  Clean up regexps.
17459         * progmodes/flymake.el (flymake-temp-source-file-name)
17460         (flymake-master-file-name, flymake-temp-master-file-name)
17461         (flymake-base-dir): New buffer-local vars.
17462         (flymake-buffer-data, flymake-get-buffer-value)
17463         (flymake-set-buffer-value): Replace those hash-tables by the new
17464         buffer-local vars.  Update callers.
17466         * progmodes/flymake.el (flymake-check-start-time)
17467         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17468         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17469         Move definition, so we can remove redundant earlier declaration.
17470         (flymake-replace-regexp-in-string, flymake-split-string)
17471         (flymake-get-temp-dir): Use defalias.
17472         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17473         (flymake-xemacs-window-edges): Remove unused function.
17474         (flymake-get-point-pixel-pos): Move.
17475         (flymake-pid-to-names, flymake-reg-names)
17476         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17477         Replace by a simple list flymake-processes and by process-buffer.
17478         Update callers.  Other than simplify the code, it uses buffers rather
17479         than buffer-names so it doesn't get confused by uniquify.
17480         (flymake-buffer-data): The global value should just be nil.
17482         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17483         Optimize the body of a defalias like any other code.
17485         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17486         Make sure we've setup font-lock's vars.  It may influence which
17487         function we then call.
17488         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17489         here since it's too late anyway.
17491 2006-01-03  Romain Francoise  <romain@orebokech.com>
17493         * startup.el (fancy-splash-tail, normal-splash-screen):
17494         Update copyright year.
17496 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
17498         * mouse.el (mouse-drag-track): Rename, from
17499         `mouse-drag-region-1'.  Includes optional argument required to
17500         enable post-drag event processing (e.g. delete region keys).
17501         Can be used without this argument to track a mouse region and operate
17502         on it as soon as the drag completes.
17503         (mouse-drag-region): Use `mouse-drag-track'.
17505 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
17507         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17508         Move to `custom-buffer' group.
17510         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17511         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17512         (custom-theme-insert-face-marker, custom-theme-variable-menu)
17513         (custom-theme-face-menu): New variables.
17514         (custom-theme-add-variable, custom-theme-variable-action)
17515         (custom-variable-reset-theme, custom-theme-delete-variable)
17516         (custom-face-reset-theme, custom-theme-face-action)
17517         (custom-theme-delete-face, custom-theme-merge-theme)
17518         (custom-theme-add-face, custom-theme-visit-theme): New functions.
17520 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
17522         * custom.el: Move Custom Themes commentary to start of theme code.
17523         (custom-known-themes): Rename `standard' theme to `changed'.
17524         (custom-push-theme): Caller no longer specifies what theme to use
17525         when doing `reset'---the setting is simply removed from the theme.
17526         Delete MODE from `theme-value' and `theme-settings' properties.
17527         (custom-declare-theme): Ignore &rest args since we don't use them.
17529         (custom-loaded-themes): Delete variable.
17530         (custom-theme-load-themes, custom-theme-loaded-p)
17531         (custom-theme-value): Delete functions.
17533         (custom-declare-theme): Signal error on invalid theme names.
17534         (provide-theme): custom-loaded-themes was deleted.
17535         (load-theme): Load the file unconditionally.
17536         (enable-theme): Call `load-theme' if theme is undefined.
17537         (custom-enabled-themes): Only update value for successful loads.
17538         (disable-theme): Complete from enabled themes when interactive.
17539         (custom-variable-theme-value): Calculate theme value directly.
17541         (custom-theme-reset-variables, custom-reset-variables): Mark as
17542         XEmacs compatibility functions.  We don't actually use these.
17544         * cus-edit.el (custom-variable-state-set):
17545         Use custom-variable-theme-value instead of custom-theme-value.
17546         (custom-face-state-set): Rename `standard' theme to `changed'.
17547         (custom-save-variables, custom-save-faces): Delete unneeded
17548         references to custom-reset-variables.
17549         (custom-save-resets): Delete function.
17550         (custom-save-variables, custom-save-faces): MODE argument deleted.
17551         (custom-save-variables, custom-save-faces): Ignore theme values.
17553         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17554         compatibility function.
17556 2006-01-01  Richard M. Stallman  <rms@gnu.org>
17558         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17559         (Custom-reset-current, Custom-reset-saved): Likewise.
17560         (Custom-reset-standard): Show message if aborted.
17561         (custom-mode): Doc fix, describing those commands.
17563         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17564         put on event-kind property.
17566 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
17568         * custom.el (provide-theme): Ban `user' theme name.
17569         (custom-enabling-themes): New variable.
17570         (enable-theme): Don't enable user if custom-enabling-themes is t.
17571         (custom-enabled-themes): Make it a defcustom.
17572         (custom-theme-recalc-face): No-op if face is undefined.
17574         * cus-edit.el (custom-button-mouse): New variable.
17575         (custom-button-mouse): New face.
17576         (custom-raised-buttons, custom-mode): Use it.
17578         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17580 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17582         * progmodes/gud.el (gud-display-line): Support hl-line in the
17583         source buffer.
17585 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
17587         * mouse.el (mouse-drag-window-above): Verify that the found window
17588         overlaps with the given window in the horizontal dimension.
17590 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17592         * Makefile.in (cvs-update): New target.
17594         * makefile.w32-in (cvs-update): Ditto.
17596 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17598         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17599         (custom-new-theme-mode-map): New variable.
17601 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17603         * custom.el (custom-load-themes): Function deleted.
17605         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17606         (custom-save-variables): Don't delete or add custom-load-themes call.
17608 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17610         * cus-start.el: Add `visible-cursor'.
17612         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17613         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17614         (flymake-process-filter): Switch to buffer before calling it instead.
17615         (flymake-post-syntax-check, flymake-highlight-err-lines)
17616         (flymake-delete-own-overlays, flymake-parse-err-lines)
17617         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17618         (flymake-count-lines, flymake-parse-residual):
17619         Remove constant buffer argument.
17620         (flymake-start-syntax-check-for-current-buffer): Remove.
17621         Update callers to use flymake-start-syntax-check instead.
17622         (flymake-display-err-menu-for-current-line):
17623         Remove unused var `mouse-pos'.
17624         (flymake-restore-formatting): Comment out unused function.
17625         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17626         argument, use current-buffer instead.  Update callers.
17628 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17630         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17631         buffer-local because choose-completion-delete-max-match requires
17632         that we set completion-ignore-case (i.e., binding via let is not
17633         sufficient).
17634         (bibtex-complete): Always set completion-ignore-case and
17635         choose-completion-string-functions.  The latter is needed because
17636         choose-completion-string-functions keeps its value if we quit the
17637         *Completions* buffer without requesting a completion.
17639 2005-12-30  Andreas Schwab  <schwab@suse.de>
17641         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17643 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17645         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17647 2005-12-30  Juri Linkov  <juri@jurta.org>
17649         * locate.el (locate-fcodes-file, locate-header-face)
17650         * progmodes/delphi.el (delphi-other-face)
17651         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17653         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17654         group `paren-showing-faces'.
17656         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17657         (goto-address): Fix docstring.
17659         * net/webjump.el (webjump-sample-sites): Update URLs.
17661         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17663         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17665 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17667         * font-lock.el (font-lock-compile-keywords): Signal an error when
17668         font-lock-set-defaults hasn't been called.
17670 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17672         * subr.el (noreturn, 1value): Doc fixes.
17674 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17676         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17677         that assoc-string returns nil.
17679 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17681         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17682         (bibtex-entry-type-str, bibtex-empty-field-re)
17683         (bibtex-search-backward-string, bibtex-preamble-prefix)
17684         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17685         (bibtex-any-valid-entry-type): New variable.
17686         (bibtex-parse-field-name): Simplify.
17687         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17688         (bibtex-preamble-prefix): Include left delimiter.
17689         (bibtex-search-forward-field, bibtex-search-backward-field):
17690         Allow unbounded search past entry boundaries (required by bibtex-pop).
17691         (bibtex-text-in-field-bounds): Use push.
17692         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17693         (bibtex-parse-preamble, bibtex-valid-entry)
17694         (bibtex-beginning-first-field): New functions.
17695         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17696         (bibtex-map-entries): Fix docstring.
17697         (bibtex-flash-head): New arg prompt.  Simplify.
17698         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17699         (bibtex-insert-kill): Simplify.  Always insert text past the
17700         current field or entry.
17701         (bibtex-format-entry): Use bibtex-parse-field.
17702         (bibtex-pop): Use bibtex-beginning-of-entry and
17703         bibtex-end-of-entry to initiate the search.  Insert empty field if
17704         we found ourselves.
17705         (bibtex-print-help-message): New args field and comma.
17706         Handle entry keys.
17707         (bibtex-make-field): Use bibtex-beginning-of-entry.
17708         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17709         invalid entry.
17710         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17711         Handle preambles.  Simplify code for thorough test.
17712         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17713         New arg comma.  Handle entry heads.
17714         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17715         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17716         New arg comma.
17717         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17718         (bibtex-fill-field): Simplify.
17719         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17720         bibtex-parse-field.
17721         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17722         (bibtex-complete): Use bibtex-parse-preamble.
17724 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17726         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17727         Display name of expression instead of convenience variable.
17728         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17730         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17731         toggle-gud-tooltip-dereference.
17732         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17733         (gud-tooltip-tips): ...here when dereferencing.
17735 2005-12-28  Bill Wohler  <wohler@newt.com>
17737         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17739 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17741         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17742         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17743         (vc-annotate-display-autoscale): Adjust call.
17744         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17745         Fix interactive spec.
17746         (vc-annotate-time-span): Remove.
17747         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17748         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17749         (vc-annotate-display-select): Use new name.
17751         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17752         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17753         Correct the construction of span entries.  Simplify.
17754         (vc-annotate-display-select): Fix the nil case.
17755         (vc-annotate): Remove obsolete (and now broken) code.
17756         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17757         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17759 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17761         * subr.el (lazy-completion-table): Correct typo in docstring.
17763         * startup.el (command-line): Use `custom-reevaluate-setting' for
17764         `send-mail-function'.
17766         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17768 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17770         * mail/smtpmail.el (smtpmail-try-auth-methods):
17771         Send credentials together with "AUTH PLAIN" command.
17773 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17775         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17776         mouse-2, go back to previously selected window, so it's selected
17777         when mouse-2 command runs.
17779 2005-12-27  Juri Linkov  <juri@jurta.org>
17781         * descr-text.el (describe-text-sexp): Use square brackets for
17782         button [Show] to distinguish it from the property value `show'.
17783         (describe-property-list): Use `insert-text-button' with
17784         `help-face' type instead of putting face in quotes, because button
17785         is not created automatically for a list of faces.
17786         (describe-text-properties-1): Put button-type value in quotes to
17787         distinguish from plain text "button".
17788         (describe-char): Display code point values in hex.  Don't use
17789         `symbol-name' for `current-input-method' because it is a string.
17790         Use `insert-text-button' with `help-face' type instead of putting
17791         hardcoded face in quotes, because button is not created automatically.
17793 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17795         * progmodes/glasses.el (glasses-face): More specific custom type.
17797         * files.el (set-visited-file-name): Doc fix.
17799         * textmodes/flyspell.el (flyspell-external-point-words):
17800         Use local var buffer-scan-pos to advance scan for next misspelling.
17801         Advance it only after we find the misspelling.
17803 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17805         * textmodes/flyspell.el (flyspell-external-point-words):
17806         New criteria for finding the misspelling in the buffer.
17808 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17810         * help-mode.el (help-insert-string): Set help-xref-stack-item
17811         rather than call help-setup-xref.
17813         * descr-text.el (describe-char): Revert previous changes for
17814         optional buffer argument.
17816 2005-12-27  Juri Linkov  <juri@jurta.org>
17818         * help-mode.el (help-insert-string): New function.  Save buffer
17819         contents in cases where it is impossible to recompute the old contents.
17821         * descr-text.el (describe-char): Set help-xref-stack-item
17822         explicitly after buffer has been generated.
17824 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17826         * cus-start.el (all): Add x-gtk-show-hidden-files.
17828 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17830         * replace.el (perform-replace): Calculate match-again
17831         before skipping read-only matches.
17833         * paren.el (paren-showing-faces): New group.
17834         (show-paren-match, show-paren-mismatch): Move to that group.
17836         * button.el (button): Put into group `basic-faces'.
17838         * progmodes/make-mode.el: Remove faces from group `faces'.
17840         * apropos.el (apropos, apropos-value): Doc fix.
17841         (apropos-documentation): Doc fix.
17843 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17845         * subr.el (lazy-completion-table): Remove argument `args'.
17847         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17848         Don't use the `args' argument of lazy-completion-table.
17850 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17852         * descr-text.el (describe-char): Add optional argument for buffer.
17853         Set buffer appropriately.  Call help-setup-xref.
17854         Suggested by Stefan Monnier.
17856 2005-12-26  Juri Linkov  <juri@jurta.org>
17858         * descr-text.el: Require `help-fns' at runtime.  Don't require
17859         `button' for byte compilation.
17860         (describe-text-widget): Add `help-echo' for first button.
17861         Use `help-info' for second.
17862         (describe-property-list): Use `help-argument-name' instead of `italic'.
17863         (describe-text-category): Add prompt to interactive spec.
17864         Call `help-setup-xref'.
17865         (describe-char): Use `help-character-set'.  Add `help-echo' for
17866         code point.  Use `help-input-method'.  Remove superfluous insert.
17868 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17870         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17871         at point, in case of narrowing.
17873         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17875         * locate.el (locate-header-face): Allow nil in type.
17877         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17879 2005-12-25  Romain Francoise  <romain@orebokech.com>
17881         * battery.el (battery-linux-proc-acpi): Also try
17882         `/proc/acpi/thermal_zone/THM0/temperature'.
17884 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17886         * custom.el (custom-push-theme): Fix docstring.
17888         * cus-edit.el (custom-variable-set, custom-variable-save)
17889         (custom-variable-save): Custom-quote widget values.
17890         (customize-save-variable): Fix custom-push-theme call.
17892 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17894         * w32-fns.el (w32-batch-update-autoloads): New function.
17896         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17897         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17898         from the command line.
17900 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17902         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17903         reset means to remove setting from theme entirely.  Don't keep
17904         expanding theme-settings list; delete old entries if necessary.
17906         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17907         customization" button one line up.
17908         (custom-themed): New face.
17909         (custom-magic-alist): New value, THEMED, for theme settings.
17910         (custom-variable-state-set, custom-face-state-set):
17911         Check theme-value instead of saved-value.
17912         (custom-variable-reset-standard, custom-face-reset-standard):
17913         Remove theme setting entirely.  Recalculate new values.
17914         (custom-variable-set, custom-variable-set)
17915         (custom-variable-reset-saved, custom-variable-reset-backup)
17916         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17917         (custom-variable-save): Fix typos.
17919 2005-12-23  Juri Linkov  <juri@jurta.org>
17921         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17922         Add autoload cookies.
17923         (edebug-outside-d-c-i-n-s-w): New variable.
17924         (edebug-display, edebug-outside-excursion): Use it to save the
17925         original value of default-cursor-in-non-selected-windows.
17926         Set default-cursor-in-non-selected-windows to t while Edebug
17927         is active.
17928         (edebug-mode, edebug-eval-mode): Doc fix.
17930         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17931         with `buffer-substring-no-properties' to remove common substring
17932         highlighting.
17934         * info.el (info-other-window, info): Rename function argument
17935         `file' to `file-or-node'.
17936         (Info-complete-menu-item): Use local variable `complete-nodes' to
17937         keep the global value of `Info-complete-nodes' unchanged for
17938         subsequent completions.
17939         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17941         * simple.el (get-next-valid-buffer, last-buffer)
17942         (next-error-buffer-p, next-error-find-buffer)
17943         (minibuffer-history-sexp-flag): Doc fix.
17945         * savehist.el (savehist-mode-hook): Add `:group'.
17947         * log-view.el: Call autoload for vc-find-version.
17948         (log-view-current-file): Adjust subgroup numbers.
17949         (log-view-current-tag): Add `length'.
17951 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17953         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17955 2005-12-23  Juri Linkov  <juri@jurta.org>
17957         * hi-lock.el (hi-lock-archaic-interface-message-used)
17958         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17959         (hi-lock-mode): Display "Hi" in the mode line only when
17960         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17961         (hi-lock-write-interactive-patterns):
17962         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17963         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17964         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17965         font-lock-add-keywords to t.
17967 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17969         * hi-lock.el (hi-lock-highlight-range): New variable.
17970         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17971         only if font-lock-fontified is non-nil.  Remove overlays.
17972         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17973         font-lock-fontified is non-nil, otherwise use overlays (instead of
17974         text properties).
17975         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17976         New variables.
17977         (hi-lock-string-serialize): New function.
17979 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17981         * menu-bar.el (menu-find-file-existing): New function.
17982         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17984         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17986 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17988         * vc.el: Remove unnecessary leading * in docstrings.
17989         (vc-annotate-mode-map): Move initialization into declaration.
17990         (vc-static-header-alist): Nitpick on the regexp.
17991         (vc-default-init-version): New fun.
17992         (vc-register): Use it.
17993         (vc-insert-headers): Use dolist.
17994         (vc-annotate-get-backend): Remove unused function.
17995         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17996         (vc-annotate-mode): Remove corresponding call.
17997         (vc-annotate-car-last-cons): Simplify.
17998         (vc-annotate-buffers): Remove var.
17999         (vc-annotate-backend): Make it buffer-local.
18000         (vc-annotate): Move the interaction to the interactive spec.
18001         Add a `buf' argument.
18002         (vc-annotate-warp-version): Use this new `buf' argument to avoid
18003         killing&creating a vc-annotate buffer, which is very disruptive when
18004         the buffers are shown in dedicated frames.
18006 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
18008         * descr-text.el: Add FSF as maintainer.
18009         (describe-text-mode, describe-text-mode-map)
18010         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
18011         help-mode.
18012         (describe-text-widget, describe-text-sexp)
18013         (describe-property-list, describe-text-category)
18014         (describe-text-properties, describe-text-properties-1)
18015         (describe-char): Use help buttons instead of widgets.
18016         (describe-char-unicodedata-file): Make URL link in doc string.
18018 2005-12-22  Richard M. Stallman  <rms@gnu.org>
18020         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18021         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18022         Don't include buttons that write a file when there's no file.
18023         (custom-variable-menu, custom-face-menu, custom-group-menu):
18024         Don't include commands that write a file when there's no file.
18025         (customize-browse): Reword the top-of-buffer help intro.
18026         (custom-buffer-create-internal): Fix previous change.
18027         (customize-changed-options-previous-release): Prev release is 21.1.
18028         (customize-changed-options): Doc fix.
18029         (customize-changed): New alias.
18030         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18031         Say "standard values".
18032         (Custom-reset-standard): Doc fix.
18033         (custom-face-reset-standard): Doc fix.
18035 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18037         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18038         even if font-lock-mode is non-nil since it may be t without having
18039         turned on font-lock-mode-internal.
18040         (font-lock-choose-keywords): Minor optimization.
18041         (font-lock-add-keywords, font-lock-remove-keywords)
18042         (font-lock-set-defaults): Don't call make-local-variable on a variable
18043         that we know to already be local.
18045 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18047         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18048         messages if in the minibuffer.
18050 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18052         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18053         (tex-mode-flyspell-verify, flyspell-get-word)
18054         (flyspell-external-point-words): Don't use point-min/max uselessly.
18056         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18057         by Kevin Rodgers.  Instead, just hide the completions buffer if we
18058         don't need to show it.
18060 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
18062         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18064 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18066         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18067         delete-windows-on with an inexistent buffer.
18069 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
18071         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18072         Delete defcustom variable :tag names.
18074 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18076         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18077         (log-view-font-lock-keywords): Ajust subgroup numbers.
18078         (log-view-current-tag): Don't hard code the number of subgroups.
18080 2005-12-20  Juri Linkov  <juri@jurta.org>
18082         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18083         (tooltip-x-offset, tooltip-y-offset): Doc fix.
18085         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18086         (menu-bar-non-minibuffer-window-p): Instead of checking
18087         display-multi-frame-p, use selected-frame when menu-updating-frame
18088         is nil.
18090 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
18092         * align.el (align-rules-list): Use [ \t] instead of \s-
18093         for column separators in text mode.
18095 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
18097         * help-mode.el (help-customize-variable, help-customize-face):
18098         Don't pop help-xref-stack as help-follow no longer pushes
18099         anything on to it.
18101 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
18103         * textmodes/org.el (org-agenda-custom-commands): New option.
18104         (org-agenda): Offer custom commands on splash screen.
18105         (org-make-tags-matcher): Parser for Boolean logic added.
18106         (org-agenda-set-tags): New command.
18107         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18108         (org-set-tags): Efficiency improvements.
18109         (org-auto-align-tags): New option.
18110         (org-todo, org-demote, org-promote): Realign tags.
18111         (org-tags-completion-function): Use also "&" and "|" as separators.
18112         (org-org-menu): Agenda commands simplified.
18114 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
18116         * cus-edit.el (customize-apropos, customize-apropos-options):
18117         Docstring changes.
18119         * font-lock.el (font-lock): Add tags to the links in the defgroup.
18121 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
18123         * longlines.el (longlines-mode): Wrap while widened.
18124         (longlines-decode-region, longlines-encode-region): Compute max
18125         just once.
18127 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18129         * cus-edit.el (mac): New group.
18131         * cus-start.el (all): Add user options in macterm.c.  Add test for
18132         Mac-related built-ins.  Fix test for GTK-related built-ins.
18134         * term/mac-win.el (mac-handle-language-change)
18135         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18136         (mac-services-open-selection, mac-services-mail-selection)
18137         (mac-services-mail-to, mac-services-insert-text)
18138         (mac-dispatch-apple-event): Add docstrings.
18139         (x-get-selection, mac-select-convert-to-string): Select coding
18140         system from `utf-16be' and `utf-16le' using `byteorder'.
18142 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18144         * subr.el (lazy-completion-table): Don't be fooled if the var holds
18145         a "list" (lambda ...) rather than a real completion list.
18147         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18148         lexical-let when encountering ((lambda (...) ...) ...).
18150 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18152         * progmodes/sh-script.el (sh-mode):
18153         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18154         * textmodes/picture.el (picture-mode): Update docstrings.
18156 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
18158         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18159         commands enclosed in $(ARGQUOTE)s should not be split between two
18160         lines, as that will break with GNU Make >3.80, when sh.exe is used
18161         and arg quoting is with '..'.
18162         (autoloads): Don't break the quoted --eval expression between
18163         several lines.
18165 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18167         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18168         Capture error from printing circular structures.
18170 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
18172         * wid-edit.el (widget-checkbox-action): Clear undo info.
18174 2005-12-16  Bill Wohler  <wohler@newt.com>
18176         * menu-bar.el (kill-this-buffer): Set a good example by using menu
18177         bar, not menubar in comment.
18179 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18181         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18182         After-change-functions should not clobber the match data.
18184 2005-12-16  Juri Linkov  <juri@jurta.org>
18186         * simple.el (choose-completion): Use `buffer-substring-no-properties'
18187         instead of `buffer-substring'.
18188         (completion-common-substring): Doc fix.
18189         (completion-setup-function): Use minibuffer-completion-contents
18190         instead of minibuffer-contents.  Don't set common-string-length
18191         initially.  Remove special handling of partial-completion-mode.
18192         Move computation of completion-base-size into one cond.
18193         Call completion-base-size-function in mainbuf.  In computation of
18194         completion-base-size for file name completion don't move point to
18195         the end of the minibuffer.  Move computation of common-string-length
18196         into one cond.  Start putting faces only when common-string-length>=0.
18197         Add condition to put completions-common-part when
18198         common-string-length>0.
18200         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18201         place point at the first different character in the minibuffer
18202         even if this position is at the beginning of the minibuffer.
18204         * info.el (Info-read-node-name-1): In completion-base-size-function's
18205         lambda return 1 if common-substring or minibuffer-completion-contents
18206         starts with (, and 0 otherwise.
18208         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18209         Use `crm-current-element' for second arg of `display-completion-list'.
18211 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
18213         * files.el (set-auto-mode): Look for an interpreter specified on
18214         the first line also if search for mode specification succeeded,
18215         but the mode is not known.
18217 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
18219         * textmodes/org.el (org-tags-match-list-sublevels): New option.
18220         (org-open-at-point): Implement tag searches as links.
18221         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18222         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18223         (org-tags-sparse-tree, org-tags-view, org-set-tags)
18224         (org-agenda-dispatch): New commands.
18225         (org-use-tag-inheritance, org-tags-column): New options.
18226         (org-tab-follows-link, org-return-follows-link): New options.
18227         (org-tags): New customize group.
18228         (org-start-icalendar-file): Get local time zone.
18229         (org-tags-completion-function): New function.
18230         (org-set-font-lock-defaults): Make sure links will also be
18231         highlighted inside headlines.
18233 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
18235         * term.el (term-emulate-terminal):
18236         Let term-handle-ansi-terminal-messages override what Bash says about
18237         its current directory.
18239 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18241         * bindings.el (last-buffer): Move to simple.el.
18242         * simple.el (last-buffer): Move here.
18243         (get-next-valid-buffer): New function.
18244         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18245         (prev-buffer): Ditto.  Rename to `previous-buffer'.
18247         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18248         * bindings.el (global-map): Ditto.
18250 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
18252         * cus-edit.el: Introductory comment change.
18253         (custom-magic-alist): Change message string for the `rogue' state.
18255 2005-12-15  Richard M. Stallman  <rms@gnu.org>
18257         * tooltip.el: Delete defcustom variable :tag names.
18259         * complete.el (partial-completion-mode): Doc fix.
18261         * textmodes/flyspell.el (flyspell-external-point-words):
18262         Use save-excursion to ensure we don't move backward in the
18263         search loop, not even one character.
18264         (flyspell-delete-all-overlays): Use remove-overlays directly.
18266         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18267         (ispell-start-process): Set that variable.
18268         Clear ispell-buffer-local-name.
18269         (ispell-internal-change-dictionary):
18270         Set ispell-current-dictionary after killing process.
18271         (ispell-buffer-local-dict):
18272         Don't set spell-personal-dictionary after killing process.
18273         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18274         (ispell-tex-skip-alists, ispell-html-skip-alists)
18275         (ispell-skip-region-alist): Mark as risky.
18277         * net/newsticker.el (newsticker--retrieval-timer-list)
18278         (newsticker--display-timer, newsticker-running-p)
18279         (newsticker-ticker-running-p): Definitions moved up.
18281 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
18283         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18285 2005-12-15  David Ponce  <david@dponce.com>
18287         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18288         (recentf-edit-list, recentf-open-files): Signal an error when
18289         there is no recent file.
18291 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18293         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18294         read-only except for texinfo-format-region evaluation.
18296 2005-12-14  Richard M. Stallman  <rms@gnu.org>
18298         * vc.el (vc-default-previous-version, vc-default-next-version)
18299         (vc-do-command): Doc fixes.
18301 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18303         * textmodes/bibtex.el (bibtex-expand-strings)
18304         (bibtex-autokey-expand-string, bibtex-name-part)
18305         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18306         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18307         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18308         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18309         (bibtex-entry-postfix, bibtex-known-entry-type-re)
18310         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18311         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18312         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18313         (bibtex-beginning-of-last-entry): Remove.
18314         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
18315         message if comma is missing but buffer is read-only.
18316         (bibtex-parse-field-text): Handle whitespaces at the end of field
18317         text.  Return 3-element list with beginning and end of field text
18318         and end of field.
18319         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18320         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
18321         (bibtex-search-forward-field, bibtex-search-backward-field):
18322         Search always delimited by limits of entry.  Use more efficient
18323         search algorithms.
18324         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18325         bibtex-end-of-name-in-field.
18326         (bibtex-text-in-field-bounds): Handle BibTeX strings when
18327         extracting the content of a field.
18328         (bibtex-text-in-field): Use search limits.
18329         (bibtex-parse-string-prefix): Handle empty string keys based on
18330         bibtex-string-empty-key.
18331         (bibtex-parse-string): Fix docstring.
18332         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18333         (bibtex-preamble-prefix, bibtex-strings): New functions.
18334         (bibtex-skip-to-valid-entry): Include preceding whitespace in
18335         BibTeX entries (consistent with other BibTeX functions).
18336         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18337         (bibtex-search-entry): Fix docstring.  Simplify.
18338         (bibtex-flash-head, bibtex-complete-string-cleanup)
18339         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18340         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18341         (bibtex-parse-entry): New optional arg content.
18342         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18343         Use bibtex-text-in-field-bounds.
18344         (bibtex-print-help-message): Handle BibTeX strings and preambles.
18345         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18346         bibtex-parse-string-postfix.
18347         (bibtex-find-text-internal): New function.
18348         (bibtex-remove-delimiters): Use it.
18349         (bibtex-find-text): Use it.  New optional arg help.
18350         (bibtex-complete): Handle BibTeX string and preamble entries.
18351         (bibtex-Preamble): Fix order of closing delimiters.
18353 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18355         * vc.el (vc-default-revert): New fun.
18357         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18359 2005-12-14  Romain Francoise  <romain@orebokech.com>
18361         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18362         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18363         (font-lock-remove-keywords): Likewise.
18365 2005-12-14  Juri Linkov  <juri@jurta.org>
18367         * log-view.el (log-view-diff): Doc fix.
18369         * isearch.el (isearch-query-replace): Use (mark) instead of
18370         isearch-opoint if mark is active in transient-mark-mode.
18372 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
18374         * isearch.el (isearch-query-replace): Check for isearch-other-end.
18376 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
18378         * progmodes/cpp.el (cpp-face): New widget.
18379         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18381 2005-12-14  Juri Linkov  <juri@jurta.org>
18383         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18384         around `erase-buffer' and `insert'.
18386         * descr-text.el (describe-text-properties): Replace buffer name
18387         "*Help-2*" with "*Help*<2>".
18388         (describe-char): Add functions print-help-return-message,
18389         toggle-read-only.  Use help-setup-xref with nil to not store
18390         describe-char in help-xref-stack.  Use help-make-xrefs to
18391         make [back] button.
18393         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18395         * wdired.el (wdired-old-point): New internal variable.
18396         (wdired-change-to-wdired-mode): Set it buffer-locally.
18397         (wdired-abort-changes): Restore point after aborting changes.
18399 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18401         * vc.el (vc-do-command): Add a new value t for okstatus.
18403         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18404         frame in case of errors.
18406 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18408         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18409         so it comes after "On the Left" in the menu.
18411 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
18413         * cus-edit.el (customize-apropos, customize-apropos-options)
18414         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18416 2005-12-12  Bill Wohler  <wohler@newt.com>
18418         * vc-svn.el (vc-svn-registered): Fix problem of visiting
18419         non-writable Subversion-controlled files by saving window
18420         configuration before calling vc-do-command.  vc-do-command calls
18421         pop-to-buffer on error which is unexpected during registration.
18423 2005-12-12  Jay Belanger  <belanger@truman.edu>
18425         * calc/README: Update the summary of changes.
18427 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18429         * descr-text.el (describe-char): Rework last fix to solve the problem
18430         is the same way it's solved for everything else in that function
18431         (i.e. by extracting the info before setting up the *Help* buffer).
18433 2005-12-12  Kim F. Storm  <storm@cua.dk>
18435         * subr.el (version-regexp-alist): Allow space as separator before
18436         non-numeric part, e.g. "1.0 alpha".
18437         (version-to-list): Interpret .X.Y version as 0.X.Y version.
18439 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
18441         * textmodes/org.el (org-agenda, org-timeline, org-todo):
18442         Implement Logging and the keep-modes setting.
18443         (org-get-category): Make sure a string is returned.
18444         (org-log-done): New function.
18445         (org-log-done, org-closed-string): New options.
18447 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18449         * tooltip.el (tooltip-y-offset): Change default to 20.
18451 2005-12-12  Richard M. Stallman  <rms@gnu.org>
18453         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18455         * frame.el (display-hourglass): Doc fix.
18457         * help.el (help-for-help-internal): Simplify entry for `a'.
18459         * info.el (Info-on-current-buffer): Doc fix.
18460         (info-insert-file-contents): Don't test (featurep 'jka-compr).
18462         * startup.el (inhibit-splash-screen): Make this the real name.
18463         (inhibit-startup-message): Make this the alias.
18464         (command-line): Find only simple.el, and use its directory
18465         to fill in other preloaded files' names.
18466         (command-line): Deactivate the mark if deactivate-mark is set.
18468         * international/mule.el (load-with-code-conversion):
18469         Bind deactivate-mark.
18471         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18473 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
18475         * cus-edit.el (customize-apropos): Avoid listing an option more
18476         than once under different aliases.  No longer list user options
18477         that are not defined with defcustom (unless a prefix arg is given).
18478         Doc fix.
18479         (customize-apropos-options): Doc fix.
18481 2005-12-11  Juri Linkov  <juri@jurta.org>
18483         * frame.el (set-background-color, set-foreground-color)
18484         (set-cursor-color, set-mouse-color, set-border-color):
18485         Add explicit prompts to read colors by `facemenu-read-color'.
18486         (show-trailing-whitespace, blink-cursor-delay)
18487         (blink-cursor-interval, display-hourglass, hourglass-delay):
18488         Remove tags.
18489         (display-hourglass, hourglass-delay): Doc fix.
18490         (cursor-in-non-selected-windows): Capitalize words in tag.
18492         * faces.el (frame-background-mode): Replace `choice-item' keywords
18493         with `const' to not make [default] button.  Change default value tag
18494         from `default' to `automatic'.  Doc fix.
18495         (trailing-whitespace) <defface>: Change group `whitespace' to
18496         `whitespace-faces'.
18498 2005-12-11  Richard M. Stallman  <rms@gnu.org>
18500         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18502 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18504         * term/mac-win.el: Create keymap for mac-apple-event-map.
18506 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
18508         * tooltip.el (tooltip-mode): Move to start of file so that it
18509         appears at top of customize buffer.
18511         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18512         Add the gud groupname.
18513         (gud-tooltip-mode): Add the tooltip groupname.
18514         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
18515         avoid conflict with tooltip-use-echo-area.
18517 2005-12-10  Romain Francoise  <romain@orebokech.com>
18519         * help.el (help-for-help-internal): Add `r' in doc string.
18521 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18523         * align.el (align-regexp, align-highlight-rule):
18524         Use region-beginning and region-end instead of point and mark, so that
18525         repetition (with `repeat-complex-command') recomputes the region
18526         bounds.
18528 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18530         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18531         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18532         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18533         (balance-windows): Rewrite using the above new functions.
18535 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
18537         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18538         react if global-hi-lock-mode seems intended.
18539         (global-hi-lock-mode): Renamed from hi-lock-mode.
18540         (hi-lock-archaic-interface-message-used)
18541         (hi-lock-archaic-interface-deduce): New variables.
18542         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18543         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18544         (hi-lock-find-patterns, hi-lock-font-lock-hook):
18545         Replace hi-lock-buffer-mode with hi-lock-mode.
18547 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18549         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18550         completion list, even after a partial completion has been
18551         inserted in the current buffer.  If there are more than 1
18552         completion, redisplay the *Completions* buffer; if the
18553         completion is unique, delete the *Completions* window.
18555 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
18557         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18558         strings and long subject lines that were broken into multiple
18559         lines at arbitrary places.  Handle subjects that have "Re: " in
18560         the middle.
18562 2005-12-10  John W. Eaton  <jwe@octave.org>
18564         * progmodes/octave-mod.el (octave-electric-space): Don't indent
18565         comments or strings if octave-auto-indent is nil.
18567 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18569         * term/mac-win.el: Require url when compiling.
18570         Call mac-process-deferred-apple-events after loading init files.
18571         (mac-apple-event-map): New defvar.  Define event handlers in it.
18572         (core-event, internet-event): New Apple event class symbols.
18573         (open-application, reopen-application, open-documents)
18574         (print-documents, open-contents, quit-application)
18575         (application-died, show-preferences, autosave-now, get-url):
18576         New Apple event ID symbols.
18577         (about): New HICommand ID symbol.
18578         (mac-event-spec, mac-event-ae): New macros.
18579         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18580         (mac-ae-selection-range, mac-ae-text-for-search)
18581         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18582         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
18583         and Services menu events are now defined in mac-apple-event-map.
18584         (mac-drag-n-drop): Remove selection range handling.
18586 2005-12-10  Kenichi Handa  <handa@m17n.org>
18588         * simple.el (zap-to-char):
18589         * isearch.el (isearch-process-search-char): Translate CHAR by
18590         translation-table-for-input.
18592 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
18594         * foldout.el (foldout-exit-fold): Properly hide subtree.
18596 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18598         * files.el (save-buffer):
18599         * international/ucs-tables.el (ucs-set-table-for-input):
18600         * mail/mail-extr.el (mail-extract-address-components):
18601         * mail/sendmail.el (mail-mode): Reformat doc string.
18603 2005-12-09  Juri Linkov  <juri@jurta.org>
18605         * isearch.el (isearch-highlight): Change main overlay priority
18606         from 1 to 1001.  Simplify.
18607         (isearch-lazy-highlight-update): Change lazy overlay priority
18608         from 0 to 1000.
18610         * replace.el (replace-highlight): Change overlay priority from
18611         1 to 1001.
18613         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18614         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18616         * compare-w.el (compare-windows-highlight): Change overlay
18617         priority from 1 to 1000.
18619         * menu-bar.el (menu-bar-edit-menu): Add listp around
18620         pending-undo-list to disable menu item "undo" when pending
18621         undo list is empty.
18623         * locate.el (locate): Disable undo in *Locate* buffer.
18625 2005-12-09  Kim F. Storm  <storm@cua.dk>
18627         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18629 2005-12-09  David Ponce  <david@dponce.com>
18631         * recentf.el: Improvement of the menu code.
18632         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18633         instead of menu hook.
18634         (recentf-show-menu, recentf-hide-menu): New functions.
18635         (recentf-menu-customization-changed, recentf-mode): Use them.
18636         (recentf-menu-action, recentf-max-menu-items)
18637         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18638         (recentf-arrange-by-rule-others)
18639         (recentf-arrange-by-rules-min-items)
18640         (recentf-arrange-by-rule-subfilter): Don't use
18641         `recentf-menu-customization-changed'.
18642         (recentf-arrange-rules): Likewise.  Accept functions to compute
18643         sub-menu titles.
18644         (recentf-menu-filter): Likewise.  Doc fix.
18645         (recentf-menu-value-shortcut): Doc fix.
18646         (recentf-dump-variable): Quote atom value.
18647         (recentf-make-menu-items): Update to use it as a menu filter.
18648         (recentf-match-rule): New function.
18649         (recentf-arrange-by-rule): Use it.
18650         (recentf-indirect-mode-rule): New function.
18651         (recentf-build-mode-rules): Use it.
18652         (recentf-dir-rule): New function.
18653         (recentf-arrange-by-dir): Use it.
18654         (recentf-filter-changer-current): Rename from
18655         `recentf-filter-changer-state'.  All references updated.
18656         (recentf-filter-changer-alist): Update filter names.
18657         (recentf-filter-changer-select): New function.
18658         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18659         available in `recentf-filter-changer-alist'.
18660         (recentf-data-cache, recentf-clear-data)
18661         (recentf-update-menu): Remove.  All references updated.
18662         (recentf-match-rule-p, recentf-build-dir-rules)
18663         (recentf-filter-changer-goto-next)
18664         (recentf-filter-changer-get-current)
18665         (recentf-filter-changer-get-next): Remove.
18667 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18669         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18670         buffer "Reset" button to "Reset to Current" for consistency with
18671         the State buttons.
18673 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18675         * ibuf-ext.el (define-ibuffer-filter filename):
18676         If `dired-directory' is a list then really use its car.
18678 2005-12-08  Kim F. Storm  <storm@cua.dk>
18680         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18681         Fix indention of text on right side of replaced rectangle.
18683 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18685         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18686         No need to check gud-comint-buffer is bound.
18687         (gdb): Prevent multiple debugging when first session uses gdba.
18689 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18691         CC Mode update to 5.31.
18693         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18694         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18695         We might do this function properly in the future).
18697         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18698         New macros c-sentence-end and c-default-value-sentence end, to cope
18699         with Emacs 22's new function `sentence-end'.
18701 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18703         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18704         compat issue using `c-put-overlay' and `c-delete-overlay'.
18706         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18707         New compat macros to handle overlays/extents.
18709 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18711         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18712         (for GNU Emacs 20.4).
18714         * progmodes/cc-defs.el
18715         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18717         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18718         highlighting mechanism so it will work in XEmacs too.
18720         * progmodes/cc-defs.el: Insert c-int-to-char.
18722         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18723         call to the new macro c-int-to-char.  This solves XEmacs's
18724         regarding characters as different from integers.
18726 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18728         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18729         New internal helper.
18731         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18732         construct to make the indirect face lookup work in XEmacs.
18734         (c-cpp-matchers): Append the negation char face to the existing
18735         fontification, so that the cpp face doesn't disappear.
18736         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18737         and strings.
18739         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18740         to map to `font-lock-negation-char-face' in emacsen where it exists.
18742 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18744         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18746         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18747         Rename "c-subword-move-mode" as "c-subword-mode".
18749         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18750         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18752 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18754         * progmodes/cc-mode.el: Added autoload directive for
18755         `c-subword-move-mode' for use in older emacsen.
18757 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18759         * progmodes/cc-mode.el:
18760         (i): Insert a binding for C-c C-backspace into
18761         c-bind-special-erase-keys which works in TTYs.
18762         (ii): Make sure that when file styles are used, any explicitly
18763         given style variables take priority over those in the style.
18764         Do this by calling `hack-local-variables' a second time.
18766         * progmodes/cc-vars.el: Add language specific customization
18767         widgets for AWK to c-doc-comment-style, c-require-final-newline
18768         and c-default-style.  Add a defcustom for awk-mode-hook.
18769         Give c-syntactic-element and c-syntactic-context doc-strings by
18770         directly setting their `variable-documentation' propery.
18771         This allows Emacs 22.1 to read these with C-h v.
18773         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18775 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18777         * progmodes/cc-fonts.el, cc-vars.el
18778         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18779         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18780         Masatake YAMATO.
18782         (c-doc-comment-style): Made GtkDoc default in C mode.
18784         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18785         and C-c C-<delete>.
18787         (c-bind-special-erase-keys): New function for use on
18788         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18790         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18791         <delete> key behavior in XEmacs according to `delete-forward-p'.
18792         C.f. `c-electric-delete'.
18794 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18796         * progmodes/cc-mode.el: Give c-hungry-backspace and
18797         c-hungry-delete-forward permanent key bindings.
18799         * progmodes/cc-cmds.el (c-electric-semi&comma):
18800         Bind c-syntactic-context for calls to "criteria functions", for
18801         consistency with other calls to user functions.
18803         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18804         `current-prefix-arg', since this might be the prefix arg to a
18805         command which calls c-indent-command as a function.  Change the
18806         interactive spec from "p" to "P".
18808         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18809         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18810         was difficult to understand.
18812 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18814         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18815         first char of an identifier.
18817         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18818         +" syntax in C++.
18820 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18822         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18823         auto-fill doesn't split a c-comment's last word from a hanging
18824         "*/" when a space is typed between them after fill-column.
18826         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18828         * progmodes/cc-styles.el (c-set-style)
18829         (c-setup-paragraph-variables): Abort the command if we're not in a
18830         CC Mode buffer.
18832         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18833         with blank comment-prefix, and a blank line as the comment's
18834         second line.
18836 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18838         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18839         Incorporate the patterns added in the Emacs development branch
18840         for the new Emacs 22 face `font-lock-negation-char-face'.
18842         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18843         of "red" since it stands out better in xterms and DOS terminals.
18845         * progmodes/cc-engine.el (c-literal-faces):
18846         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18848 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18850         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18851         forcibly enable c-electric-flag.
18853         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18854         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18855         after the comment-prefix of a C-style comment will close that comment.
18857 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18859         * progmodes/cc-fonts.el (c-basic-matchers-before)
18860         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18861         in Pike.
18863         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18864         digraphs.
18866         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18867         (c-cpp-message-directives, c-cpp-include-directives)
18868         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18869         (c-cpp-expr-directives): Introduce new language constants to
18870         control cpp syntax in a cleaner way.
18872         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18874         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18876         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18877         (c-multiline-string-start-char): New language constants and
18878         variables to specify how newlines in string literals work.
18880         (c-font-lock-invalid-string): Use them.
18882         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18883         unbalanced close brace is entered.  Optimization by avoiding going
18884         back over arbitrarily large blocks.  Removed hints that this
18885         function only would be relevant/useful in AWK.
18887         (c-electric-brace): Indent syntactically after the cleanups since
18888         lineup functions might do it differently then.
18890         * progmodes/cc-engine.el, cc-langs.el
18891         (c-opt-op-identifier-prefix): New language constant and variable.
18893         (c-just-after-func-arglist-p, c-after-special-operator-id)
18894         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18896         * progmodes/cc-align.el, cc-engine.el
18897         (c-after-special-operator-id): New helper to handle C++ operator
18898         identifiers.
18900         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18901         (c-guess-basic-syntax): Handle C++ operator identifiers in
18902         declarations.
18904         * progmodes/cc-langs.el (c-assignment-operators): Add the
18905         trigraph version of ^= too.
18907         * progmodes/cc-langs.el (c-assignment-operators): Add the
18908         trigraph version of |= in C++.
18910         * progmodes/cc-fonts.el (c-font-lock-declarators):
18911         Handle `c-decl-hangon-kwds' after the identifier name.
18913         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18914         whether an arglist is "nonempty", ignore a comment after the open
18915         paren if it isn't followed by a non-comment token on the same line.
18917         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18918         Enable heuristics below the point to cope with classes inside special
18919         brace lists in Pike.
18921 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18923         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18925 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18927         * progmodes/cc-guess.el (cc-guess-install): New function to
18928         install an already guessed style in another buffer.
18930         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18931         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18932         anyway if the change always is undone.
18934 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18936         Implement togglable electricity:
18938         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18939         saying when it should be used.
18941         * progmodes/cc-engine.el: Add the new buffer-local variable,
18942         c-electric-flag.
18944         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18945         c-toggle-auto-newline.
18947         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18948         c-toggle-auto-newline.  Remove the binding for
18949         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18950         c-toggle-electric-state.
18952         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18954         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18955         c-\(forward\|backward\)-subword.
18956         (c-update-modeline): Add the new modeline flag `l' for
18957         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18958         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18959         Make the old name an alias of the new name.
18960         (c-toggle-electric-state): New function.
18961         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18962         Adapt these functions to do electric things only when
18963         c-electric-flag is non-nil.
18964         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18965         new functions from c-electric-brace.
18966         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18967         mode, so that the tentative extra newline doesn't change the
18968         syntax of the following brace.
18969         (c-electric-brace): Restructure by extracting the above functions.
18970         Tidy up the coding somewhat.
18971         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18972         restructure a bit.
18974 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18976         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18977         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18979         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18980         (c-submode-indicators): Change name from `c-auto-hungry-string'
18981         since it's now used to track another submode.
18983         (c-update-modeline): Convert to function and extended to check
18984         `c-subword-move-mode'.
18986         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18987         Convert to compat aliases for `c-forward-subword' and
18988         `c-backward-subword'.
18990         * progmodes/cc-subword.el: New functions and minor mode to handle
18991         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18993         (c-forward-subword, c-backward-subword, c-mark-subword)
18994         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18995         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18996         Functions corresponding to the standard word handling functions.
18998         (c-subword-move-mode): Minor mode that replaces all the standard
18999         word handling functions with their subword equivalences.
19001 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19003         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19004         entry for one-liner-defun.
19006         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19007         name in its def-edebug-spec.
19009         * progmodes/cc-cmds.el (c-electric-brace): Make the
19010         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
19011         compacts space before a comment, if this will make things fit on
19012         one line.
19014         Introduce an "awk" style, mainly for auto-newline and clean-ups.
19016         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19018         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19019         clean-up one-liner-defun.
19021         * progmodes/cc-styles.el: Add the new "awk" style.
19023         * progmodes/cc-vars.el: Add description of one-liner-defun to
19024         c-cleanup-list's doc-string.  New user options,
19025         c-max-one-liner-length.  In c-default-style, set the default style
19026         for AWK to "awk".
19028 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19030         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19031         macros inside labels.
19033         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19034         `c-at-statement-start-p' and `c-at-expression-start-p'.
19036         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19037         error if the mark isn't set.
19039         * progmodes/cc-engine.el (c-guess-continued-construct)
19040         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19041         accurately detect functions inside functions.
19043         * progmodes/cc-engine.el (c-at-expression-start-p): New function
19044         like `c-at-statement-start-p' that additionally recognizes commas
19045         and expression parentheses as delimiters.
19047         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19048         to avoid heuristics that doesn't work for unclosed blocks.
19049         (c-at-statement-start-p): New function.
19051         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19052         Objective-C directives, e.g. directives spanning lines should work
19053         reasonably well now.
19055         (c-put-c-type-property, c-clear-c-type-property): New helpers.
19057         (c-forward-objc-directive): New function to move over any ObjC
19058         directive.
19060         (c-just-after-func-arglist-p, c-guess-basic-syntax)
19061         (c-basic-matchers-before): Use it.
19063         (c-font-lock-objc-iip-decl): Remove.
19065         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19066         in the template arglist recognition.
19068         * progmodes/cc-styles.el (c-style-alist): Fix several
19069         inconsistencies in the Whitesmith style.
19071         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19072         New lineup function to get lines after Whitesmith style blocks
19073         correctly indented.
19075         (c-lineup-whitesmith-in-block): Back out the compensation for
19076         opening parens since it's done using `add' lists in the style
19077         definition instead.  Don't use the anchor position since it varies
19078         too much between the syntactic symbols. :P
19080         * progmodes/cc-vars.el (c-valid-offset): Update.
19082         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19083         lists where the offsets are combined according to several
19084         different methods: `first', `min', `max', and `add'.
19085         Report offset evaluation errors with `c-benign-error' so that some kind
19086         of reindentation still is done.
19088         * progmodes/cc-engine.el (c-guess-basic-syntax):
19089         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19090         `arglist-close'.
19092         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19093         situations for `arglist-cont-nonempty' and `arglist-close'.
19095         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19097         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19098         cc-bytecomp-boundp' in a number of places.
19100         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19101         macro related issue.
19103 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19105         * progmodes/cc-awk.el: Change the terminology of regexps: A char
19106         list is now [asdf], a char class [:alpha:].
19107         Include code for char classes.
19108         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
19109         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19111         Remove (nearly all of) the cruft associated with AWK Mode's former
19112         concept of "virtual semicolons":
19114         Adapt c-beginning-of-statement, c-end-of-statement (together with
19115         subfunctions) to use the new notion of "virtual semicolon" in
19116         place of the old awkward special handling for AWK.  There remains
19117         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19118         * progmodes/cc-cmds.el:
19119         (c-ascertain-adjacent-literal): In the backwards direction, now
19120         recognises AWK regexp delimiters as string delimiters.
19121         (c-after-statement-terminator-p): Adapt for virtual semicolons;
19122         check more rigorously for "end of macro".
19123         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19124         virtual semicolons;
19125         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19126         out the code for forward movement into ...
19127         (c-end-of-statement): Now contains the code for forward movement,
19128         adapted for virtual semicolons.
19130         * progmodes/cc-engine.el:
19131         (c-ws*-string-limit-regexp): New regexp.
19132         (c-forward-single-comment, c-backward-single-comment): Comment out
19133         the (now redundant) "special" AWK stuff.
19135         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19136         c-string-par-start, c-string-par-separate to be more like Text
19137         Mode than Fundamental Mode.
19139 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19141         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19142         to the fontified region so that fontification doesn't occur
19143         outside it (could happen e.g. when fontifying a line with an
19144         unfinished declaration).
19146 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19148         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19149         start of the file.  ^L now separate sections of the file.
19150         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19151         (c-awk-one-line-possibly-open-string-re)
19152         (c-awk-regexp-one-line-possibly-open-char-class-re)
19153         (c-awk-one-line-possibly-open-regexp-re)
19154         (c-awk-one-line-non-syn-ws*-re): New defonsts.
19155         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19157         Amend the concept of "virtual semicolons" (in the indentation
19158         engine) for languages like AWK, such that they are now
19159         conceptually attached to end of the last token of a statement, not
19160         the end of the line.  (In AWK Mode, however, the pertinent text
19161         property is still physically set on the EOL.)  Remove the specific
19162         tests for awk-mode, thus facilitating the introduction of other
19163         language modes where EOLs can end statements.
19164         (Note: The funtionality in cc-cmds.el, specifically
19165         c-beginning/end-of-statement has yet to be amended.)
19167         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19168         New macros.
19170         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19171         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
19172         c-vsemi-status-unknown-p-fn (in a new page).
19174         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19175         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19176         numerous awkward forms like
19177         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19178         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
19179         variable before-ws-ip, the place just after char-before-ip appears.
19181         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19182         a comment.
19184 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19186         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19187         `c-tentative-buffer-changes'.
19189         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19190         convert to macro to choose between Emacs and XEmacs at compile time.
19192         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19194         (c-tentative-buffer-changes): New macro to handle temporary buffer
19195         changes in a convenient way.
19197         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19198         for `c-tentative-buffer-changes'.
19200         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19201         the checks for paren sexps between the point and the keyword, to
19202         avoid some false alarms.
19204         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19205         Fixed a situation where an error could be thrown for unbalanced
19206         parens.  Changed to make use of c-keyword-member' to avoid some
19207         repeated regexp matches.
19209         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19210         These language variable are no longer necessary.
19212         (c-block-stmt-kwds): New language constant used by
19213         c-looking-at-inexpr-block'.
19215         (c-guess-basic-syntax): Remove an optional check that looked at
19216         the existence of the now removed language variables.
19218         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19219         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19220         object instantiation expressions as declarations in some contexts.
19221         This bug only affected languages where the declarator can't be
19222         enclosed in parentheses.
19224         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19225         insert newlines before and after substatement braces.
19227         * progmodes/cc-engine.el: Improved the heuristics for recognizing
19228         function declaration headers and the handling of C++ style member
19229         init lists.
19231         (c-just-after-func-arglist-p): Rewritten to use
19232         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
19234         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19236         (c-guess-basic-syntax): Adapt case 5B for the new
19237         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
19238         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19239         covers all cases now).
19241         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19243 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19245         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19246         c-string-par-start/separate c-sentence-end-with-esc-eol,
19247         initialised in c-setup-paragraph-variables, used in string
19248         scanning subroutines of c-beginning-of-statement.
19250         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19251         which precedes the newly inserted `{'.
19253 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19255         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19256         function for declaration level blocks.  It should now cope with
19257         templates better and also be a lot more comprehensible.
19259         (c-looking-at-decl-block): The new function.
19261         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
19262         for compatibility.
19264         (c-add-class-syntax, c-guess-continued-construct)
19265         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19267         (c-decl-block-key): Change to tell apart ambiguous and
19268         unambiguous keywords.  Pike specials are now handled directly in
19269         the code instead.
19271         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19272         New language constants and variables to make the backward skip in
19273         `c-looking-at-decl-block' as tight as possible.
19275         (c-nonsymbol-token-char-list): New language constant.
19277         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19278         find balanced template arglists backwards.
19280         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19281         making char classes for `c-syntactic-skip-backward'.
19283         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19284         16D - can't be a class-close at that point.
19286         * progmodes/cc-engine.el (c-guess-basic-syntax)
19287         (c-add-class-syntax): Don't narrow out the enclosing declaration
19288         level.  This makes everything a lot easier, and it was actually
19289         only four small places that needed it to work.  Some places that
19290         previously did `widen' are removed now, which has the effect that
19291         `c-guess-basic-syntax' never will look at things outside the
19292         current narrowment now.  The anchor position for `topmost-intro'
19293         is affected by this, but it was so bogus it was basically useless
19294         before, and now it's equally bogus but in a slightly different way.
19296         (c-narrow-out-enclosing-class): Gone.
19298         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19299         the narrowed region.
19301         (c-least-enclosing-brace): Remove silly optional argument.
19303         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19304         the point could be left directly after an open paren when finding
19305         the beginning of the first decl in the block.
19307         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19308         Specify which submatch to use.
19310         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19312         (c-decl-start-re): No longer any need for special treatment of
19313         ObjC due to the above.
19315         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19316         presumably follows C in that regard.
19318         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19319         New language constants to specify operator tokens inside
19320         identifiers in a more high level way.
19322         (c-opt-identifier-prefix-key): New internal language constant.
19324         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19325         (c-identifier-start, c-identifier-key): Now completely calculated
19326         from other constants.
19328         (c-identifier-last-sym-match): Decommission since it's no longer used.
19330         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
19332         * progmodes/cc-engine.el (c-forward-name): Remove the
19333         optimization when c-identifier-key is equal to c-symbol-key since
19334         it doesn't work in byte compiled files.  Don't record empty
19335         regions as identifiers.
19337         * progmodes/cc-langs.el (c-filter-ops): New helper function to
19338         simplify access to `c-operators' and its likes.
19340         (c-operator-list, c-all-op-syntax-tokens)
19341         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19342         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19343         (c-primary-expr-regexp, c-cast-parens): Use it.
19345         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19346         an explicit language in functions.
19348         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19349         variant of adornment.
19351         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19352         variable.
19354         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19355         the Pike value.
19357         * progmodes/cc-engine.el (c-on-identifier)
19358         (c-simple-skip-symbol-backward): Small fix for handling "-"
19359         correctly in `skip-chars-backward'.  Affected the operator lfun
19360         syntax in Pike.
19362         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19363         diagnostic message about precompiled language vars not being used.
19365         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19366         "__attribute__" is followed by a parenthesis.
19368         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19369         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19370         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19372         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19373         Internal cleanups to properly detect the declared identifiers in
19374         various declarations.
19376         (c-decl-start-kwds): New language constant to recognize
19377         declarations that can start anywhere.  Used for class declarations
19378         in Pike.
19380         (c-specifier-key, c-not-decl-init-keywords)
19381         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19382         (c-find-decl-spots): Implement `c-decl-start-kwds'.
19384         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19385         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19386         handling of the compiler specific extension keywords into a new
19387         language constant `c-decl-hangon-kwds' that defines keyword
19388         clauses to be ignored in declarations.
19390         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19391         past unrecognized tokens when handling `c-colon-type-list-kwds'.
19392         Necessary to stop at the declared identifier in e.g. IDL valuetype
19393         declarations.
19395         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19396         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19397         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19398         (c-forward-decl-or-cast-1): Recognize the declared identifier in
19399         class and enum declarations as such and not as part of the type.
19401         (c-forward-decl-or-cast-1, c-forward-label): Relax the
19402         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19404         (c-forward-decl-or-cast-1): Don't disregard sure signs of
19405         declarations when there's some syntax error later on.
19407         (c-complex-decl-matchers): Did away with a reference to
19408         `c-specifier-key'.
19410         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19411         value - this variable is always dynamically bound.
19413         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19414         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19415         * cc-cmds.el, cc-defs.el: Change the policy for marking up
19416         functions that might do hidden buffer changes: All such internal
19417         functions are now marked instead of those that don't.
19419         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19420         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19421         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19422         (c-literal-type): Allow these functions to make hidden buffer changes,
19423         so that they are free to use text property caching later on.
19425         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19426         (c-electric-brace, c-electric-slash, c-electric-star)
19427         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19428         (c-electric-paren, c-electric-continued-statement, c-indent-command)
19429         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19430         (c-context-line-break): Add `c-save-buffer-state' calls to comply
19431         with the changed semantics of the functions above.
19433         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19434         when macros occur in obscure places.  Optimized the sexp movement
19435         a bit.
19437 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19439         Enhancements for c-beginning-of-statement to work in AWK Mode:
19441         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19442         (completed statement) with `}' (statement completed by closing
19443         brace or semicolon) and `$' (statement completed by EOL).
19445         (c-awk-virtual-semicolon-ends-prev-line-p)
19446         (c-awk-virtual-semicolon-ends-line-p)
19447         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19448         (c-awk-at-statement-end-p): New functions.
19450         * progmodes/cc-cmds.el: Simplify the structure of functions
19451         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
19452         two functions and c-beginning-of-statement to handle AWK Mode.
19454         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19455         c-backward-single-comment for AWK mode.  Attempt to clarify their
19456         doc-strings.
19458         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19460 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19462         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19463         label handling.  Labels are now recognized in a uniform and more
19464         robust way, regardless of context.  Text properties are put on all
19465         labels to recognize the following declarations better.
19466         Multiword labels are handled both in indentation and fontification for
19467         the benefit of language extensions like Qt.  For consistency, keywords
19468         in labels are now fontified with the label face instead.
19469         That also applies to "case" and "default".
19471         (c-beginning-of-statement-1): Fix some bugs in the label
19472         handling.  Disregard `c-nonlabel-token-key' in labels that begin
19473         with `c-label-kwds'.
19475         (c-find-decl-spots): Support that the callback adds more
19476         `c-decl-end' spots to find.
19478         (c-forward-decl-or-cast-1): Don't treat a list of plain
19479         identifiers followed by a colon as a declaration.
19481         (c-forward-label): New function to recognize labels.
19483         (c-guess-basic-syntax): Replace uses of `c-label-key' with
19484         `c-forward-label'.  Moved the label recognition cases (14 and 15)
19485         earlier since they aren't so context sensitive now.  Handle labels
19486         on the top level gracefully.  Moved access label recognition to
19487         the generic label case (CASE 15) - removed CASE 5E.
19489         (c-font-lock-declarations): Add recognition of labels in the
19490         same round since we need to handle labels in parallell with other
19491         declarations to recognize both accurately.  It should also improve
19492         speed.
19494         (c-simple-decl-matchers, c-basic-matchers-after):
19495         Move `c-font-lock-labels' so that it only is used on decoration level 2
19496         since `c-font-lock-declarations' handles it otherwise.
19498         (c-complex-decl-matchers): Remove the simplistic recognition of
19499         access labels.
19501         (c-decl-prefix-re): Remove the kludges that was necessary to cope
19502         with labels earlier.
19504         (c-decl-start-re): New language variable to make
19505         `c-font-lock-declarations' stop for the special protection labels
19506         in Objective-C that start with `@'.
19508         (c-label-key): Remove since it's no longer used.
19510         (c-recognize-colon-labels, c-label-prefix-re): New language
19511         constants to support recognition of generic colon-terminated labels.
19513         (c-type-decl-end-used): `c-decl-end' is now used whenever there
19514         are colon terminated labels.
19516         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19517         first argument starts with a special brace list.
19519         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19520         (c-font-lock-declarations): Break out the declaration and cast
19521         recognition from `c-font-lock-declarations' to a new function, so
19522         that it can be used in the indentation engine.
19524         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19525         up to the start of the literal.  Fixed bug with the point on the
19526         wrong side of the search limit that could happen when the start
19527         position is inside a literal.
19529         * progmodes/cc-engine.el (c-parse-state)
19530         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19531         so that it's kept a little bit back to increase the hit rate.
19533         (c-parse-state): Change the macro handling and fixed some
19534         glitches.  Macro context is checked more often than necessary now,
19535         but otoh less garbage conses are generated.
19537         * progmodes/cc-engine.el (c-parse-state)
19538         (c-invalidate-state-cache): Cache the last position where
19539         `c-state-cache' applies.  This can speed up refontification quite
19540         a bit in blocks where there are many non-brace parens before the point.
19542         (c-state-cache-end): New variable for this.
19544         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19545         cache variable.
19547         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19548         get close initial continue positions when the start position is
19549         inside a literal or macro.  Do not call the callback for spots
19550         before the start position (which can happen e.g. for `c-decl-end'
19551         spots inside comments).  Optimize better in special cases when the
19552         region is a single line inside a literal or macro (typically when
19553         the current line is refontified).
19555         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19556         to `c-add-stmt-syntax' - there's no need to explicitly whack off
19557         entries from the paren state.
19559         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19560         special case for "else if" clauses.
19562         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19563         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19565         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19566         New language variable to recognize the gcc extension with statement
19567         blocks inside expressions.
19569         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19570         it somewhat more comprehensible.  The argument AT-BLOCK-START is
19571         no longer used and hence removed.
19573         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19574         to `c-add-stmt-syntax'.
19576         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19577         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19578         This fixes bogus label recognition.
19580         * progmodes/cc-engine.el (c-add-type, c-check-type)
19581         (c-forward-name, c-forward-type): Improve storage of template
19582         types in `c-found-types' so that they can be recognized better.
19584         (c-syntactic-content): Add option to skip past nested parens.
19586         * progmodes/cc-engine.el (c-forward-name):
19587         Set `c-last-identifier-range' all the time.  It's less work that way.
19588         Handle that there might not be an identifier to store in
19589         `c-last-identifier-range'.
19591         (c-forward-type): Handle that `c-last-identifier-range' might be
19592         nil from `c-forward-name'.
19594         * progmodes/cc-defs.el (c-safe-scan-lists)
19595         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19597         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19598         to work even if the form fails.
19600         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19601         down in a large file in one go.
19603         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19605         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19606         function which is like `c-lineup-math' but returns nil instead of
19607         `c-basic-offset' when it doesn't match.
19609         (c-lineup-math): Change to use `c-lineup-assignments'.
19611 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19613         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19614         c-beginning-of-statement.  New subfunctions
19615         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19617 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19619         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19620         hardcoded char classes whereever possible.  Changed a couple of
19621         places to use skip by syntax instead of skip by char class.
19623         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19624         Fix a bug in the regexp that caused extreme backtracking.
19626         * progmodes/cc-langs.el (c-block-comment-starter)
19627         (c-block-comment-ender): New language constants to specify in a
19628         single place how block comments look.
19630         (c-comment-start-regexp, c-block-comment-start-regexp)
19631         (comment-start, comment-end, comment-start-skip)
19632         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19633         (c-syntactic-ws, c-nonempty-syntactic-ws)
19634         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19635         `c-line-comment-starter', `c-block-comment-starter' and
19636         `c-block-comment-ender'.
19638         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19639         New language constants to break up things a bit.
19641         (c-simple-ws): New language constant for simple whitespace.
19643         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19645         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19646         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19647         newlines.  Allow and ignore nil elements in the list.
19649 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19651         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19652         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19654         * progmodes/cc-cmds.el: Tidy up the comments in
19655         c-beginning-of-statement and subfunctions.
19657         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19658         more flexible c-put-char-property and c-clear-char-properties.
19659         Add the author's email address.
19661         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19663         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19664         closing "*/" of a block comment.
19666         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19667         subfunctions) so that it works at BOB and EOB.
19669         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19670         c-beginning-of-statement, including new variable
19671         c-block-comment-start-regexp.
19673 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19675         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19676         symbols from `*-font-lock-extra-types' so that there's no need to
19677         use `regexp-opt' on those lists.
19679         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19680         `c-type-modifier-kwds' is empty.
19682         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19683         there are several strings on the same line.
19685         * progmodes/cc-engine.el (c-literal-limits): Remove the
19686         compatibility function for older emacsen.  `c-literal-limits-fast'
19687         has now taken the place of this function.
19689         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19690         with older emacsen: We now require `pps-extended-state'.
19692 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19694         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19695         which obviates the need to hack sentence-end.  This now handles
19696         escaped newlines in strings correctly.  Correct minor bugs in
19697         c-move-over-sentence and in c-beginning-of-statement.
19699         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19700         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19701         that movement over macros and code are rigorously separated from
19702         eachother.  Correct a few incidental bugs.
19704         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19705         Improve its doc-string.  Improve the handling of certain specific cases.
19707 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19709         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19710         (c-guess-basic-syntax): Change the way class-level labels are
19711         recognized; they can now contain essentially any symbols.
19713         (c-opt-extra-label-key): New language variable to cope with the
19714         special protection label syntax in Objective-C.
19716         (c-opt-access-key): Remove; this is now handled better by
19717         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19719         (c-complex-decl-matchers): Update to handle that
19720         `c-opt-access-key' no longer exists.
19722         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19723         improved label recognition in `c-beginning-of-statement-1'.
19725         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19726         Recognize bitfields better.
19728         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19729         Remove some cruft and fixed a bug that could cause it to go to a
19730         position further down.
19732         * progmodes/cc-langs.el, cc-engine.el
19733         (c-beginning-of-statement-1): Improve detection of labels in
19734         declaration contexts.
19736         (c-beginning-of-decl-1): Use it.
19738         (c-nonlabel-token-key): New language constant and variable needed
19739         by `c-beginning-of-statement-1'.
19741         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19742         manifested itself due to the correction in `c-forward-sexp'.
19744         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19745         Make these behave as documented when used at the buffer limits.
19747         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19748         (c-type-decl-end-used): Made this a language variable.
19750         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19751         correctly when `combine-after-change-calls' is used together with
19752         temporary narrowings.
19754         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19755         Report labels correctly when the start point is immediately after the
19756         colon.
19758         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19759         Remove since it isn't used anymore.
19761         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19762         bracket arglists such as template parens in C++.
19764         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19765         in the last check-in.  Some optimization.
19767         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19768         where it could stop at the same level in a preceding sexp when
19769         PAREN-LEVEL is set.
19771         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19772         text property lookup only when it's needed.
19774         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19775         Change the policy for paren marked angle brackets to be more
19776         persistent; once marked they remain marked even when they're found
19777         to be unbalanced in the searched region.  This should keep the
19778         paren syntax around even when individual lines are refontified in
19779         multiline template arglists.
19781         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19782         to control markup so that incorrect angle bracket arglists aren't
19783         marked in contexts where the correct value for
19784         `c-disallow-comma-in-<>-arglists' isn't known.
19786         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19787         argument has become `c-parse-and-markup-<>-arglists'.
19789         (c-remove-<>-arglist-properties): Remove - no longer used.
19791         (c-after-change-check-<>-operators): New function used on
19792         `after-change-functions' to avoid that "<" and ">" characters that
19793         are part of longer operators have paren syntax.
19795         (c-<>-multichar-token-regexp): New language variable used by
19796         `c-after-change-check-<>-operators'.
19798         (c-after-change): Call `c-after-change-check-<>-operators'.
19800         (c-font-lock-<>-arglists): Use the context properties set by
19801         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19802         correctly to avoid doing invalid markup.
19804         (c-font-lock-declarations): Remove code that undoes the invalid
19805         markup done by `c-font-lock-<>-arglists'.
19807         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19808         after `c-font-lock-declarations'.
19810         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19811         Add paren-level feature.
19813         (c-guess-basic-syntax): Improve the anchor position for
19814         `template-args-cont' in nested template arglists.  There's still
19815         much to be desired in this area, though.
19817 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19819         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19820         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19822 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19824         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19825         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19827         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19828         it doesn't work no longer are supported.
19830         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19831         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19832         requires support for the syntax-table' text property, which rules
19833         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19834         cruft associated with those versions.
19836         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19837         for the `syntax-table' text property, which rules out Emacs 19 and
19838         XEmacs < 21.4.  Removed various compatibility cruft associated
19839         with those versions.
19841         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19842         support for the `syntax-table' text property.
19844         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19845         variable and use an extra quoted face name instead.  All the
19846         emacsen flavors handle that correctly.
19848         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19849         (c-font-lock-declarators, c-font-lock-declarations)
19850         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19851         property to mark the items in in declarator lists to handle
19852         refontification inside multiline declarations better.
19854         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19855         construct like "a * b = c;" as a declaration.
19857 2005-12-08  Kim F. Storm  <storm@cua.dk>
19859         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19860         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19861         select either meta, hyper, or super modifier for rectangle commands.
19862         (cua--rectangle-modifier-key): New defvar.
19863         (cua--M/H-key): Use it.  Remove special case for `space'.
19864         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19865         on X, to meta otherwise.  Always bind C-return to toggle
19866         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19868         * emulation/cua-rect.el (cua-help-for-rectangle):
19869         Use cua--rectangle-modifier-key.  Handle super modifier too.
19870         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19871         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19873         * ido.el: Move Acknowledgements and History after Commentary.
19874         Minor changes to Commentary.
19876         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19877         keymap if cua--prefix-override-timer is `shift'.
19878         (cua--shift-control-prefix): New function; emulate "type prefix
19879         key twice" functionality to handle shifted prefix key override.
19880         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19881         New commands.
19882         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19884 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19886         * textmodes/org.el (org-insert-heading): Try to do items before
19887         headings.
19888         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19889         (org-insert-item): New function.
19890         (org-renumber-ordered-list): Don't skip to higher level lists.
19892 2005-12-08  Juri Linkov  <juri@jurta.org>
19894         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19896         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19898         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19900         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19901         the constructed function name fun-1.
19903         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19904         because such links don't lead to parent documentation.
19906 2005-12-08  Kenichi Handa  <handa@m17n.org>
19908         * descr-text.el (describe-char): Use *Help-2* buffer if the
19909         current buffer is *Help*.  Call describe-text-properties while
19910         setting the original buffer.
19912 2005-12-07  Bill Wohler  <wohler@newt.com>
19914         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19915         and causes problems with non-MH users (such as Gnus users).
19917 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19919         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19920         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19921         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19922         command "info sources".  Move calls to GDB command "list".
19923         (gdb-find-file-hook): Just use gdb-source-file-list.
19924         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19925         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19926         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19927         (gdb-data-list-register-values-handler): Use correct trigger name.
19929 2005-12-07  Kim F. Storm  <storm@cua.dk>
19931         * ido.el (ido-completion-map): Rename from ido-mode-map.
19932         (ido-common-completion-map, ido-file-completion-map)
19933         (ido-file-dir-completion-map, ido-buffer-completion-map):
19934         Rename from ido-mode-....-map.
19935         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19936         (ido-setup-completion-map): Rename from ido-define-mode-map.
19937         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19938         to ido-completion-map.
19940 2005-12-07  Kenichi Handa  <handa@m17n.org>
19942         * international/mule-cmds.el
19943         (set-display-table-and-terminal-coding-system): If the coding
19944         system specified in `unibyte-display' property is different from
19945         the arg coding-system, don't setup standard-display-table.
19947 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19949         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19950         that comments end at \n, regardless of selective-display.
19952 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19954         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19955         (gdb-version): New variables.
19956         (gdb-source-file-list, gdb-register-names)
19957         (gdb-changed-registers): New variables for use with GDB 6.4+.
19958         (gdb-ann3): Replace with...
19959         (gdb-init-1, gdb-init-2): ...two new functions.
19960         (gdba, gdb-prompt): Call gdb-init-1.
19961         (gdb-get-version): New function.  Call gdb-init-2 from here.
19962         (gud-watch): Make it work with mouse events too.
19963         (gdb-post-prompt): Don't add to queue until GDB version is known.
19964         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19965         (gdb-locals-mode): Use gdb-version.
19966         (gdb-memory-format-map, gdb-memory-unit-map)
19967         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19968         (gdb-locals-font-lock-keywords-1)
19969         (gdb-locals-font-lock-keywords-2): New variables.
19970         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19971         (gdb-set-gud-minor-mode-existing-buffers-1)
19972         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19973         (gdb-var-update-1, gdb-var-update-handler-1)
19974         (gdb-data-list-register-values-handler)
19975         (gdb-data-list-register-values-custom)
19976         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19977         (gdb-stack-list-locals-handler, gdb-get-register-names):
19978         New functions for use with GDB 6.4+.
19979         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19980         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19981         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19982         (gdb-stack-list-locals-regexp)
19983         (gdb-data-list-register-names-regexp): New regexps for use with
19984         GDB 6.4+.
19986 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19988         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19990 2005-12-06  Nozomu Ando  <nand@mac.com>
19992         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19993         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19994         <seallan@verizon.net>.
19996 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19998         * frame.el (set-frame-parameter): Add doc string.
20000 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
20002         * textmodes/org.el (org-occur-highlights): New variable.
20003         (org-highlight-new-match, org-remove-occur-highlights): New functions.
20004         (org-highlight-sparse-tree-matches): New option.
20005         (org-do-occur): New function.
20006         (org-get-heading): Make it work also at beginning of line.
20007         (org-category-table): New variable.
20008         (org-get-category-table, org-get-category)
20009         (org-camel-to-words, org-link-search): New functions.
20010         (org-select-this-todo-keyword): New variable.
20011         (org-todo-list): New command.
20012         (org-shiftright, org-shiftleft): New commands.
20013         (org-agenda-todo): Add prefix argument.
20014         (org-show-hierarchy-above): New option.
20015         (org-show-todo-tree): Numerical prefix creates tree for specific
20016         TODO keyword.
20017         (org-outline-level): New function, to assign a level to plain
20018         lists items.
20019         (org-cycle-include-plain-lists): New option.
20020         (org-mode): Use `org-outline-level' as value of `outline-level'.
20021         (org-cycle): Temporarily switch `outline-regexp' if
20022         `org-cycle-include-plain-lists' is non-nil.
20023         (org-start-icalendar-file): Fix format bug.
20024         (org-agenda-get-day-entries): Create category table.
20025         (org-agenda-get-todos, org-agenda-get-timestamps)
20026         (org-agenda-get-deadlines, org-agenda-get-scheduled)
20027         (org-agenda-get-blocks): Use `org-get-category'.
20028         (org-context-in-file-links): Rename from
20029         `org-line-numbers-in-file-links'.
20031 2005-12-06  Romain Francoise  <romain@orebokech.com>
20033         * window.el (balance-windows): Delete extraneous third arg in call
20034         to `enlarge-window'.
20036 2005-12-06  Kenichi Handa  <handa@m17n.org>
20038         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20040 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
20042         * progmodes/gdb-ui.el (gdb-var-create-handler)
20043         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20044         (gdb-var-list-children-handler, gdb-var-update-handler):
20045         Current buffer is already gdb-partial-output-buffer, don't
20046         make it current again.
20048 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
20050         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20051         (list-buffers-noselect): Use it.
20053 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20055         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20056         (mail-yank-ignored-headers): Use regexp-opt.
20057         (mail-mode-map): Move initialization into declaration.
20058         (mail-sent-via): Remove unused shadowed var `to-line'.
20059         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20060         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20061         (mail-do-fcc): Use dolist and push.
20062         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20063         (mail-yank-ignored-headers): Don't autoload.
20065 2005-12-05  Kenichi Handa  <handa@m17n.org>
20067         * international/mule-cmds.el (set-language-info-internal): New fun.
20068         (set-language-info): Call set-language-info-internal to update
20069         language-info-alist.  If LANG-ENV is the current one, call
20070         set-language-environment to make INFO effective now.
20071         (set-language-info-alist): Likewise.
20072         (locale-language-names): With locale "en", use English
20073         lang. env. but set the default codings to iso-8859-1.
20075 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
20077         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20078         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20079         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20080         for plain strings.
20081         (gdb-frames-mode): Remove redundant call to font-lock-mode.
20082         (gdb-all-registers): Rename from toggle-gdb-all-registers.
20083         Create registers buffer if necessary.  Echo new state in minibuffer.
20084         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20086 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
20088         * info.el (Info-fontify-node): Match external links using
20089         non-directory part of filename.
20091 2005-12-04  Juri Linkov  <juri@jurta.org>
20093         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20094         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
20095         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20096         because there is no customization option for it.
20098         * font-lock.el (lisp-font-lock-keywords-1):
20099         Add define-global-minor-mode.
20101         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20103         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20104         properties on the constructed variable names.
20106         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20107         Put `definition-name' properties on the constructed function names
20108         next-sym and prev-sym.
20110         * emacs-lisp/find-func.el (find-function-regexp):
20111         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
20112         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
20113         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20114         and easy-menu-define.
20116         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20117         easy-mmode-define-global-mode and define-global-minor-mode.
20118         (lisp-imenu-generic-expression): Add define-global-minor-mode.
20120         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20121         instead of easy-mmode-define-global-mode.
20123         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20124         Use define-minor-mode instead of easy-mmode-define-minor-mode.
20126         * cus-edit.el (customize-group, customize-group-other-window):
20127         Filter out autoloaded options from the group completion list by
20128         using heuristics that autoloaded groups don't have `custom-autoload'
20129         property on their symbols (they have only `custom-loads').
20131         * simple.el (completion-setup-function): Put completions-common-part
20132         face on complete completion string too (i.e. completion string
20133         without completions-first-difference face).
20135         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20137 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
20139         * view.el (view-mode): Doc fix.
20141         * disp-table.el (standard-display-european): Add to the warning
20142         message a reference to the doc string.
20144         * play/yow.el (apropos-zippy): Call print-help-return-message,
20145         similar to other Help and Apropos commands.
20147         * help.el (print-help-return-message): If pop-up-frames is
20148         non-nil, set up help-return-method to delete the help window and,
20149         possibly, its frame as well, and don't display message about
20150         scrolling the help window.  Doc fix.
20151         (help-return-method): Doc fix.
20153 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
20155         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20156         whereby names of length one or names starting with a
20157         symbol-constituent character would not be returned.
20159 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20161         * subr.el (atomic-change-group): Add edebug and indentation spec.
20163 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20165         * completion.el (save-completions-file-name): Fix typo in last change.
20167 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20169         * info.el: Move back/forward history to the beginning of the tool bar.
20171 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
20173         * allout.el (eval-when-compile): Remove unnecessary load of cl.
20174         Add fset of allout-real-isearch-abort during compile to fix
20175         byte-compilation warnings.
20176         (allout-mode-p): Move definition of this macro above all uses, or
20177         byte compilation in barren Emacs (eg, during Emacs build) will
20178         lack the definition.
20179         (allout-mode): Move this variable above any uses, or byte
20180         compilation will fail.
20181         (allout-resolve-xref): Remove use of personal file-reference function.
20182         (allout-toggle-current-subtree-encryption): Do the current (ie,
20183         visible containing) topic, rather than nearest around point.  Doc fix.
20184         (allout-toggle-subtree-encryption): New function, workhorse that
20185         works on nearest topic containing point.
20186         (allout-encrypt-string): Signal requirement for newer version of pgg.
20187         (allout-resumptions): Doc fix.
20189 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
20191         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20193 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
20195         * textmodes/flyspell.el (flyspell-external-point-words):
20196         Consider a misspelling as found in the string search if: (a) misspelling
20197         and found string lengths match, or (b) misspelling is found as
20198         element in a boundary-chars separated longer string, or (c)
20199         ispell-program-name is really ispell and misspelling is found as
20200         part of a TeX string.  After successful match move beginning of
20201         search region to end of match.  Warn about not found misspellings
20202         once the process is done.
20203         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20205 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
20207         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20208         tool bar (removed inadvertently).
20210 2005-12-02  Juri Linkov  <juri@jurta.org>
20212         * log-view.el (log-view-diff): Clarify doc string.
20214 2005-12-01  Bill Wohler  <wohler@newt.com>
20216         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20217         triggers lm-verify errors.
20219 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
20221         * simple.el (transient-mark-mode, line-number-mode)
20222         (column-number-mode, size-indication-mode): Remove `:require nil'.
20224 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
20226         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20227         in the margin also.
20228         (gdb-breakpoints-mode-map): Use D instead of d for
20229         gdb-delete-breakpoint.
20230         (gdb-get-frame-number): Require a number to match on.
20231         (gdb-threads-mode-map): Add follow-link binding.
20233 2005-11-30  Jason Rumney  <jasonr@gnu.org>
20235         * isearch.el (isearch-mode-map): Avoid exiting search on
20236         language-change event.
20238 2005-11-30  Romain Francoise  <romain@orebokech.com>
20240         * speedbar.el (speedbar-default-position): New defcustom.
20241         (speedbar-frame-reposition-smartly): Use it.
20243         * dframe.el (dframe-reposition-frame-emacs): Fix position
20244         computation for `left' location.
20245         Update copyright year.
20247 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20249         * help.el (help-map): Move initialization into declaration.
20251         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20253         * help-fns.el (help-argument-name): Don't autoload.
20254         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20255         to be re-loaded when customizing the `help' group.
20257 2005-11-30  John Paul Wallington  <jpw@gnu.org>
20259         * help-fns.el (describe-function-1): Fill arglist output.
20261 2005-11-30  Kim F. Storm  <storm@cua.dk>
20263         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20264         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20265         after revert-buffer (or anything else which kills all local variables).
20267         * apropos.el (apropos-parse-pattern): Doc fix.
20268         Set apropos-regexp directly, rather than expecting callers to do so.
20269         (apropos-command, apropos, apropos-value, apropos-documentation):
20270         Simplify calls to apropos-parse-pattern.
20272 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20274         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20275         (hi-lock-face-phrase-buffer): Use hi-yellow face.
20276         (hi-lock-write-interactive-patterns): Use comment-region.
20278         * longlines.el (longlines-mode): Add mail-setup-hook.
20280         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20282         * simple.el (sendmail-user-agent-compose, next-line):
20283         Conditionally use hard-newline.
20285 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20287         * international/latexenc.el (latex-inputenc-coding-alist):
20288         Reword doc string.
20290 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20292         * help.el (describe-key-briefly, describe-key): Recognize default
20293         bindings.
20295 2005-11-29  Romain Francoise  <romain@orebokech.com>
20297         * view.el (view-inhibit-help-message): New defcustom.
20298         (view-mode-enter): Use it.
20300 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
20302         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20303         Preserve user position.
20305 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
20307         * font-lock.el: Throw error if facemenu is not loaded to prevent
20308         accidental change of loading order in loadup.el.  (Suggested by RMS.)
20310         * loadup.el: Add comment explaining why facemenu must be loaded
20311         before font-lock.
20313 2005-11-28  Jay Belanger  <belanger@truman.edu>
20315         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20316         (calc-dispatch-map): Add more keys for `calc-same-interface'.
20318         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20320         * calc/calc-embed.el (calc-do-embedded): Update help message.
20322         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20324 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20326         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20328         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20329         called-interactively-p.
20330         (elp-profilable-p): Rename from elp-not-profilable-p.
20331         Invert result and take into account macros and autoloaded functions.
20332         (elp-instrument-function): Update call.
20333         (elp-instrument-package): Update call.  Add completion.
20334         (elp-pack-number): Use match-string.
20335         (elp-results-jump-to-definition-by-mouse): Merge into
20336         elp-results-jump-to-definition and then remove.
20337         (elp-output-insert-symname): Make help echo text single-line.
20339         * replace.el (query-replace-map): Move initialization into declaration.
20340         (occur-engine): Use with-current-buffer.
20341         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20342         (occur-mode-mouse-goto): Replace with an alias.
20344 2005-11-28  Juri Linkov  <juri@jurta.org>
20346         * simple.el (quoted-insert): Let-bind input-method-function to nil.
20348         * term/w32-win.el: Bind [S-tab] to [backtab].
20350         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20351         `Info-find-file' to t.
20353         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20354         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20355         and same-window-regexps.
20356         (occur-next-error): Don't move point for arg 0.
20358 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
20360         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20362 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20364         * log-edit.el (log-edit-changelog-use-first): New var.
20365         (log-edit-changelog-ours-p): Use it.
20366         (log-edit-insert-changelog): Set it with new arg `use-first'.
20367         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20368         (log-edit-hook): Add them to the list of suggested options.
20370         * textmodes/flyspell.el (flyspell-last-buffer): New var.
20371         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20372         redundant work.
20373         (flyspell-mode-on): Use add-hook for after-change-functions.
20374         (flyspell-mode-off): Use remove-hook for after-change-functions.
20375         (flyspell-changes): Make it buffer-local.
20376         (flyspell-after-change-function): Make it non-interactive.  Use push.
20377         (flyspell-post-command-hook): Check input-pending-p while processing
20378         the potentially long list of buffer changes.
20380 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20382         * buff-menu.el (list-buffers-noselect): Display the selected
20383         frame's buffer list, not the global one.
20385 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20387         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20388         that (list last-input-event) works as in interactive spec.
20390 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20392         * loadup.el ("facemenu"): Load facemenu before font-lock, because
20393         `facemenu-keymap' needs to be defined when font-lock is loaded.
20394         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20396 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20398         * completion.el: Remove useless leading * in defcustom docstrings.
20399         (save-completions-file-name): Use ~/.emacs.d if available.
20400         (completion-standard-syntax-table): Rename from
20401         cmpl-standard-syntax-table and fold initialization into declaration,
20402         thus removing cmpl-make-standard-completion-syntax-table.
20403         (completion-lisp-syntax-table, completion-c-syntax-table)
20404         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20405         (cmpl-saved-syntax, cmpl-saved-point): Remove.
20406         (symbol-under-point, symbol-before-point)
20407         (symbol-under-or-before-point, symbol-before-point-for-complete)
20408         (add-completions-from-c-buffer): Use with-syntax-table.
20409         (make-completion): Don't return a list of completion entries.
20410         Update callers.
20411         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20412         (completion-initialize): Rename from initialize-completions.
20413         (completion-find-file-hook): Rename from cmpl-find-file-hook.
20414         (kill-emacs-save-completions): Collect stats here.
20415         (save-completions-to-file, load-completions-from-file):
20416         Use with-current-buffer.
20417         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
20418         into a function.  Move all calls to toplevel.
20419         (completion-lisp-mode-hook): New fun.
20420         (completion-c-mode-hook, completion-setup-fortran-mode):
20421         Set the syntax-table here.  Use local-set-key.
20422         (completion-saved-bindings): New var.
20423         (dynamic-completion-mode): Make it into a proper minor mode.
20424         (load-completions-from-file): Remove unused var `num-uses'.
20426         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20427         constructor if it is explicitly overridden.
20429         * complete.el (PC-completion-as-file-name-predicate):
20430         Use minibuffer-completing-file-name.
20431         (partial-completion-mode): Use find-file-not-found-functions.
20432         (PC-lisp-complete-symbol): Use with-syntax-table.
20433         (PC-look-for-include-file): Remove dead setq.
20434         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20435         (PC-complete): Use with-current-buffer.
20437         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20438         escape single quotes.
20440 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20442         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20443         of `if' whose condition always returned nil.  Doc fix.
20445         * buff-menu.el (Buffer-menu-revert-function): Make the selected
20446         window's buffer the current buffer around the call to
20447         `list-buffers-noselect'.  This is necessary to mark that buffer
20448         with a `.' in the Buffer Menu when called from Lisp, for instance
20449         by Auto Revert Mode.
20451 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20453         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20454         attaching to it.
20455         (gdb-pre-prompt): Make sure gdb-error is reset.
20457         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20458         with a child process, detect it.
20459         (gud-speedbar-buttons): Match regexp more carefully.
20461 2005-11-27  Richard M. Stallman  <rms@gnu.org>
20463         * mouse.el (mouse-drag-move-window-bottom):
20464         Use adjust-window-trailing-edge.
20466 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20468         * simple.el (blink-matching-open): Ignore
20469         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20470         (blink-matching-paren-on-screen): Update docstring.
20472         * paren.el (show-paren-mode): No longer change
20473         `blink-matching-paren-on-screen'.
20475 2005-11-27  John Paul Wallington  <jpw@pobox.com>
20477         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20478         (gdb-threads-select, gdb-edit-register-value):
20479         Use `posn-set-point' instead of `mouse-set-point' because the
20480         latter is not fbound when configured without X.
20482 2005-11-27  Kim F. Storm  <storm@cua.dk>
20484         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20485         existing face when partially highlighting a TAB in a rectangle.
20487 2005-11-26  Kim F. Storm  <storm@cua.dk>
20489         * ido.el (ido-mode-map): Doc fix.
20490         (ido-mode-common-map, ido-mode-file-map)
20491         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20492         (ido-define-mode-map): Rewrite.  Select one of the new maps as
20493         parent for ido-mode-map instead of building from scratch.
20494         (ido-init-mode-maps): New defun to initialize new maps.
20495         (ido-mode): Call it.
20496         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20497         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20499 2005-11-26  John Paul Wallington  <jpw@pobox.com>
20501         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20502         `mouse-set-point' because the latter is not fbound when configured
20503         without X.
20505 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
20507         * files.el (file-relative-name): Doc fix.
20509 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
20511         * progmodes/octave-inf.el (inferior-octave-startup): Force a
20512         non-empty string for secondary prompt PS2.
20514 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20516         * progmodes/compile.el (compilation-setup): Fix last change.
20518 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
20520         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20521         (gdb-mouse-toggle-breakpoint-margin)
20522         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20523         Add gdb-server-prefix to keep out of command history.
20524         (gdb-edit-register-value): New function.
20525         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20526         (gdb-info-registers-custom): Use above map.
20528 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20530         * custom.el (enable-theme): Signal error if argument is not a
20531         theme.  Don't recalculate a face if it's not loaded yet.
20533         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20534         the `user' theme is in effect.
20536         * info.el (Info-on-current-buffer): Record actual filename in
20537         Info-current-file, instead of t, or a fake filename if a non-file
20538         buffer.  Make autoload.
20539         (Info-find-node, Info-revert-find-node): No need to check for
20540         Info-current-file nil.
20541         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20542         Info-current-file is now never `t'.
20543         (Info-fontify-node): Many simplifications due to Info-current-file
20544         always being valid.  Use Info-find-file to find node filename.
20546 2005-11-25  David Kastrup  <dak@gnu.org>
20548         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20549         new character, then delete" in order to preserve markers.
20551 2005-11-25  David Ponce  <david@dponce.com>
20553         * recentf.el (recentf-arrange-by-rule): Handle a special
20554         `auto-mode-alist'-like "strip suffix" rule.
20555         (recentf-build-mode-rules): Handle second level auto-mode entries.
20557 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
20559         * emulation/viper-keym.el (viper-ESC-key): Use different values
20560         in terminal and window modes.
20562         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20563         add jde-javadoc-checker-report-mode.
20565         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20567         * ediff.el (ediff-date): Change the date of last update.
20569 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
20571         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20572         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
20573         (hi-lock-mode): New global minor mode.
20574         (turn-on-hi-lock-if-enabled): New function.
20575         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20576         Change arguments to regexp and face instead of a font-lock pattern.
20577         Directly set face property, instead of refontifying.
20578         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20579         (hi-lock-find-patterns): Use line-number-at-pos.
20581         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
20582         arguments for hi-lock-set-pattern.
20583         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20584         Call font-lock-fontify-buffer.
20585         (hi-lock-find-file-hook, hi-lock-current-line)
20586         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20588         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20589         turned off.
20591         * progmodes/compile.el (compilation-setup): Don't fiddle with
20592         font-lock-defaults.
20594 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
20596         * progmodes/gdb-ui.el (gdb-var-create-handler)
20597         (gdb-var-list-children-handler): Find values for all variable
20598         objects.  gud-speedbar-buttons decides whether to display them.
20600 2005-11-24  Romain Francoise  <romain@orebokech.com>
20602         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20603         buffer name with a space.
20605 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20607         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20608         `org-export-local-list-max-depth'.  Change default value to 3.
20609         (org-auto-renumber-ordered-lists)
20610         (org-plain-list-ordered-item-terminator): New options.
20611         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20612         (org-get-indentation, org-get-string-indentation)
20613         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20614         New functions.
20615         (org-move-item-down, org-move-item-up): New commands.
20616         (org-export-as-html): New classes for CSS support.  Bug fix in
20617         regular expression detecting fixed-width regions.  Respect
20618         `org-local-list-ordered-item-terminator'.
20619         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20620         also a list item.
20621         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20622         New item moving functions.
20624 2005-11-24  Juri Linkov  <juri@jurta.org>
20626         * isearch.el (isearch-repeat): With empty search ring set
20627         `isearch-error' to the error string instead of signaling error
20628         with the function `error'.
20630 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20632         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20634 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20636         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20637         and variable.
20638         (gdb-var-create-handler, gdb-var-list-children-handler):
20639         Don't match on "char **...".
20640         (gdb-var-update-handler): Find values for all variable objects.
20641         (gdb-info-frames-custom): Identify frames by leading "#".
20643         * progmodes/gud.el (gud-speedbar-menu-items): Add
20644         gdb-speedbar-auto-raise as radio button.
20645         (gud-speedbar-buttons): Raise speedbar if requested.
20646         Don't match on "char **...".
20647         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20648         Make it editable.
20650 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20652         * info.el (Info-fontify-node): Handle the case where
20653         Info-current-file is t.
20655 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20657         * simple.el (blink-matching-open): Fix off-by-one in last change.
20659 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20661         * term/mac-win.el: Don't change default directory.
20663 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20665         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20666         buffers correctly.  (It used to throw an error in such buffers.)
20667         Make it ask for confirmation in group buffers and other Custom
20668         buffers containing more than one customization item.
20670 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20672         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20673         property on mail and url overlays.
20674         (goto-address-at-point): Use `posn-set-point' instead of
20675         `mouse-set-point' because the latter is not fbound when configured
20676         without X.
20678 2005-11-22  Lars Hansen  <larsh@soem.dk>
20680         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20681         (ls-lisp-classify, ls-lisp-format): Delete call to
20682         ls-lisp-parse-symlink.
20683         (ls-lisp-handle-switches): Handle symlinks to directories as
20684         directories when ls-lisp-dirs-first in non-nil.
20686 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20688         * startup.el (command-line): Make sure that loaddefs.el is handled
20689         correctly in load-history.
20691 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20693         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20694         (gdb-struct-string, gdb-array-string): New constants.
20695         (gdb-info-locals-handler): Use them.
20696         (gdb-reset): Reset gdb-var-list to nil.
20698 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20700         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20701         in patterns.
20703 2005-11-21  Juri Linkov  <juri@jurta.org>
20705         * custom.el (defcustom): Update link types in docstring.
20707 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20709         * custom.el (defgroup): Add doc-string-elt info.
20711         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20713 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20715         * newcomment.el (comment-enter-backward): Fix last fix.
20717         * simple.el (blink-matching-open):
20718         * paren.el (show-paren-function): Allow new paren-class info.
20720 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20722         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20723         handled automagically.
20725 2005-11-20  Andreas Schwab  <schwab@suse.de>
20727         * descr-text.el (describe-char): When copying overlays put them
20728         over the full char description instead of just the first character
20729         of it.
20731 2005-11-20  Juri Linkov  <juri@jurta.org>
20733         * simple.el (what-cursor-position):
20734         * descr-text.el (describe-char): Use Lisp-readable syntax
20735         for octal and hex.  Reorder decimal, octal and hex values.
20736         Remove excess whitespace in the output.  Use `=' in `column='
20737         like in `point=' and `Hscroll='.
20739         * international/mule-cmds.el (encoded-string-description):
20740         Use Lisp-readable syntax for hex.
20742 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20744         * newcomment.el (comment-enter-backward): Handle the case where the
20745         comment is closed by EOB.
20747 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20749         * longlines.el (longlines-before-revert-hook)
20750         (longlines-after-revert-hook): New functions.
20751         (longlines-mode): Turn off longlines temporarily when reverting.
20752         Add a message-setup-hook.
20753         (longlines-decode-buffer): New function.
20754         (longlines-wrap-line): Preserve marker positions.
20756 2005-11-19  Andreas Schwab  <schwab@suse.de>
20758         * emacs-lisp/shadow.el: Handle compressed files.
20760 2005-11-19  Romain Francoise  <romain@orebokech.com>
20762         * net/browse-url.el (browse-url-default-browser): Signal an error
20763         if no usable browser can be found, rather than try to load w3.
20765 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20767         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20768         replacing existing properties.
20769         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20770         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20771         tty specs.
20772         (rcirc-server-prefix, rcirc-server): New faces.
20773         (rcirc-url-regexp): Generate with rx macro.
20774         (rcirc-last-server-message-time): New variable.
20775         (rcirc-filter): Record time of last message.
20776         (rcirc-keepalive): Kill processes that did not send a message
20777         since the last ping.
20778         (rcirc-mode): Give rcirc-topic a local binding here.
20780 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20782         * subr.el (read-passwd): Fontify the prompt as we do with other
20783         prompts.
20785 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20787         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20788         binding buffer-read-only to nil.
20790 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20792         * complete.el (partial-completion-mode):
20793         Mention completion-auto-help in the doc string.
20795         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20796         more Lisp-ish way.
20798 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20800         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20801         digits, not 8, to avoid misalignment for files larger than 100MB.
20803 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20805         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20806         Mention "keyboard shortcuts" in the help text.
20808 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20810         * startup.el (fancy-splash-default-action): Discard only
20811         mouse-down and succeeding mouse-up events in the splash screen
20812         window so that drag-n-drop event can be processed.
20814 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20816         * longlines.el (longlines-mode): Add hacks for mail-mode and
20817         message-mode.
20819 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20821         * textmodes/org.el (org-table-sort-lines): New command.
20822         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20823         (org-add-file): Command removed, use `org-agenda-file-to-front'
20824         instead.
20825         (org-export-icalendar): Use `org-icalendar-combined-name'.
20826         (org-cycle-agenda-files, org-agenda-file-to-end)
20827         (org-agenda-file-to-front): New commands.
20828         (org-table-tab-jumps-over-hlines, org-export-html-style):
20829         New options.
20830         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20831         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20832         New functions.
20833         (org-fill-paragraph): Call `org-table-align' in tables.
20834         (org-mode): Call `org-set-autofill-regexps'.
20835         (org-export-as-html): Support for local handformatted lists.
20836         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20837         (org-export-local-list-max-depth): New option.
20838         (org-html-expand): Use `org-html-protect'.
20840 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20842         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20843         to "p".
20844         (gdb): Move definition of gud-pp to...
20846         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20847         speedbar.
20848         (gdb-find-watch-expression): New function.
20850 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20852         * faces.el (face-attribute, set-face-attribute): Mention existence
20853         of `:ignore-defface' setting in docstring.
20855 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20857         * simple.el (completion-setup-function): Fix last change.
20859 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20861         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20862         Use `posn-set-point' instead of `mouse-set-point' because the
20863         latter is not fbound when configured without X.
20865         * comint.el (comint-insert-input): Likewise.
20867 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20869         * simple.el (hard-newline): New variable.
20870         (sendmail-user-agent-compose, next-line): Use it.
20872         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20873         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20874         (mail-mail-reply-to, mail-mail-followup-to)
20875         (mail-position-on-field, mail-signature, mail-yank-original)
20876         (mail-attach-file): Likewise.
20878         * mail/mailheader.el (mail-header-format)
20879         (mail-header-format-function): Likewise.
20881         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20883 2005-11-17  Juri Linkov  <juri@jurta.org>
20885         * font-lock.el (font-lock-faces): Rename this defgroup from
20886         `font-lock-highlighting-faces'.
20887         (font-lock-comment-face, font-lock-comment-delimiter-face)
20888         (font-lock-string-face, font-lock-doc-face)
20889         (font-lock-keyword-face, font-lock-builtin-face)
20890         (font-lock-function-name-face, font-lock-variable-name-face)
20891         (font-lock-type-face, font-lock-constant-face)
20892         (font-lock-warning-face, font-lock-negation-char-face)
20893         (font-lock-preprocessor-face)
20894         (font-lock-regexp-grouping-backslash)
20895         (font-lock-regexp-grouping-construct): Rename :group from
20896         `font-lock-highlighting-faces' to `font-lock-faces'.
20898         * cus-edit.el (lisp, c, tex):
20899         * progmodes/ada-mode.el (ada):
20900         * progmodes/asm-mode.el (asm):
20901         * progmodes/cperl-mode.el (cperl-faces):
20902         * progmodes/cpp.el (cpp):
20903         * progmodes/dcl-mode.el (dcl):
20904         * progmodes/f90.el (f90):
20905         * progmodes/fortran.el (fortran):
20906         * progmodes/icon.el (icon):
20907         * progmodes/idlwave.el (idlwave-misc):
20908         * progmodes/m4-mode.el (m4):
20909         * progmodes/make-mode.el (makefile):
20910         * progmodes/meta-mode.el (meta-font):
20911         * progmodes/modula2.el (modula2):
20912         * progmodes/octave-mod.el (octave):
20913         * progmodes/pascal.el (pascal):
20914         * progmodes/perl-mode.el (perl):
20915         * progmodes/prolog.el (prolog):
20916         * progmodes/ps-mode.el (PostScript-edit):
20917         * progmodes/scheme.el (scheme):
20918         * progmodes/sh-script.el (sh-script):
20919         * progmodes/simula.el (simula):
20920         * progmodes/tcl.el (tcl):
20921         * textmodes/nroff-mode.el (nroff):
20922         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20923         * textmodes/sgml-mode.el (sgml):
20924         * textmodes/texinfo.el (texinfo):
20925         Add :link (custom-group-link font-lock-faces) to defgroup.
20927         * hi-lock.el (hi-lock): Rename this defgroup from
20928         `hi-lock-interactive-text-highlighting'.  Change parent group from
20929         `faces' to `font-lock'.  Add link to the manual.
20930         (hi-lock-mode, hi-lock-file-patterns-range)
20931         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20932         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20933         (hi-lock-faces): Add :group `faces'.
20935         * cus-edit.el (custom-variable-prompt): Clarify the code.
20937         * faces.el (face-read-string): Set the default value arg of
20938         completing-read.
20940 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20942         * rfn-eshadow.el (file-name-shadow-properties)
20943         (file-name-shadow-tty-properties, file-name-shadow-mode):
20944         Remove autoloads, because the file is now preloaded.
20946 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20948         * printing.el (easy-menu-intern): Don't define.
20949         (pr-get-symbol): Use easy-menu-intern only if defined.
20951         * simple.el (blink-matching-open): Simplify a bit.
20952         (completion-setup-function): Fix the case of partial-completion-mode
20953         when the minibuffer's contents start with "-".
20954         Obey completion-base-size-function even when
20955         minibuffer-completing-file-name is non-nil.
20957 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20959         * net/eudcb-ph.el (eudc-ph-open-session):
20960         Use set-process-query-on-exit-flag.
20962         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20964         * international/ucs-tables.el (ucs-set-table-for-input):
20965         Use make-local-variable, not make-variable-buffer-local.
20967         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20968         Improve warning message text.
20970         * savehist.el (savehist-save-hook): Add :group.
20972         * menu-bar.el (menu-bar-help-menu):
20973         Rename Find Extra Packages to External Packages.
20975         * cus-edit.el (Custom-reset-standard): Verify that
20976         :custom-standard-value prop exists before calling it.
20978         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20980 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20982         * wid-edit.el (color): Enclose %t in %{...%}.
20984         * cus-edit.el (face): Enclose %t in %{...%}.
20986 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20988         * savehist.el (savehist-mode-hook): Re-add the var.
20989         (savehist-mode): Use it.
20991 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20993         * textmodes/flyspell.el: Fix commenting convention.
20994         Remove unnecessary leading * in custom docstrings.
20995         (flyspell-emacs): Remove unused var.
20996         (flyspell-delete-region-overlays): Use remove-overlays.
20997         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20998         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20999         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21000         (flyspell-debug-signal-word-checked): Use with-current-buffer.
21001         (make-flyspell-overlay): Don't locally reuse a global name.
21002         (flyspell-highlight-incorrect-region)
21003         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21004         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21005         (flyspell-notify-misspell): Remove unused args `start' and `end'.
21006         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
21007         Wrap calls to accept-process-output inside with-local-quit since it's
21008         often called from a post-command-hook.
21009         (flyspell-correct-word, flyspell-auto-correct-word):
21010         Use ispell-send-string.
21011         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
21013         * calendar/diary-lib.el (diary-list-entries): Also hide the
21014         terminating newline.
21016 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
21018         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21019         window-system, to allow fonts on tty.
21021 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
21023         * progmodes/gud.el (gud-speedbar-item-info): New function.
21024         (gud-install-speedbar-variables): Use it to display data type
21025         of watch expression as a tooltip in speedbar.
21027 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
21029         * font-core.el (global-font-lock-mode): Add :version keyword,
21030         because default was changed.
21032         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21034         * startup.el (command-line): Use `custom-reevaluate-setting' for
21035         `file-name-shadow-mode'.
21037         * loadup.el: Preload rfn-eshadow.
21039         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21040         Add :version keyword.
21041         (file-name-shadow-properties, file-name-shadow-tty-properties)
21042         (file-name-shadow): Add :version keyword.
21044         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21045         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21046         in the custom-group property of the symbol frames and the fringe
21047         group got no link to its parent group frames.
21048         Doc fix.
21050 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21052         * progmodes/gud.el (gud-stop-subjob): New function.
21053         (gud-menu-map, gud-tool-bar-map): Use it.
21055 2005-11-16  Kim F. Storm  <storm@cua.dk>
21057         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21058         than kill it.
21059         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
21060         to a more useful/logical place.
21062 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21064         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21065         go buttons complementary.
21067 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21069         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21070         (rfn-eshadow-sifn-equal): New function.
21071         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21073 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
21075         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21076         Quote `-' in string.
21078         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21079         rcirc-mode buffers come up in Emacs state.
21081         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21082         operation.
21084 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
21086         * term.el (term-termcap-format): Fix typos.
21087         (term-down): Fix the negative argument case.
21089 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21091         * progmodes/gdb-ui.el: Remove face-alias left over from change on
21092         2005-08-15.
21093         (gdb-ann3): New command gud-go.
21094         (menu): Accomodate gdb-mi.el.
21095         (gdb-assembler-custom): Make buffer of selected window current
21096         so that set-window-point works.
21098         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21099         buttons and include new ones.
21101 2005-11-16  Kim F. Storm  <storm@cua.dk>
21103         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21104         (gud-menu-map): Use it.
21106 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
21108         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21109         that works correctly for Custom and that does not override a user
21110         who disables it.
21112         * help-mode.el (help-make-xrefs, help-xref-on-pp)
21113         (help-xref-interned, help-follow): Make hyperlinks for variables
21114         that are unbound, but have a non-nil variable-documentation property.
21116         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21117         mode hook.  (It conflicted with defcustoms for some mode hooks.)
21118         Use the `variable-documentation' property to give the mode hook a
21119         docstring and expand that docstring.
21121 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
21123         * savehist.el (savehist-mode): Don't bother with
21124         `custom-set-minor-mode'.
21125         (savehist-coding-system): Check XEmacs version.
21126         (history-length): Declare also at run time.
21127         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
21128         Don't set the customize state.
21129         (savehist-minibuffer-hook): Special case for when
21130         minibuffer-history-variable is equal to t.
21132 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21134         * files.el (write-file): Refresh VC status.
21136         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21137         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21138         than fundamental-mode to see if the mode was set.
21140 2005-11-14  Romain Francoise  <romain@orebokech.com>
21142         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21143         dummy function in `eval-when-compile' to avoid compiler warning.
21144         Require `man' at compile time.
21146 2005-11-14  Jay Belanger  <belanger@truman.edu>
21148         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21149         calcFunc-powerexpand.
21150         (math-write-out-power): Rename it to math-powerexpand; have it
21151         handle negative exponents.
21152         (calc-writeoutpower): Rename it to calc-powerexpand.
21154         * calc/calc-ext.el: Change calcFunc-writeoutpower and
21155         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21156         autoloads.
21157         Add calcFunc-ldiv to autoloads.
21159         * calc/calc-arith.el (calcFunc-ldiv): New function.
21161         * calc/calc.el (calc-left-divide): New function.
21163 2005-11-14  Juri Linkov  <juri@jurta.org>
21165         * cus-edit.el (custom-variable-prompt): Set the default value arg
21166         of completing-read.
21168         * cus-dep.el (custom-make-dependencies): Reverse the list of
21169         found dependencies.
21171 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
21173         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21174         Highlighting" entry, it is on by default now.
21175         (menu-bar-options-save): Do not save global-font-lock-mode.
21177 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21179         * textmodes/flyspell.el (flyspell-large-region):
21180         Call flyspell-accept-buffer-local-defs.
21182 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
21184         * textmodes/flyspell.el (flyspell-notify-misspell):
21185         Fix misspelling of "Misspelling".
21186         (flyspell-process-localwords): New function.
21187         (flyspell-large-region): Call flyspell-process-localwords and
21188         flyspell-delete-region-overlays.
21189         (flyspell-delete-region-overlays): New function.
21190         (flyspell-delete-all-overlays): Call that.
21192 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21194         * help.el (help-for-help-internal): Improve doc of C-h a.
21195         (describe-key): Improve prompt; doc fix.
21197 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21199         * vc-svn.el (vc-svn-registered): Catch all errors.
21201         * cus-dep.el (custom-make-dependencies): Typo.
21203 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
21205         * net/tramp-util.el (top): Fix compilation warning.
21207 2005-11-13  Kim F. Storm  <storm@cua.dk>
21209         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
21211 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21213         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21214         (gud-speedbar-buttons): Match on "const char *" too.
21216         * progmodes/gdb-ui.el (gdb-var-create-handler)
21217         (gdb-var-list-children-handler): Match on "const char *" too.
21218         (gdb-var-evaluate-expression-handler): Match on empty string.
21219         (gdb-var-update-handler): Only call
21220         gdb-var-evaluate-expression-handler when required.
21222 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21224         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21225         selected window.  This still doesn't work for speedbar.
21226         (gud-speedbar-buttons): Handle string expressions properly.
21228         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21229         (gdb-var-create-handler): Handle string expressions properly.
21230         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21231         Handle string expressions properly.  Move "type" field into regexp.
21233 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21235         * bookmark.el (bookmark-maybe-message): New function to reduce
21236         code duplication: invokes `message' iff baud-rate is high enough.
21237         (bookmark-write-file): Use above instead of an inline conditional.
21238         (bookmark-load): Same.
21240 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21242         * bookmark.el (bookmark-write-file): Don't visit the destination
21243         file, just write the data to it using write-region.  This is
21244         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21245         change to avoid visiting the file in the first place.
21247 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
21249         * hi-lock.el (hi-lock-mode): Set the default value of
21250         font-lock-defaults.
21252 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
21254         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21255         arg to `file-attributes'.
21256         (find-lisp-format): The UID and GID can now be strings.
21258 2005-11-12  Kim F. Storm  <storm@cua.dk>
21260         * help.el (help-map): Bind C-h d to apropos-documentation.
21262         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21263         when point is at end-of-buffer.
21265         * apropos.el (apropos-match-face): Doc fix.
21266         (apropos-sort-by-scores): Add new choice `verbose'.
21267         (apropos-documentation-sort-by-scores): New defcustom.
21268         (apropos-pattern): Now contains the pattern entered by the user.
21269         (apropos-pattern-quoted): New defvar.
21270         (apropos-regexp): New defvar, containing the regexp corresponding
21271         to apropos-pattern.
21272         (apropos-all-words-regexp): Rename from apropos-all-regexp.
21273         (apropos-read-pattern): New defun.  Use it to read pattern arg in
21274         interactive calls; returns list of words for a word list, and
21275         string for a regexp.
21276         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
21277         parses a list of words or regexp as returned by apropos-read-pattern.
21278         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21279         (apropos-score-doc): Return a very high score if the string
21280         entered by the user matches literally.
21281         (apropos-variable): Doc fix.  Use apropos-read-pattern.
21282         (apropos-command): Doc fix.  Use apropos-read-pattern and
21283         apropos-parse-pattern.  Call apropos-print with nosubst=t.
21284         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
21285         apropos-parse-pattern.
21286         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
21287         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
21288         apropos-documentation-sort-by-scores.  Call apropos-print with
21289         nosubst=t.
21290         (apropos-documentation-internal): Pass doc string through
21291         substitute-key-definition before adding text properties.
21292         Highlight substring matching literal user input if possible.
21293         (apropos-documentation-check-doc-file): Remove locals beg and end.
21294         Fix calculation of score (as added twice).  Pass doc string through
21295         substitute-key-definition before adding text properties.
21296         (apropos-documentation-check-elc-file): Pass doc string through
21297         substitute-key-definition before adding text properties.
21298         Highlight substring matching literal user input if possible.
21299         (apropos-print): Add new arg NOSUBST; if set, command and variable
21300         doc strings have already been passed through substitute-key-definition.
21301         Add code to handle apropos-accumulator items without score element
21302         for backwards compatibility (e.g. with woman package).
21303         Only show scores if apropos-sort-by-scores is `verbose'.
21305 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21308         Add jka-compr-load-suffixes to load-suffixes.
21310         * jka-compr.el: Require jka-cmpr-hook.
21311         (jka-compr-info-compress-message, jka-compr-info-compress-program)
21312         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21313         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21314         (jka-compr-info-can-append, jka-compr-info-strip-extension)
21315         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21316         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
21317         (jka-compr-uninstall): Remove entries from
21318         jka-compr-added-to-file-coding-system-alist after they are used.
21319         (jka-compr-error): Remove unused var `curbuf'.
21320         (jka-compr-file-local-copy): Remove unused var `notfound'.
21322 2005-11-10  Romain Francoise  <romain@orebokech.com>
21324         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21326 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
21328         * progmodes/gud.el (gud-menu-map): Move parentheses.
21329         (gdb): New command gud-pv.
21331 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21333         * tar-mode.el: Remove spurious or unnecessary leading stars
21334         in docstrings.
21335         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21336         (tar-parse-octal-integer-safe): Use mapc.
21337         (tar-header-block-summarize): Remove unused var `ck'.
21338         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21339         cleared before.  Obey default-enable-multibyte-characters.
21340         Use mapconcat.  Simplify setting of tar-header-offset.
21341         (tar-mode-map): Move initialization inside delcaration.
21342         (tar-flag-deleted): Use `abs'.
21343         (tar-expunge-internal): Remove unused var `line'.
21344         (tar-expunge-internal): Don't hardcode point-min==1.
21345         (tar-expunge): Widen while doing set-buffer-multibyte.
21346         (tar-rename-entry): Use file-name-coding-system.
21347         (tar-alter-one-field): Don't hardcode point-min==1.
21348         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21349         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
21351 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21353         * add-log.el (add-log-current-defun): Handle class::method
21354         notation of c++.  Fix incorrect comment.
21356 2005-11-10  Alan Mackenzie  <acm@muc.de>
21358         * help-fns.el (describe-variable): Make C-h v work when a variable
21359         has variable documentation yet is unbound.
21361 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21363         * man.el (Man-highlight-references): Set an empty
21364         string to `Man-arguments' if it is nil.
21365         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21367 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21369         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21370         commenting conventions.
21372         * cus-dep.el (custom-make-dependencies): Simplify.
21373         Better follow the commenting conventions.
21375 2005-11-09  Richard M. Stallman  <rms@gnu.org>
21377         * apropos.el (apropos-pattern): Rename from apropos-regexp.
21378         (apropos-orig-pattern): Rename from apropos-orig-regexp.
21379         All uses changed.
21380         (apropos-rewrite-regexp): Doc fix.
21381         (apropos-variable, apropos-command, apropos, apropos-value):
21382         Change prompt; carry through the argument renaming.
21384 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
21386         * find-lisp.el: Require dired.
21387         (find-lisp-find-dired-internal): Do not call
21388         `abbreviate-file-name' on DIR.
21390 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
21392         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21394 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
21396         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21397         when using the speedbar.
21398         (gdb): New command gud-pp.
21399         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21401 2005-11-09  Juri Linkov  <juri@jurta.org>
21403         * replace.el (occur-excluded-properties): New defcustom.
21404         (occur-1, occur-engine, occur-accumulate-lines): Use it.
21406 2005-11-08  Jay Belanger  <belanger@truman.edu>
21408         * calc/calc-units.el (math-convert-units): Replace any composite
21409         unit by its definition.
21411 2005-11-08  Lars Hansen  <larsh@soem.dk>
21413         * emacs-lisp/autoload.el (update-directory-autoloads):
21414         Add obsolete function alias.
21416 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21418         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21419         comment-indent-function.
21420         (lisp-comment-indent): Replace by an alias for comment-indent-default.
21422         * reveal.el (reveal-post-command): Rework the handling of
21423         reveal-open-spots, so as to be more reliable.  There were several
21424         tricky corner cases where an open spot might be lost, or where
21425         a closed spot might end up on the list of open spots.
21426         Only reveal text that's ellipsised.
21428 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
21430         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21432 2005-11-07  John Paul Wallington  <jpw@gnu.org>
21434         * ibuffer.el (ibuffer): Search iconified frames too when
21435         getting Ibuffer buffer's window.
21437 2005-11-06  Richard M. Stallman  <rms@gnu.org>
21439         * progmodes/compile.el (compilation-internal-error-properties):
21440         save-excursion around the computation of MARKER.
21442 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
21444         * textmodes/flyspell.el (flyspell-external-point-words):
21445         flyspell-get-word returns a list, not just a string.
21447 2005-11-06  John Paul Wallington  <jpw@pobox.com>
21449         * ibuffer.el (ibuffer): Search all visible frames when getting
21450         Ibuffer buffer's window.
21452 2005-11-07  Masatake YAMATO  <jet@gyve.org>
21454         * man.el (Man-reference-regexp): Accept spaces between
21455         `Man-name-regexp' and `Man-section-regexp'.
21456         (Man-apropos-regexp): New variable.
21457         (Man-abstract-xref-man-page): Use value for `Man-target-string'
21458         if available.
21459         (Man-highlight-references, Man-highlight-references0):
21460         Handle the case when `Man-arguments' includes "-k".
21461         (Man-highlight-references0): Rename the argument `TARGET-POS' to
21462         `TARGET'. `TARGET' can be a number, function or nil.
21464 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
21466         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21467         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21468         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21469         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21470         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21471         (gdb-send-item): Use buffer-local-value and simplify.
21473 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
21475         * startup.el (command-line): Use `custom-reevaluate-setting' for
21476         `global-font-lock-mode'.
21478         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21479         by default, except in batch mode or when the -D option is given.
21481         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21482         specified keyword args on to `define-minor-mode'.  Update docstring.
21484 2005-11-05  Romain Francoise  <romain@orebokech.com>
21486         * replace.el (occur-engine): Add marker at end of line, too.
21488 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21490         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21491         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21492         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21493         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21494         argument to all these routines, so the passphrase can be managed
21495         externally and passed in to the system.
21496         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21497         pgg-add-passphrase-to-cache function.
21499         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21500         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21501         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21502         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21503         argument to all these routines, so the passphrase can be managed
21504         externally and passed in to the system.
21505         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21506         function.
21508 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
21510         * font-lock.el: Don't deal with font-lock-face-attributes here,
21511         move the code ...
21513         * startup.el (command-line): ... here.  Use face-spec-set instead
21514         of custom-declare-face.
21516         * faces.el (face-spec-set): Reset the face if spec is not nil.
21518 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21520         * newcomment.el (comment-region-internal): Box more tightly in the
21521         common case where there's no TAB in the boxed text.
21523 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21525         * info.el (info-tool-bar-map): Use images prev-node, next-node and
21526         up-node.
21528 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
21530         * net/newsticker.el: Commentary updated.  Code formatting changed.
21531         (newsticker-version): Change to "1.9".
21532         (newsticker, newsticker-feed): Doc fix.
21533         (newsticker-url-list): Doc fix.  Add option "Weekly".
21534         (newsticker-retrieval-interval): Add option "Weekly".
21535         (newsticker-headline-processing): Doc fix.
21536         (newsticker-auto-mark-filter): Remove.
21537         (newsticker-auto-mark-filter-list): New.
21538         (newsticker-layout, newsticker-sort-method): Doc fix.
21539         (newsticker-hide-old-items-in-newsticker-buffer)
21540         (newsticker-heading-format, newsticker-item-format)
21541         (newsticker-desc-format): Doc fix.
21542         (newsticker-show-all-rss-elements): Remove.
21543         (newsticker-show-all-news-elements): New.
21544         (newsticker-faces, newsticker-ticker): Doc fix.
21545         (remove-from-invisibility-spec): Code formatting.
21546         (newsticker--process-ids): New.
21547         (newsticker-mode): Doc fix.
21548         (newsticker-mode): Change mode-line-format.
21549         (newsticker-start): Remove debug output.
21550         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
21551         (newsticker-w3m-show-inline-images): Code formatting.
21552         (newsticker-next-item): Call `force-mode-line-update'.
21553         (newsticker-previous-item): Call `force-mode-line-update'.
21554         (newsticker-next-feed): Call `force-mode-line-update'.
21555         (newsticker-previous-feed): Call `force-mode-line-update'.
21556         (newsticker-mark-all-items-at-point-as-read): Code formatting.
21557         (newsticker-show-old-items): Do not show descs.
21558         (newsticker-hide-entry): Hide too much.
21559         (newsticker-hide-entry, newsticker-show-entry)
21560         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21561         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21562         (newsticker-toggle-auto-narrow-to-item): Code formatting.
21563         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21564         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21565         (newsticker-get-news): Call `force-mode-line-update'.
21566         Collect process ids.
21567         (newsticker--sentinel): Change coding system handling.
21568         Move image retrieval to new functions newsticker--get-logo-url-*.
21569         Move feed parsing to new functions newsticker--parse-*.
21570         Update list of process ids.
21571         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21572         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21573         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21574         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21575         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21576         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21577         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21578         (newsticker--decode-coding-string): Remove.
21579         (newsticker--decode-numeric-entities): Check input.  Format code.
21580         (newsticker--remove-whitespace): Check input.
21581         (newsticker--do-forget-preformatted): Doc fix.
21582         (newsticker--decode-rfc822-date): Allow for missing time.
21583         (newsticker--update-process-ids): New.
21584         (newsticker--image-sentinel): Change comment.
21585         (newsticker--image-read): Change error message.
21586         (newsticker--imenu-goto): Doc fix.  Show headline title.
21587         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21588         (newsticker--buffer-do-insert-text): Clean whitespace in
21589         html-rendered headline title.  Code formatting.
21590         Call `newsticker--buffer-print-extra-elements'.
21591         (newsticker--buffer-print-extra-element): Remove.
21592         (newsticker--buffer-print-extra-elements): New.
21593         (newsticker--buffer-do-print-extra-element): New.
21594         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
21595         large sizes.
21596         (newsticker--run-auto-mark-filter)
21597         (newsticker--do-run-auto-mark-filter):
21598         Use `newsticker-auto-mark-filter-list'.
21600 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21602         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21603         (rcirc-print): Force redisplay before running hooks.  Do long
21604         buffer truncation after making new text read-only.  Deal with nil
21605         text when decoding strings.  If TARGET is nil, use either the
21606         currently selected buffer, if it is an rcirc buffer and of the
21607         same process or the process buffer.
21608         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21609         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21610         (rcirc-short-buffer-name): Add variable.
21611         (rcirc-kill-buffer-hook): Recompute short buffer names.
21612         Remove nick from private channel.
21613         (rcirc-send-input): Send command text to current-buffer.
21614         Don't clear overlay arrow here.
21615         (rcirc-short-buffer-name): Return a short buffer name.
21616         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21617         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21618         buffer-name abbreviations.
21619         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21620         Do not touch nick-table when killing a parted channel.
21621         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21622         Clear arrow from current buffer if it is now hidden.
21623         (rcirc-current-buffer): Add variable.
21624         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21625         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21626         Remove -face from names.
21627         (rcirc-update-activity-string): Print "DND" when globally ignoring
21628         activity.
21629         (rcirc-ignore-buffer-activity-flag): Rename from
21630         rcirc-ignore-channel-activity.
21631         (rcirc-ignore-all-activity-flag): Doc fix.
21632         (rcirc-channels): Remove variable.
21633         (rcirc-kill-buffer-hook):
21634         (rcirc-get-buffer-create): Add nick to private channel.
21635         (rcirc-multiline-edit-submit): Remove tabs.
21636         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21637         folded.
21638         (rcirc-remove-nick-channel): Bug fix.
21639         (rcirc-toggle-ignore-buffer-activity): Rename from
21640         rcirc-toggle-ignore-channel-activity.
21641         (rcirc-record-activity): Add buffers to the front of the list.
21642         (rcirc-update-activity): Remove killed buffers from list.
21643         (rcirc-process-server-response-1): Remove last argument if it is
21644         null before calling handler.
21645         (rcirc): Add "rcirc" defcustom prefix.
21646         (rcirc-prompt): Simplify default prompt.
21647         Use custom-initialize-default.
21648         (rcirc-private-chats): Remove variable.
21649         (rcirc-prompt): Change initialization.
21650         (rcirc-version): Remove function.
21651         (rcirc-id-string): Add constant.
21652         (rcirc-last-buffer): Remove variable.
21653         (rcirc-buffer-alist): Add variable.
21654         (rcirc-connect): Update variable setup.
21655         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21656         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21657         default.
21658         (rcirc-handler-generic): Trigger activity.
21659         (rcirc-send-message): Create the buffor of the target.
21660         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21661         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21662         (rcirc-multiline-edit-cancel): Remove function.
21663         (rcirc-set-last-buffer): Remove function.
21664         (rcirc-get-any-buffer): Add function.
21665         (rcirc-join-channels): Don't print /join text.
21666         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21667         messages.
21668         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21669         (rcirc-handler-NOTICE): Recognize CTCP responses.
21670         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21671         constructing TOPIC string for buffers we are not JOINed.
21672         (rcirc-handler-CTCP-response): Add handler.
21673         (rcirc-multiline-edit-submit): Restore the window-configuration
21674         before adjusting point.
21675         (rcirc): Add customization group.
21676         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21677         (rcirc-user-full-name, rcirc-startup-channels-alist)
21678         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21679         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21680         (rcirc-input-ring-size, rcirc-read-only-flag)
21681         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21682         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21683         Change defvar to defcustom.
21684         (rcirc-update-prompt): Add optional ALL arg, which will update
21685         prompts in all rcirc buffers.  Regexp quote replacement text.
21686         (rcirc-fill-column): Accept frame-width as a value.
21687         (rcirc-set-changed): Add function.
21688         (rcirc-next-active-buffer): Write more meaningful messages.
21689         (rcirc-faces): Add customization group.
21690         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21691         (rcirc-nick-in-message-face, rcirc-prompt-face)
21692         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21693         (with-rcirc-process-buffer): Move before first usage.
21694         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21695         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21696         (rcirc-debug): Rename from `rcirc-log'.
21697         (rcirc-format-response-string): Do not print `-' chars for a
21698         NOTICE with no sender.  Simplify output of server responses.
21700 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21702         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21703         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21704         Make urls mouse and RET clickable.
21706 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21708         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21710 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21712         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21713         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21714         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21715         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21716         argument to all these routines, so the passphrase can be managed
21717         externally and passed in to the system.
21718         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21719         pgg-add-passphrase-to-cache function.
21721         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21722         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21723         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21724         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21725         argument to all these routines, so the passphrase can be managed
21726         externally and passed in to the system.
21727         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21728         function.
21730 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21732         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21733         from goto-address-url-regexp.
21735 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21737         * textmodes/org.el (org-read-date, org-goto-calendar)
21738         (org-recenter-calendar, org-agenda-goto-calendar):
21739         Temporarily clear `calendar-move-hook'.
21741 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21743         * ediff-merg.el (ediff-merge-region-is-non-clash):
21744         Return t, if not merging.
21746         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21747         have merge clashes.
21749 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21751         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21752         Undo previous change.
21754         * startup.el (command-line): Use `custom-reevaluate-setting' for
21755         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21756         tty-register-default-colors on Mac.
21758 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21760         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21761         (gdb-buffer-type): Make it automatically buffer local...
21762         (gdb-get-create-buffer): ...and set it accordingly.
21763         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21764         actually work.
21766 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21768         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21769         not red.
21771 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21773         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21774         case GUD buffer is not visible.
21775         (gdb-goto-breakpoint): Try to force display in source buffer.
21776         (gdb-frame-gdb-buffer): Copy other similar functions.
21777         (gdb-restore-windows): Don't display source if not asked for.
21778         (gdb-assembler-buffer-name): Don't capitalise.
21780 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21782         * wid-edit.el (key-sequence): New widget type.
21784         * simple.el (set-mark-command-repeat-pop): New variable.
21785         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21786         if set-mark-command-repeat-pop is true.
21788         * info.el (Info-fontify-node): Don't display extra "see" if there
21789         already is one here.
21791         * mouse.el: Fix special handling of DEL after dragging a region:
21792         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21793         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21795         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21797         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21798         not to assume it pertains to an affix.
21800         * textmodes/flyspell.el (flyspell-post-command-hook):
21801         Bind deactivate-mark to prevent deactivation.
21803 2005-11-03  Lars Hansen  <larsh@soem.dk>
21805         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21806         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21807         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21809 2005-11-03  Romain Francoise  <romain@orebokech.com>
21811         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21812         Update copyright years.
21814 2005-11-03  Sam Steingold  <sds@gnu.org>
21816         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21817         Use system-type instead of window-system because window-system is not
21818         correctly defined during loadup.
21820 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21822         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21823         (xml-parse-tag): Join strings separated by a comment properly.
21825 2005-11-02  Andreas Schwab  <schwab@suse.de>
21827         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21829 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21831         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21832         (byte-optimize-pure-func): Quote the eval'd value.
21834         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21835         Rename from perl-font-lock-syntactic-face-function.
21836         Change the calling convention so it can be used as a font-lock MATCHER.
21837         Do the parse-partial-sexp loop outselves.
21838         (perl-font-lock-syntactic-keywords): Use it.
21839         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21841 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21843         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21844         disassembly buffer too.
21845         (gdb-exited): Remove overlay arrows when execution has finished.
21846         (gdb-info-frames-custom, gdb-info-threads-custom)
21847         (gdb-info-registers-custom): Don't add inappropriate text
21848         properties if inferior is not active.
21850 2005-11-02  Glenn Morris  <rgm@gnu.org>
21852         * progmodes/fortran.el (fortran-blink-match):
21853         Use `blink-matching-delay'.
21855 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21857         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21859 2005-11-02  Lars Hansen  <larsh@soem.dk>
21861         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21862         "Permission denied".
21864 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21866         * textmodes/flyspell.el (flyspell-external-point-words):
21867         Pass nil to flyspell-get-word.
21869 2005-11-02  Kim F. Storm  <storm@cua.dk>
21871         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21872         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21874 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21876         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21877         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21878         (calendar-mouse-print-dates): Add optional `event' argument.
21879         Update interactive-spec.
21880         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21881         Use `calendar-event-to-date' instead of `event'.
21883 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21885         * progmodes/ld-script.el (ld-script-builtins):
21886         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21887         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21888         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21890 2005-11-01  Romain Francoise  <romain@orebokech.com>
21892         * vc-sccs.el: Update copyright year.
21893         * ezimage.el: Likewise.
21895 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21897         * info.el (Info-fontify-node): Use `string-width' for fontifying
21898         underlined titles.
21900 2005-11-01  Juri Linkov  <juri@jurta.org>
21902         * info.el (Info-fontify-node): Downcase node header keywords Node,
21903         Prev, Next, Up before comparison.
21904         (Info-history): Insert absolute directory name, and put invisible
21905         property on it.
21907 2005-11-01  Juri Linkov  <juri@jurta.org>
21909         * info.el (Info-file-supports-index-cookies): New variable.
21910         (Info-find-node-2): Check makeinfo version for index cookie support.
21911         (Info-index-nodes): Search for nodes with index cookies only when
21912         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21913         with "Index" in the node name.
21914         (Info-index-node): Search index cookie in the current node only when
21915         Info-file-supports-index-cookies is t.  Otherwise, check the word
21916         "Index" in the node name.
21917         (Info-find-emacs-command-nodes): Remove code that searches nodes
21918         with "Index" node name in the top menu.
21920 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21922         * progmodes/scheme.el (scheme-mode-variables): Use the default
21923         comment-indent-function.
21925         * faces.el (face-attribute): Handle the case where a face inherits from
21926         a non-existent face.
21928         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21929         for octal and hexa output, and merge the char into the paren.
21930         (kill-new): Use push.
21931         (copy-to-buffer): Use with-current-buffer.
21932         (completion-setup-function): Move code in loop to remove redundancy.
21933         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21934         those inherited from minibuffer-local-completion-map.
21936         * savehist.el (savehist-mode) <defcustom>:
21937         Use custom-set-minor-mode if available.
21938         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21939         and emit a message if applicable.
21941 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21943         * savehist.el: Sync up to version 19.
21944         (savehist-mode): New minor mode.
21945         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21946         (savehist-length): Remove (use history-length instead).
21947         (savehist-file-modes): Rename from savehist-modes.
21948         (savehist-save-hook, savehist-loaded): New vars.
21949         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21950         old format to new format.
21951         (savehist-install): Allow savehist-autosave-interval to be nil.
21952         (savehist-save): Run the new hook.  Be more careful to only trim the
21953         history variables.
21954         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21955         (savehist-printable): Print into a buffer rather than char-by-char.
21957 2005-11-01  John Wiegley  <johnw@newartisans.com>
21959         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21960         toggle-ignore keybinding (C-a).  The author said it had been
21961         disabled much earlier due to a possible incompatibility, but after
21962         many months of usage I have encountered no problems (and it is a
21963         rather useful option, especially for switching to " *temp*").
21965         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21966         support for OS/X's AddressBook, by calling out to the open source
21967         program "contacts" (installable through Fink).
21969         * net/eudc.el (eudc-expand-inline): If the
21970         `eudc-multiple-match-handling-method' is set to `all', delete the
21971         query string before inserting the query result.
21973         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21974         flag, to prevent Eshell from using the system ls when
21975         `eshell-ls-insert-directory' is in used.
21976         (eshell-ls-insert-directory): Disable font-lock in directory
21977         buffer so that Eshell's own fontification is seen.  This broke
21978         recently due to changes in font-lock, so this goes back to version
21979         21 behavior.
21981 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21983         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21984         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21985         (gdb-many-windows): Doc fix.
21987 2005-10-31  Romain Francoise  <romain@orebokech.com>
21989         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21991 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21993         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21994         that global-font-lock-mode can be enabled by default.
21996         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21997         (font-lock-add-keywords, font-lock-remove-keywords)
21998         (font-lock-fontify-buffer): Remove autoload cookies.
22000         * jit-lock.el (jit-lock-register): Likewise.
22002         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22004 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
22006         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22007         intact if there is no gud-comint-buffer.
22009 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
22011         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22012         old prompt comint-prompt-read-only is t and GDB commands are
22013         issued from tool bar etc.
22015 2005-10-31  Masatake YAMATO  <jet@gyve.org>
22017         * vc.el (vc-directory-exclusion-list): Add "{arch}".
22019 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22021         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22022         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22024 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
22026         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22027         starting at beginning of line.  Fontification is messed up when
22028         `open-paren-in-column-0-is-defun-start' set to t.
22029         Reported by John Paul Wallington <jpw@pobox.com>.
22031 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
22033         * comint.el (comint-send-input): Call `comint-update-fence' when
22034         `comint-process-echoes' and `comint-prompt-read-only' are both
22035         non-nil, to avoid leftover read-only newline.
22037 2005-10-30  Richard M. Stallman  <rms@gnu.org>
22039         * textmodes/flyspell.el (flyspell-external-point-words):
22040         Detect when WORD can't be checked properly because
22041         flyspell-get-word finds just part of it, and move on.
22043         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22044         boundarychar for Polish.
22045         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22046         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22048 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
22050         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22051         (gdb-registers-font-lock-keywords): Delete.
22052         (gdb-registers-mode): Don't fontify.
22053         (gdb-info-registers-custom): Use text properties instead as, in
22054         future, changed register values will use font-lock-warning-face.
22055         (gdb-local-font-lock-keywords): Rename to...
22056         (gdb-locals-font-lock-keywords): ...for consistency.
22058 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
22060         * vc.el (vc-switch-backend): Better error message if the buffer is
22061         not visiting a file under version control.
22063         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22065 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
22067         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22068         ~/.emacs.d/.emacs.
22070 2005-10-29  Richard M. Stallman  <rms@gnu.org>
22072         * replace.el (occur-mode-mouse-goto): Always go to other window.
22073         (occur-mode-goto-occurrence): Always switch in same window.
22075         * simple.el (undo): Display message at end, not at start.
22077         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22078         New arg REUSE-CELL.
22079         (cancel-timer-internal): New function.
22080         (timer-event-handler): Use cancel-timer-internal,
22081         and pass the cell it returns to timer-activate...
22083         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22084         (jit-lock-deferred-fontify, jit-lock-context-fontify)
22085         (jit-lock-after-change): Test memory-full.
22087 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22089         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22090         part of the decoded armor to find the key-identifier.
22091         (pgg-gpg-lookup-key-owner): New function to return the
22092         human-readable identifier of a key owner.
22093         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22094         key itself.
22095         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22096         the key value) if we have a key and can match it against a secret
22097         key.  Also, added a note pointing out fact that the prompt only
22098         indicates the first matching key.
22100         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22101         pgg-decrypt-region.
22102         (pgg-pending-timers): A new hash for tracking the passphrase cache
22103         timers, so that new ones supercede old ones.
22104         (pgg-add-passphrase-to-cache): Rename from
22105         `pgg-add-passphrase-cache' to reduce confusion (all callers
22106         changed).  Modified to cancel old timers when new ones are added.
22107         (pgg-remove-passphrase-from-cache): Rename from
22108         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22109         changed).  Modified to cancel old timers when their keys are
22110         removed from the cache.
22111         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22112         XEmacs, an indirection to delete-itimer.
22113         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22114         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22115         users can only check cache without risk of prompting.  Correct bug in
22116         notruncate behavior.
22117         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22118         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22119         Add informative docstrings.
22120         (pgg-decrypt): Convey provided passphrase in subordinate call to
22121         pgg-decrypt-region.
22123         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22124         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22125         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22126         `passphrase' argument, so the passphrase can be managed externally
22127         and then passed in to the system.
22129         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22130         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22131         so the passphrase cache can be used reliably with identifiers
22132         besides a pgp packet's key id.
22134         * pgg-gpg.el (pgg-pgp-encrypt-region)
22135         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22136         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22137         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22138         argument to all these routines, so the passphrase can be managed
22139         externally and passed in to the system.
22141         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22142         `notruncate' argument, so the passphrase cache can be used
22143         reliably with identifiers besides a pgp packet's key id.
22145 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22147         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22148         symmetric encryption.
22149         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22150         encrypted session key.
22151         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22152         message ask for the passphrase in a proper way.
22154         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22155         New user commands for symmetric encryption.
22157 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
22159         * textmodes/conf-mode.el (conf-assignment-sign)
22160         (conf-assignment-regexp): Fix docstrings.
22161         (conf-mode-initialize): New function.
22162         (conf-mode): Remove optional args.  Use delay-mode-hooks to
22163         recognize recursive calls.
22164         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22165         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22166         (conf-xdefaults-mode): Use define-derived-mode and
22167         conf-mode-initialize.
22169 2005-10-29  Romain Francoise  <romain@orebokech.com>
22171         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22173 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22175         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22176         part of the decoded armor to find the key-identifier.
22177         (pgg-gpg-lookup-key-owner): New function to return the
22178         human-readable identifier of a key owner.
22179         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22180         key itself.
22181         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22182         the key value) if we have a key and can match it against a secret
22183         key.  Also, added a note pointing out fact that the prompt only
22184         indicates the first matching key.
22186         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22187         pgg-decrypt-region.
22188         (pgg-pending-timers): A new hash for tracking the passphrase cache
22189         timers, so that new ones supercede old ones.
22190         (pgg-add-passphrase-to-cache): Rename from
22191         `pgg-add-passphrase-cache' to reduce confusion (all callers
22192         changed).  Modified to cancel old timers when new ones are added.
22193         (pgg-remove-passphrase-from-cache): Rename from
22194         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22195         changed).  Modified to cancel old timers when their keys are
22196         removed from the cache.
22197         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22198         XEmacs, an indirection to delete-itimer.
22199         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22200         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22201         users can only check cache without risk of prompting.  Correct bug in
22202         notruncate behavior.
22203         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22204         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22205         Add informative docstrings.
22206         (pgg-decrypt): Convey provided passphrase in subordinate call to
22207         pgg-decrypt-region.
22209 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
22211         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22212         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22213         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22214         `passphrase' argument, so the passphrase can be managed externally
22215         and then passed in to the system.
22217         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22218         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22219         so the passphrase cache can be used reliably with identifiers
22220         besides a pgp packet's key id.
22222         * pgg-gpg.el (pgg-pgp-encrypt-region)
22223         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22224         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22225         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22226         argument to all these routines, so the passphrase can be managed
22227         externally and passed in to the system.
22229         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22230         `notruncate' argument, so the passphrase cache can be used
22231         reliably with identifiers besides a pgp packet's key id.
22233 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22235         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22236         symmetric encryption.
22237         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22238         encrypted session key.
22239         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22240         message ask for the passphrase in a proper way.
22242         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22243         New user commands for symmetric encryption.
22245 2005-10-28  Bill Wohler  <wohler@newt.com>
22247         * help-mode.el (help-url): New button type.  Calls browse-url.
22248         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22249         Similar to Info nodes: URL `url'.
22250         (help-make-xrefs): Create help-url buttons for
22251         help-xref-url-regexp matches.
22253 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
22255         * tool-bar.el (tool-bar-add-item-from-menu)
22256         (tool-bar-local-item-from-menu): Fix doc strings.
22258 2005-10-28  Romain Francoise  <romain@orebokech.com>
22260         * ldefs-boot.el: Update.
22262         * subr.el (locate-library): Move from help-fns.el.
22263         * help-fns.el (locate-library): Move to subr.el.
22265 2005-10-28  Richard M. Stallman  <rms@gnu.org>
22267         * net/tramp.el (tramp-completion-mode): defvar moved up.
22269         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22271         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22273         * files.el (find-file-noselect): Use %d to format large file size.
22275         * bindings.el (mode-line-format): Add %e.
22277         * loadup.el ("facemenu"): Load unconditionally.
22278         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22279         ("x-dnd"): Load, when appropriate.
22281         * startup.el (command-line): Call before-init-hook earlier.
22282         Warn about some bad characters in -u user name.
22284         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22285         (flyspell-external-point-words): Error if misspelled word is not found.
22286         Set flyspell-large-region-beg at end of word.
22288 2005-10-28  Andreas Schwab  <schwab@suse.de>
22290         * view.el (View-revert-buffer-scroll-page-forward):
22291         Use view-page-size-default.
22293 2005-10-28  Juri Linkov  <juri@jurta.org>
22295         * international/quail.el (quail-get-current-str): Translate last
22296         raw character for deterministic input methods.
22298 2005-10-27  Jay Belanger  <belanger@truman.edu>
22300         * calc/calc-ext.el: Add functions to autoloads.
22301         (math-identity-matrix-p, math-ident-row-p): New functions.
22303         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22304         multiplication by an identity matrix; don't turn multiplication by
22305         an inverse matrix into division.
22306         (math-div-symbol-fancy): Replace division by matrices with
22307         multiplication by inverse.
22309         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22311         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22312         (calc-writeoutpower): New functions.
22314 2005-10-27  Romain Francoise  <romain@orebokech.com>
22316         * replace.el (occur-engine): Include colon in mouse-face highlight.
22318         * dired-x.el: Change Maintainer field.
22320 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
22322         * longlines.el (longlines-mode): Bind after-change-functions to
22323         nil during initial decoding and final encoding.
22325 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
22327         * term.el (term-emulate-terminal, term-handle-colors-array)
22328         (term-handle-ansi-escape): Specify the terminfo capabilities
22329         implemented.
22331 2005-10-26  Richard M. Stallman  <rms@gnu.org>
22333         * info.el (Info-fontify-node): Fix detection of sentence-break
22334         before *Note.
22336 2005-10-26  Romain Francoise  <romain@orebokech.com>
22338         * smerge-mode.el: Add `tools' to file keywords.
22340 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
22342         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22343         when the fringe is not available.
22345         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22346         (def-gdb-auto-update-trigger): Simplify construction.
22347         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22348         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22349         defined explicitly.
22350         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22351         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22352         defined explicitly.
22353         (gdb-info-locals-custom): Remove as it's a no-op.
22355 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
22357         * longlines.el (longlines-mode): Remove narrowing before
22358         performing the initial decoding or final encoding.
22360 2005-10-25  Romain Francoise  <romain@orebokech.com>
22362         * emacs-lisp/find-func.el (find-library-name): Also strip
22363         extension if library name ends in .el, to take advantage of
22364         `find-library-suffixes'.
22366 2005-10-25  Richard M. Stallman  <rms@gnu.org>
22368         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22370 2005-10-25  Juri Linkov  <juri@jurta.org>
22372         * textmodes/texinfo.el (texinfo-mode): Change charset of one
22373         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22375 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22377         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22378         (blackbox-redefine-key): Add argument `map'.
22380         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22381         regions when moving the jit-lock-context-unfontify-pos boundary.
22383 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22385         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22387 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22389         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22391 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22393         * play/blackbox.el (blackbox-redefine-key): New function.
22394         (blackbox-mode-map): Use it to remap existing bindings for cursor
22395         motion instead of binding literal keys.
22397 2005-10-25  Glenn Morris  <rgm@gnu.org>
22399         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22400         diary does not end in a newline.  Do not assume a blank line at
22401         the start of the diary file.
22403 2005-10-25  Kenichi Handa  <handa@m17n.org>
22405         * international/quail.el (quail-translate-key): If the input
22406         method is deterministic and failed to handle the last key, restart
22407         the key handling loop from an appropriate key.
22409 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
22411         * vc.el (vc-dired-mode): Extend comment for binding of
22412         `directory-listing-before-filename-regexp'.
22414 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22416         * textmodes/texinfo.el (texinfo-mode):
22417         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22418         not to unnecessarily expose emacs-mule's internal char codes.
22420 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
22422         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22423         Display hand pointer and help-echo on disabled icon too.
22424         (gdb-mouse-until): New function.
22425         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22427 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
22429         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22430         with 2005-10-23 change to doctor.el.
22432         * finder.el (finder-mode-map): Add follow-link binding.
22434 2005-10-25  Kim F. Storm  <storm@cua.dk>
22436         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22437         to gdb-mouse-toggle-breakpoint-fringe.
22438         (gdb-mouse-toggle-breakpoint-margin): Rename from
22439         gdb-mouse-toggle-breakpoint.  Fix doc.
22440         (gdb-mouse-toggle-breakpoint-fringe): New defun.
22441         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
22442         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22443         string properties also for fringe breakpoint bitmaps.
22445 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
22447         * textmodes/org.el (org-start-icalendar-file): Fix format form.
22449 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22451         * simple.el (completion-common-substring):
22452         Use `completion-common-substring' prior to `completion-base-size'.
22454 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
22456         * savehist.el: Require CL while compiling.
22457         (savehist-history-variables): Remove.
22458         (savehist-save-minibuffer-history, savehist-additional-variables)
22459         (savehist-minibuffer-history-variables): New vars.
22460         (savehist-save): Use them.
22461         (savehist-uninstall, savehist-minibuffer-hook): New funs.
22462         (savehist-install): New fun, extracted from savehist-load.
22463         (savehist-load): Use them.
22465 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22467         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22468         a dummy doc-string-elt property.
22469         (defalias, defvaralias, define-category): Add a docstring property.
22471         * image.el (defimage):
22472         * widget.el (define-widget):
22473         * custom.el (defface, defcustom): Add `doc-string' declaration.
22475         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22476         (defadvice): Add `doc-string' declaration.
22478         * emacs-lisp/byte-run.el (macro-declaration-function):
22479         Handle `doc-string' declarations.
22480         (define-obsolete-function-alias, define-obsolete-variable-alias):
22481         Add `doc-string' declaration.
22483 2005-10-24  Kenichi Handa  <handa@m17n.org>
22485         * international/utf-7.el (utf-7): Add autoload cookie.
22487         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22489 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
22491         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22492         list of directories passed to batch-update-autoloads.  Add "." to
22493         the list of the echoed directories.
22495         * pgg-def.el:
22496         * pgg-gpg.el:
22497         * pgg-parse.el:
22498         * pgg-pgp.el:
22499         * pgg-pgp5.el:
22500         * pgg.el: Moved here from the gnus subdirectory.
22502 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
22504         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22505         in case comint-prompt-read-only is set to t.
22507         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22508         in case comint-prompt-read-only is set to t.
22510 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
22512         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22513         Now a string.
22514         (icalendar-import-format): Handle CLASS, STATUS, URL.
22515         Rename `subject' to `summary'.
22516         (icalendar-import-format-summary): Rename from
22517         `icalendar-import-format-subject'.
22518         (icalendar-import-format-url, icalendar-import-format-status)
22519         (icalendar-import-format-class): New variables.
22520         (icalendar--rris): Take variable argument list.
22521         (icalendar--datestring-to-isodate): Remove unnecessary
22522         calendar-style check when converting dates with explicit month names.
22523         (icalendar-export-region): Change return type of conversion
22524         subroutines.  Bury current buffer unless error occurred.
22525         (icalendar--convert-to-ical)
22526         (icalendar--parse-summary-and-rest): New functions.
22527         (icalendar--convert-ordinary-to-ical)
22528         (icalendar--convert-weekly-to-ical)
22529         (icalendar--convert-yearly-to-ical)
22530         (icalendar--convert-block-to-ical)
22531         (icalendar--convert-cyclic-to-ical)
22532         (icalendar--convert-anniversary-to-ical): Change return type.
22533         Strip trailing blanks from subject.
22534         (icalendar--convert-sexp-to-ical): Change return type.
22535         Strip trailing blanks from subject.  Handle simple sexp
22536         entries as generated by icalendar.el.
22537         (icalendar--convert-float-to-ical)
22538         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22539         (icalendar-import-file): Doc fix.
22540         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22541         Correct call to icalendar--rris.
22542         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
22543         `summary'.
22544         (icalendar--add-diary-entry): Rename `subject' to `summary'.
22546 2005-10-24  Romain Francoise  <romain@orebokech.com>
22548         * server.el (server-sentinel): Set query-on-exit flag to nil on
22549         new client processes (it isn't inherited from the server process).
22551         * replace.el (occur-engine): Rearrange text properties.
22553 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22555         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22556         case-fold-search is nil.
22557         (debug-help-follow): Use help-xref-interned directly.
22559 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22561         * thumbs.el (thumbs-image-type): Add .pbm.
22563 2005-10-23  Richard M. Stallman  <rms@gnu.org>
22565         * faces.el (inhibit-face-set-after-frame-default): New variable.
22566         (set-face-attribute): Bind it.
22567         (face-set-after-frame-default): Test it.
22569         * help-fns.el (describe-simplify-lib-file-name): New function.
22570         (describe-function-1, describe-variable): Use it.
22572         * faces.el (describe-face): Use describe-simplify-lib-file-name.
22574         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22575         Eliminate nil as possible value.
22576         (tooltip-hide-delay): Reduce internal-border-width.
22578         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22579         (menu-bar-file-menu) <new-file>: Likewise.
22581         * simple.el (line-move-finish): Ignore fields computing LINE-END.
22583         * international/mule.el (load-with-code-conversion):
22584         Pass full file name to `eval-buffer' unless preloading.
22586         * textmodes/flyspell.el (flyspell-large-region):
22587         Call ispell-check-version.
22589         * textmodes/ispell.el (ispell-local-dictionary-overridden):
22590         Fix the make-variable-buffer-local call that was supposed
22591         to be for this variable.
22592         (ispell-aspell-supports-utf8): Doc fix.
22593         (ispell-find-aspell-dictionaries): Preserve elements of
22594         ispell-dictionary-alist for dictionaries that aspell doesn't report.
22595         (ispell-aspell-find-dictionary): Return nil on error.
22597         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22598         (doctor-symptoms): Likewise.
22600         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22602 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22604         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22605         (custom-raised-buttons): Add :set spec.
22606         (custom-button-unraised, custom-button-pressed-unraised):
22607         New faces, so that custom-raised-buttons actually does something.
22608         (custom-mode): Use custom-button and custom-button-pressed.
22610         * wid-edit.el (widget-specify-button): Don't ignore
22611         widget-mouse-face on graphic terminals.
22612         (widget-move-and-invoke): Cleanup.
22614 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22616         * whitespace.el (whitespace-cleanup): Doc fix.
22618 2005-10-23  Romain Francoise  <romain@orebokech.com>
22620         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22621         `eval-after-load' to avoid evaluating their result.
22623 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22625         * files.el (directory-listing-before-filename-regexp):
22626         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22628         * dired.el (dired-move-to-filename-regexp): Remove.
22629         All occurrences replaced by `directory-listing-before-filename-regexp'.
22631         * dired-x.el, locate.el, vc.el:
22632         Replace `dired-move-to-filename-regexp' by
22633         `directory-listing-before-filename-regexp'.  In vc.el it is
22634         overwritten locally; maybe this can be handled in files.el too.
22636         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22637         replaced by `directory-listing-before-filename-regexp'.
22639 2005-10-23  Andreas Schwab  <schwab@suse.de>
22641         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22642         and eval-next-after-load.
22644 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22646         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22647         exist, create it.
22649 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22651         * allout.el: Remove autoloads for mailcrypt and crypt++.
22652         Require pgg, pgg-gpg during compilation.
22653         (allout-version): Increment version number to 2.1, and use a literal
22654         rather than RCS Id.
22655         (allout-default-encryption-scheme): Remove.
22656         (allout-passphrase-verifier-handling)
22657         (allout-passphrase-verifier-string)
22658         (allout-file-passphrase-verifier-string)
22659         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22660         (allout-passphrase-hint-handling): Rename and simplify.
22661         (allout-init): Use `find-file-hook' if available, otherwise
22662         `find-file-hooks'.
22663         (allout-mode): Use `write-file-functions' if available, otherwise
22664         `local-write-file-hooks' and, instead of making auto-save-hook
22665         buffer local, make the write-file-hook activity contingent to
22666         allout-mode.
22667         (allout-mode): Use key-binding substitution in the docstring.
22668         (allout-kill-line): Spell-out kill ring data structure mutation
22669         instead of using byte-compiler-complaint-provoking `pop'.
22670         (allout-insert-listified): Use `insert' rather than `insert-string'
22671         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22672         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22673         (allout-encrypt-string): Totally revamped vis new underlying
22674         encryption facilities.
22675         (allout-mc-activate-passwd): Remove.
22676         (allout-obtain-passphrase): New, more or less replaces
22677         allout-mc-activate-passwd.
22678         (allout-encrypted-key-info): More or less replaces
22679         allout-encrypted-text-type.
22680         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22681         (my-mark-marker): Use `(featurep 'xemacs)'.
22683 2005-10-23  Lars Hansen  <larsh@soem.dk>
22685         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22686         (byte-compile-file-form-defmumble, byte-compile-defun)
22687         (byte-compile-defmacro): Use it.
22688         (byte-compile-form): Don't call byte-compile-set-symbol-position
22689         when a byte-compile handler is called.
22691 2005-10-22  Romain Francoise  <romain@orebokech.com>
22693         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22695         * subr.el (eval-after-load): Convert library name to an absolute
22696         file name using locate-library, since load-history no longer has
22697         library names in it.
22699 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22701         * files.el (make-temp-file): Move from subr.el.
22702         * subr.el (make-temp-file): Move to files.el.
22704         * window.el (get-buffer-window-list): Move from subr.el.
22705         * subr.el (get-buffer-window-list): Move to window.el.
22707         * image.el (image-load-path): Use eval-at-startup to initialize.
22709         * subr.el (eval-at-startup): New macro.
22711         * subr.el: Much rearrangement of functions and division
22712         into pages.  No code changes.
22714 2005-10-22  Kenichi Handa  <handa@m17n.org>
22716         * tar-mode.el (tar-extract): Be sure to call
22717         find-operation-coding-system if set-auto-coding doesn't find a
22718         coding system.
22720 2005-10-22  Kim F. Storm  <storm@cua.dk>
22722         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22723         Change users.
22724         (image-type-file-name-regexps): New defconst.
22725         (image-type-from-data): Simplify loop.
22726         (image-type-from-buffer): New defun.
22727         (image-type-from-file-header): Use it instead of image-type-from-data.
22728         Use image-search-load-path instead of only looking in data-directory.
22729         (image-type-from-file-name): New defun.
22730         (image-search-load-path): Change `pathname' to `filename'.
22731         Make PATH arg optional, default to image-load-path.
22733 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22735         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22737         * textmodes/paragraphs.el (sentence-end-base): New variable.
22738         (sentence-end): Use sentence-end-base.
22740 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22742         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22743         property independently from the font-lock-multiline variable.
22745 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22747         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22749         * startup.el (command-line): Convert library names
22750         in `load-history' to absolute file names.
22752         * subr.el (symbol-file): Doc fix.
22754         * loadhist.el (file-loadhist-lookup): Call locate-library
22755         instead of find-library-name.  Don't try converting
22756         abs file names to library names, since load-history no longer
22757         has library names in it.
22758         (file-dependents, file-provides, file-requires): Doc fixes.
22760 2005-10-21  Juri Linkov  <juri@jurta.org>
22762         * progmodes/etags.el (tags-table-mode): New function.
22763         (tags-verify-table): Replace initialize-new-tags-table with
22764         tags-table-mode.
22766         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22767         default value.
22768         (desktop-modes-not-to-save): Add tags-table-mode to the
22769         default value.
22771         * info.el (Info-index-next): Add total number of index
22772         alternatives to the message.
22774         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22775         backward only space (instead of space and period) before looking
22776         at sentence end.
22778         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22779         Add the old variable value as 4th default-value arg of read-string.
22781 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22783         * cus-face.el (custom-declare-face): Make face from X resources
22784         also on Mac.
22786         * disp-table.el (standard-display-g1, standard-display-graphic):
22787         Refuse to use string glyphs also on Mac.
22788         (standard-display-european): Don't set terminal coding system also
22789         on Mac.
22791         * frame.el (display-screens): Use x-display-screens also on Mac.
22793 2005-10-21  Romain Francoise  <romain@orebokech.com>
22795         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22797 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22799         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22800         and $? into sexps.
22802         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22803         warning face on open-paren-in-column-0.
22805         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22806         boundary case.  Fix typo.
22807         Suggested by Martin Rudalics <rudalics@gmx.at>.
22809 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22811         * textmodes/org.el (org-combined-agenda-icalendar-file)
22812         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22813         (org-export-icalendar-this-file)
22814         (org-export-icalendar-all-agenda-files)
22815         (org-export-icalendar-combine-agenda-files): New commands.
22816         (org-export-icalendar, org-print-icalendar-entries)
22817         (org-start-icalendar-file, org-finish-icalendar-file)
22818         (org-ical-ts-to-string): New functions.
22819         (org-read-date, org-goto-calendar)
22820         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22821         call to `calendar'.
22822         (orgtbl-setup): Remove the :keys arguments from the menu description.
22823         (org-after-save-iCalendar-file-hook): New variable.
22825 2005-10-21  Kenichi Handa  <handa@m17n.org>
22827         * language/vietnamese.el (tcvn-5712): Make it an alias of
22828         vietnamese-tcvn coding-system.
22830 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22832         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22833         group id is given.
22835 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22837         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22838         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22839         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22840         whose line is either continued or ends with a comment.
22842 2005-10-20  Romain Francoise  <romain@orebokech.com>
22844         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22846         * replace.el (occur-engine): Add follow-link property.
22848         * font-core.el (font-lock-mode): Doc fix.
22850 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22852         * net/rcirc.el: New file.
22854 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22856         * term.el (term-term-name): Initialize to "eterm-color".
22858 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22860         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22861         for encryption functionality.
22862         Move allout customization subgroup from `editing' to `outlines' group.
22863         Fix commentary keywords to legitimate ones.
22864         Update author info (using my current email address, obscurified).
22865         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22866         (allout-encrypted-topic-p, allout-encrypted-text-type)
22867         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22868         (allout-situate-encryption-key-verifier)
22869         (allout-get-encryption-key-verifier, allout-verify-key)
22870         (allout-next-topic-pending-encryption)
22871         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22872         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22873         (outline-key-verifier-handling, outline-key-hint-handling)
22874         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22875         (allout-file-key-verifier-string, allout-encryption-scheme)
22876         (allout-key-verifier-string, allout-key-hint-string)
22877         (allout-after-save-decrypt): New variables.
22878         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22879         (allout-after-saves-handler): New hook functions.
22880         (allout-post-command-business): Do allout-after-save-decrypt.
22881         (allout-enable-file-variable-adjustment): Custom var to enable
22882         mechanism for adding and adjusting settings of Emacs file variables.
22883         (allout-adjust-file-variable, allout-file-vars-section-data):
22884         New functions, implement the mechanism.
22885         (outlineify-sticky): Use the file vars mechanism.
22886         (allout-inhibit-protection, allout-during-write-cue)
22887         (allout-override-protect, allout-before-change-protect): Remove.
22888         (allout-flag-region, allout-open-topic): Adjust read-only text.
22889         (allout-open-line-not-read-only): Add to facilitate read-only
22890         text based protection.
22891         (allout-kill-line): Revise to adjust read-only text, clue the
22892         user about the inhibition.
22893         (allout-unprotected): Use unwind-protect.
22894         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22895         topic deeper than the offspring depth of the previous topic -
22896         avoiding confusing "containment discontinuities".
22897         (allout-reindent-bodies): Fix retention of body relative hanging
22898         indent during promotion of collapsed bodies.
22899         (allout-open-topic): Make it easy to open new topic with same
22900         bullet as current topic - topic creation functions provided with
22901         any universal argument provokes now prompt for bullet, defaulting
22902         to the bullet of the previous topic.
22903         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22904         Plain bullet alternates `.' period and `,' comma only.  All other
22905         bullets are relegated to special status (but customizable).
22906         (allout-end-of-entry): Rename from allout-end-of-current-entry
22907         since it actually operates w.r.t. most immediately containing
22908         entry, visible or not.
22909         (allout-hide-current-entry, allout-show-current-entry): Use the
22910         revised version.
22911         (allout-old-expose-topic): Solidify deprecation.
22912         (allout-end-of-subtree): Add so we can span concealed as well
22913         as visible topics.
22914         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22915         (allout-end-of-current-heading): Tweak to just respect the first line.
22916         (allout-get-body-text): Add.
22917         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22918         when invoked interactively.
22919         (allout-up-current-level): Use `interactive-p'.
22920         (allout-mode, allout-init): Miscellaneous docstring and
22921         operational refinements, as well as hookups of new encryption stuff.
22922         (allout-beginning-of-current-entry): Now works as advertised.
22923         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22924         (allout-isearch-rectification): Refine condition for isearching.
22925         (allout-isearch-abort, allout-enwrap-isearch)
22926         (allout-flag-region, my-region-active-p): Relocate some macros.
22927         (allout-title): Fallback title is (buffer-name), not
22928         non-existing (current-buffer-name).
22929         (subst-char-in-string): Define if absent (for some XEmacs versions).
22931 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22933         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22934         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22935         (mail-citation-prefix-regexp, mail-signature-file)
22936         (mail-default-headers, mail-bury-selects-summary)
22937         (mail-send-nonascii): Add autoload cookies.
22939 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22941         * frame.el (blink-cursor-mode): Add `mac' to the list of
22942         window-system's that support blinking cursor.
22944 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22946         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22948 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22950         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22951         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22952         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22954 2005-10-20  Kim F. Storm  <storm@cua.dk>
22956         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22957         (ido-set-current-directory): Don't add / after final @.
22958         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22959         Explicitly handle ange-ftp completion oddities.
22960         (ido-make-file-list): Don't rotate list at tramp root to avoid
22961         triggering tramp file handler for expand-file-name via get-file-buffer.
22963 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22965         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22967 2005-10-19  Jay Belanger  <belanger@truman.edu>
22969         * calc/calc-units.el (math-standard-units): Add units, adjust
22970         symbols and update values.
22971         (math-unit-prefixes): Add more prefixes.
22973 2005-10-19  Romain Francoise  <romain@orebokech.com>
22975         * bookmark.el (bookmark-menu-heading): New face.
22976         (bookmark-bmenu-list): Use it.
22977         Don't fiddle with `baud-rate' at top-level.
22979 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22981         * image.el (create-image, find-image): Mention max-image-size in
22982         docstring.
22984 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22986         * savehist.el (savehist-load): Revert to checking XEmacs.
22988         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22989         Various docstring and line-width fixups.
22990         (conf-mode): Use cond.
22991         Set font-lock-defaults.  Don't set comment-use-syntax.
22993 2005-10-18  David Ponce  <david@dponce.com>
22995         * tree-widget.el (tree-widget-button-click): New function.
22996         (tree-widget-button-keymap): Use it.
22998 2005-10-18  Romain Francoise  <romain@orebokech.com>
23000         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23001         (bookmark-bmenu-hide-filenames): Add follow-link property.
23002         Improve help-echo text.
23004         * ffap.el (find-file-at-point): Doc fix.
23006 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23008         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23010 2005-10-18  Masatake YAMATO  <jet@gyve.org>
23012         Install to the CVS repository what I forgot to install in my
23013         2005-10-16 changes.
23015         * progmodes/python.el (python-complete-symbol): Pass the common
23016         prefix substring of completion to `display-completion-list'.
23018         * textmodes/org.el (org-complete): Ditto.
23020 2005-10-18  Masatake YAMATO  <jet@gyve.org>
23022         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23024         * woman.el (WoMan-xref-man-page): New button type derived
23025         from `Man-abstract-xref-man-page'.
23026         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23028         * man.el (Man-abstract-xref-man-page): New button type.
23029         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23030         (Man-highlight-references): Add new optional argument `xref-man-type'.
23032 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23034         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23036 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
23038         * cus-edit.el (Custom-move-and-invoke): Delete.
23039         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23041         * wid-edit.el (widget-move-and-invoke): New function, from
23042         Custom-move-and-invoke.
23044 2005-10-17  Bill Wohler  <wohler@newt.com>
23046         Move all remaining images from lisp/toolbar to etc/images, move
23047         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
23048         the low resolution images in their own directory (low-color).
23050         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23051         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23052         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23053         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23054         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23055         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23056         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23058         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23059         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23060         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23061         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23062         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23063         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23064         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23065         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23066         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23067         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23068         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23069         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23070         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23071         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23072         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23074         To conform with convention, replace the underscore (_) in the
23075         following image names with dash (-) or (/) as appropriate.
23077         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23078         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23079         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23080         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23081         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23082         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23083         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23084         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23085         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23086         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23087         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23088         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23089         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23090         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23091         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23093         * info.el (info-tool-bar-map): Replace underscores in image names
23094         with dashes.
23096         * makefile.w32-in (WINS): Remove toolbar.
23098         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23100         * tool-bar.el: Move to lisp from toolbar.  Now that
23101         toolbar is empty, it should be deleted when folks run "cvs up -P".
23103 2005-10-18  Jay Belanger  <belanger@truman.edu>
23105         * calc/calc-store.el (calc-store-into): Get the proper variable name
23106         to display in message.
23108 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23110         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23111         expressions display in speedbar for all buffers when debugging.
23112         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23114         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23115         (speedbar-insert-button, speedbar-make-button):
23116         Use add-text-properties.
23117         (speedbar-update-localized-contents)
23118         (speedbar-update-directory-contents)
23119         (speedbar-update-special-contents): Use dolist.
23120         (speedbar-buffer-easymenu-definition): Add a menu separator.
23122 2005-10-17  Jason Rumney  <jasonr@gnu.org>
23124         * makefile.w32-in: Use $(lisp) consistently.
23125         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23126         for shell specific generation of mh-autoloads.
23128 2005-10-17  Richard M. Stallman  <rms@gnu.org>
23130         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23132 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23134         * jit-lock.el (jit-lock-fontify-now):
23135         Move jit-lock-context-unfontify-pos to avoid wasted work.
23137 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
23139         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
23140         `tramp-completion-mode' for checking if we are in completion mode.
23141         (tramp-completion-handle-file-name-all-completions): Reorder code
23142         in order to complete for file names only in case there are no
23143         method/user/host completions.  This is necessary for cooperation
23144         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
23146 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
23148         * longlines.el (longlines-search-forward)
23149         (longlines-search-backward): Match any number of spaces.
23151 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
23153         * diff-mode.el (diff-mode): Doc fix.
23155 2005-10-16  David Reitter  <david.reitter@gmail.com>
23157         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23158         as default on darwin and windows systems.
23160 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23162         * arc-mode.el (archive-zip-extract): Doc fix.
23164 2005-10-16  Romain Francoise  <romain@orebokech.com>
23166         * mouse.el (mouse-1-click-follows-link): Doc fix.
23168 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23170         * savehist.el: Don't require CL at runtime.
23171         (savehist-xemacs): Remove.
23172         (savehist-coding-system): Use utf-8 if present, regardless of religion.
23173         (savehist-no-conversion): Use (featurep 'xemacs).
23174         (savehist-load): Check existence of start-itimer rather than XEmacs.
23175         Use an idle timer.
23176         (savehist-process-for-saving): Replace use of CL funs `subseq' and
23177         `delete-if-not'.
23179 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
23181         * savehist.el: Newer version.
23182         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23183         (savehist-last-checksum, savehist-no-conversion): New vars.
23184         (savehist-autosave, savehist-process-for-saving, savehist-printable):
23185         New functions.
23186         (savehist-load, savehist-save): Use them.
23187         (savehist-delimit): Remove.
23189 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23191         * progmodes/compile.el (compilation-goto-locus): Display the
23192         compilation buffer first and the source buffer second, in case they're
23193         in overlapping frames.  Don't raise the compilation frame if it was the
23194         selected window upon entry.  Pass the `other-window' arg to
23195         pop-to-buffer.
23197         * info.el (Info-fontify-node): Use dolist.
23198         Change add-text-properties to put-text-property.
23200 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23202         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23203         bound of search.
23205 2005-10-16  Masatake YAMATO  <jet@gyve.org>
23207         * dabbrev.el (dabbrev-completion): Pass the common
23208         prefix substring of completion to `display-completion-list'.
23210         * filecache.el (file-cache-minibuffer-complete)
23211         (file-cache-complete): Ditto.
23213         * tempo.el (tempo-display-completions): Ditto.
23215         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23217         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23219         * eshell/em-hist.el (eshell-list-history): Ditto.
23221         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23223         * mail/mailalias.el (mail-complete): Ditto.
23225         * progmodes/etags.el (complete-tag): Ditto.
23227         * progmodes/make-mode.el (makefile-complete): Ditto.
23229         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23231         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23233         * progmodes/pascal.el (pascal-complete-word)
23234         (pascal-show-completions): Ditto.
23236         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23238         * simple.el (completion-common-substring): New variable.
23239         (completion-setup-function): Use `completion-common-substring'
23240         to put faces.
23242 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23244         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23245         (x-get-selection, mac-select-convert-to-string): Convert from/to
23246         UTF-16 clipboard data as in native byte order, no BOM.
23248 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
23250         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23251         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23252         (gud-sentinel): Use speedbar-frame to check for speedbar.
23254 2005-10-15  Richard M. Stallman  <rms@gnu.org>
23256         * savehist.el: New file.
23258 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
23260         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23261         Fix bug in \bf fontification.
23263 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23265         * pcvs.el (cvs-edit-log-files): New var.
23266         (cvs-mode-edit-log): New arg `file'.
23267         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23268         Instead force the use of the original file and nothing else.
23269         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23270         the cvs-minor-wrap-function is set.
23271         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23273 2005-10-14  Bill Wohler  <wohler@newt.com>
23275         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23276         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23277         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23278         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23279         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23280         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23281         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23282         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23283         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23284         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23285         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23286         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23287         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23288         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23289         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23291         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23292         appropriately (for example, gud-break to gud/break).
23294 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
23296         * longlines.el (longlinges-search-function)
23297         (longlines-search-forward, longlines-search-backward): New functions.
23298         (longlines-mode): Set isearch-search-fun-function to
23299         longlinges-search-function.
23301         * mouse.el (mouse-drag-region-1): Handle the case where a
23302         double-click event is bound to an arbitrary function.
23304 2005-10-14  David Ponce  <david@dponce.com>
23306         * recentf.el (recentf-track-opened-file)
23307         (recentf-track-closed-file, recentf-update-menu)
23308         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23309         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23310         mouse-1-click-follows-link.
23312 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23314         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23315         Gnome file-manager.png.  Suggested by
23316         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23318         * toolbar/README: Add diropen.xpm.
23320 2005-10-13  Bill Wohler  <wohler@newt.com>
23322         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23323         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
23325 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23327         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23328         Don't waste the byte-compiler's time on constant data.
23330 2005-10-13  Kenichi Handa  <handa@m17n.org>
23332         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23333         byte with `escape-glyph' face.
23335         * international/fontset.el (ccl-encode-unicode-font):
23336         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23337         Handle the case that ucs-mule-to-mule-unicode translates a character to
23338         ASCII (usually for IPA characters).
23340 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23342         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23343         Don't hide the underline of titles if font-lock-mode is disabled.
23345 2005-10-12  Bill Wohler  <wohler@newt.com>
23347         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
23348         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23349         files in MH-E-SRC have been updated.
23350         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23352 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23354         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23355         (mixal-mode-syntax-table): Add \n as end-comment.
23356         (mixal-operation-codes-alist): Immediately initialize to full value.
23357         (mixal-add-operation-code): Remove.
23358         (mixal-describe-operation-code): Make the arg non-optional.
23359         Use the interactive spec instead.
23360         Use mixal-operation-codes-alist rather than mixal-operation-codes.
23361         (mixal-font-lock-keywords): Don't highlight comments here any more.
23362         (mixal-font-lock-syntactic-keywords): New var.
23363         (mixal-mode): Use it.  Fix comment-start-skip.
23365 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23367         * startup.el (command-line-x-option-alist): -nb => -nbi.
23369 2005-10-12  Kim F. Storm  <storm@cua.dk>
23371         * startup.el (fancy-splash-default-action): Discard mouse click in
23372         the splash screen window, as it has no sensible meaning in the
23373         next window to be selected.  Fixes error reported by Jan D.
23375 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23377         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23379 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23381         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23382         Try to fix up minor layout issues like indentation, line break, etc...
23383         (mixal-mode-syntax-table): Don't try to specify comment syntax,
23384         because it doesn't work.
23385         (mixal-operation-codes): Add some more codes.
23386         (mixal-font-lock-keywords): Process comments here.
23387         (mixal-mode): mixasm no longer needs -g option.
23389 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23391         * progmodes/sh-script.el (sh-tmp-file):
23392         Use mktemp -t.  Finish support for es and rc shells.
23394 2005-10-11  Jay Belanger  <belanger@truman.edu>
23396         * calc/calcalg2.el (calc-integral): With an argument, compute the
23397         definite integral.
23399 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
23401         * mouse.el (mouse-drag-region-1): Don't try to catch a
23402         double-click when doing follow-link (it's overridden anyway).
23404 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
23406         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23407         (autoload-print-form-outbuf): Add docstring.
23409 2005-10-11  Juri Linkov  <juri@jurta.org>
23411         * info.el (Info-mode-menu): Delete menu item "Edit".
23412         (Info-mode): Delete description of Info-edit from docstring,
23413         and rearrange descriptions of Info commands in the order
23414         they are documented in the Info manual.
23416 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23418         * calendar/appt.el (appt-check): Use diary-selective-display var.
23420 2005-10-10  Richard M. Stallman  <rms@gnu.org>
23422         * net/newsticker.el (newsticker-start, newsticker-show-news):
23423         Add autoload cookies.
23425 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
23427         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23429 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
23431         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23433 2005-10-10  Jay Belanger  <belanger@truman.edu>
23435         * calc/calc-arith.el (math-check-known-scalarp)
23436         (math-check-known-matrixp): Check the values of arguments that are
23437         variables.
23438         (math-check-known-square-matrixp): New function.
23439         (math-known-square-matrixp): Use math-check-known-square-matrixp.
23440         (math-super-types): Add sqmatrix type.
23442         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23443         mode name `square' to `sqmatrix'.
23445         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23446         mode name `square' to `sqmatrix'.
23448 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23450         * progmodes/etags.el (select-tags-table-mode): Don't use
23451         selective-display.
23452         (tags-select-tags-table): Pass `button' to the action function.
23453         (select-tags-table): Place the side-info on button properties rather
23454         than in hidden text.  Abbreviate file names.
23455         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23456         (select-tags-table-select): Add `button' argument.
23457         Get side-info from the button property rather than from hidden text.
23459 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
23461         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23462         (gud-speedbar-buttons): Preserve point if possible.
23463         (gud-sentinel): Restore previous speedbar display type.
23465         * progmodes/gdb-ui.el (gdba): Improve diagram.
23466         (def-gdb-auto-update-handler, gdb-info-locals-handler)
23467         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23468         Call get-buffer-window once.
23470 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23472         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23473         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23474         (pascal-indent-command): Remove unused var `ind'.
23475         (pascal-indent-case): Remove unused var `oldpos'.
23476         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23477         since it's now used as a proper minor mode map.
23478         (pascal-outline): Rename to pascal-outline-mode.
23479         (pascal-outline-mode): Use define-minor-mode.
23480         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23481         selective-display.
23483 2005-10-10  Andreas Schwab  <schwab@suse.de>
23485         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23486         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
23488         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23489         outside source directory.
23491 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
23493         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23494         C-x' as a prefix.
23495         (orgtbl-mode-map): Full keymap instead of sparse, because all
23496         `self-insert-command' keys are redefined in this map.
23497         (org-export-as-html): Specify charset for HTML file, by taking it
23498         from the coding system.
23500 2005-10-10  Kenichi Handa  <handa@m17n.org>
23502         * textmodes/flyspell.el (flyspell-check-word-p):
23503         If unread-command-events is non-empty, don't call sit-for.
23505 2005-10-09  Richard M. Stallman  <rms@gnu.org>
23507         * font-lock.el (font-lock-syntactic-keywords)
23508         (font-lock-keywords): Doc fixes.
23510         * textmodes/flyspell.el (flyspell-external-point-words):
23511         Simplify logic, and don't try to check for consecutive appearances
23512         of one incorrect word.
23514 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
23516         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23517         separator.
23519         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23520         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23521         (gud-expansion-speedbar-buttons): New function.
23522         (gud-speedbar-buttons): Check for gud-comint-buffer.
23524 2005-10-09  Bill Wohler  <wohler@newt.com>
23526         * Makefile.in (updates): Add mh-loaddefs dependency.
23528 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23530         * speedbar.el (speedbar-file-key-map): Fix typo.
23532 2005-10-09  Daniel Brockman  <daniel@brockman.se>
23534         * cus-start.el (line-spacing): Add custom spec.
23536 2005-10-09  Romain Francoise  <romain@orebokech.com>
23538         * textmodes/ispell.el (ispell-check-version): Fix last change.
23540 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23542         * term/x-win.el: Remove -i, --icon-type from comment.
23544         * startup.el (command-line-x-option-alist): Remove options -i,
23545         -itype, --icon-type, added -nb, --no-bitmap-icon.
23547 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
23549         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23550         instead of :active.
23552 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23554         * textmodes/ispell.el (ispell-check-version):
23555         Ignore hyphen, and all that follows, in aspell's version text.
23557 2005-10-08  Jay Belanger  <belanger@truman.edu>
23559         * calc/calc-arith.el (math-known-square-matrixp): New function.
23560         (math-pow-fancy): Check for matrices before distributing exponent
23561         across products.
23563         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23564         fullscreen keypad.  Suggested by Luc Teirlinck.
23565         (calc-keypad-show-input): Add space for formatting.
23567         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23568         Add square matrix option.
23570         * calc/calc-poly.el (math-expand-term): Check for matrices instead
23571         of checking calc-matrix-mode when deciding how to expand.
23573         * calc/calc.el (calc-set-mode-line): Add square matrix option.
23575 2005-10-08  Lars Hansen  <larsh@soem.dk>
23577         * net/tramp.el (tramp-perl-directory-files-and-attributes):
23578         Add error handling.
23579         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23581 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
23583         Sync with Tramp 2.0.51.
23585         * net/tramp.el (tramp-handle-set-visited-file-modtime)
23586         (tramp-handle-insert-file-contents, tramp-handle-write-region):
23587         Insert special handling for `last-coding-system-used', again
23588         it still seems to be necessary (unlike stated before).
23589         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23590         (tramp-password-prompt-regexp): There might be other words before
23591         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23592         (tramp-chunksize): Improve docstring.
23593         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23594         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
23595         Christian Joergensen <bugs@razor.dk>.
23597 2005-10-07  Glenn Morris  <rgm@gnu.org>
23599         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23600         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23601         precision'.
23603 2005-10-07  Romain Francoise  <romain@orebokech.com>
23605         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23606         (ibuffer-do-shell-command-pipe-replace)
23607         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23608         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23609         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23610         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23611         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23612         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23613         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23614         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23615         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23616         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23617         Autoload file sans suffix.
23619         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23621 2005-10-07  David Ponce  <david@dponce.com>
23623         * recentf.el (recentf-menu-open-all-flag): New option.
23624         (recentf-digit-shortcut-command-name): New function.
23625         (recentf--shortcuts-keymap): New variable.
23626         (recentf-menu-shortcuts): New variable.
23627         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23628         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23629         (recentf-menu-value-shortcut): New function.
23630         (recentf-make-menu-item): Use it.  No more in-lined.
23631         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23632         (recentf-open-most-recent-file): Rename from
23633         `recentf-open-file-with-key'.  Don't depend on key binding.
23634         (recentf-mode-map): New variable.
23635         (recentf-mode): Use it.
23637 2005-10-06  Bill Wohler  <wohler@newt.com>
23639         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23641         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23642         (MH-E-SRC): New.  Used by mh-autoloads.
23643         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23644         files in MH-E-SRC have been updated.
23645         (compile, recompile, bootstrap): Depend on mh-autoloads.
23647 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23649         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23650         gud-break and gud-remove icons when the fringe is not available.
23652         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23653         Typo.
23655 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23657         * play/zone.el (zone): Wrap body with save-window-excursion.
23659 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23661         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23662         Use the new `list-only' arg to diary-list-entries.
23664         * calendar/diary-lib.el: Use overlays rather than selective-display.
23665         (diary-selective-display): New var.
23666         (diary-header-line-format): Use it.
23667         (diary-list-entries): Add argument `list-only'.
23668         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23669         Replace \^M by invisible overlays.
23670         (diary-unhide-everything): Replace \^M by invisible overlays.
23671         (print-diary-entries): Look for overlays rather than \^M.
23672         Add a space to the temp buffer name.
23673         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23674         Put the buffer in diary-mode.
23675         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23676         (diary-anniversary): Make the year arg optional.
23677         (diary-time-regexp): New const.
23678         (diary-font-lock-keywords): Use it to accept a few more time formats.
23680         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23682 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23684         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23685         Fix bug introduced 2005-07-03: Use (car (last ...))
23686         to faithfully reproduce replaced artist-last.
23687         (artist-set-arrow-points-for-poly): Likewise.
23688         Suggested by Johan Bockg\e,Ae\e(Brd.
23690 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23692         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23693         * wid-edit.el (widget):
23694         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23695         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23697 2005-10-06  Kenichi Handa  <handa@m17n.org>
23699         * international/mule-cmds.el (set-language-environment):
23700         Fix setting up of case-table for unibyte mode.
23702         * simple.el (what-cursor-position): If the character is displayed
23703         by some `display' text property, show that.  Don't use
23704         single-key-description for eight-bit characters in multibyte mode.
23706 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23708         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23709         (gdb-ann3): Set it.
23710         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23711         (gdb-info-frames-custom): Use inverse-video for first five
23712         characters of selected frame only.
23713         (gdb-get-frame-number): Select frame even when point is on frame
23714         number.
23716 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23718         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23719         Put `font-lock-function-name-face'.
23720         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23721         and `font-lock-variable-name-face'
23722         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23723         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23724         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23725         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23726         (gdb-local-font-lock-keywords): New font lock keywords definition.
23727         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23728         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23729         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23731 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23733         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23734         (ediff-merge-region-is-non-clash-to-skip): Previously called
23735         ediff-merge-region-is-non-clash.
23737         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23738         Use insert-buffer-substring.
23740         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23741         selecting files to patch.  Also bug fixes.
23743         * ediff-util.el (ediff-setup): Bug fix.
23744         (ediff-next-difference): Never skip clashes that differ in white
23745         space only.
23747         * ediff-wind.el (ediff-setup-control-frame)
23748         (ediff-destroy-control-frame): Check the menubar feature.
23750         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23751         (viper-refresh-mode-line): Use make-local-variable to localize
23752         some vars instead of make-variable-buffer-local.  Suggested by
23753         Stefan Monnier.
23755         * emulation/viper-init.el (viper-make-variable-buffer-local):
23756         Delete alias.
23757         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23758         Use make-local-variable instead of make-variable-buffer-local.
23759         Suggested by Stefan Monnier.
23761         * emulation/viper.el (viper-mode): Don't use
23762         viper-make-variable-buffer-local.
23763         (viper-comint-mode-hook): Use make-local-variable on
23764         require-final-newline.
23765         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23767 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23769         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23770         also the second char of a comment-start sequence.
23771         (scheme-sexp-comment-syntax-table): New var.
23772         (lambda, define): Set their scheme-doc-string-elt property.
23773         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23774         Use lisp-font-lock-syntactic-face-function now that it properly
23775         handles |...| symbols.
23776         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23777         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23779         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23780         bit from # to |.
23781         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23783         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23784         (lisp-doc-string-elt-property): New var.
23785         (lisp-font-lock-syntactic-face-function): Use it.
23786         Rewrite to recognize docstrings even for forms not at toplevel.
23788         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23789         annotation on the | part of #| rather than on the # part.
23790         (scheme-font-lock-syntactic-face-function): New function, to
23791         distinguish strings from |...| symbols.
23792         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23793         syntax-table so that #|...|# is properly highlighted.
23795         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23796         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23798 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23800         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23801         and C-e.
23803         * emacs-lisp/eldoc.el: Move comments into docstrings.
23804         (eldoc-message-commands): Initialize in its declaration.
23805         Add move-beginning-of-line and move-end-of-line.
23806         (eldoc-add-command, eldoc-add-command-completions)
23807         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23809         * outline.el (outline-mark-subtree): Activate the mark.
23811         * calendar/appt.el (appt-time-regexp): New var.
23812         (appt-add, appt-make-list): Use it.
23813         (appt-convert-time): Clean up.
23815         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23816         Don't set any syntax-table property here.
23817         (tex-font-lock-verb): New function.  Do it here.
23818         (tex-font-lock-syntactic-keywords): Use it.
23820 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23822         * wid-edit.el (widget-file-complete): Get the widget start point
23823         the right way.  Default directory to `/' if file has none.
23825         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23827         * textmodes/flyspell.el (flyspell-mode-on):
23828         Call ispell-maybe-find-aspell-dictionaries.
23830         * textmodes/ispell.el (ispell-word, ispell-region):
23831         Call ispell-maybe-find-aspell-dictionaries.
23832         (ispell-accept-buffer-local-defs):
23833         Don't call ispell-maybe-find-aspell-dictionaries.
23835 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23837         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23839 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23841         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23842         instead of `fboundp' in order to allow for anonymous functions.
23844 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23846         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23847         case the user clicks on the link while another window is selected.
23848         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23850         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23851         functionality.
23852         (dframe-help-echo): Save point in case mouse tracking is off.
23854 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23856         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23858 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23860         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23861         not change the global value of those vars.
23863         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23864         make-local-variable which we do not need any more.
23866 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23868         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23869         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23870         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23871         (speedbar-path-line): Define obsolete aliases.
23872         (speedbar-line-directory): Doc fix.
23874         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23875         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23876         instead of speedbar-line-path.
23878 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23880         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23881         to nil if dropping on a window.  Handle dropping on a minibuffer window
23882         like dropping on a non-window part of Emacs.
23884 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23886         * net/ange-ftp.el: Use with-current-buffer.
23887         (ange-ftp-insert-directory): Do not follow symlinks any more.
23889         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23890         Remove interactive spec.
23892 2005-10-03  Kim F. Storm  <storm@cua.dk>
23894         * ido.el (ido-mode): Use custom-initialize-set.
23896 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23898         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23899         Use insert-buffer-substring.
23901         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23902         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23904 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23906         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23907         in last change.
23908         (ange-ftp-insert-directory): Fix up the search for the case where
23909         `file' is absolute.
23911 2005-10-02  Romain Francoise  <romain@orebokech.com>
23913         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23915 2005-10-02  Andreas Schwab  <schwab@suse.de>
23917         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23918         directory component in the session info.
23920 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23922         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23924         * simple.el (next-error-internal): New function.
23926         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23927         (compilation-start): Pass new arg to compilation-buffer-name.
23928         (compile-goto-error): Use next-error-internal.
23930 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23932         * speedbar.el: Remove RCS tag.
23933         (speedbar-check-read-only): Handle non-existent files.
23935         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23937         * info.el (Info-speedbar-hierarchy-buttons)
23938         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23940 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23942         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23943         Do not match newline.
23944         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23945         (bibtex-summary): Remove unnecessary save-excursion.
23946         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23948 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23950         * term/mac-win.el: Add charset info for "iso10646-1".
23951         Modify default fontset to use ATSUI-compatible fonts for some charsets
23952         if available.
23954 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23956         * speedbar.el: Re-apply arch tag.
23957         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23958         M. Ludlam.
23959         Reapply two changes from Emacs CVS' version of speedbar lost
23960         during the merge:
23961         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23962         (speedbar-frame-parameters): Improve customize type.
23964 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23966         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23967         (ange-ftp-file-directory-p): Fix the symlink case.
23968         (ange-ftp-insert-directory): When listing a single file, get a list of
23969         the parent buffer and extract the relevant line.  Inspired from a patch
23970         by Katsumi Yamaoka <yamaoka@jpl.org>.
23971         (ange-ftp-file-name-sans-versions): Simplify.
23973 2005-09-30  Bill Wohler  <wohler@newt.com>
23975         Move MH-E image files from toolbar and mail directories into
23976         etc/images.
23978         * mail/reply2.*: Move to etc/images/mail/reply*.
23980         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23981         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23982         etc/images.
23984         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23985         * toolbar/reply*: Move to etc/images/mail.
23987         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23989 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23991         * speedbar.el: New version 1.0pre3.
23993         Frame management code (including timer, and mouse click specifics)
23994         moved to dframe.el:
23995         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23996         (speedbar-timer): Removed.  Use dframe-timer.
23997         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23998         (speedbar-activity-change-focus-flag): Removed.  Use
23999         dframe-activity-change-focus-flag.
24000         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
24001         dframe-update-speed.
24003         (speedbar-current-frame): New macro.  Use this instead of the
24004         variable speedbar-frame.
24006         (speedbar-use-images, speedbar-expand-image-button-alist)
24007         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24009         (speedbar-find-image-on-load-path): Removed.  Replaced by
24010         defezimage in ezimage.el.
24011         (speedbar-expand-image-button-alist): Removed.  Replaced by
24012         ezimage-expand-image-button-alist in ezimage.el.
24014         (speedbar-ignored-directory-regexp)
24015         (speedbar-add-ignored-directory-regexp)
24016         (speedbar-ignored-directory-expressions)
24017         (speedbar-line-directory, speedbar-buffers-line-directory)
24018         (speedbar-directory-line, speedbar-buffers-line-directory):
24019         Renamed, replacing `path' with `directory'.
24021         (speedbar-create-directory, speedbar-expand-line-descendants)
24022         (speedbar-toggle-line-expansion)
24023         (speedbar-contract-line-descendants): New commands.
24025         (speedbar-query-confirmation-method, speedbar-select-frame-method)
24026         (speedbar-use-tool-tips-flag): New options.
24028         (speedbar-check-read-only, speedbar-require-version)
24029         (speedbar-insert-separator, speedbar-buffers-tail-notes)
24030         (speedbar-handle-delete-frame, speedbar-try-completion)
24031         (speedbar-update-localized-contents): New functions.
24033         (speedbar-incompatible-version, speedbar-ro-to-do-point)
24034         (speedbar-object-read-only-indicator): New variables.
24036         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24037         New hooks.
24039         (speedbar-separator-face): New face.
24041         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24042         (speedbar-ignored-modes): Add fundamental-mode.
24043         (speedbar-directory-unshown-regexp): Add . directories.
24045         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24046         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24047         `]' for full expand/close.
24048         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24050         (speedbar-check-vc): Support hidden files.
24051         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24052         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
24053         state is nil, it is not checked out.
24055         (speedbar-line-text, speedbar-line-token): Support expand buttons
24056         with no text.
24057         (speedbar-refresh): Universal argument acts as power-click.
24058         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24059         that buffer to get variable values.
24061         And many other bugfixes.
24063         * dframe.el, ezimage.el, sb-image.el: New files.
24065         * sb-*.xpm: Remove files.  New image files installed into
24066         etc/images/ezimage.
24068 2005-09-30  Kenichi Handa  <handa@m17n.org>
24070         * ps-mule.el (ps-mule-show-warning): If a character is in
24071         ps-print-translation-table, don't treat it as non-printable.
24073 2005-09-30  David Ponce  <david@dponce.com>
24075         * tree-widget.el (tree-widget-themes-load-path): New variable.
24076         (tree-widget-themes-directory): Doc fix.
24077         (tree-widget-image-formats) [Emacs]: Doc fix.
24078         (tree-widget--locate-sub-directory): New function.
24079         (tree-widget-themes-directory): Use it.
24081         * recentf.el (recentf-filename-handlers): Rename from
24082         `recentf-filename-handler'.  Allow a list of functions.
24083         (recentf-menu-items-for-commands): Fix :help strings.
24084         (recentf-apply-filename-handlers): New function.
24085         (recentf-expand-file-name): Use it.
24086         (recentf-cleanup): Remove duplicates too.
24088 2005-09-29  Juri Linkov  <juri@jurta.org>
24090         * faces.el: Rearrange face definitions to be in the same order as
24091         their face descriptions in "(emacs)Standard Faces".
24093         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24095         * tooltip.el (tooltip): Add group `basic-faces'.
24097         * buff-menu.el (Buffer-menu-buffer): Remove group
24098         `font-lock-highlighting-faces'.
24100         * progmodes/compile.el (compilation-error, compilation-warning)
24101         (compilation-info, compilation-line-number, compilation-column-number):
24102         Change group from `font-lock-highlighting-faces' to `compilation'.
24104         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24105         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24106         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24107         (vhdl-font-lock-reserved-words-face)
24108         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24109         `font-lock-highlighting-faces'.
24111         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24113 2005-09-28  Kim F. Storm  <storm@cua.dk>
24115         * emulation/cua-base.el: Set CUA move property on additional commands:
24116         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24117         forward-sexp, backward-sexp, forward-list, backward-list.
24119 2005-09-28  Romain Francoise  <romain@orebokech.com>
24121         * comint.el (comint-show-output): Really set point at the
24122         beginning of the output when not using `comint-use-prompt-regexp'.
24124 2005-09-27  Jay Belanger  <belanger@truman.edu>
24126         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24127         in TeX mode.
24129 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
24131         * textmodes/org.el (org-table-sum): Fix format string.
24133         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24134         Quote face names.
24136 2005-09-26  Romain Francoise  <romain@orebokech.com>
24138         * isearch.el (isearch-forward-regexp): Close doc string.
24140 2005-09-25  Richard M. Stallman  <rms@gnu.org>
24142         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24144         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24146         * progmodes/compile.el (compilation-error-properties):
24147         When getting the file from the previous error message,
24148         correctly decode the new data format.
24150         * progmodes/cc-cmds.el (c-electric-paren):
24151         Call old-blink-paren only for close-paren.
24153 2005-09-24  Andreas Schwab  <schwab@suse.de>
24155         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24156         condition.
24158 2005-09-25  Romain Francoise  <romain@orebokech.com>
24160         * dired-aux.el (dired-copy-file-recursive):
24161         * dired.el (dired-delete-file):
24162         * ediff-mult.el (ediff-dir-diff-copy-file):
24163         * ediff-util.el (ediff-test-save-region):
24164         * forms.el (forms-mode):
24165         * ido.el (ido-file-internal, ido-delete-file-at-head):
24166         * log-edit.el (log-edit-done):
24167         * ses.el (ses-yank-resize):
24168         * play/gomoku.el (gomoku-human-plays, gomoku)
24169         (gomoku-human-resigns, gomoku-prompt-for-other-game)
24170         (gomoku-offer-a-draw):
24171         * play/landmark.el (lm-human-resigns, lm):
24172         * net/eudcb-ldap.el (eudc-ldap-check-base):
24173         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24174         * progmodes/ebrowse.el (ebrowse-find-pattern):
24175         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24176         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24177         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24179         * vc.el (vc-delete-file):
24180         * play/gomoku.el (gomoku-terminate-game, gomoku)
24181         (gomoku-prompt-for-move, gomoku-human-takes-back):
24182         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24183         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24185 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
24187         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24188         color rxvt terminals by using the code xterm.el used to use before
24189         2005-04-09 in order to match the colors used by rxvt.
24191 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24193         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24194         colors rxvt-unicode terminals by using the same code as xterm.el.
24196 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24198         * textmodes/tex-mode.el (tex-font-lock-append-prop)
24199         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24200         new symbol used for the tex-verbatim face.
24202 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
24204         * woman.el (woman-file-name):
24205         * wid-edit.el (widget-file-prompt-value)
24206         (widget-coding-system-prompt-value):
24207         * w32-fns.el (set-w32-system-coding-system):
24208         * vc.el (vc-version-diff, vc-annotate):
24209         * textmodes/reftex-auc.el (reftex-arg-cite)
24210         (reftex-arg-index-tag):
24211         * textmodes/refer.el (refer-get-bib-files):
24212         * textmodes/artist.el (artist-figlet-choose-font):
24213         * terminal.el (terminal-emulator):
24214         * replace.el (occur-read-primary-args):
24215         * rect.el (string-rectangle, string-insert-rectangle):
24216         * ps-print.el (ps-print-preprint):
24217         * progmodes/pascal.el (pascal-goto-defun):
24218         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24219         * progmodes/compile.el (compilation-find-file):
24220         * printing.el (pr-interactive-n-up):
24221         * play/animate.el (animate-birthday-present):
24222         * net/rcompile.el (remote-compile):
24223         * man.el (man, Man-goto-section, Man-follow-manual-reference):
24224         * mail/rmailsum.el (rmail-summary-search-backward)
24225         (rmail-summary-search):
24226         * mail/rmailout.el (rmail-output-read-rmail-file-name)
24227         (rmail-output-read-file-name):
24228         * mail/rmail.el (rmail-search, rmail-search-backwards):
24229         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24230         * locate.el (locate):
24231         * international/quail.el (quail-show-keyboard-layout):
24232         * international/mule.el (set-buffer-file-coding-system)
24233         (revert-buffer-with-coding-system, set-file-name-coding-system)
24234         (set-terminal-coding-system, set-keyboard-coding-system)
24235         (set-next-selection-coding-system):
24236         * international/mule-diag.el (describe-coding-system)
24237         (describe-font, describe-fontset):
24238         * international/mule-cmds.el (universal-coding-system-argument)
24239         (search-unencodable-char, describe-input-method)
24240         (set-language-environment, describe-language-environment):
24241         * international/codepage.el (codepage-setup):
24242         * international/code-pages.el (codepage-setup):
24243         * info.el (Info-search, Info-follow-reference)
24244         (Info-search-backward):
24245         * emacs-lisp/advice.el (ad-read-advised-function)
24246         (ad-read-advice-class, ad-clear-cache, ad-activate)
24247         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24248         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24249         (ad-read-regexp):
24250         * ediff-util.el (ediff-toggle-regexp-match):
24251         * ediff-ptch.el (ediff-prompt-for-patch-file):
24252         * dired-aux.el (dired-diff):
24253         * diff.el (diff):
24254         * cus-edit.el (custom-variable-prompt):
24255         * calendar/timeclock.el (timeclock-ask-for-project):
24256         * calc/calcalg3.el (calc-get-fit-variables):
24257         * calc/calc-store.el (calc-edit-variable)
24258         (calc-permanent-variable):
24259         * vc-mcvs.el (vc-mcvs-register):
24260         * shadowfile.el (shadow-define-literal-group):
24261         * woman.el (woman-file-name):
24262         * vc.el (vc-version-diff, vc-merge):
24263         * textmodes/reftex-index.el (reftex-index-complete-tag):
24264         * format.el (format-decode-buffer, format-decode-region):
24265         * emulation/viper-cmd.el (viper-read-string-with-history):
24266         * emacs-lisp/debug.el (cancel-debug-on-entry):
24267         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24268         * ediff.el (ediff-merge-revisions)
24269         (ediff-merge-revisions-with-ancestor, ediff-revision):
24270         * completion.el (interactive-completion-string-reader):
24271         * calc/calc-prog.el (calc-user-define-formula):
24272         Follow convention for reading with the minibuffer.
24274 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
24276         * progmodes/python.el (python-describe-symbol): Add globals() and
24277         locals() to the arguments of emacs.ehelp.
24279 2005-09-24  Magnus Henoch  <mange@freemail.hu>
24281         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24282         New function, code extracted from ispell-valid-dictionary-list.
24283         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24284         Call it.
24286 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
24288         * subr.el (version-regexp-alist): Extend valid syntax for version
24289         strings: allow any of the characters -,_,+ to separate the
24290         alpha/beta/rc part from the version part.  Doc fix.
24291         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
24293 2005-09-23  David Reitter  <david.reitter@gmail.com>
24295         * mail/mailclient.el: New file.
24297 2005-09-23  Richard M. Stallman  <rms@gnu.org>
24299         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24300         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24301         Doc fixes.
24303         * progmodes/cc-mode.el (c-font-lock-init):
24304         Specify font-lock-lines-before.
24306 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24308         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24309         whole conflict.
24311 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
24313         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24314         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
24315         of `remap' feature when available.  Additional key bindings for
24316         better tty support.
24317         (org-mode-restart, org-force-self-insert): New commands.
24318         (org-time-stamp-inactive): New command.
24319         (org-remap): New function.
24320         (org-table-auto-blank-field, org-level-color-stars-only): New options.
24321         (org-enable-fixed-width-editor): Move to `org-structure'
24322         customization group.
24323         (org-self-insert-command, orgtbl-self-insert-command): Modify to
24324         blank field after field motion commands.
24326 2005-09-23  Kenichi Handa  <handa@m17n.org>
24328         * international/mule-cmds.el (set-language-environment):
24329         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24330         have to call utf-translate-cjk-load-tables.
24332 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24334         * mouse.el (mouse-move-drag-overlay): Fix last change.
24336 2005-09-22  David Ponce  <david@dponce.com>
24338         * tree-widget.el (tree-widget-value-create): Fix previous change.
24340 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24342         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24344 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24346         * mouse.el (mouse-move-drag-overlay): New function.
24347         (mouse-drag-region-1): Use it.
24348         Try to simplify a bit the state handling.  Handle clicks on links
24349         inside intangible areas.
24350         (mouse-save-then-kill): Minor simplification.
24351         (mouse-secondary-overlay): Make it always non-nil instead of
24352         recreating it each time.
24353         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24354         (mouse-kill-secondary, mouse-secondary-save-then-kill):
24355         Simplify accordingly.
24357 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24359         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24361 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
24363         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24364         (ediff-file-name-sans-prefix): Treat nil as an empty string.
24365         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24366         to patch.
24368         * ediff-util.el: Use insert-buffer-substring.
24370         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24372         * emulation/viper-cmd.el (viper-change-state): Don't move over the
24373         field boundaries in the minibuffer.
24374         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24375         (viper-minibuffer-post-command-hook): New hook.
24376         (viper-line): Don't move cursor at bolp.
24378         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24380         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24381         avoid compiler warnings.
24383         * emulation/viper-macs.el (ex-map): Better messages.
24385         * emulation/viper-utils.el (viper-beginning-of-field): New function.
24387         * emulation/viper.el: Replace make-variable-buffer-local with
24388         viper-make-variable-buffer-local everywhere, to avoid warnings.
24390 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24392         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24393         Delete unused var `old-selected-window'.
24394         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24395         (mouse-drag-secondary): Delete unused var `start-frame'.
24397 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24399         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24401 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24403         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24404         Re-indent within 80 columns.  Use inhibit-read-only.
24406 2005-09-19  Romain Francoise  <romain@orebokech.com>
24408         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24410 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24412         * font-lock.el (font-lock-default-fontify-region): Don't add a line
24413         unconditionally, since the after-change-function already did it.
24415 2005-09-19  Miles Bader  <miles@gnu.org>
24417         * net/newsticker.el: Get rid of CVS keyword.
24419 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24421         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24422         The prompt is formatted later.
24424 2005-09-19  David Ponce  <david@dponce.com>
24426         * tree-widget.el (tree-widget-value-create): Save the converted
24427         tree :node widget.
24429 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
24431         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24432         variable `message'.
24434 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
24436         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24437         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
24438         <slawomir.nowaczyk.847@student.lu.se>.
24440 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
24442         * image.el (image-load-path): Use symbol `data-directory' instead
24443         of its value, for backward compatibility with packages that bind
24444         it during `find-image'.  Suggested by Katsumi Yamaoka.
24445         (image-search-load-path): Handle symbols whose values are strings.
24447 2005-09-18  Romain Francoise  <romain@orebokech.com>
24449         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24450         with-current-buffer form in save-excursion.
24452 2005-09-18  Deepak Goel  <deego@gnufans.org>
24454         * apropos.el (apropos-command): Fix `message' call: first arg
24455         should be a format spec.  In this and all other cases that appear
24456         below and elsewhere in the source code, I made a change only when
24457         two conditions were satisfied: [1] I can think of a possibility
24458         that the arguments would cause an error, for example, the code in
24459         question relies on external variables such as filenames.  [2] I
24460         was sure that the arg to `message' could not have been nil in the code.
24462         * textmodes/tildify.el (tildify-region): Ditto.
24464         * textmodes/reftex-index.el (reftex-index-change-entry)
24465         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24466         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24467         * textmodes/org.el (org-complete, org-deadline, org-schedule)
24468         (org-priority, org-table-sum):
24469         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24470         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24471         (flyspell-word, flyspell-display-next-corrections):
24472         * textmodes/bibtex.el (bibtex-print-help-message):
24473         * textmodes/artist.el (artist-key-set-point-poly):
24474         * term/mac-win.el (mac-services-insert-text):
24475         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24476         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24477         (vhdl-port-paste-testbench, vhdl-compose-new-component)
24478         (vhdl-compose-configuration):
24479         * progmodes/sh-script.el (sh-blink, sh-show-indent)
24480         (sh-set-indent, sh-learn-line-indent):
24481         * progmodes/ps-mode.el (ps-mode-target-column):
24482         * progmodes/idlwave.el (idlwave-make-tags)
24483         (idlwave-scan-library-catalogs):
24484         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24485         * progmodes/gud.el (gud-jdb-analyze-source):
24486         * progmodes/flymake.el (flymake-log):
24487         * progmodes/ebnf2ps.el (ebnf-generate-region):
24488         * progmodes/cmacexp.el (c-macro-expansion):
24489         * progmodes/ada-xref.el (ada-treat-cmd-string):
24490         * progmodes/ada-mode.el (ada-create-case-exception-substring)
24491         (ada-justified-indent-current, ada-batch-reformat):
24492         * play/zone.el (zone):
24493         * play/landmark.el (lm-move):
24494         * play/decipher.el (decipher-show-alphabet):
24495         * net/newsticker.el (newsticker--display-jump)
24496         (newsticker--display-scroll):
24497         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24498         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24499         * mail/feedmail.el (feedmail-dump-message-to-queue):
24500         * eshell/esh-proc.el (eshell-remove-process-entry):
24501         * emulation/ws-mode.el (ws-last-error):
24502         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24503         (viper-record-kbd-macro):
24504         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24505         * emacs-lisp/lisp-mnt.el (lm-report-bug):
24506         * emacs-lisp/find-func.el (find-function-noselect):
24507         * calendar/timeclock.el (timeclock-status-string)
24508         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24509         (timeclock-when-to-leave-string):
24510         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24511         * calc/calc-units.el (calc-enter-units-table):
24512         * calc/calc-mode.el (calc-mode-record-mode):
24513         * woman.el (woman-mini-help):
24514         * wdired.el (wdired-change-to-wdired-mode):
24515         * vc.el (vc-retrieve-snapshot):
24516         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24517         * startup.el (display-startup-echo-area-message):
24518         * simple.el (set-goal-column):
24519         * ses.el (ses-command-hook, ses-recalculate-cell):
24520         * server.el (server-process-filter):
24521         * printing.el (pr-interface-txt-print, pr-interface-printify)
24522         (pr-interface-ps):
24523         * pcvs.el (cvs-help):
24524         * log-edit.el (log-edit, log-edit-mode-help):
24525         * iswitchb.el (iswitchb-possible-new-buffer):
24526         * isearch.el (isearch-edit-string):
24527         * image-mode.el (image-mode, image-minor-mode):
24528         * ibuf-macs.el (define-ibuffer-filter):
24529         * hi-lock.el (hi-lock-find-patterns):
24530         * files.el (toggle-read-only):
24531         * ediff-util.el (ediff-copy-diff)
24532         (ediff-write-merge-buffer-and-maybe-kill):
24533         * echistory.el (Electric-history-undefined):
24534         * dnd.el (dnd-insert-text):
24535         * dired-aux.el (dired-query):
24536         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24537         * bookmark.el (bookmark-bmenu-locate):
24538         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24539         Fix `message' calls to ensure first arg is a format string.
24540         The change was made only when these two conditions were satisfied:
24541         [1] when there is a possibility that the arguments would cause an error
24542         for example, if the code in question relies on external variables
24543         such as filenames, and
24544         [2] if the arg to `message' could not have been nil in the code.
24546         * pcomplete.el (pcomplete--help): Fix `message' format spec.
24547         Not having a %s would be weird, though not technically wrong.
24549 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24551         * term/mac-win.el (mac-add-charset-info): Doc fix.
24553 2005-09-17  Romain Francoise  <romain@orebokech.com>
24555         * shell.el (shell-resync-dirs): Handle echoing processes more
24556         reliably.  Don't insert resync command if `comint-process-echoes'
24557         is non-nil.
24559 2005-09-17  Magnus Henoch  <mange@freemail.hu>
24561         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24562         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24563         aspell versions >= 0.60.
24564         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24565         only if ispell-aspell-supports-utf8 is non-nil.
24567 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24569         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24570         buffer-local value to lisp-indent-function.
24572 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
24574         * progmodes/glasses.el (glasses-make-readable): If
24575         glasses-separator differs from underscore, put appropriate
24576         overlays over underscore characters.
24577         (glasses-convert-to-unreadable): If glasses-separator differs from
24578         underscore, try to convert glasses-separator characters to
24579         underscores.
24581 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24583         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24584         Use with-syntax-table and dolist.
24586 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
24588         * textmodes/reftex-auc.el:
24589         * textmodes/reftex-cite.el:
24590         * textmodes/reftex-dcr.el:
24591         * textmodes/reftex-global.el:
24592         * textmodes/reftex-parse.el:
24593         * textmodes/reftex-ref.el:
24594         * textmodes/reftex-sel.el:
24595         * textmodes/reftex-toc.el:
24596         * textmodes/reftex-vars.el:
24597         * textmodes/reftex.el: Small changes to remove compiler warnings.
24599         * textmodes/reftex-index.el: Likewise.
24600         (reftex-query-index-phrase): More efficient use of markers.
24602 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24604         * image.el (image-load-path): New variable.
24605         (image-search-load-path): New function.
24606         (find-image): Search for images in `image-load-path'.
24608 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24610         * follow.el: Change Maintainer field.
24612 2005-09-15  David Ponce  <david@dponce.com>
24614         * recentf.el (recentf-save-file-modes): New option.
24615         (recentf-save-list): Use it.
24617 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24619         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24620         (mode-line-mule-info, mode-line-modified): Move bindings from
24621         mouse-3 to mouse-1.
24623 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24625         * simple.el (sendmail-user-agent-compose): Revert last change.
24627 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24629         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24630         Use with-current-buffer.
24631         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24632         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24633         (ange-ftp-insert-directory): Remove unused var `short'.
24634         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24636         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24637         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24639         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24640         (check-calendar-holidays, diary-list-entries): Autoload.
24641         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24642         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24644         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24645         which mistakenly removed a call to display-buffer.
24647 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24649         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24651 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24653         * progmodes/hideshow.el
24654         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24655         (hs-allow-nesting): New user var.
24656         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24657         (hs-hide-block-at-point): When nesting allowed,
24658         if there is already an overlay in place, delete it.
24659         (hs-safety-is-job-n): Delete func; remove call sites.
24660         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24661         (hs-overlay-at): New func.
24662         (hs-already-hidden-p, hs-show-block): Use it.
24663         (hs-hide-all): Don't pre-clean if nesting allowed.
24664         (hs-show-all): Temporarily disallow
24665         nesting around call to `hs-discard-overlays'.
24667 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24669         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24670         Delete unused local var.
24672 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24674         * help-fns.el (describe-categories): "?\ " -> "?\s".
24675         (help-do-arg-highlight): Recognize also ARG-n, as in
24676         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24678         * international/codepage.el (dos-unsupported-char-glyph):
24679         * net/newsticker.el (tool-bar-map, w3-mode-map)
24680         (w3m-minor-mode-map):
24681         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24682         (ent-alist):
24683         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24685 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24687         * custom.el (custom-push-theme): Handle the case where a symbol is
24688         bound but face properties have not yet been assigned.
24690         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24691         Fix behavior if noerase is `t' and there is no mail buffer.
24693         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24694         if `continue' is nil, rather than signal an error.
24696 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24698         * font-lock.el (font-lock-keywords): Add autoload.
24700         * help-fns.el (describe-variable): Rearrange to put source link
24701         in a predictable place.
24703         * net/newsticker.el: New file.
24705 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24707         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24708         (calendar-basic-setup): Use the new nil arg.
24709         (number-of-diary-entries): Move to diary-lib.el.
24711         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24712         (diary-list-entries): Use with-syntax-table and dolist.
24713         Rename from list-diary-entries.
24714         Use number-of-diary-entries if `number' is nil.
24715         (diary, diary-view-entries): Use this new name and new nil arg value.
24716         (number-of-diary-entries): Move from calendar.el.
24717         (diary-unhide-everything): New function.
24718         (include-other-diary-files, fancy-diary-display)
24719         (diary-show-all-entries, make-diary-entry): Use it.
24720         (diary-mail-entries): Use buffer-string.
24721         (mark-diary-entries): Fix long standing paren typo.
24722         (diary-sexp-entry): Use count-lines.
24723         (make-diary-entry): Avoid `previous-line'.
24724         (diary-mode-map): New var.
24725         (diary-mode): Redraw cal after saving.  Setup header-line.
24726         (fancy-diary-display-mode): Use local-set-key.
24728         * startup.el (command-line): Try calling various terminal-init-foo-bar
24729         functions by stripping hyphenated suffixes from $TERM.
24731         * files.el (normal-mode): Check boundness of font-lock-keywords.
24733 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24735         * progmodes/compile.el: Don't decide a file's directory
24736         until the user actually tries to go there.
24737         (compilation-next-error-function):
24738         Pass compilation-find-file the directory from the file-struct.
24739         (compilation-internal-error-properties): Separate local FILE-STRUCT
24740         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24741         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24742         Expand it, and if nil, use default-directory.
24743         (compilation-get-file-structure): Don't mix specified directory
24744         with default directory.  Put specified directory into
24745         file-struct.  Don't make the file name absolute.
24747         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24748         (compile-command): Add autoload.
24749         (compilation-disable-input): Add autoload.
24751 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24753         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24754         strings of the variables it can override.
24755         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24756         %Q and %q, for fully-qualified domain name and unqualified host name.
24758 2005-09-11  Kim F. Storm  <storm@cua.dk>
24760         * emacs-lisp/authors.el (authors-aliases): Update list.
24761         (authors-fixed-entries): Update mldrag.el entry.
24763 2005-09-10  Alan Mackenzie  <acm@muc.de>
24765         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24766         delimiter from the region narrowed to.
24768 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24770         * textmodes/ispell.el (ispell-check-version): Signal an error if
24771         aspell version is less than 0.60.
24773 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24775         * progmodes/octave-inf.el (inferior-octave-startup):
24776         Resync current dir at the end.
24778 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24780         * woman.el (woman-topic-at-point-default):
24781         Rename to woman-use-topic-at-point-default.
24782         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24783         (woman-file-name): Reflect renames above.  Automatically use the
24784         word at point as topic if woman-use-topic-at-point is non-nil.
24785         Otherwise offer it as default but don't insert it in the
24786         minibuffer.  Also use `test-completion' instead of `assoc' as
24787         suggested by Stefan Monnier.
24789 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24791         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24792         the attempt to do it over Tramp.  This is not yet supported.
24794 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24796         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24797         (menu-bar-non-minibuffer-window-p): New functions.
24798         ("Split Window", "Save As..."): Use them.
24799         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24800         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24801         Use menu-bar-menu-frame-live-and-visible-p.
24802         ("Save Buffer", "Insert File", "Open Directory...")
24803         ("Open File...", "Visit New File..."):
24804         Use menu-bar-non-minibuffer-window-p.
24805         (kill-this-buffer-enabled-p, dired <menu-enable>):
24806         Use menu-bar-non-minibuffer-window-p.
24808 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24810         * cus-start.el (all): Don't complain about fringe-related
24811         built-ins if fringes are not supported.  Ditto about
24812         selection-related built-ins.  Fix the test for GTK-related built-ins.
24814         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24815         ("Postscript Print Buffer", "Print Region", "Save As...")
24816         ("Save", "Insert File...", "Open Directory...")
24817         ("Open File...", "Visit New File..."")
24818         ("Truncate Long Lines in this Buffer"): Don't look at
24819         menu-updating-frame if this display does not support multiple frames.
24821 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24823         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24825 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24827         * woman.el: Format- and whitespace-related changes.
24829 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24831         * woman.el: Fix my email address.
24833 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24835         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24836         (sh-mode): Locally set skeleton-pair-default-alist.
24838         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24840         * progmodes/flymake.el: Require `compile' unconditionally.
24842         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24844         * woman.el (woman-file-name): Provide a default, not initial input.
24846         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24848         * font-lock.el (font-lock-support-mode): Doc fix.
24850         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24852 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24854         * simple.el (blink-matching-open): Get rid of text props from
24855         the string shown in echo area.  Don't permanently set point.
24856         Some rearrangements.
24858 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24860         * recentf.el (recentf-filename-handler): Add custom choice
24861         `abbreviate-file-name'.
24863         * msb.el (msb--very-many-menus): Fix typo.
24865         * disp-table.el (standard-display-european): Don't set
24866         enable-multibyte-characters to nil.
24868 2005-09-08  David Ponce  <david@dponce.com>
24870         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24871         (recentf-expand-file-name): Doc fix.
24872         (recentf-dialog-mode-map): Define digit shortcuts.
24873         (recentf--files-with-key): New variable.
24874         (recentf-show-digit-shortcut-filter): New function.
24875         (recentf-open-files-items): New function.
24876         (recentf-open-files): Use it.
24877         (recentf-open-file-with-key): New command.
24879 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24881         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24882         Suggested by Kim F. Storm.
24883         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24884         (Buffer-menu-make-sort-button): Use global keymap.
24886 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24888         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24889         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24890         necessary any longer with the remapped command.
24891         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24892         formatting time only.
24894         * net/tramp.el (tramp-action-password)
24895         (tramp-multi-action-password): Compile the password prompt from
24896         `method', `user' and `host'.  Sometimes it isn't obvious which
24897         password to enter, for example with remote files offered by
24898         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24899         <robert@chezmarshall.freeserve.co.uk>.
24901 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24903         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24904         Fix regexp for when "s///" is at the beginning of line.
24906 2005-09-07  Jay Belanger  <belanger@truman.edu>
24908         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24909         when in matrix mode.
24911 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24913         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24914         non-anonymous functions.
24916 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24918         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24919         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24921         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24922         can't be moved; don't signal an error.
24924 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24926         * cus-theme.el (custom-theme-write-faces): Save the current face
24927         spec, not the defface spec.
24929         * custom.el (custom-known-themes): Clarify meaning of "standard".
24930         (custom-push-theme): Save old values in the standard theme.
24931         (disable-theme): Correct typo.
24932         (custom-face-theme-value): Deleted unused function.
24933         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24935 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24937         * progmodes/compile.el (compilation-goto-locus): Take into account
24938         iconified frames when determining whether the buffer is
24939         already visible.
24940         Don't reset window height if the window already existed.
24942 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24944         * custom.el (load-theme): Rename from require-theme.
24945         Add interactive spec.
24946         (enable-theme): Rename from custom-enable-theme.
24947         Add interactive spec.
24948         (disable-theme): Rename from custom-disable-theme.
24949         Add interactive spec.
24950         (custom-make-theme-feature): Doc fix.
24951         (custom-theme-directory): Doc fix.
24952         (provide-theme): Call enable-theme.
24954 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24956         * obsolete/lazy-lock.el (lazy-lock-mode):
24957         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24958         font-lock-mode if it's off.  Print a warning instead.
24960         * progmodes/compile.el (compilation-start): Ignore errors if the
24961         process died before we get to send-eof.
24963         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24964         Undo last change.  Enclosing the result in quotes broke things on Unix
24965         since tex-send-command passes it through shell-quote-argument.
24966         (tex-send-command): Pass `file' through convert-standard-filename
24967         when possible.
24968         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24969         info in a transcript.
24971 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24973         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24974         fix compilation warning.  Reorder the key definitions to group
24975         together keys emitted by the current version of xterm.
24977         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24978         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24979         Reorder predicates to correct min-color usage.
24981 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24983         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24984         Kill local variables when longlines-mode is turned off.
24986 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24988         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24990         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24992         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24994         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24995         (font-lock-lines-before): Change default to being inactive.
24996         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24997         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24999 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
25001         * net/tramp.el (tramp-handle-make-auto-save-file-name):
25002         Deactivate temporarily advice if active (not needed for Emacs 22,
25003         but for backwards compatibility).
25004         (tramp-exists-file-name-handler): Rewrite.  First implementation
25005         was too simple.
25006         (tramp-advice-make-auto-save-file-name):
25007         Call `tramp-handle-make-auto-save-file-name' (again, just for
25008         backwards compatibility).
25010 2005-08-31  Reto Zimmermann  <reto@gnu.org>
25012         * progmodes/vhdl-mode.el
25013         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25014         (vhdl-end-p): Fix indentation bug "else" after "-- when".
25015         (vhdl-set-default-project): New function (easier setting of default).
25016         (vhdl-port-copy): Handle extended identifiers for generics.
25017         (vhdl-compiler-alist): Better description for error message regexp.
25018         (vhdl-make): Query for target, use previous as default.
25019         (vhdl-port-copy): Fix port copy for port names starting with "signal".
25020         (vhdl-font-lock-keywords-2): Fix fontification for record
25021         el. assign.
25022         (vhdl-speedbar-make-subpack-line): Add package body link.
25023         (vhdl-generate-makefile-1): Not include itself as dependency.
25024         (vhdl-font-lock-init): Highlight c-preprocessor directives.
25025         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25026         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25027         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25028         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25029         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25030         (vhdl-import-project): Add string argument for `error'.
25031         (vhdl-compose-configuration)
25032         (vhdl-compose-configuration-architecture): Add configuration
25033         declaration generation.
25034         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25035         (vhdl-trailer-re): Add "record" keyword (better indentation).
25036         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25037         "[^ \t-\"]+".
25038         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25039         (vhdl-testbench-entity-file-name)
25040         (vhdl-testbench-architecture-file-name): Allow separate
25041         customization of testbench file names.
25042         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25043         (vhdl-get-visible-signals): Allow newline within alias declaration.
25044         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25045         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25046         (member-ignore-case): Alias for missing function in XEmacs.
25047         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25048         (vhdl-update-sensitivity-list): Ignore case on read signals.
25049         (vhdl-replace-string): Adjust case only for file names.
25050         (vhdl-update-sensitivity-list): Fix search for read signals.
25051         (vhdl-update-sensitivity-list): Exclude formal parameters.
25052         (vhdl-get-visible-signals): Include aliases of signals.
25053         (vhdl-get-visible-signals): Fix signal name searching.
25054         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25055         (vhdl-fixup-whitespace-region): Fix for character
25056         literals (e.g. `:').
25058 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
25060         * ansi-color.el (comint-last-output-start):
25061         * bs.el (font-lock-verbose):
25062         * diff-mode.el (add-log-buffer-file-name-function):
25063         * dired-x.el (vm-folder-directory):
25064         * faces.el (help-xref-stack-item):
25065         * files.el (font-lock-keywords):
25066         * find-lisp.el (dired-buffers, dired-subdir-alist):
25067         * ido.el (cua-inhibit-cua-keys):
25068         * log-view.el (cvs-minor-wrap-function):
25069         * outline.el (font-lock-warning-face):
25070         * simple.el (compilation-current-error):
25071         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25072         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25073         * tooltip.el (comint-prompt-regexp):
25074         * w32-fns.el (explicit-shell-file-name):
25075         * term/mac-win.el (mac-charset-info-alist)
25076         (mac-services-selection, mac-system-script-code):
25077         * term/tty-colors.el (msdos-color-values):
25078         * term/w32-win.el (xlfd-regexp-registry-subnum):
25079         * term/x-win.el (x-keysym-table, x-selection-timeout)
25080         (x-session-id, x-session-previous-id):
25081         * textmodes/ispell.el (mail-yank-prefix):
25082         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25083         * textmodes/org.el (calc-embedded-close-formula)
25084         (calc-embedded-open-formula)
25085         (font-lock-unfontify-region-function):
25086         * textmodes/reftex-global.el (isearch-next-buffer-function)
25087         (TeX-master):
25088         * textmodes/reftex.el (font-lock-keywords):
25089         * textmodes/tex-mode.el (font-lock-comment-face)
25090         (font-lock-doc-face):
25091         * textmodes/texinfo.el (outline-heading-alist):
25092         Add defvars.
25094         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25095         (artist-spray-chars, artist-mode-init, artist-replace-string)
25096         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25097         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25098         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25100         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25101         (conf-align-assignments): "?\ " -> "?\s".
25103         * textmodes/reftex-index.el (TeX-master): Add defvar.
25104         (reftex-index-phrases-marker): Move up defvar.
25106         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25107         (reftex-toc-include-labels-indicator)
25108         (reftex-toc-include-index-indicator)
25109         (reftex-toc-max-level-indicator): Move up declarations.
25111         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25112         of args to `tramp-run-real-handler', even if it's empty in this case.
25114 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25116         * dired.el (dired-move-to-filename-regexp): Add date format for
25117         Mac OS X 10.3 in East Asian locales.
25119 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
25121         * files.el (make-auto-save-file-name): Add file name handler call
25122         if applicable.
25124         * net/tramp.el (tramp-file-name-handler-alist)
25125         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25126         (tramp-handle-make-auto-save-file-name): Rename from
25127         `tramp-make-auto-save-file-name'.
25128         (tramp-exists-file-name-handler): New defun.
25129         (tramp-advice-make-auto-save-file-name): Make defadvice only when
25130         `make-auto-save-file-name' is not a magic file name operation.
25132 2005-08-30  Richard M. Stallman  <rms@gnu.org>
25134         * files.el (risky-local-variable-p):
25135         Match `-predicates' and `-commands.
25137         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25138         (custom-save-all): Visit the file if necessary;
25139         kill the buffer if we created it.
25140         (custom-save-delete): Don't visit file or kill buffer here.
25142 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
25144         * textmodes/org.el (org-special-keyword): New face.
25145         (org-table-copy-down, org-table-eval-formula)
25146         (org-table-recalculate, org-init-section-numbers):
25147         Use `string-to-number' instead of `string-to-int'.
25148         (org-get-location): Use `insert-buffer-substring' instead of
25149         `insert-buffer'.
25150         (org-modify-diary-entry-string): New function.
25151         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25152         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25153         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25154         active region.
25155         (org-export-as-html): Handle QUOTE keyword.
25156         (org-quote-string): New option.
25157         (org-bookmark-jump-unhide): New function, used for
25158         `bookmark-after-jump-hook'.
25159         (org-diary-default-entry): Apply only when not called through
25160         `org-agenda'.
25162 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
25164         * net/eudc.el (mode-popup-menu):
25165         * play/handwrite.el (ps-printer-name, ps-lpr-command):
25166         * progmodes/ada-mode.el (compile-auto-highlight)
25167         (skeleton-further-elements):
25168         * progmodes/autoconf.el (font-lock-syntactic-keywords):
25169         * progmodes/cmacexp.el (msdos-shells):
25170         * progmodes/compile.el (font-lock-extra-managed-props)
25171         (font-lock-keywords, font-lock-maximum-size)
25172         (font-lock-support-mode):
25173         * progmodes/grep.el (font-lock-lines-before):
25174         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25175         * progmodes/mixal-mode.el (compile-command):
25176         * progmodes/perl-mode.el (font-lock-comment-face)
25177         (font-lock-doc-face, font-lock-string-face):
25178         * progmodes/prolog.el (comint-prompt-regexp):
25179         * progmodes/sh-script.el (font-lock-comment-face)
25180         (font-lock-set-defaults, font-lock-string-face):
25181         * progmodes/sql.el (font-lock-keyword-face)
25182         (font-lock-set-defaults, font-lock-string-face):
25183         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25184         (itimer-version, lazy-lock-defer-contextually)
25185         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25186         Add defvars.
25188         * progmodes/cperl-mode.el (cperl-electric-lbrace)
25189         (cperl-electric-keyword, cperl-electric-pod)
25190         (cperl-electric-backspace, cperl-forward-re)
25191         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25192         (vc-rcs-header, vc-sccs-header): Add defvars.
25194         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25195         (font-lock-syntactic-keywords, gud-find-expr-function):
25196         Add defvars.
25198         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25199         (gdb-frame-parameters): Declare before use.
25201         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25202         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25203         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25204         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25206         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25207         (idlwave-help-with-source): Use `insert-buffer-substring', not
25208         `insert-buffer'.
25210 2005-08-29  Juri Linkov  <juri@jurta.org>
25212         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25213         Put outline-back-to-heading function call inside save-excursion.
25215 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
25217         * man.el (Man-init-defvars, Man-translate-references)
25218         (Man-support-local-filenames, Man-highlight-references):
25219         * progmodes/sql.el (sql-interactive-mode):
25220         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25222         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25223         (compilation-mode-font-lock-keywords): Add defvars.
25224         (checkdoc-interactive-loop): "?\ " -> "?\s".
25226         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25227         (font-lock-doc-face, font-lock-string-face)
25228         (font-lock-keywords-case-fold-search): Add defvars.
25229         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25231         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25232         Don't pass X and Y (they are ignored anyway).
25233         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25234         (mouse-delete-window): Make arguments optional.
25236         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25237         (caesar-translate-table, minor-modes, news-buffer-save)
25238         (news-group-name, news-minor-modes): Add defvars.
25240         * emacs-lisp/lselect.el (mouse-highlight-priority)
25241         (x-lost-selection-functions, zmacs-regions):
25242         * emacs-lisp/pp.el (font-lock-verbose):
25243         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25244         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25245         (ses-mode-map):
25246         * emacs-lisp/tcover-unsafep.el (safe-functions):
25247         * international/mule-cmds.el (mac-system-coding-system)
25248         (mac-system-locale):
25249         * language/ethio-util.el (rmail-current-message)
25250         (rmail-message-vector):
25251         * language/thai-util.el (thai-auto-composition-mode):
25252         * mail/metamail.el (rmail-current-message, rmail-message-vector):
25253         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25254         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25255         (vm-primary-inbox, vm-spool-files):
25256         * mail/rmail.el (deleted-head, font-lock-fontified)
25257         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25258         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25259         (total-messages):
25260         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25261         (rmail-summary-mode-map):
25262         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25263         (rmail-last-label, rmail-last-multi-labels)
25264         (rmail-summary-vector, rmail-total-messages):
25265         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25266         * mail/rmailsum.el (msgnum):
25267         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25268         (rmail-current-message):
25269         * obsolete/fast-lock.el (font-lock-face-list):
25270         * obsolete/rnewspost.el (mail-reply-buffer):
25271         * obsolete/scribe.el (compile-command):
25272         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25274 2005-08-28  John Paul Wallington  <jpw@gnu.org>
25276         * ibuf-ext.el (ibuffer-auto-update-changed):
25277         Use `frame-or-buffer-changed-p' to check whether we need to update.
25278         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25279         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
25280         as a `frame-or-buffer-changed-p' state vector instead.
25282 2005-08-27  Romain Francoise  <romain@orebokech.com>
25284         * textmodes/makeinfo.el (makeinfo-compile):
25285         Use `compilation-start'.  Set `next-error-function' according to
25286         `disable-errors'.
25287         (makeinfo-next-error): New function.
25288         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25289         (makeinfo-buffer): Likewise.
25291         * progmodes/compile.el (compilation-start): Add autoload cookie.
25293         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25294         * textmodes/sgml-mode.el: Likewise.
25295         * progmodes/python.el: Likewise.
25297 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
25299         * simple.el (blink-matching-paren-distance): Document the meaning
25300         of nil value, and allow to customize to nil.
25302         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25303         command.com, not command.exe.
25305 2005-08-26  John Wiegley  <johnw@newartisans.com>
25307         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25308         code around a bit so that an extraneous nil argument is not added
25309         to a command when no args are given.
25311         * eshell/esh-arg.el (eshell-parse-double-quote): If a
25312         double-quoted argument resolves to nil, return it as an empty
25313         string rather than as nil.  This made it impossible to pass "" to
25314         a shell script as a null string argument.
25316 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25318         * outline.el (outline-invent-heading): New fun.
25319         (outline-promote, outline-demote): Use it.
25320         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25321         (outline-end-of-subtree): Remove unused var `opoint'.
25323 2005-08-26  David Reitter  <david.reitter@gmail.com>
25325         * menu-bar.el (truncate-lines, write-file, print-buffer)
25326         (ps-print-buffer-faces, ps-print-buffer, split-window):
25327         Disable menu items when the frame they refer to is invisible, or when
25328         they refer to a buffer and the minibuffer is selected.
25330 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
25332         * progmodes/flymake.el (flymake-highlight-err-lines):
25333         Use save-excursion around flymake-highlight-line to preserve point.
25335 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
25337         * progmodes/octave-mod.el: Change Author and Maintainer address.
25338         (octave-maintainer-address): Change Kurt's email address.
25339         * progmodes/octave-inf.el: Change Author and Maintainer address.
25340         * progmodes/octave-hlp.el: Change Author and Maintainer address.
25342 2005-08-26  Kim F. Storm  <storm@cua.dk>
25344         * subr.el (version-list-<, version-list-<=, version-list-=):
25345         Rename from integer-list-*.
25346         (version-list-not-zero): Likewise.  Fix while loop.
25347         (version=): Use version-list-= instead of string-equal.
25349 2005-08-26  Richard M. Stallman  <rms@gnu.org>
25351         * outline.el (outline-promote): Try shortening the heading.
25352         As last resort, read the heading to use.
25353         (outline-demote): As last resort, read the heading to use.
25355 2005-08-26  Romain Francoise  <romain@orebokech.com>
25357         * progmodes/compile.el (compilation-start): Doc fix.
25359         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25360         (antlr-font-lock-additional-keywords): Fix reference to
25361         `antlr-font-lock-literal-regexp' erroneously changed during the
25362         mass face rename.
25363         (antlr-run-tool): Use `compilation-start'.
25365         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25366         instead of the obsolete `compile-internal'.
25368 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
25370         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25371         (number, original-date):
25372         * calendar/cal-china.el (date):
25373         * calendar/cal-coptic.el (date):
25374         * calendar/cal-french.el (date):
25375         * calendar/cal-hebrew.el (date, entry, number, original-date):
25376         * calendar/cal-islam.el (date, number, original-date):
25377         * calendar/cal-iso.el (date):
25378         * calendar/cal-julian.el (date):
25379         * calendar/cal-mayan.el (date):
25380         * calendar/cal-menu.el (date, event):
25381         * calendar/cal-persia.el (date):
25382         * calendar/lunar.el (date):
25383         * calendar/solar.el (date): Add defvars.
25385         * emerge.el:
25386         * ibuffer.el:
25387         * info-xref.el:
25388         * obsolete/bg-mouse.el:
25389         * obsolete/sun-curs.el:
25390         * obsolete/swedish.el: Move the `defvar's to the top level.
25392         * smerge-mode.el (smerge-refined-change): Add :group.
25394 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25396         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25397         (smerge-keep-n): Remove props.
25398         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25399         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25400         now that it's done in smerge-keep-n.
25401         (smerge-refined-change): New face.
25402         (smerge-refine-chopup-region, smerge-refine-highlight-change)
25403         (smerge-refine): New funs.
25404         (smerge-basic-map): Bind smerge-refine.
25406 2005-08-25  Juri Linkov  <juri@jurta.org>
25408         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25409         compilation-process-setup-function and compilation-disable-input
25410         in grep-mode instead of let-bindings in grep.
25412         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25413         Delete "Automatic File De/compression" (auto-compression-mode).
25415 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
25417         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25418         Silence warning about non-existent variable.
25420 2005-08-25  Richard M. Stallman  <rms@gnu.org>
25422         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25423         Rename "Describe Key" to "Describe Key or Mouse Operation".
25425         * mail/mailalias.el (build-mail-aliases): Delete comments
25426         from the contents before processing them.
25428         * isearch.el (isearch-edit-string): Erase the Search prompt
25429         if user enters an empty string and there is no default.
25431         * comint.el (comint-file-name-prefix): Add autoload.
25433 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
25435         * subr.el (play-sound): Rearrange to avoid warning.
25437 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
25439         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25440         New hook.
25441         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25443 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25445         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25447         * custom.el (custom-theme-set-variables): Sort minor modes last.
25449 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25451         * subr.el (version-separator, version-regexp-alist): New vars used by
25452         version comparison funs.
25453         (integer-list-<, integer-list-=, integer-list-<=)
25454         (integer-list-not-zero): New funs for integer list comparison.
25455         (version-to-list, version=, version<, version<=): New funs for version
25456         comparison.
25458 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
25460         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25461         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25462         time to silence the byte-compiler.
25464         * ibuffer.el (ibuffer-compile-make-eliding-form)
25465         (ibuffer-check-formats): Use `with-no-warnings' to hide references
25466         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25467         so it's silly to get warnings for it).
25468         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25469         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25470         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25471         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25472         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25473         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25474         Defvar at compile time.
25475         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25476         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25477         Declare them before use.
25479         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25480         (info-xref-good, info-xref-bad): Defvar at compile time.
25482         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25483         Use `let*' instead of `let'.
25485         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25486         (*mouse-y*, menu, char): Defvar at compile time.
25487         (sc::menu): Declare it before use.
25488         (sc::pack-one-line): Use `let', not `let*'.
25490         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25491         (mail-send-hook): Defvar at compile time.
25493         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25494         Defvar at compile time.
25496         * term/sun-mouse.el (current-global-mousemap)
25497         (current-local-mousemap): Declare them before use.
25499 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
25501         * bookmark.el (bookmark-after-jump-hook): New hook.
25502         (bookmark-jump): Run `bookmark-after-jump-hook'.
25504 2005-08-23  Juri Linkov  <juri@jurta.org>
25506         * faces.el (minibuffer-prompt): Doc fix.
25508 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
25510         * progmodes/xscheme.el: Trivial changes to silence warnings.
25511         (xscheme-previous-mode, xscheme-previous-process-state):
25512         Add defvars.
25513         (xscheme-last-input-end, xscheme-process-command-line)
25514         (xscheme-process-name, xscheme-buffer-name)
25515         (xscheme-expressions-ring-max, xscheme-expressions-ring)
25516         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25517         (xscheme-control-g-synchronization-p)
25518         (xscheme-control-g-disabled-p, xscheme-string-receiver)
25519         (default-xscheme-runlight, xscheme-runlight)
25520         (xscheme-runlight-string, xscheme-process-filter-state)
25521         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25522         Move to beginning of file.
25523         (scheme-interaction-mode-commands-alist)
25524         (scheme-interaction-mode-map, scheme-debugger-mode-map):
25525         Declare them before use.  Note: the initialization code for the
25526         variables has not been moved because it uses functions that reference
25527         the variables.
25528         (xscheme-control-g-message-string, xscheme-process-filter-alist)
25529         (xscheme-prompt-for-expression-map): Declare them before use.
25530         (scheme-debugger-mode-commands): "?\ " -> "?\s".
25532 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
25534         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25536 2005-08-22  Juri Linkov  <juri@jurta.org>
25538         * faces.el (set-face-underline): Delete this duplicate function
25539         and make an obsolete alias to set-face-underline-p.
25540         (set-face-underline-p): Use docstring of set-face-underline.
25541         (describe-face): Create hyperlink to parent face.
25543         * info.el (Info-insert-dir): Use save-excursion around
25544         insert-buffer-substring.
25545         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25546         (Info-escape-percent): Delete function.
25547         (Info-fontify-node): Replace Info-escape-percent by
25548         replace-regexp-in-string with REP arg set to lambda that
25549         duplicates `%' and preserves text properties.
25551         * progmodes/compile.el (compilation-disable-input): Doc fix.
25552         (define-compilation-mode): Doc fix and refill.
25553         (kill-compilation): Use `mode-name' in the error message.
25554         (compilation-find-file): Use `compilation-error' in the
25555         read-file-name's prompt.
25557 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25559         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25560         (smerge-auto-leave): Make undo re-enable the mode.
25561         (debug-ignored-errors): Add the user-error of impossible resolution.
25562         (smerge-resolve): Move things around a bit, in preparation for later.
25563         (smerge-diff): Don't fail if the buffer has no associated file.
25564         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25565         (smerge-conflict-overlay): New function.
25566         (smerge-match-conflict): Don't add text properties here.
25567         (smerge-find-conflict): Instead, add an overlay here.
25568         Also check for the case where we're inside a conflict already, so as to
25569         obviate the need for font-lock-multiline, which is unbearably slow with
25570         large conflicts and ciomplex font-lock patterns.
25571         (smerge-remove-props): Remove overlay rather than text-properties.
25572         (smerge-mode): Don't set font-lock-multiline.
25573         Remove overlays when turned off.
25575 2005-08-21  Kim F. Storm  <storm@cua.dk>
25577         * ido.el (ido-ignore-item-p): Use save-match-data.
25578         Bind case-fold-search to ido-case-fold locally.
25580 2005-08-20  Richard M. Stallman  <rms@gnu.org>
25582         * files.el (normal-mode): If font lock is on, turn it off and on.
25584         * subr.el (replace-regexp-in-string): Doc fix.
25586         * startup.el (command-line-1): Don't suppress startup screen
25587         due to existing processes.
25589         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25591         * progmodes/compile.el (compilation-disable-input): Default to nil.
25593 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25595         * progmodes/compile.el (compilation-disable-input): New defcustom.
25596         (compilation-start): If compilation-disable-input is non-nil, send
25597         EOF to the compilation process.
25599 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25601         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25602         Run the argument of tex-shell-cd-command through
25603         convert-standard-filename, to get the correct style of slashes on
25604         Windows, and enclose the result in quotes, in case the file name
25605         includes whitespace or other special characters.
25607 2005-08-19  Andreas Schwab  <schwab@suse.de>
25609         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25610         process.
25612 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25614         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25616 2005-08-18  Kim F. Storm  <storm@cua.dk>
25618         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25620 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25622         * scroll-lock.el: New file.
25624 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25626         * dired.el (dired-move-to-end-of-filename):
25627         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25629 2005-08-18  Kim F. Storm  <storm@cua.dk>
25631         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25632         rather than toggle mode when custom value is nil.
25633         (ido-everywhere): Fix defun doc string.
25635 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25637         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25638         as tag instead of "Inviolable".
25640 2005-08-17  Kim F. Storm  <storm@cua.dk>
25642         * windmove.el (windmove-coordinates-of-position): Remove.
25643         (windmove-coordinates-of-window-position): Remove.
25644         (windmove-reference-loc): Use posn-at-point instead.
25646         * subr.el (insert-for-yank-1): Doc fix.
25648         * ido.el (ido-enter-matching-directory): Rename from
25649         ido-enter-single-matching-directory.  Change `slash' choice to
25650         `only'.  Add `first' choice.
25651         (ido-exhibit): Adapt to above changes.
25653 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25655         * Makefile.in: Expand comment about building loaddefs.el.
25657 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25659         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25660         Comment use of defadvice.
25662         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25664 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25666         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25667         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25668         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25669         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25670         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25671         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25672         for backward compatibility for faces that did not appear in the
25673         previous Emacs release.
25675         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25677 2005-08-15  Kim F. Storm  <storm@cua.dk>
25679         * emulation/cua-base.el (cua-delete-region): Return t if
25680         deleted region was non-empty.
25681         (cua-replace-region): Inhibit overwrite-mode for
25682         self-insert-command if replaced region was non-empty.
25683         (cua--explicit-region-start, cua--status-string): Make them
25684         buffer-local at top-level...
25685         (cua-mode): ...rather than when mode is enabled.
25687 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25689         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25690         Set t for Emacs 21, 22, and so on.
25692 2005-08-15  David Ponce  <david@dponce.com>
25694         * tree-widget.el: Update Commentary header.
25695         (tree-widget-theme): Doc fix.
25696         (tree-widget-space-width): New option.
25697         (tree-widget-image-properties): Look up in the default theme too.
25698         (tree-widget--cursors): Only for images with arrow pointer shape.
25699         (tree-widget-lookup-image): Pointer shape is hand by default.
25700         (tree-widget-icon): Rename generic icon widget from
25701         `tree-widget-control'.
25702         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25703         derive from `tree-widget-icon'.
25704         (tree-widget-handle): Improve default look and feel of the text
25705         representation.
25706         (tree-widget): Rename :*-control properties to :*-icon properties.
25707         Add :action and :help-echo properties.
25708         (tree-widget-after-toggle-functions): Move.
25709         (tree-widget-close-node, tree-widget-open-node): Remove.
25710         (tree-widget-before-create-icon-functions): New hook.
25711         (tree-widget-value-create): Update to allow customization of icons
25712         and nodes at run-time via that new hook.
25713         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25714         (tree-widget-icon-action, tree-widget-icon-help-echo)
25715         (tree-widget-action, tree-widget-help-echo): New functions.
25717 2005-08-15  Kim F. Storm  <storm@cua.dk>
25719         * ido.el (ido-buffer-internal): Use with-no-warnings.
25720         (ido-make-merged-file-list): Use while-no-input.
25722 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25724         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25725         (flyspell-large-region): Fix doc and custom type.
25727 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25729         * files.el (interpreter-mode-alist): Doc fix.
25731         * mail/rmail.el (rmail-nonignored-headers): New variable.
25732         (rmail-clear-headers): Use it.
25733         (rmail-reply): Better handling of mail-followup-to header.
25735         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25736         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25737         don't try to refer to executable-font-lock-keywords.
25738         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25739         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25740         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25741         (sh-mode): Set comment-start-skip, local-abbrev-table,
25742         imenu-case-fold-search.
25743         (sh-set-shell): Don't set them here.
25744         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25745         Don't cache the results in the original alist; don't ever modify
25746         that alist.
25748         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25750         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25751         empty.
25753 2005-08-15  Andreas Schwab  <schwab@suse.de>
25755         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25757         * dired.el, info.el, mail/rmail.el: Revert last change.
25759 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25761         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25762         modification in `eval-after-load' form.
25763         * info.el: Likewise.
25764         * mail/rmail.el: Likewise.
25766 2005-08-14  Juri Linkov  <juri@jurta.org>
25768         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25769         Remove highlighting of "Compilation started".  Highlight only
25770         the word "finished" in "Compilation finished".  Add highlighting
25771         of "interrupt", "killed", "terminated" and the exit code.
25772         (compilation-start): Add newline after header.  Use exactly the
25773         same time stamp format as the finishing message.
25774         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25776         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25777         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25778         Add highlighting of "interrupt", "killed", "terminated".
25780         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25781         enabled and the current command is self-insert-command, call it
25782         explicitly with overwrite-mode bound to nil, to not allow it
25783         to delete the character after the selected region.
25785 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25787         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25788         move-end-of-line, end-of-line, and beginning-of-line to the list
25789         of commands after which the echo area is updated.
25791 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25793         * cus-edit.el (custom-save-all, custom-save-delete):
25794         Bind recentf-exclude to exclude custom-file.
25796 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25798         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25799         to go to the bottom of the mail message.  Added to
25800         `rmail-summary-mode-map' with key "/".
25801         (rmail-summary-show-message): New (internal) function for use by
25802         both `rmail-summary-beginning/end-of-message'.
25803         (rmail-summary-beginning-of-message): Change to use
25804         rmail-summary-show-message.
25806         * mail/rmail.el (rmail-end-of-message): New command to go to the
25807         end of the current message.  Added to `rmail-mode-map' with key "/".
25808         (rmail-beginning-of-message): Fix to work as documented.
25809         (rmail-mode): Change documentation.
25811         * progmodes/compile.el (compilation-start): Add the line
25812         "Compilation started" with compilation start time.
25813         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25815 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25817         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25818         of menu items.
25820 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25822         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25824         * battery.el (battery-status-function): Don't use ignore-errors.
25826 2005-08-11  Lute Kamstra  <lute@gnu.org>
25828         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25829         define-obsolete-variable-alias.
25831 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25833         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25834         (ange-ftp-send-cmd): Revert last change, and expand
25835         the comment explaining the problem.
25837 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25839         * ldefs-boot.el: Update.
25841         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25842         item to "Time, Load and Mail".  Change help echo text.
25844         * time.el (display-time-use-mail-icon, display-time-format)
25845         (display-time-string-forms): Shorten first line of docstrings.
25847 2005-08-10  Lars Hansen  <larsh@soem.dk>
25849         * desktop.el (desktop-buffer-mode-handlers):
25850         Make non-customizable.  Add autoload cookie.  Change initial value to
25851         nil; add elements in respective modules instead.  Fix doc string.
25852         (desktop-load-file): New function.
25853         (desktop-minor-mode-handlers): New autoloaded variable.
25854         (desktop-create-buffer): Call minor mode handlers.
25855         Use desktop-load-file to load major and minor mode modules prior to
25856         checking for a handler.
25857         (desktop-save): Don't add nil to desktop-minor-modes for minor
25858         modes with nil function in desktop-minor-mode-table.  Don't delete
25859         desktop file before rewriting it.
25860         (desktop-locals-to-save): Add autoload cookie.  Don't make
25861         automatically buffer-local.  Add variables column-number-mode,
25862         size-indication-mode, indent-tabs-mode,
25863         indicate-buffer-boundaries, indicate-empty-lines and
25864         show-trailing-whitespace.
25865         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25866         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25867         (desktop-clear-preserve-buffers-regexp): Delete.
25868         (desktop-clear-preserve-buffers): Update initial value and docstring.
25869         (desktop-save-buffer): Fix doc string.
25871         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25872         (hilit-chg-desktop-restore): New function.
25873         (highlight-changes-mode): Add highlight-changes-mode to
25874         desktop-locals-to-save.
25876         * dired.el: Add handler to desktop-buffer-mode-handlers.
25877         (dired-restore-desktop-buffer): Remove autoload cookie.
25878         (dired-mode): Add autoload cookie.
25880         * info.el: Add handler to desktop-buffer-mode-handlers.
25881         (Info-restore-desktop-buffer): Remove autoload cookie.
25882         (Info-mode): Add autoload cookie.
25884         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25885         (mh-restore-desktop-buffer): Remove autoload cookie.
25886         (mh-folder-mode): Add autoload cookie.
25888         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25889         (rmail-restore-desktop-buffer): Remove autoload cookie.
25891 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25893         * hexl.el (hexl-address-region):
25894         (hexl-ascii-region, hexl-font-lock-keywords):
25895         (hexl-highlight-line-range): Use the term "region"
25896         instead of "area" for consistency with the other symbols
25897         defined in hexl.el.
25899 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25901         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25902         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25903         out by Juri Linkov).  Add `display-battery-mode'.
25905 2005-08-09  Juri Linkov  <juri@jurta.org>
25907         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25908         Remove `-text' from face variable names.
25909         (compilation-error-file-name, compilation-warning-file-name)
25910         (compilation-info-file-name): Delete faces.
25911         (compilation-line-number, compilation-column-number):
25912         Remove face underlining.
25913         (compilation-message-face): Set to `underline' value by default.
25914         (compilation-error-face, compilation-warning-face)
25915         (compilation-info-face): Remove `-file-name' from face names.
25916         (compilation-error-text-face, compilation-warning-text-face)
25917         (compilation-info-text-face): Delete face variables.
25918         (compilation-text-face): Delete function.
25920         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25921         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25922         (grep-error-face): Set to `compilation-error' instead of
25923         `compilation-error-face' (which is redefined to `grep-hit-face' in
25924         grep buffers).
25925         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25926         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25928         * dired-aux.el (dired-do-query-replace-regexp):
25929         Use `query-replace-read-args'.
25931         * replace.el (query-replace-read-from, query-replace-read-to)
25932         (query-replace-read-args): Rename arg `string' to `prompt'.
25934         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25936 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25938         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25939         uploading files.
25940         (ange-ftp-canonize-filename): Handle file names beginning with ~
25941         correctly.
25943 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25945         * textmodes/fill.el (canonically-space-region)
25946         (fill-context-prefix, fill-french-nobreak-p)
25947         (fill-delete-newlines, fill-comment-paragraph)
25948         (justify-current-line): "?\ " -> "?\s".
25950 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25952         * textmodes/fill.el (fill-nonuniform-paragraphs):
25953         Improve argument/docstring consistency.
25955 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25957         * textmodes/ispell.el (ispell-word): More fboundp checks.
25959         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25960         (find-file-noselect-1): Call it here, only if RAWFILE.
25961         (normal-mode): Always set some major mode.
25962         (save-some-buffers-action-alist): Change some explanation strings.
25963         (file-name-non-special): In the `quote' method, use unwind-protect.
25965 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25967         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25968         (ispell-have-aspell-dictionaries): New variable.
25969         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25970         (ispell-get-aspell-config-value): New function.
25971         (ispell-aspell-find-dictionary): New function.
25972         (ispell-aspell-add-aliases): New function.
25973         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25974         appropriate.  Don't look for ispell dictionaries if we use aspell.
25975         (ispell-menu-map): Don't build a submenu of dictionaries.
25977 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25979         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25980         (sql-read-passwd): Use read-passwd.
25982         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25983         (idlwave-toolbar-is-possible): Add defvars.
25985         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25986         Avoid warnings.
25988         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25989         (idlwave-system-class-info, idlwave-executive-commands-alist):
25990         Use defvar.
25992         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25994         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25995         Avoid warnings.
25997         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25998         and content-type: headers.
26000         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26002         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26003         and rename some of them to be more self-explanatory.
26005         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26007         * startup.el (command-line-1): Implement -scriptload.
26009         * replace.el (occur-engine): Initial *Occur* output not undoable.
26011         * menu-bar.el (menu-bar-file-menu): Rename some menu items
26012         and improve help strings.
26014         * isearch.el (isearch-repeat): When changing direction,
26015         mark search successful.
26017         * ediff-init.el: Use (featurep 'xemacs).
26019         * comint.el (send-invisible): Identify buffer, if not selected.
26021         * align.el: Delete autoload for c-guess-basic-syntax.
26023 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
26025         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26026         Improve argument/docstring consistency.  Doc fixes.
26027         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26028         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26029         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26030         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26031         (r2bv-organization, r2bv-pages, r2bv-primary-author)
26032         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26033         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26034         Defvar at compile time.
26036 2005-08-09  Juri Linkov  <juri@jurta.org>
26038         * info.el: Replace `info' with upper-case `Info' where appropriate.
26039         (info-title-1, info-title-2, info-title-3, info-title-4)
26040         (info-menu-header): Move up face definitions.
26041         (info-menu-star): Rename from `info-menu-5'.
26042         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26043         (Info-fontify-visited-nodes): Fix docstring.
26044         (Info-hide-note-references): Fix docstring.
26045         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26046         menu items in the same way as on cross-references.
26047         (info-apropos): Fix sorting order and formatting to be like in the
26048         stand-alone Info browser.  Display error messages for 1 sec.
26049         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
26050         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26051         from the menu bar.
26052         (Info-insert-dir): Restore point after calling
26053         `insert-buffer-substring'.
26055 2005-08-08  Richard M. Stallman  <rms@gnu.org>
26057         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26058         (recompute-lucid-menubar): Add defvars.
26060         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26062         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26064         * net/net-utils.el (run-dig): Rename from `dig'.
26066         * play/gametree.el (gametree-mode): Use make-local-variable,
26067         not make-variable-buffer-local.
26069         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26071         * ansi-color.el (ansi-color-make-extent)
26072         (ansi-color-set-extent-face): Use fboundp, not functionp.
26074         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26075         not make-variable-buffer-local.
26077         * bookmark.el (Info-current-file): Add defvar.
26078         (bookmark-jump-noselect): Use with-no-warnings.
26080         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26082         * ebuff-menu.el (Helper-return-blurb): Add defvar.
26084         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26086         * find-file.el (ada-procedure-start-regexp)
26087         (ada-package-start-regexp): Add defvars.
26089         * info.el (Info-insert-dir): Use insert-buffer-substring.
26091         * xml.el (xml-att-def-re): Add defvar.
26093         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26094         calling convention.
26096         * subr.el (while-no-input): Return t if there is input.
26098 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
26100         * cus-start.el (all): Add `overflow-newline-into-fringe'.
26102 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
26104         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26105         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26107 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
26109         * cmuscheme.el (scheme-start-file): Replace reference to
26110         `user-emacs-directory' by "~/.emacs.d/".
26112 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
26114         * info.el (Info-dir-remove-duplicates): Avoid case folding
26115         in loop; instead, keep downcased strings for comparison.
26116         Suggested by Helmut Eller.
26118 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
26120         Sync with Tramp 2.0.50.
26122         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26123         XEmacs case; not necessary anymore.
26124         (tramp-user-regexp): Allow "@" as part of user name.
26125         (tramp-handle-set-visited-file-modtime)
26126         (tramp-handle-insert-file-contents)
26127         (tramp-handle-write-region): No special handling for
26128         `last-coding-system-used, because this is done in
26129         `tramp-accept-process-output' now.
26130         (tramp-accept-process-output): New defun.
26131         (tramp-process-one-action, tramp-process-one-multi-action)
26132         (tramp-wait-for-regexp, tramp-wait-for-output)
26133         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
26134         Howells <dhowells@redhat.com>.
26135         (clear-visited-file-modtime): Defadvice removed.  The check for
26136         unset buffer's modtime does not need to be based on
26137         `tramp-buffer-file-attributes'.  Suggested by RMS.
26138         (tramp-message): Insert "\n" if not being at beginning of line.
26139         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26140         sequence with same logic.
26141         (tramp-completion-handle-expand-file-name): Discard call of
26142         `tramp-drop-volume-letter'.  It is not necessary, and there have
26143         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26144         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26145         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26146         should always be visible.
26147         (tramp-handle-insert-directory, tramp-setup-complete)
26148         (tramp-set-process-query-on-exit-flag)
26149         (tramp-append-tramp-buffers): Pacify byte-compiler.
26150         (tramp-bug): Delete non-existing variables from list.
26151         Apply `tramp-load-report-modules' as pre-hook.
26152         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26153         `shell-prompt-pattern' because of non-7bit characters.
26154         Reported by Sebastian Luque <sluque@mun.ca>.
26155         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26156         (tramp-match-string-list): Remove function.
26157         (tramp-wait-for-regexp): Remove call of that function.
26158         Suggested by Kim F. Storm <storm@cua.dk>.
26159         (tramp-set-auto-save-file-modes): Use octal integer code #o600
26160         instead of octal character code ?\600.  The latter resulted in a
26161         syntax error with XEmacs.
26163         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26164         XEmacs case; not necessary anymore.
26165         (tramp-smb-handle-write-region): No special handling for
26166         `last-coding-system-used, because this is done in
26167         `tramp-accept-process-output' now.
26168         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26170 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
26172         * wid-edit.el (widget-choice-value-create):
26173         Unconditionally respect user choice.  Set :explicit-choice back to nil
26174         when no longer needed.
26175         (widget-choice-action): Unconditionally respect user choice.
26176         Eliminate :explicit-choice-value.
26178         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26180         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26181         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26182         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26183         running new function `toggle-indicate-empty-lines'.
26184         Rename "Customize" item to "Customize fringe".
26185         Rename "Indicators" item to "Buffer boundaries" and change help echo.
26186         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26187         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26188         Delete "Empty lines only" item.
26189         (menu-bar-showhide-fringe-ind-customize): New function.
26190         (menu-bar-showhide-fringe-ind-mixed)
26191         (menu-bar-showhide-fringe-ind-box)
26192         (menu-bar-showhide-fringe-ind-right)
26193         (menu-bar-showhide-fringe-ind-left)
26194         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26195         instead of `fringe-indicators'.
26197 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26199         * emulation/viper.el (viper-emacs-state-mode-list):
26200         Add recentf-dialog-mode.  Change the date of last update.
26202 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26204         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26205         (viper-exec-yank, viper-put-back): Don't display modification msg
26206         if in the minibuffer.
26208         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26209         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26210         Make variables frame local.
26212         * emulation/viper-util.el (viper-append-filter-alist):
26213         Use append instead of nconc.
26215         * emulation/viper.el (viper-vi-state-mode-list)
26216         (viper-emacs-state-mode-list): Move help-mode and
26217         completion-list-mode from the first list to the second.
26218         (viper-mode): Docstring.
26219         (viper-go-away, viper-non-hook-settings): Don't localize
26220         minor-mode-alist in newer Emacsen.  Add advice to
26221         set-cursor-color.  Don't bind "\C-c\\".
26223 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
26225         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26226         (scheme-macro-expand-command): New user options.
26227         (scheme-trace-procedure, scheme-expand-current-form): New commands.
26228         (scheme-form-at-point, scheme-start-file)
26229         (scheme-interactively-start-process): New functions.
26230         (scheme-get-process): New function, extracted from `scheme-proc'.
26231         (run-scheme): Call `scheme-start-file' to get start file, and pass
26232         it to `make-comint'.
26233         (switch-to-scheme, scheme-proc):
26234         Call `scheme-interactively-start-process' if no Scheme buffer/process
26235         is available.
26237 2005-08-06  Juri Linkov  <juri@jurta.org>
26239         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26240         Use `compilation-text-face', `compilation-info-text-face' and
26241         `compilation-error-text-face' instead of `font-lock-keyword-face'.
26242         (compilation-error): New face.
26243         (compilation-error-file-name): Inherit from
26244         `compilation-error' instead of `font-lock-warning-face'.
26245         (compilation-warning-file-name): Inherit from
26246         `compilation-warning' instead of `font-lock-warning-face'.
26247         (compilation-info, compilation-error-file-name)
26248         (compilation-warning-file-name, compilation-info-file-name)
26249         (compilation-line-number, compilation-column-number): Doc fix.
26250         (compilation-error-text-face, compilation-warning-text-face)
26251         (compilation-info-text-face): New face variables.
26252         (compilation-line-face, compilation-column-face)
26253         (compilation-enter-directory-face)
26254         (compilation-leave-directory-face): Doc fix.
26255         (compilation-text-face): New function.
26257         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26258         instead of 1 to display binary file names as info file links.
26259         (grep-error-face): Use `compilation-error-face' instead of
26260         `font-lock-keyword-face'.
26261         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26262         and `compilation-warning-text-face' instead of
26263         `font-lock-keyword-face'.  Use `compilation-error-text-face'
26264         instead of `grep-error-face'.
26266 2005-08-05  Kenichi Handa  <handa@m17n.org>
26268         * international/code-pages.el: Add autoload cookies for all coding
26269         systems.
26271 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
26273         * cus-start.el (all): Put undo.c where it alphabetically belongs.
26275 2005-08-04  Juri Linkov  <juri@jurta.org>
26277         * progmodes/compile.el (compilation-mode-map):
26278         * progmodes/grep.el (grep-mode-map):
26279         Bind TAB to `compilation-next-error' and [backtab] to
26280         `compilation-previous-error'.
26282         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26283         matching line numbers, column numbers and their ranges with regexp
26284         matching only line numbers.
26285         (grep-context-face): New face variable.
26286         (grep-mode-font-lock-keywords): Use it.
26288         * faces.el (read-face-name): Delete duplicate faces.
26290 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
26292         * thumbs.el (thumbs-find-image): Don't make variables
26293         automatically buffer local.
26294         (thumbs-current-tmp-filename, thumbs-current-image-filename)
26295         (thumbs-image-num): Make automatically buffer local.
26296         (thumbs-show-thumbs-list): Use `make-local-variable', not
26297         `make-variable-buffer-local'.
26298         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26300         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26301         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26302         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26303         (bother, bye, canyou, chatlst, continue, deathlst, describe)
26304         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26305         (feelings-about, foullst, found, hello, history, howareyoulst)
26306         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26307         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26308         (neglst, obj, object, owner, please, problems, qlist)
26309         (random-adjective, relation, remlst, repetitive-shortness)
26310         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26311         (shortlst, something, sportslst, stallmanlst, states, subj)
26312         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26313         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26314         Defvar at compile time.
26316         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26317         not `make-variable-buffer-local'.
26319 2005-08-02  Kim F. Storm  <storm@cua.dk>
26321         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26322         rectangle overlay in selected window.
26324 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
26326         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26327         instead of display group.  Make `indicate-buffer-boundaries'
26328         customizable through Custom.
26330 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
26332         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26333         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26334         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26335         (gdb-put-string): Fix typos in docstrings.
26337 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
26339         Update copyright notices of files in progmodes directory for
26340         release of Emacs 22.1.
26342         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26344         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26345         Don't barf if the GUD buffer has been killed.
26347 2005-08-01  Kim F. Storm  <storm@cua.dk>
26349         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26351 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26353         * simple.el (next-error-follow-minor-mode):
26354         make-variable-buffer-local -> make-local-variable.
26356         * emacs-lisp/cl-extra.el: Require CL also when compiling.
26358         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26359         (byte-compile-form-make-variable-buffer-local): New functions to warn
26360         about misuses of make-variable-buffer-local where make-local-variable
26361         was meant.
26363 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
26365         * bs.el (bs-attributes-list): Doc fix.
26366         (bs): Update url-link.
26368         * desktop.el (desktop-save-buffer): Fix typos in docstring.
26369         (desktop-load-default): Simplify.
26371         * ibuffer.el (ibuffer-columnize-and-insert-list)
26372         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26373         (ibuffer-unmark-all, ibuffer-toggle-marks)
26374         (ibuffer-unmark-forward, ibuffer-unmark-backward)
26375         (ibuffer-compile-make-format-form, ibuffer-format-column)
26376         (ibuffer-current-buffers-with-marks)
26377         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26378         (ibuffer): Doc fix.
26379         (ibuffer-mode): Fix typo in docstring.
26380         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26381         with `define-obsolete-variable-alias'.
26382         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
26384 2005-07-29  Kenichi Handa  <handa@m17n.org>
26386         * international/mule-cmds.el (select-message-coding-system):
26387         Be sure to use LF for end-of-line.  If no coding system is decided,
26388         return iso-8859-1-unix.
26390 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26392         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26393         (ange-ftp-pending-error-line): New vars.
26394         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26395         to handle the non-fatal no-route-to-host messages.
26396         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26398 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
26400         * isearch.el (isearch-mode-map, isearch-other-meta-char)
26401         (isearch-quote-char, isearch-printing-char)
26402         (isearch-text-char-description): "?\ " -> "?\s".
26403         (isearch-lazy-highlight-cleanup)
26404         (isearch-lazy-highlight-initial-delay)
26405         (isearch-lazy-highlight-interval)
26406         (isearch-lazy-highlight-max-at-a-time)
26407         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26408         Declare with define-obsolete-*-alias macros.
26409         (isearch-forward): Fix typo in docstring.
26410         (search-invisible, search-ring-yank-pointer)
26411         (regexp-search-ring-yank-pointer): Doc fixes.
26413         * recentf.el (recentf-menu-append-commands-p): Declare with
26414         `define-obsolete-variable-alias'.
26415         (recentf-max-saved-items, recentf-menu-filter)
26416         (recentf-arrange-by-rule-subfilter): Doc fixes.
26417         (recentf-menu-append-commands-flag)
26418         (recentf-initialize-file-name-history, recentf-expand-file-name)
26419         (recentf-clear-data): Fix typos in docstrings.
26421 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
26423         * progmodes/gdb-ui.el: Smarten comments.
26424         (gdb-info-breakpoints-custom): Use nowarn when finding file.
26426 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
26428         * term/apollo.el (terminal-init-apollo): New function containing
26429         all former top level forms in the file.
26430         * term/bobcat.el (terminal-init-bobcat):
26431         * term/cygwin.el (terminal-init-cygwin):
26432         * term/iris-ansi.el (terminal-init-iris-ansi):
26433         * term/linux.el (terminal-init-linux):
26434         * term/news.el (terminal-init-news):
26435         * term/rxvt.el (terminal-init-rxvt):
26436         * term/sun.el (terminal-init-sun):
26437         * term/tvi970.el (terminal-init-tvi970):
26438         * term/vt100.el (terminal-init-vt100):
26439         * term/vt102.el (terminal-init-vt102):
26440         * term/vt125.el (terminal-init-vt125):
26441         * term/vt200.el (terminal-init-vt200):
26442         * term/vt201.el (terminal-init-vt201):
26443         * term/vt220.el (terminal-init-vt220):
26444         * term/vt240.el (terminal-init-vt240):
26445         * term/vt300.el (terminal-init-vt300):
26446         * term/vt320.el (terminal-init-vt320):
26447         * term/vt400.el (terminal-init-vt400):
26448         * term/vt420.el (terminal-init-vt420):
26449         * term/wyse50.el (terminal-init-wyse50):
26450         * term/xterm.el (terminal-init-xterm): Likewise.
26452         * term/README: Describe the terminal-init-* functionality.
26454         * startup.el (command-line): After loading the terminal initialization
26455         file call the corresponding terminal initialization function.
26457 2005-07-27  Kenichi Handa  <handa@m17n.org>
26459         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26460         negative.
26462         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26463         (ps-mule-composition-prologue): Fix for the case that
26464         RelativeCompose is false.
26466 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26468         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26470         * descr-text.el (describe-char): Handle the case where the list of
26471         chars is displayed in a separate frame.
26472         Be a bit more discriminating when looking for the char.
26474 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
26476         * bookmark.el (bookmark-automatically-show-annotations)
26477         (bookmark-read-annotation-text-func): Doc fixes.
26478         (bookmark-save): Improve argument/docstring consistency.
26479         (bookmark-get-bookmark, bookmark-get-bookmark-record)
26480         (bookmark-alist-from-buffer)
26481         (bookmark-upgrade-file-format-from-0)
26482         (bookmark-grok-file-format-version)
26483         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26484         (bookmark-read-annotation-mode)
26485         (bookmark-insert-current-bookmark, bookmark-jump)
26486         (bookmark-exit-hook): Fix typos in docstrings.
26487         (bookmark-exit-hooks): Define as obsolete alias.
26488         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26489         not `bookmark-exit-hooks'.  Fix docstring.
26490         (bookmark-bmenu-select): "?\ " -> "?\s".
26492 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
26494         * startup.el (command-line): Fix typo.
26496 2005-07-24  Richard M. Stallman  <rms@gnu.org>
26498         * tooltip.el (tooltip-mode): Test emacs-basic-display,
26499         not emacs-quick-startup.
26501 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
26503         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26504         (reb-next-match, reb-show-subexp): Use `with-selected-window'
26505         instead of `reb-with-current-window'.
26506         (reb-prev-match): Likewise.  Also, don't move left if the search
26507         was unsuccessful.
26508         (reb-initialize-buffer): New function.
26509         (re-builder, reb-change-syntax): Use it.
26511         * man.el (Man-goto-page): Make second argument NOERROR optional.
26513 2005-07-23  Richard M. Stallman  <rms@gnu.org>
26515         * man.el (Man-bgproc-sentinel): Check here for failure to find
26516         any man page in the output, and report the error here.
26517         (Man-arguments): Make it permanent local.
26518         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
26519         (Man-mode): Pass t for NOERROR.
26521         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26522         (grep-mode-font-lock-keywords):
26523         Don't use compilation-...-face for messages that are not file names.
26525         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26526         Don't use compilation-...-face for messages that are not file names.
26528 2005-07-22  Juri Linkov  <juri@jurta.org>
26530         * startup.el (normal-splash-screen): Update menu name.
26532         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26534 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
26536         * term/xterm.el: Load term/rxvt if the terminal is actually an
26537         rxvt terminal.
26538         (xterm-rxvt-set-background-mode): Remove, not used anymore.
26540         * term/rxvt.el (function-key-map): Use substitute-key-definition
26541         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
26543         * term/cygwin.el: New file.
26545 2005-07-22  Kim F. Storm  <storm@cua.dk>
26547         * image-file.el (insert-image-file, image-file-yank-handler):
26548         Fix last change to maintain a (unique) yank-handler on yanked images.
26550 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
26552         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26553         of the file size (as in "177B" for 177 bytes).  This happens with
26554         "ls -lh" on FreeBSD.
26556 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
26558         * hilit-chg.el (highlight-changes-global-initial-state)
26559         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26560         (hilit-chg-fixup, highlight-changes-mode):
26561         Fix typos in docstrings.
26562         (highlight-changes-global-modes, highlight-changes-rotate-faces):
26563         Doc fixes.
26565 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
26567         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26568         mode function using `eval-after-load'.
26570 2005-07-21  Kim F. Storm  <storm@cua.dk>
26572         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26573         included when reporting an Emacs crash, and tell about the DEBUG file.
26575         * image-file.el (insert-image-file): Add yank-handler.
26576         (image-file-yank-handler): Yank handler to make unique copies of
26577         images when they are yanked into a buffer next to each other.
26579 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
26581         * comint.el (comint-use-prompt-regexp, comint-send-input)
26582         (comint-source-default, comint-extract-string)
26583         (comint-get-source, comint-word, comint-completion)
26584         (comint-source, comint-prompt-read-only, comint-update-fence):
26585         Fix typos in docstrings.
26586         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26587         Declare with define-obsolete-*-alias macros.
26588         (comint-previous-matching-input-from-input)
26589         (comint-next-matching-input-from-input)
26590         (comint-previous-matching-input, comint-next-matching-input)
26591         (comint-forward-matching-input):
26592         Improve argument/docstring consistency.
26594         * desktop.el (desktop-clear-preserve-buffers-regexp):
26595         Also preserve the *server* buffer.
26597         * simple.el (clone-indirect-buffer): Doc fix.
26598         (fixup-whitespace, just-one-space)
26599         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26600         (next-error, next-error-highlight)
26601         (next-error-highlight-no-select, next-error-last-buffer)
26602         (next-error-buffer-p, next-error-find-buffer, next-error)
26603         (previous-error, next-error-no-select, previous-error-no-select)
26604         (open-line, split-line, minibuffer-prompt-width, kill-new)
26605         (binary-overwrite-mode): Fix typos in docstrings.
26606         (set-fill-column): Fix typo in message.
26608         * skeleton.el (skeleton-proxy-new): Doc fix.
26610         * strokes.el (strokes-load-hook): Doc fix.
26611         (strokes-grid-resolution, strokes-get-grid-position)
26612         (strokes-renormalize-to-grid, strokes-read-stroke)
26613         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26614         (strokes-global-map): Fix typos in docstrings.
26615         (strokes-help): Doc fix.  Fix help message and pass it through
26616         `substitute-command-keys'.
26618         * tempo.el (tempo-insert-prompt, tempo-interactive)
26619         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26620         (tempo-insert-string-functions, tempo-local-tags)
26621         (tempo-define-template, tempo-insert-template)
26622         (tempo-insert-prompt-compat, tempo-is-user-element)
26623         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26624         Fix typos in docstrings.
26626         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26627         (vcursor-key-bindings, vcursor-use-vcursor-map)
26628         (vcursor-find-window, vcursor-scroll-down)
26629         (vcursor-disable, vcursor-beginning-of-buffer)
26630         (vcursor-end-of-buffer): Fix typos in docstrings.
26631         (vcursor-relative-move, vcursor-get-char-count):
26632         Improve argument/docstring consistency.
26634         * version.el: "?\ " -> "?\s".
26636         * wid-edit.el (widget-default-create, widget-after-change)
26637         (widget-default-format-handler, widget-checklist-add-item)
26638         (widget-radio-add-item, widget-choose, widget-specify-secret)
26639         (widget-field-value-create, widget-field-value-get)
26640         (widget-editable-list-format-handler)
26641         (widget-editable-list-entry-create, widget-group-value-create)
26642         (widget-documentation-link-add)
26643         (widget-documentation-string-value-create): "?\ " -> "?\s".
26644         (widget-convert-text): Doc fix.
26645         (widget-narrow-to-field, widget-field-find)
26646         (widget-url-link-action, widget-emacs-library-link-action)
26647         (widget-color-notify): Fix typos in docstrings.
26649         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26650         (x-select-text, set-w32-system-coding-system)
26651         (w32-add-charset-info): Fix typos in docstrings.
26653         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26654         (cua-enable-cua-keys, cua-use-hyper-key)
26655         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26656         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26658         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26660         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26661         `defalias' instead of faking it.
26663         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26664         (eshell-ls-missing, eshell-ls-dired-initial-args)
26665         (eshell-ls-use-in-dired): Fix typos in docstrings.
26667 2005-07-20  Kim F. Storm  <storm@cua.dk>
26669         * emulation/cua-base.el (cua-mode): Improve doc string.
26671 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26673         * abbrev.el (expand-region-abbrevs): Doc fix.
26674         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26675         Improve argument/docstring consistency.
26677         * arc-mode.el (archive-get-descr, archive-alternate-display):
26678         Doc fixes.
26679         (archive-l-e): Improve argument/docstring consistency.
26680         (archive-tmpdir, archive-unixdate, archive-unixtime)
26681         (archive-chmod-entry): Fix typos in docstrings.
26682         (archive-unflag, archive-unflag-backwards)
26683         (archive-unmark-all-files): "?\ " -> "?\s".
26685         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26686         (Buffer-menu-not-modified, Buffer-menu-execute)
26687         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26688         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26690         * composite.el (compose-string, encode-composition-rule)
26691         (compose-last-chars): Fix typos in docstrings.
26693         * desktop.el (desktop-enable, desktop-basefilename):
26694         Declare with `define-obsolete-variable-alias'.
26695         (desktop-internal-v2s): Don't quote keywords.
26696         (desktop-clear): "?\ " -> "?\s".
26698         * dired.el (dired-align-file, dired-flag-backup-files)
26699         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26700         (dired-listing-switches, dired-ls-F-marks-symlinks)
26701         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26702         (dired-directory, dired-faces, dired, dired-revert)
26703         (dired-mode, dired-summary, dired-view-file)
26704         (dired-copy-filename-as-kill, dired-delete-file)
26705         (dired-no-confirm, dired-unmark-all-marks)
26706         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26707         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26708         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26709         Fix typos in message strings.
26711         * dired-x.el (virtual-dired): Declare with `defalias'.
26712         (dired-mark-unmarked-files, dired-local-variables-file)
26713         (dired-omit-here-always): Doc fix.
26714         (dired-omit-mode, dired-find-subdir)
26715         (dired-enable-local-variables, dired-clean-up-buffers-too)
26716         (dired-extra-startup, dired-mark-extension, dired-jump)
26717         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26718         (dired-smart-shell-command, dired-guess-shell-alist-user)
26719         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26720         (dired-x-bind-find-file, dired-x-submit-report):
26721         Fix typos in docstrings.
26722         (dired-mark-unmarked-files): "?\ " -> "?\s".
26724         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26726         * faces.el (describe-face): "?\ " -> "?\s".
26727         (read-all-face-attributes, read-face-font, modify-face)
26728         (face-attr-construct, italic): Fix typos in docstrings.
26729         (frame-update-face-colors): Declare with
26730         `define-obsolete-function-alias'.
26732         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26733         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26734         (magic-mode-alist, buffer-file-numbers-unique)
26735         (write-file-functions, get-free-disk-space):
26736         Fix typos in docstrings.
26737         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26738         (write-contents-hooks, write-file-hooks):
26739         Declare with `define-obsolete-variable-alias'.
26741         * forms-d2.el (arch-rj): Fix typo in docstrings.
26742         (arch-tocol): Likewise.  "?\ " -> "?\s".
26744         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26745         Fix typo in docstring.
26746         (set-screen-width, set-screen-height): Delete redundant info in
26747         doctrings.
26748         (new-frame, screen-height, screen-width): Declare with
26749         `define-obsolete-function-alias'.
26750         (delete-frame-hook, blink-cursor): Declare with
26751         `define-obsolete-variable-alias'.
26753         * paths.el (prune-directory-list): Fix typos in docstring.
26755         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26756         (cvs-prefix-get): Fix typos in docstrings.
26758         * ps-print.el (ps-extend-face-list, ps-extend-face)
26759         (ps-print-background-image): Fix typos in docstrings.
26760         (ps-default-fg, ps-default-bg): Doc fixes.
26762         * s-region.el (s-region-bind): Doc fix.
26763         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26765         * textmodes/org.el (org-table-formula-substitute-names)
26766         (org-table-get-vertical-vector): Doc fixes.
26767         (org-table-recalculate): Remove unused argument to `message'.
26769 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26771         * textmodes/org.el (org-table-column-names)
26772         (org-table-column-name-regexp)
26773         (org-table-named-field-locations): New variables.
26774         (org-archive-subtree): Protect `this-command' when calling
26775         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26776         the kill buffer.
26777         (org-complete): Remove fixed-formula completion.
26778         (org-edit-formulas-map): New variable.
26779         (org-table-edit-formulas): New command.
26780         (org-finish-edit-formulas, org-abort-edit-formulas)
26781         (org-show-variable, org-table-get-vertical-vector): New functions.
26782         (org-table-maybe-eval-formula): Handle `:=' fields.
26783         (org-table-get-stored-formulas, org-table-store-formulas)
26784         (org-table-get-formula, org-table-modify-formulas)
26785         (org-table-replace-in-formulas): Handle named field formulas.
26786         (org-table-get-specials): Store locations of named fields.
26788 2005-07-19  Juri Linkov  <juri@jurta.org>
26790         * progmodes/grep.el (grep-regexp-alist)
26791         (grep-mode-font-lock-keywords, grep-process-setup):
26792         Use default GNU grep match color "01;31m" instead of "01;41m".
26793         (grep-regexp-alist, grep-mode-font-lock-keywords):
26794         Use `\\[[0-9]*m' instead of `\\[00m'.
26795         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26796         sgr_start where its handling is more important.  Use the real
26797         length of sgr_start instead of constant 8.
26798         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26799         specially.  Delete all remaining escape sequences.
26800         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26801         (grep-regexp-alist): Make hyperlink only for binary file name
26802         instead of the whole line.
26803         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26804         (grep-mode): Add autoload.
26806         * emacs-lisp/find-func.el (find-function-regexp):
26807         Add `define-compilation-mode'.
26809 2005-07-19  Juri Linkov  <juri@jurta.org>
26811         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26812         (compare-windows-sync-string-size, compare-windows-recenter)
26813         (compare-windows-highlight, compare-windows): Add version 22.1.
26814         (compare-windows) <defface>: Inherit from lazy-highlight instead
26815         of duplicating its default value.
26817         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26818         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26820         * descr-text.el (describe-char): Create link buttons for `charset'
26821         and `code point'.  Add the current input method name with a link
26822         button to `to input' field.  Print face names of display table
26823         characters in `The display table entry is displayed by' section
26824         instead of printing face-id in the `display' field.
26825         Guess hardcoded faces and create a link button for them.
26826         Skip empty fields when calculating max-width.
26827         Treat `widget-create' specially while inserting strings from the
26828         collected field list.
26829         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26831         * diff-mode.el (diff-file-header): Change foreground color from
26832         yellow to green on light backgrounds.
26833         (diff-context): Inherit from `shadow' only for color/grayscale
26834         with more than 88 colors.
26835         (diff-indicator-removed, diff-indicator-added)
26836         (diff-indicator-changed): New faces.
26837         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26838         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26839         font-lock-comment-delimiter-face and font-lock-comment-face.
26840         Add `#' to ^[^...] in the rule for `diff-context-face'.
26842         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26843         a button-like box.  Inherit from `highlight' on low colors.
26844         (shadow): Use shades of gray only for color/grayscale with
26845         more than 88 colors.  Use green for light backgrounds with
26846         8 colors, and yellow for dark backgrounds with 8 colors.
26848         * font-lock.el (font-lock-regexp-grouping-backslash):
26849         Don't inherit from escape-glyph (use bold for all cases).
26851         * info.el (info-xref-visited): Use light foreground color `violet'
26852         for dark backgrounds instead of dark color `magenta3'.
26853         (info-title-1): Use `yellow' color for dark backgrounds.
26855         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26856         too-light magenta2.
26858         * replace.el (match): Use slightly more light RoyalBlue3 instead
26859         of dark RoyalBlue4.
26861         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26863 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26865         * novice.el (disabled-command-hook): Declare it with
26866         `define-obsolete-variable-alias'.
26868         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26869         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26870         (desktop-load-default): Add release to obsolescence info.
26871         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26872         (desktop-append-buffer-args, desktop-read):
26873         Fix typos in docstrings.
26874         (desktop-kill): Fix typo in message.
26875         (desktop-save): Doc fix.
26877 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26879         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26880         (viper-envelop-ESC-key): Change the definition of fast
26881         keysequence so it'll work with keyboard macros.
26883         * ediff.el (ediff-patch-buffer): Change the docstring.
26885 2005-07-19  Kenichi Handa  <handa@m17n.org>
26887         * international/mule-cmds.el (select-safe-coding-system): Try to
26888         use an auto-coding (if any) before anything else.  If the found
26889         auto-coding is invalid, show a warning message.
26891         * international/mule.el (find-auto-coding): New function created
26892         by modifying the body of set-auto-coding.
26893         (set-auto-coding): Use find-auto-coding to find a coding.
26895 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26897         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26898         not isearch-mode-end-hook-error.
26899         (allout-before-change-protect): Fix error message.
26901 2005-07-18  Juri Linkov  <juri@jurta.org>
26903         * allout.el (allout-mode):
26904         * calculator.el (calculator-copy):
26905         * custom.el (custom-known-themes):
26906         * dired.el (dired-desktop-buffer-misc-data)
26907         (dired-restore-desktop-buffer):
26908         * dired-x.el (dired-omit-marker-char):
26909         * files.el (basic-save-buffer):
26910         * font-core.el (font-lock-mode):
26911         * calendar/calendar.el (calendar-goto-hebrew-date)
26912         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26913         (calendar-goto-persian-date):
26914         * language/ethio-util.el (ethio-sera-to-fidel-region):
26915         * textmodes/picture.el (picture-mode):
26916         Delete duplicate duplicate words.
26918 2005-07-18  Juri Linkov  <juri@jurta.org>
26920         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26921         chars * ? } |.
26922         (isearch-fallback): Don't call `isearch-process-search-char'.
26923         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26924         (isearch-process-search-char): Call `isearch-fallback' for regexp
26925         chars * ? } |.
26926         (isearch-return-char): Make obsolete with `make-obsolete' instead
26927         of simply documenting it as obsolete in the docstring.
26928         (isearch-fallback): Refill docstring.
26930         * international/isearch-x.el
26931         (isearch-process-search-multibyte-characters): Remove unneeded
26932         `concat'.  Add intermediate values to `junk-hist' instead of
26933         `minibuffer-history'.  Test the length of `str'.
26935 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26937         * allout.el (allout-resolve-xref): Fix typos in error strings.
26938         (allout-before-change-protect): Remove unneeded `concat'.
26940         * array.el (array-mode, array-reconfigure-rows)
26941         (untabify-backward): Fix typos in docstrings.
26942         (array-reconfigure-rows): Use `insert-buffer-substring', not
26943         `insert-buffer'.
26945         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26946         * progmodes/ada-mode.el (ada-make-body):
26947         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26949         * dired.el (dired-log):
26950         * tar-mode.el (tar-subfile-save-buffer):
26951         * play/zone.el (zone-pgm-stress-destress):
26952         Use `insert-buffer-substring', not `insert-buffer'.
26954 2005-07-17  Simon Josefsson  <jas@extundo.com>
26956         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26958 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26960         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26961         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26963 2005-07-17  Kim F. Storm  <storm@cua.dk>
26965         * ido.el (dired-other-window): Add ido property.
26967 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26969         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26970         Fix typo in docstring.
26971         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26972         `insert-file-literally'.
26974         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26975         info and delete redundant message.  Doc fix.
26976         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26977         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26979 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26981         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26982         (byte-compile-and): Use byte-compile-and-recursion.
26983         (byte-compile-or-recursion): New function.
26984         (byte-compile-or): Use that.
26985         (byte-compile-if): Guard the else-clause too.
26986         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26988         * isearch.el (isearch-mode-end-hook-quit): New variable.
26989         (isearch-done): Bind it.
26990         (isearch-mode-end-hook): Doc fix.
26992         * allout.el (allout-isearch-did-quit): Variable deleted.
26993         (allout-real-isearch-abort): Function name no longer used.
26994         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26995         (allout-isearch-rectification): isearch-mode always exists.
26996         Don't set allout-isearch-did-quit.
26997         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26998         allout-isearch-did-quit.
26999         (allout-enwrap-isearch): Just add the hook.
27000         (allout-isearch-abort): Function deleted.
27001         (allout-pre-command-business): Avoid warning.
27003         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27004         Correctly avoid warnings.
27005         (pascal-outline): Likewise.
27007         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27009         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27011         * play/tetris.el (tetris-mode): Avoid warning.
27013         * play/snake.el (snake-mode): Avoid warning.
27015         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27016         (gamegrid-set-display-table): Avoid warning.
27017         (gamegrid-set-timer): Likewise.
27018         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27019         (gamegrid-add-score-with-update-game-score-1): Take FILE
27020         as argument.
27021         (gamegrid-add-score-with-update-game-score): Pass that argument.
27022         Rename have-shared-game-dir to gamegrid-shared-game-dir.
27024         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27026         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27027         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27029         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27030         and insert-file.
27032         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27033         (sc-ask): Avoid warnings.
27035         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27036         (eshell-hist-initialize): Use that var the natural way.
27038         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27040         * emacs-lisp/re-builder.el (reb-cook-regexp):
27041         Avoid warning calling lre-compile-string.
27042         (reb-color-display-p): Avoid warning.
27044         * calculator.el (calculator-last-input): Guard uses
27045         of event-key and key-press-event-p.
27046         (event-key, key-press-event-p): Delete definitions.
27048         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27049         (find-gc-source-directory, find-gc-subrs-callers)
27050         (find-gc-noreturn-list, find-gc-source-files)
27051         (find-gc-subrs-called): Vars renamed and defvar'd.
27053         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27054         (checkdoc-overlay-put, checkdoc-delete-overlay)
27055         (checkdoc-overlay-start, checkdoc-overlay-end)
27056         (checkdoc-mode-line-update, checkdoc-char=):
27057         Define such that compiler knows they are defined.
27058         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
27059         (checkdoc-read-event): Delete.  Use read-event directly.
27061         * whitespace.el (whitespace-make-overlay)
27062         (whitespace-overlay-put, whitespace-delete-overlay)
27063         (whitespace-overlay-start, whitespace-overlay-end):
27064         Define such that compiler knows they are defined.
27065         (whitespace): Move conditional inside.
27067         * tempo.el (tempo-insert-template): Suppress warning.
27069         * ediff-diff.el (longlines-mode): Add defvar.
27071 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
27073         * server.el: Bind "C-x #" in a way that works even if C-x is
27074         redefined to a command key, not a prefix key.
27076 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27078         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27079         cl-make-type-test till execution time.
27081 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
27083         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27084         arg ARG and use it.
27086 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27088         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27090 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
27092         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27093         a defcustom with two :set or :type keywords.
27095 2005-07-15  Richard M. Stallman  <rms@gnu.org>
27097         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27098         Don't give ^M comment-end syntax.
27100 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
27102         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27103         Don't consider gdbmi (gdb-mi.el has its own update functions).
27104         (gdb-var-delete): Make it work for gdbmi as well.
27105         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27107         * progmodes/gud.el (etags, sdb): Only require etags when needed.
27108         (gud-speedbar-menu-items): Correct logic for enabling items.
27110 2005-07-15  Kim F. Storm  <storm@cua.dk>
27112         * ido.el: Fix commentary.
27113         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27114         Use with-no-warnings around ffap-guesser.
27115         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27116         Let bind minibuffer-completing-file-name to t.
27118 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
27120         * startup.el (site-run-file, keyboard-type): Doc fixes.
27121         (command-line): Check for "--basic-display" argument; also for
27122         "--quick", not "--bare-bones" (which was renamed).
27123         (fancy-splash-text): Add missing item "Getting New Versions".
27124         (normal-splash-screen): Fix typos and improve consistency with
27125         `fancy-splash-text'.  Update copyright year.
27127         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27128         valid binding for `help-char'.
27130         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27132 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
27134         * term.el (term-mode): Disable cua-mode for term buffers.
27136 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
27138         * add-log.el (add-log-mailing-address, change-log-merge):
27139         Doc fixes.
27140         (change-log-get-method-definition): Fix typo in docstring.
27142 2005-07-14  Kim F. Storm  <storm@cua.dk>
27144         * emulation/cua-base.el:
27145         (cua--pre-command-handler-1, cua--pre-command-handler)
27146         (cua--post-command-handler-1, cua--post-command-handler):
27147         Split in two.  Check (buffer local) value of cua-mode.
27148         (cua-selection-mode): New command.
27150 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
27152         * custom.el (custom-initialize-safe-set)
27153         (custom-initialize-safe-default): Doc fixes.
27155         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27156         and simplify :init-value again.
27158         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27159         and simplify :init-value again.  Delete autoload.
27161         * startup.el (command-line): Use `custom-reevaluate-setting' again
27162         for tooltip-mode.
27164         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27165         a defcustom with two :initialize keywords.
27167 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
27169         * allout.el (my-mark-marker, allout-isearch-prior-pos)
27170         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27171         (allout-post-command-business, allout-flag-region)
27172         (isearch-reenable-font-lock, allout-yank)
27173         (allout-insert-latex-header, allout-insert-latex-trailer)
27174         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27175         (allout-latex-verb-quote): Fix typos in docstrings.
27176         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27177         (allout-unprotected, allout-prefix-data):
27178         Improve argument/docstring consistency.
27179         (allout-chart-subtree): Fix argument spec.
27180         (allout-open-topic): Rename `use_sib_bullet' argument to
27181         `use-sib-bullet'.  Doc fix.
27183         * whitespace.el (whitespace-check-buffer-leading)
27184         (whitespace-check-buffer-trailing)
27185         (whitespace-check-buffer-indent)
27186         (whitespace-check-buffer-spacetab)
27187         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27188         (whitespace-check-leading-whitespace)
27189         (whitespace-check-trailing-whitespace)
27190         (whitespace-check-spacetab-whitespace)
27191         (whitespace-check-indent-whitespace)
27192         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27193         (whitespace-modes): Fix typos in docstrings.
27194         (defgroup, defcustom): Doc fixes.
27196         * winner.el (winner-mode, winner-boring-buffers)
27197         (winner-pending-undo-ring): Doc fixes.
27198         (winner-ring): Remove unneeded `progn'.
27199         (winner-equal): `defsubst' it.
27200         (winner-redo): Fix message.
27202 2005-07-13  Kim F. Storm  <storm@cua.dk>
27204         * simple.el (line-move-1): Always use vertical-motion to
27205         do the last (or only) line move to ensure some movement.
27206         Undo 2005-06-23 change--don't check for overlays.
27208 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27210         * term/mac-win.el (ccl-encode-mac-roman-font)
27211         (ccl-encode-mac-centraleurroman-font)
27212         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27213         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27214         Change charset-id boundary of dimension to ?\xef.
27215         (mac-char-fontspec-list): New constant.
27216         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
27217         argument.  Nil uses itself as family in font-spec.  Previous
27218         behavior for nil is now provided by non-nil non-string argument.
27219         All callers changed.  Add font-specs for Mac fonts to
27220         "fontset-default" unless iso8859-1 fonts are installed.
27222 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27224         * progmodes/sh-script.el (sh-get-indent-info): Only indent
27225         a continuation line if the \ is preceded by SPC or TAB.
27226         (sh-get-indent-info): Simplify.
27227         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27228         Use with-current-buffer.
27230         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27231         when the matched text is empty.
27233 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
27235         * startup.el (command-line): Revert to previous handling of
27236         tooltip-mode.  Explain in comment why the complexity is needed.
27238         * tooltip.el (tooltip-mode): Revert to previous implementation of
27239         its defcustom.
27241         * frame.el (blink-cursor-mode): Revert to previous implementation
27242         of its defcustom.  Update comment.
27244 2005-07-12  Lars Hansen  <larsh@soem.dk>
27246         * desktop.el: Update e-mail address.
27248 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27250         * term/mac-win.el (mac-services-mail-selection)
27251         (mac-services-mail-to): New functions.
27252         (mac-application-menu-map): Bind them.
27254 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
27256         * progmodes/gdb-ui.el: Add note about buffering with Windows.
27258 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
27260         * custom.el (custom-reevaluate-setting): Doc fix.
27262 2005-07-11  Jay Belanger  <belanger@truman.edu>
27264         * calc/calc.el (calc-embedded-announce-formula-alist)
27265         (calc-embedded-open-close-plain-alist)
27266         (calc-embedded-open-close-mode-alist): Add checks for additional
27267         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27269 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
27271         * custom.el (custom-enable-theme): Don't add theme to
27272         `custom-enabled-themes' with `push' because there is no
27273         setf-method for `delq'.
27275 2005-07-11  Richard M. Stallman  <rms@gnu.org>
27277         * custom.el (custom-declare-variable): Doc fix.
27279         * dired-aux.el (dired-compare-directories): Remove "." and ".."
27280         from the alists.
27282         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27283         Do nothing if edebug-active.
27285         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27286         (edebug-display): Do it here instead.
27288 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27290         * cus-face.el (custom-theme-set-faces): Make it work.
27291         (custom-reset-faces): Doc fix.
27292         (custom-theme-reset-internal-face, custom-theme-face-value):
27293         Functions deleted.
27295         * custom.el (custom-push-theme): Maintain list of the settings
27296         of a given theme in its theme-settings property.
27297         Maintain position of old settings in the theme-value
27298         or theme-face property.
27299         (custom-enabled-themes): New variable.
27300         (custom-theme-enabled-p): New function.
27301         (provide-theme): Update custom-enabled-themes.
27302         Disable and reenable the `user' theme.
27303         (require-theme): Doc fix.
27304         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27305         (custom-theme-value, custom-theme-variable-value): Likewise.
27306         (custom-theme-reset-internal): Likewise.
27307         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27308         (custom-enable-theme, custom-disable-theme): New functions.
27309         (custom-variable-theme-value, custom-face-theme-value): Likewise.
27310         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27311         (custom-theme-reset-variables): Simplify.
27312         (deftheme, custom-declare-theme, custom-make-theme-feature):
27313         Definitions moved.
27315 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
27317         * longlines.el (longlines-show-region)
27318         (longlines-unshow-hard-newlines): Recognize hard newlines by
27319         non-nil hard property, instead of t.
27321 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
27323         * emulation/viper-cmd.el (viper--key-maps): New variable.
27324         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27325         emulation-mode-map-alists.
27326         (viper-envelop-ESC-key): Use viper-subseq.
27327         (viper-search-forward/backward/next): Disable debug-on-error.
27329         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27330         (viper-ESC-key): New defcustoms.
27332         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27334         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27335         (viper-subseq): Copy of subseq from cl.el.
27337         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27338         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27340         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27342         * emulation/viper-init.el: Get rid of -face in face names.
27344         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27345         Make it work with longlines mode.
27347         * ediff-mult.el (ediff-meta-mode-hook): New variable.
27349         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27351         * ediff-init.el: Get rid of -face in face names.
27353 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27355         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27356         and with-timeout-unsuspend.
27358         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27359         and with-timeout-unsuspend.
27361         * emacs-lisp/timer.el (with-timeout-timers): New variable.
27362         (with-timeout): Bind that variable to record timers.
27363         (with-timeout-suspend, with-timeout-unsuspend): New functions.
27365         * emacs-lisp/debug.el (debug-help-follow): New function.
27366         (debugger-mode-map): Use that instead of help-follow.
27367         (debugger-setup-buffer): Use eval-buffer-list
27368         to handle eval-buffer frames.
27370 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
27372         * timezone.el (timezone-parse-date): Change first regexp
27373         so it will not mistakenly match dates with no time zone.
27375 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
27377         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27379 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
27381         * custom.el (custom-initialize-safe-set)
27382         (custom-initialize-safe-default): New functions.
27384         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27385         and simplify :init-value.
27387         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27388         and simplify :init-value.  Delete obsolete comment.
27390         * startup.el (command-line): Use `custom-reevaluate-setting' to
27391         handle `tooltip-mode'.  Delete obsolete comment.
27393         * files.el (set-visited-file-name): Avoid calling
27394         `file-name-nondirectory' with a nil argument.
27396 2005-07-09  Richard M. Stallman  <rms@gnu.org>
27398         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27399         was called with nil for the buffer, handle the read position right.
27400         Handle read position for eval-region, too.
27402 2005-07-09  Juri Linkov  <juri@jurta.org>
27404         * fringe.el (fringe-mode): Add period in docstring.
27405         (fringe-query-style): Build prompt depending on `all-frames' arg.
27407         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27408         to not create links to unrelated functions in the Help buffer.
27410         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27411         Doc fix.
27413         * simple.el (next-error-hook): New variable.
27414         (next-error): Use it.  Doc fix.
27416         * textmodes/ispell.el (ispell-command-loop): Add current
27417         dictionary name and program name to mode-line-format.
27418         (ispell-region, ispell-process-line): Add current dictionary name
27419         and program name to messages.
27421 2005-07-08  Jay Belanger  <belanger@truman.edu>
27423         * calc/calc.el (calc-embedded-announce-formula-alist)
27424         (calc-embedded-open-close-formula-alist)
27425         (calc-embedded-open-close-word-alist)
27426         (calc-embedded-open-close-plain-alist)
27427         (calc-embedded-open-close-new-formula-alist)
27428         (calc-embedded-open-close-mode-alist)
27429         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27430         (calc-embedded-mode-hook): New variables.
27432         * calc/calc-embed.el (calc-embedded-firsttime)
27433         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27434         New variables.
27435         (calc-do-embedded): Use calc-embedded-firsttime,
27436         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27437         determine whether or not to run hooks.
27438         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27439         calc-embedded-firsttime-formula appropriately.
27440         Set calc-embedded delimiter variables according to mode.
27442 2005-07-08  Richard M. Stallman  <rms@gnu.org>
27444         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27445         Check for "emacs", etc., as entire symbol, not just as word.
27446         (checkdoc-file-comments-engine): Use regexp-quote on FN.
27448         * files.el (set-visited-file-name): Report the error
27449         for "empty filename" earlier.
27450         (kill-some-buffers): Ignore buffers already dead.
27452         * fringe.el (fringe-mode): Doc fix.
27454         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27455         Check for (featurep 'xemacs) and turn off warnings in what it guards.
27456         Use unwind-protect to ensure byte-compile-unresolved-functions
27457         is updated.
27459         * whitespace.el (whitespace-buffer-leading-cleanup):
27460         Simplify w/ skip-chars-forward.
27461         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27463         * mail/rmail.el (rmail-only-expunge): Fix paren error.
27464         Unconditionally try to leave point at the same old place.
27466 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
27468         * comint.el (comint-postoutput-scroll-to-bottom)
27469         (comint-show-maximum-output): Take scroll-margin into consideration.
27471 2005-07-08  Kim F. Storm  <storm@cua.dk>
27473         * ido.el (ido-use-filename-at-point): New choice `guess'.
27474         (ido-file-internal): Try ffap-guesser if selected.
27476         * ido.el (ido-before-fallback-functions): New hook.
27477         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27478         (ido-read-file-name): Run it.
27480 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27482         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27483         strings rather than a list of symbols to the completion function.
27485 2005-07-07  Jay Belanger  <belanger@truman.edu>
27487         * calc/calc-units.el (math-apply-units): Change the places in
27488         which units are simplified.
27490 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
27492         * cus-edit.el (customize-option, customize-option-other-window):
27493         Make them handle aliases.
27495         * custom.el (custom-variable-p): Make it recursively follow
27496         aliases.  Mention that in the docstring.
27498 2005-07-07  Richard M. Stallman  <rms@gnu.org>
27500         * cus-start.el (exec-path): Use `directory' instead of `file'.
27501         Fix tag for nil.
27503 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27505         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27506         when called non-interactively.  Doc fix.
27508 2005-07-07  Lute Kamstra  <lute@gnu.org>
27510         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27511         new address as well.
27513 2005-07-07  Kenichi Handa  <handa@m17n.org>
27515         * international/mule.el (make-coding-system):
27516         Describe `ascii-incompatible' property in the docstring.
27517         (set-file-name-coding-system): Signal an error if coding-system is
27518         ascii-incompatible.
27519         (set-keyboard-coding-system): Likewise.
27521         * international/mule-cmds.el (set-default-coding-systems):
27522         Don't set default-file-name-coding-system and
27523         default-keyboard-coding-system if coding-system is ASCII-incompatible.
27525         * international/utf-16.el: Declare that all UTF-16-based coding
27526         systems are ASCII-incompatible.
27528 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
27530         * progmodes/gud.el: Require font-lock for displaying errors.
27531         Used by gdb-ui.el.
27533 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27535         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27536         values for the pattern lists which are `read'able but not
27537         `append'able (like symbols).
27539 2005-07-06  Richard M. Stallman  <rms@gnu.org>
27541         * progmodes/flymake.el (flymake-float-time): Instead of
27542         with-no-warnings, test for XEmacs.
27543         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27544         to avoid warning.
27546 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
27548         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27550 2005-07-05  Lute Kamstra  <lute@gnu.org>
27552         * battery.el: Add support for Darwin (with much debugging help
27553         from Samuel Lauber <sam124@operamail.com>).
27554         (battery-status-function, battery-echo-area-format)
27555         (battery-mode-line-format): Add support for pmset on Darwin.
27556         (battery-load-low, battery-load-critical): New user options.
27557         (battery-pmset): New function.
27559 2005-07-05  Lute Kamstra  <lute@gnu.org>
27561         Update FSF's address in GPL notices.
27563         * textmodes/page-ext.el: Update FSF's address.
27565 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27567         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27568         filling from using prefix when filling a single-line docstring.
27570         * progmodes/flymake.el: Remove useless eval-when-compile.
27572         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27574 2005-07-04  Richard M. Stallman  <rms@gnu.org>
27576         * textmodes/org.el (org-file-apps-defaults-gnu):
27577         Rename from org-file-apps-defaults-linux.
27578         (org-default-apps): Don't test system-type for `linux'.
27579         (org-file-apps): Doc fix.
27581 2005-07-04  David Ponce  <david@dponce.com>
27583         * tree-widget.el: Improve header Commentary section.
27584         (tree-widget) [defgroup]
27585         (tree-widget-image-enable, tree-widget-themes-directory)
27586         (tree-widget-theme, tree-widget-image-properties-emacs)
27587         (tree-widget-image-properties-xemacs, tree-widget-create-image)
27588         (tree-widget-image-formats, tree-widget-control)
27589         (tree-widget-empty-control, tree-widget-leaf-control
27590         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27591         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27592         (tree-widget-keep, tree-widget-after-toggle-functions)
27593         (tree-widget-open-node, tree-widget-close-node): Doc fix.
27594         (tree-widget-open-control, tree-widget-close-control): Fix doc and
27595         :help-echo message.
27596         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27597         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27598         (tree-widget--cursors): New constant.
27599         (tree-widget-lookup-image): New function split from
27600         `tree-widget-find-image'.  Clearer implementation.
27601         (tree-widget-find-image): Use it.
27602         (tree-widget-button-keymap): Use `set-keymap-parent'.
27603         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27604         Define the sub-widgets here.
27605         (tree-widget-node): Check that :node is not a tree-widget.
27606         (tree-widget-get-super, tree-widget-open-control)
27607         (tree-widget-close-control, tree-widget-empty-control)
27608         (tree-widget-leaf-control, tree-widget-guide)
27609         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27610         (tree-widget-no-handle, tree-widget-value-delete)
27611         (tree-widget-map): Remove.
27612         (tree-widget-children-value-save): Doc fix.  Simplified.
27613         (tree-widget-value-create): Update according to previous changes.
27615 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27617         * textmodes/org.el: Leading space replaced by TABS.
27618         (org-recalc-marks, org-table-rotate-recalc-marks)
27619         (org-table-get-specials): Treat "^" and "_" marks.
27620         (org-table-justify-field-maybe): Optional argument NEW.
27621         (org-table-eval-formula): Parsing of the format simplified.
27622         New modes C,I.  Honor the %= parameter in the current table.
27623         Avoid unnecessary re-align by using the NEW argument to
27624         `org-table-justify-field-maybe'.
27625         (org-calc-default-modes): Default for date-format mimicks org-mode.
27626         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27628 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27630         * cus-face.el (custom-theme-set-faces): Make it handle face
27631         aliases whose alias declarations are pre- or autoloaded.
27633 2005-07-04  Juri Linkov  <juri@jurta.org>
27635         * faces.el (read-face-name): Put the code for getting a face name
27636         from the buffer before adding the faces from the `face' property.
27637         Use `completing-read-multiple' instead of `completing-read'.
27638         Require `crm'.  Add default value and post-process the returned
27639         list of faces.
27641         * emacs-lisp/crm.el (crm-find-current-element)
27642         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27644         * emacs-lisp/lisp-mode.el (eval-defun-1):
27645         * emacs-lisp/edebug.el (edebug-eval-defun):
27646         Remove unnecessary quotes.
27648 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27650         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27651         (prolog-indent-level): Fix typo in docstring.
27653         * info.el (Info-history, Info-history-forward)
27654         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27656         * add-log.el (add-change-log-entry):
27657         * comint.el (comint-dynamic-list-input-ring)
27658         (comint-dynamic-list-completions):
27659         * dabbrev.el (dabbrev-expand):
27660         * delim-col.el (delimit-columns-rectangle-line):
27661         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27662         (diff-unified->context):
27663         * ediff-init.el (ediff-abbrev-jobname):
27664         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27665         (ediff-replace-session-activity-marker-in-meta-buffer):
27666         * info.el (Info-summary):
27667         * lpr.el (printify-region):
27668         * printing.el (pr-create-interface):
27669         * ps-print.el (ps-print-quote):
27670         * ses.el (ses-column-widths, ses-print-cell)
27671         (ses-adjust-print-width, ses-center):
27672         * shell.el (shell-file-name-quote-list):
27673         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27674         (strokes-fill-current-buffer-with-whitespace)
27675         (strokes-xpm-for-stroke, strokes-list-strokes)
27676         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27677         * term.el (term-dynamic-list-input-ring)
27678         (term-dynamic-list-completions):
27679         * calc/calc.el (math-format-stack-value):
27680         * emacs-lisp/edebug.el (edebug-display-freq-count):
27681         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27682         (delphi-new-comment-line):
27683         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27684         * progmodes/executable.el (executable-set-magic):
27685         * progmodes/python.el (inferior-python-mode):
27686         * progmodes/scheme.el (scheme-mode-syntax-table):
27687         * progmodes/sh-script.el (sh-maybe-here-document):
27688         * progmodes/sql.el (sql-copy-column):
27689         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27690         * textmodes/bibtex.el (bibtex-mode):
27691         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27692         (sgml-auto-attributes):
27693         * textmodes/table.el (table-insert, table-shorten-cell)
27694         (table--generate-source-scan-lines, table-delete-row)
27695         (*table--cell-delete-char, table--spacify-frame)
27696         (table--horizontally-shift-above-and-below)
27697         (table--cell-insert-char, table--cell-blank-str)
27698         (table--fill-region-strictly):
27699         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27700         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27702         * add-log.el (change-log):
27703         * apropos.el (apropos):
27704         * comint.el (comint-completion, comint-source):
27705         * dabbrev.el (dabbrev):
27706         * delim-col.el (columns):
27707         * diff-mode.el (diff-mode):
27708         * ediff.el (ediff):
27709         * ediff-diff.el (ediff-diff):
27710         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27711         * ediff-mult.el (ediff-mult):
27712         * ediff-ptch.el (ediff-ptch):
27713         * ediff-wind.el (ediff-window):
27714         * facemenu.el (facemenu):
27715         * indent.el (indent):
27716         * info.el (info):
27717         * jka-cmpr-hook.el (compression, jka-compr):
27718         * lpr.el (lpr):
27719         * outline.el (outlines):
27720         * pcmpl-cvs.el (pcmpl-cvs):
27721         * pcmpl-rpm.el (pcmpl-rpm):
27722         * printing.el (printing):
27723         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27724         (ps-print-vertical, ps-print-headers, ps-print-font)
27725         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27726         (ps-print-background, ps-print-printer, ps-print-page)
27727         (ps-print-miscellany):
27728         * ses.el (ses):
27729         * shell.el (shell, shell-directories, shell-faces):
27730         * startup.el (initialization):
27731         * strokes.el (strokes):
27732         * term.el (term):
27733         * uniquify.el (uniquify):
27734         * w32-vars.el (w32):
27735         * calc/calc.el (calc):
27736         * emacs-lisp/bytecomp.el (bytecomp):
27737         * emacs-lisp/cl-indent.el (lisp-indent):
27738         * emacs-lisp/edebug.el (edebug):
27739         * emacs-lisp/elp.el (elp):
27740         * emacs-lisp/testcover.el (testcover):
27741         * emacs-lisp/trace.el (trace):
27742         * emulation/viper-ex.el (viper-ex):
27743         * emulation/viper-mous.el (viper-mouse):
27744         * mail/mailalias.el (mailalias):
27745         * mail/supercite.el (supercite, supercite-frames)
27746         (supercite-attr, supercite-cite, supercite-hooks):
27747         * net/rcompile.el (remote-compile):
27748         * net/rlogin.el (rlogin):
27749         * obsolete/ooutline.el (outlines):
27750         * progmodes/delphi.el (delphi):
27751         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27752         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27753         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27754         (ebnf-optimization):
27755         * progmodes/etags.el (etags):
27756         * progmodes/executable.el (executable):
27757         * progmodes/idlwave.el (idlwave):
27758         * progmodes/pascal.el (pascal):
27759         * progmodes/prolog.el (prolog):
27760         * progmodes/python.el (python):
27761         * progmodes/scheme.el (scheme):
27762         * progmodes/sh-script.el (sh, sh-script):
27763         * progmodes/sql.el (SQL):
27764         * progmodes/tcl.el (tcl):
27765         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27766         * textmodes/enriched.el (enriched):
27767         * textmodes/makeinfo.el (makeinfo):
27768         * textmodes/sgml-mode.el (sgml):
27769         * textmodes/table.el (table-hooks):
27770         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27771         * textmodes/texinfo.el (texinfo):
27772         * textmodes/two-column.el (two-column):
27773         Finish `defgroup' description with period.
27775         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27776         * eshell/esh-var.el (eshell-var):
27777         * progmodes/vhdl-mode.el (vhdl-testbench):
27778         * textmodes/org.el (org): Fix typos in docstrings.
27780         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27781         consistency.
27783         * progmodes/flymake.el (flymake-find-file): Remove.
27784         (flymake-float-time): Use `with-no-warnings'.
27785         (flymake-check-start-time, flymake-check-was-interrupted)
27786         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27787         (flymake-new-err-info): `defvar' at compile time.
27789 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27791         * replace.el (occur-hook): Doc fix.
27792         (occur-1): Don't call `occur-hook' if there are no matches.
27794 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27796         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27797         global-map, save the same map.
27798         (global-map): Don't alter it at top level.
27799         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27800         Then alter it here instead.
27801         (tpu-edt-off): Set global-map to the saved one.
27803         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27804         All references simplified.
27805         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27806         (zmacs-regions): Add defvar.
27807         (repeat-complex-command-map): Everything about that deleted.
27809         * textmodes/artist.el (artist-key-is-drawing)
27810         (artist-key-endpoint1, artist-key-poly-point-list)
27811         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27812         (artist-key-compl-table, artist-rb-save-data)
27813         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27814         Don't put them in eval-when-compile.
27815         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27817         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27818         Use with-no-warnings.
27820         * net/browse-url.el (dos-windows-version): Add defvar.
27822         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27824         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27825         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27826         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27827         Add defvar.
27828         (rmail-summary-beginning-of-message): Use with-no-warnings.
27829         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27831         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27832         Use with-no-warnings.
27834         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27835         (c-mark-function): Add point-moving-unit property.
27836         (vi-goto-line): Use with-no-warnings.
27838         * emulation/edt.el (edt-last-copied-word): Add defvar.
27839         (zmacs-region-stays): Likewise.
27840         (edt-mark-section-wisely): Use c-mark-function for C.
27841         Use makr-defun for Fortran.
27842         (time-string): defvar deleted.
27843         (edt-display-the-time): Don't set time-string.
27845         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27847         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27848         Don't warn when name is not constant
27849         or for defining the group `emacs'.
27851         * tooltip.el (gud-tooltip-mode): Add defvar.
27853         * startup.el (default-frame-background-mode): Add defvar.
27855         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27857         * info.el (tool-bar-map): Add defvar.
27859         * dired.el (dnd-protocol-alist): Add defvar.
27861         * dired-aux.el (dired-query): Display question with answer, when
27862         the user answers.
27864         * custom.el (custom-add-option): Doc fix.
27866         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27868 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27870         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27871         bogus name from the last change.
27873 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27875         * custom.el (custom-declare-variable): Fix typos in comment.
27876         (custom-known-themes): Doc fix.
27877         (custom-theme-directory): New defcustom.
27878         (require-theme): Make it check `custom-theme-directory'.
27880         * cus-theme.el (custom-new-theme-mode): New function.
27881         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27882         (custom-theme-description): Add compiler defvars.
27883         (customize-create-theme): Add doc to the "*New Custom Theme*"
27884         buffer.  Use `custom-new-theme-mode'.
27885         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27886         and save it to the `custom-theme-directory'.  Make this the
27887         default directory of the buffer.
27889 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27891         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27892         Fix unbalanced parentheses.
27894 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27896         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27897         into flymake-mode and delegate to flymake-mode.
27899         * find-file.el (ff-which-function-are-we-in): Clean up.
27901 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27903         * replace.el (occur-rename-buffer): Fix docstring.
27905         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27906         (edt-last-copied-word, edt-learn-macro-count)
27907         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27908         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27909         (time-string, zmacs-region-stays):
27910         * emulation/edt-mapper.el (edt-save-function-key-map)
27911         (EDT-key-name): `defvar' to silence the byte-compiler.
27913 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27915         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27916         font-lock-regexp-backslash.  Doc fix.
27917         (font-lock-regexp-backslash-grouping-construct): Rename from
27918         font-lock-regexp-backslash-construct.  Doc fix.
27919         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27920         grouping constructs.
27922 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27924         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27925         updating all the prerequisites.
27927 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27929         * textmodes/org.el (org-agenda-start-on-weekday)
27930         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27931         (org-agenda-use-time-grid, org-archive-location)
27932         (org-allow-space-in-links, org-usenet-links-prefer-google)
27933         (org-enable-table-editor, org-export-default-language)
27934         (org-export-html-show-new-buffer, org-fill-paragraph)
27935         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27936         (org-goto-quit, org-occur, org-eval-in-calendar)
27937         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27938         (org-agenda-diary-entry, org-remember-help)
27939         (org-table-convert-region, org-at-table-p)
27940         (org-table-move-row-down, org-table-move-row-up)
27941         (org-table-copy-region, org-table-toggle-vline-visibility)
27942         (org-table-get-stored-formulas, org-table-get-specials)
27943         (org-recalc-commands, org-table-eval-formula)
27944         (org-table-formula-substitute-names, orgtbl-make-binding)
27945         (org-format-org-table-html, org-format-table-table-html)
27946         (org-format-table-table-html-using-table-generate-source)
27947         (org-customize): Fix typos in docstrings.
27948         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27949         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27950         (org-back-to-heading): Doc fixes.
27951         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27952         (org-agenda-change-all-lines, org-get-header):
27953         Improve argument/docstring consistency.
27954         (orgtbl-error): Fix error message.
27956         * progmodes/flymake.el (flymake-find-possible-master-files)
27957         (flymake-master-file-compare, flymake-get-line-err-count)
27958         (flymake-highlight-line, flymake-gui-warnings-enabled):
27959         Fix typos in docstrings.
27960         (flymake-parse-line, flymake-get-project-include-dirs-function)
27961         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27962         Doc fixes.
27963         (flymake-get-project-include-dirs-function)
27964         (flymake-make-err-menu-data):
27965         Improve argument/docstring consistency.
27967 2005-07-01  Lute Kamstra  <lute@gnu.org>
27969         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27970         Catch errors with ignore-errors.  Use temporary buffer.
27971         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27973         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27974         background color faces.
27975         (facemenu-set-foreground, facemenu-set-background):
27976         Use facemenu-set-face-from-menu.
27977         (facemenu-set-face-from-menu): Treat face names that start with
27978         "fg:" or "bg:" as special.
27979         (facemenu-add-new-color): Don't create faces.  Simplify.
27981 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27983         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27984         (crm-find-current-element): Likewise.
27986 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27988         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27990 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27992         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27993         (archive-mouse-extract): Make it an obsolete alias.
27994         (archive-mode-map): Don't use archive-mouse-extract any more.
27995         (archive-mode, archive-extract): write-contents-hooks ->
27996         write-contents-functions.
27997         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27998         first arg.
27999         (archive-rename-entry): Update the call.
28000         (archive-zip-summarize): Remove unused var `method'.
28001         (archive-lzh-summarize): Remove unused var `creator'.
28003         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28004         dedicated frame upon exit.
28006         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28007         (archive-zip-extract, archive-zip-expunge)
28008         (archive-zip-update, archive-zip-update-case): Use executable-find.
28009         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28010         Use restore-buffer-modified-p.
28011         (archive-extract, archive-add-new-member, archive-write-file-member):
28012         Use with-current-buffer.
28013         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28015 2005-06-30  Andreas Schwab  <schwab@suse.de>
28017         * progmodes/gud.el (gud-filter): Remove unneeded progn.
28019 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28021         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28023 2005-06-30  Juri Linkov  <juri@jurta.org>
28025         * faces.el (vertical-border): Inherit from mode-line-inactive
28026         only on tty.
28028 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
28030         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28031         example, -NLINES in the `occur' docstring).
28033         * replace.el (occur-1): When no matches are found, do not set the
28034         `buffer-read-only' and modified flags for the occur buffer,
28035         because it is deleted.
28037         * emulation/cua-base.el (cua-check-pending-input)
28038         (cua-repeat-replace-region, cua-mode, cua-debug)
28039         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28040         Fix typos in docstrings.
28042         * emulation/cua-gmrk.el (cua-toggle-global-mark)
28043         (cua-cut-region-to-global-mark)
28044         (cua--cut-rectangle-to-global-mark):
28045         Remove period from end of messages.
28047         * emulation/cua-rect.el (cua-do-rectangle-padding):
28048         Remove period from end of messages.
28049         (cua--rectangle-seq-format): Fix typo in docstring.
28050         (cua-sequence-rectangle, cua-fill-char-rectangle):
28051         Improve argument/docstring consistency.
28053 2005-06-29  Juri Linkov  <juri@jurta.org>
28055         * faces.el (default-frame-background-mode): New internal variable.
28056         (frame-set-background-mode): Use it.
28058         * startup.el (normal-top-level): Set default-frame-background-mode
28059         instead of frame-background-mode.  Before setting it, test for its
28060         nil value.  Remove tests for frame-background-mode and frame
28061         parameter `reverse'.  Add test for "unspecified-fg".
28063         * term/xterm.el (xterm-rxvt-set-background-mode):
28064         * term/rxvt.el (rxvt-set-background-mode):
28065         Set default-frame-background-mode instead of frame-background-mode.
28067 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
28069         * simple.el (set-variable): Warn about obsolete user variables.
28071         * imenu.el (imenu--completion-buffer):
28072         * mouse.el (mouse-buffer-menu-alist):
28073         * msb.el (msb-invisible-buffer-p):
28074         * calendar/diary-lib.el (diary-header-line-format):
28075         * emacs-lisp/pp.el (pp-buffer):
28076         * progmodes/cperl-mode.el (cperl-do-auto-fill):
28077         * textmodes/picture.el (picture-replace-match):
28078         Change space constants followed by a sexp to "?\s ".
28080         * play/decipher.el (decipher-loop-with-breaks):
28081         * textmodes/texinfo.el (texinfo-insert-@item): Change space
28082         constants "protected" from end of line by a comment to "?\s".
28084 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28086         * font-lock.el (save-buffer-state): Use `declare'.
28088         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28089         reset the syntax-table to cperl-mode-syntax-table.
28090         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28091         "foo_print_bar" is not matched as a reserved keyword.
28093 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
28095         * textmodes/org.el (orgtbl-setup): New function, for delayed
28096         setup for the orgtbl commands.
28097         (org-calc-default-modes): New option.
28098         (orgtbl-make-binding): Use `defun' to get better help display.
28099         (org-diary): Call `org-compile-prefix-format'.
28100         (org-table-formula-substitute-names): New function.
28101         (org-agenda-day-view, org-agenda-week-view): New commands.
28102         (org-agenda-toggle-week-view): Command removed.
28103         (org-tbl-menu): Split off from org-org-menu.
28104         (org-mode): Move removal of outline-mode menus to here.
28105         (org-table-formula-debug): New option.
28106         (org-table-insert-row): Keep first field if just "#" or "*".
28107         (org-mode): Paragraph regexps fixed.
28108         (org-table-recalculate-regexp): New constant.
28109         (org-table-justify-field-maybe): Avoid replace if not necessary.
28110         (org-copy-special, org-cut-special): Use `call-interactively'.
28111         (org-table-copy-region): Take region from `interactive' call.
28112         (org-trim): Return string even if no match.
28113         (org-formula): New face.
28114         (org-set-font-lock-defaults): No longer highlight "FIXME".
28115         But highlight formula-related fields in table.
28116         (org-table-p): Use regexp, not fontification.
28117         (org-table-align): Handle white space at end of line.
28118         (org-table-formula-evaluate-inline): New option.
28119         (org-mode): Auto-wrapping in comment lines turned off.
28120         (org-table-copy-down): Evaluate only in copied field, not in
28121         destination.
28122         (org-table-current-formula): Variable removed.
28123         (org-table-store-formulas, org-table-get-stored-formulas)
28124         (org-table-modify-formulas, org-table-replace-in-formulas)
28125         (org-table-maybe-eval-formula): New functions.
28126         (org-table-get-formula): Modify to use stored formulas.
28127         (org-table-insert-column, org-table-delete-column)
28128         (org-table-move-column): Call `org-table-modify-formulas'.
28129         (org-complete): Add completion for keyword formulas.
28130         (orgtbl-mode): Pull orgtbl-mode-map to start of
28131         minor-mode-map-alist.
28133 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28135         * progmodes/python.el (python-check): Require `compile' before
28136         modifying its variables.
28138         * newcomment.el (comment-indent-default): Don't get fooled by an early
28139         end of buffer.
28141 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28143         * ps-print.el (ps-print-version): Fix version number.
28145 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
28147         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28149 2005-06-28  Richard M. Stallman  <rms@gnu.org>
28151         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28152         (flyspell-local-mouse-map): Declaration deleted.
28153         (flyspell-mouse-map): Bind only mouse-2.
28154         (flyspell-mode-map): Don't test flyspell-use-local-map.
28155         (flyspell-overlay-keymap-property-name): Var deleted.
28156         (flyspell-mode-on): Don't make local bindings for
28157         flyspell-mouse-map and flyspell-mode-map.
28158         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28160         * textmodes/ispell.el (ispell-word): Do not ignore short words.
28162         * progmodes/compile.el (compilation-next-error-function):
28163         Don't switch buffers; operate on the current buffer.
28165         * progmodes/compile.el (compilation-error-file-name)
28166         (compilation-warning-file-name, compilation-info-file-name)
28167         (compilation-line-number, compilation-column-number): New faces.
28168         (compilation-error-face, compilation-warning-face)
28169         (compilation-info-face, compilation-line-face)
28170         (compilation-column-face): Use them.
28172         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28174         * comint.el (comint-password-prompt-regexp): Accept ", try again".
28176         * bindings.el (global-map): Bind insertchar and its variants.
28178 2005-06-27  Richard M. Stallman  <rms@gnu.org>
28180         * textmodes/artist.el (artist-text-overwrite)
28181         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28183 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28185         * ps-print.el: It was not working the page selection for printing.
28186         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28187         (ps-print-version): New version 6.6.7.
28188         (ps-end-sheet): New fun.
28189         (ps-header-sheet, ps-end-job): Call it.
28191 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
28193         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28195 2005-06-27  Lute Kamstra  <lute@gnu.org>
28197         * facemenu.el (facemenu-unlisted-faces): Add foreground and
28198         background color faces.
28199         (facemenu-get-face): Delete function.
28200         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28201         (facemenu-add-new-color): Make second argument mandatory.
28202         Create the appropriate face and return it.  Simplify.
28203         (facemenu-set-foreground, facemenu-set-background): Don't check if
28204         color is defined.  Use return value of facemenu-add-new-color.
28206 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
28208         * progmodes/gud.el (gud-filter): Add missing argument to
28209         with-selected-window.
28211 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28213         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28214         a :require to the defcustom.
28216         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28217         defcustoms corresponding to minor modes.
28219 2005-06-26  David Ponce  <david@dponce.com>
28221         * recentf.el: Require tree-widget instead of wid-edit.
28222         (recentf-filename-handler): Fix widget :type.
28223         (recentf-cancel-dialog, recentf-open-more-files)
28224         (recentf-open-files-action): Doc fix.
28225         (recentf-dialog-goto-first): New function.
28226         (recentf-dialog-mode-map): Set parent keymap first.
28227         (recentf-dialog-mode): Define with define-derived-mode.
28228         Don't display continuation lines in dialogs.
28229         (recentf-edit-list): Rename from recentf-edit-selected-items.
28230         (recentf-edit-list-select): Rename from recentf-edit-list-action.
28231         Simplify.
28232         (recentf-edit-list-validate): New function.
28233         (recentf-edit-list): Update accordingly.
28234         (recentf-open-files-item-shift): Remove.
28235         (recentf-open-files-item): Convert menu elements into tree and
28236         link widgets.  Don't create the widgets.
28237         (recentf-open-files): Update accordingly.
28238         (recentf-save-list): Untabify.
28240 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
28242         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28243         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
28244         partially contained in the active region.  Do not take active
28245         region into account when called from Lisp, unless INTERACTIVE arg
28246         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
28247         avoid trouble with fields.  Make marker point nowhere when no
28248         longer used.  Always return nil.  Doc fix.
28249         (flush-lines): Add INTERACTIVE arg.  Do not take active region
28250         into account when called from Lisp, unless INTERACTIVE arg is
28251         non-nil.  Use `forward-line' instead of `beginning-of-line' to
28252         avoid trouble with fields.  Make marker point nowhere when no
28253         longer used.  Always return nil.  Doc fix.
28254         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
28255         interchangeable.  Do not take active region into account when
28256         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
28257         message in echo area when called from Lisp, unless INTERACTIVE arg
28258         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
28259         Return the number of matches.  Doc fix.
28260         (occur): Doc fix.
28261         (perform-replace): Make comment follow double space convention for
28262         the sake of `outline-minor-mode'.
28264         * faces.el (facep): Doc fix.
28266 2005-06-25  Richard M. Stallman  <rms@gnu.org>
28268         * facemenu.el (facemenu-enable-faces-p): New function.
28269         (facemenu-background-menu, facemenu-foreground-menu)
28270         (facemenu-face-menu): Add menu-enable property.
28272         * jka-compr.el (jka-compr-insert-file-contents):
28273         Special handling if cannot find the uncompression program.
28275         * cus-face.el (custom-face-attributes): Add autoload.
28277         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28278         Bind comment-indent-function locally.
28280         * window.el (save-selected-window): Use save-current-buffer.
28282         * subr.el (with-selected-window): Use save-current-buffer.
28284         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28285         and with-current-buffer.
28287 2005-06-24  Richard M. Stallman  <rms@gnu.org>
28289         * simple.el (line-move-1): Fix previous change.
28291 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
28293         * replace.el (occur-1): Set `buffer-read-only' and the
28294         buffer-modified flag before running `occur-hook' to protect
28295         against unintentional buffer switches that can lead to data loss.
28297 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
28299         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28300         (gud-gdb-marker-filter): Use font-lock-warning-face for any
28301         initial error.
28303         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28304         after fresh input.
28305         (gdb-var-create-handler): Put name of expression in quotes.
28307 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
28309         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28310         elements of RING in order, and without bogus nil elements.
28312 2005-06-23  Richard M. Stallman  <rms@gnu.org>
28314         * simple.el (set-variable): Args renamed; doc fix.
28315         (line-move-1): When there are overlays around, use vertical-motion.
28317         * faces.el (escape-glyph): Use brown against light background.
28318         (nobreak-space): Rename from no-break-space.
28319         Fix previous change.
28321         * dired-aux.el (dired-do-copy): Fix arg prompt.
28323         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28325 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
28327         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28328         rather than "Distributor".
28330 2005-06-23  Lute Kamstra  <lute@gnu.org>
28332         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28333         (debug-on-entry): Use it.  New interactive declaration that uses
28334         function-called-at-point.
28336 2005-06-23  Kim F. Storm  <storm@cua.dk>
28338         * subr.el (save-match-data): Add comment about using evaporate arg
28339         to set-match-data.
28341 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
28343         * cus-edit.el (customize-face)
28344         (customize-face-other-window): Handle face aliases.
28346         * faces.el (face-documentation, set-face-attribute)
28347         (face-spec-set): Handle face aliases.
28349 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
28351         * help-mode.el (help-make-xrefs): If a symbol representing a face
28352         name is not followed by the word "face", it could still be a
28353         function or variable name, so don't bypass other checks.
28355 2005-06-22  Juri Linkov  <juri@jurta.org>
28357         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28358         Replace aliased functions with calls where second arg `inherit' is t.
28360 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
28362         * progmodes/gdb-ui.el (gdb-error): New variable.
28363         (gdb-error): New function.
28364         (gdb-annotation-rules): Act on error-begin and error annotations.
28365         (gdb-concat-output): Use font-lock-warning-face for errors.
28367 2005-06-22  Miles Bader  <miles@gnu.org>
28369         * bindings.el (propertized-buffer-identification): Use renamed
28370         `Buffer-menu-buffer' face.
28372         * faces.el (vertical-border): Rename from `vertical-divider'.
28373         (escape-glyph): Change dark-background color back to `cyan'.
28375 2005-06-21  Juri Linkov  <juri@jurta.org>
28377         * faces.el (face-user-default-spec): Try getting `customized-face'
28378         prior to `saved-face'.
28379         (frame-background-mode): Refill docstring.
28381         * emacs-lisp/lisp-mode.el (eval-defun-1):
28382         * emacs-lisp/edebug.el (edebug-eval-defun):
28383         Set `saved-face' temporarily to nil before calling form.
28384         Set `customized-face' to the new spec after that.
28386 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
28388         * subr.el (1value, lambda, key-substitution-in-progress):
28389         Doc fixes.
28391         * autoinsert.el (auto-insert-alist):
28392         * ses.el (ses-call-printer):
28393         * subr.el (noreturn):
28394         * emacs-lisp/lisp.el (check-parens):
28395         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28396         * net/browse-url.el (browse-url-mosaic):
28397         * progmodes/cc-defs.el (c-safe-scan-lists):
28398         * progmodes/ebnf-abn.el (ebnf-abn-lex):
28399         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28400         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28401         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28402         * progmodes/ebnf-iso.el (ebnf-iso-lex):
28403         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28405 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
28407         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28409 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
28411         * calendar/appt.el (appt-make-list): Activate the package, if
28412         not already active (for backwards compatibility).
28414 2005-06-20  Kim F. Storm  <storm@cua.dk>
28416         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
28418 2005-06-20  Miles Bader  <miles@gnu.org>
28420         * faces.el (vertical-divider): New face.
28422 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
28424         * simple.el (kill-whole-line): Doc fix.
28425         (next-error-buffer-p, next-error-find-buffer)
28426         (clone-indirect-buffer): Fix typos in docstrings.
28427         (comment-line-break-function): Doc fix: don't say variable
28428         is automatically buffer-local (it isn't).
28430 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
28432         * net/tramp-ftp.el (top):
28433         * net/tramp-smb.el (top):
28434         * net/tramp-util.el (top):
28435         * net/tramp-uu.el (top):
28436         * net/tramp-vc.el (top):
28437         * net/tramp.el (top): Revert copyright years back to original
28438         ones.  Tramp has a life outside GNU Emacs.
28440 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
28442         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28444 2005-06-18  Juri Linkov  <juri@jurta.org>
28446         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28447         end of first regexp to limit the match to the position between
28448         line number and source line with same separator character as used
28449         between file name and line number.  In the second regexp limit
28450         mouse-face area to file name and line number by adding new group
28451         for them and referring it in HYPERLINK arg.
28452         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28453         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28454         previous line where grep markers may be already removed.
28456 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
28458         * progmodes/ps-mode.el: Update version and maintainer's email address.
28460 2005-06-18  Steve Youngs  <steve@xemacs.org>
28462         * net/browse-url.el (browse-url-browser-function)
28463         (browse-url-default-browser): Add firefox.
28464         (browse-url-firefox-program, browse-url-firefox-arguments)
28465         (browse-url-firefox-startup-arguments)
28466         (browse-url-firefox-new-window-is-tab): New defcustoms.
28467         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28469 2005-06-17  Richard M. Stallman  <rms@gnu.org>
28471         * startup.el (command-line): Warn if specified user name has
28472         no home directory.
28474         * term.el (term-get-old-input, term-input-filter, term-input-sender)
28475         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28477         * longlines.el (longlines-mode, longlines-show-hard-newlines):
28478         Doc fixes.
28480         * faces.el (underline): Try bold if terminal doesn't support underline.
28482         * mail/sendmail.el (mail-setup-with-from): New variable.
28483         (mail-insert-from-field): New function.
28484         (sendmail-send-it): Call it.
28485         (mail-setup): Optionally call it here.
28487         * term/linux.el: Call tty-no-underline.
28489 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
28491         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28493 2005-06-17  Miles Bader  <miles@gnu.org>
28495         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28496         (ediff-current-diff-C, ediff-current-diff-Ancestor)
28497         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28498         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28499         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28500         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28501         Remove "-face" suffix from face names.
28502         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28503         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28504         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28505         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28506         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28507         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28508         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28509         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28510         New backward-compatibility aliases for renamed faces.
28511         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28512         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28513         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28514         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28515         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28516         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28517         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28518         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28519         Use renamed ediff faces.
28521         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28522         Remove "-face" suffix from face names.
28523         (eshell-test-ok-face, eshell-test-failed-face):
28524         New backward-compatibility aliases for renamed faces.
28525         (eshell-run-test): Use renamed eshell-test faces.
28527         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28528         face name.
28529         (eshell-prompt-face): New backward-compatibility alias for renamed
28530         face.
28531         (eshell-emit-prompt): Use renamed eshell-prompt face.
28533         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28534         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28535         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28536         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28537         Remove "-face" suffix from face names.
28538         (eshell-ls-directory-face, eshell-ls-symlink-face)
28539         (eshell-ls-executable-face, eshell-ls-readonly-face)
28540         (eshell-ls-unreadable-face, eshell-ls-special-face)
28541         (eshell-ls-missing-face, eshell-ls-archive-face)
28542         (eshell-ls-backup-face, eshell-ls-product-face)
28543         (eshell-ls-clutter-face):
28544         New backward-compatibility aliases for renamed faces.
28545         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28547         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28548         Remove "-face" suffix from face name.
28549         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28550         instead of literal face.
28552 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
28554         * emacs-lisp/warnings.el (display-warning, lwarn)
28555         (warning-minimum-log-level): Doc fixes.
28556         (warning-minimum-level, warning-minimum-log-level):
28557         Add :debug to :type choices.
28559         * progmodes/ada-mode.el (ada-format-paramlist)
28560         (ada-get-indent-case, ada-check-matching-start)
28561         (ada-check-defun-name, ada-goto-matching-decl-start)
28562         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28563         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28564         (ada-make-subprogram-body): Follow error conventions.
28565         (ada-case-exception-file, ada-indent-comment-as-code)
28566         (ada-indent-handle-comment-special, ada-indent-renames)
28567         (ada-indent-return, ada-search-directories-internal)
28568         (ada-tab-policy, ada-case-exception-substring)
28569         (ada-other-file-alist, ada-matching-start-re)
28570         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28571         (ada-imenu-generic-expression, ada-compile-goto-error)
28572         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28573         (ada-popup-menu, ada-add-extensions, ada-mode)
28574         (ada-region-selected, ada-create-case-exception)
28575         (ada-create-case-exception-substring, ada-after-keyword-p)
28576         (ada-activate-keys-for-case, ada-adjust-case-region)
28577         (ada-adjust-case-buffer, ada-format-paramlist)
28578         (ada-scan-paramlist, ada-insert-paramlist)
28579         (ada-indent-newline-indent)
28580         (ada-indent-newline-indent-conditional)
28581         (ada-justified-indent-current, ada-goto-previous-word)
28582         (ada-indent-current, ada-get-indent-open-paren)
28583         (ada-get-indent-paramlist, ada-get-indent-end)
28584         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28585         (ada-get-indent-block-start, ada-get-indent-subprog)
28586         (ada-get-indent-noindent, ada-get-indent-label)
28587         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28588         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28589         (ada-goto-stmt-end, ada-goto-next-word)
28590         (ada-check-matching-start, ada-check-defun-name)
28591         (ada-goto-matching-decl-start, ada-goto-matching-start)
28592         (ada-goto-matching-end, ada-search-ignore-string-comment)
28593         (ada-in-decl-p, ada-looking-at-semi-or)
28594         (ada-looking-at-semi-private, ada-in-paramlist-p)
28595         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28596         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28597         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28598         (ada-previous-package, ada-create-menu)
28599         (ada-fill-comment-paragraph-justify)
28600         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28601         (ada-other-file-name, ada-last-which-function-line)
28602         (ada-last-which-function-subprog, ada-which-function)
28603         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28604         (ada-gen-treat-proc, ada-check-emacs-version)
28605         (ada-continuation-indent, ada-align-region-separate):
28606         Fix typos in docstrings.
28607         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28609 2005-06-16  Lute Kamstra  <lute@gnu.org>
28611         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28612         conditionally.
28614 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28616         * comint.el (comint-replace-by-expanded-filename)
28617         (comint-prompt-regexp, comint-delimiter-argument-list)
28618         (comint-preinput-scroll-to-bottom):
28619         * info.el (Info-hide-cookies-node):
28620         * ls-lisp.el (ls-lisp-classify):
28621         * find-file.el (ff-search-directories, ff-special-constructs)
28622         (ff-find-other-file):
28623         * font-lock.el (font-lock-keywords):
28624         * shell.el (shell-prompt-pattern)
28625         (shell-dynamic-complete-functions, shell-mode)
28626         (shell-delimiter-argument-list):
28627         * term.el (term-replace-by-expanded-filename)
28628         (term-prompt-regexp, term-delimiter-argument-list):
28629         * woman.el (woman-ignore, woman0-if):
28630         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28631         * emacs-lisp/elint.el (elint-init-env):
28632         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28633         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28634         * language/ethio-util.el (ethio-tilde-escape)
28635         (ethio-use-three-dot-question):
28636         * net/zone-mode.el (zone-mode-load-time-setup):
28637         * progmodes/cc-align.el (c-lineup-argcont):
28638         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28639         * progmodes/cperl-mode.el (cperl-set-style-back):
28640         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28641         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28642         Fix spellings in docstrings.
28644         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28645         * progmodes/modula2.el (m2-for): Fix spellings.
28647         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28649         * simple.el (undo-more): Don't use `format' on `error' arguments.
28650         Improve argument/docstring consistency.
28651         (pending-undo-list): Doc fix.
28653         * smerge-mode.el (smerge-ensure-match):
28654         * emulation/vip.el (vip-ex):
28655         * net/zone-mode.el (zone-mode-update-serial):
28656         * progmodes/idlwave.el (idlwave-complete):
28657         * progmodes/vhdl-mode.el (vhdl-visit-file)
28658         (vhdl-compose-wire-components):
28659         Don't use `format' on `error' arguments.
28661         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28662         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28663         (tooltip-help-tips): Fix typos in docstrings.
28665 2005-06-16  David Ponce  <david@dponce.com>
28667         * tree-widget.el (tree-widget-value-create): Simplify last change.
28669 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28671         * ido.el (ido-incomplete-regexp): New variable.
28672         (ido-set-matches-1): Handle invalid-regexp error and set
28673         ido-incomplete-regexp.
28674         (ido-incomplete-regexp): New face.
28675         (ido-completions): Use it.
28676         (ido-complete, ido-exit-minibuffer, ido-completions):
28677         Handle incomplete regexps.
28678         (ido-completions): Add check for complete match when entering a regexp.
28680 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28682         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28684 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28686         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28687         by field delimiters.
28689 2005-06-15  David Ponce  <david@dponce.com>
28691         * tree-widget.el: eval-and-compile inlined functions so they will
28692         be available at run-time too.
28693         (tree-widget-super-format-handler)
28694         (tree-widget-format-handler): Remove.
28695         (tree-widget-value-create): Handle the :indent property.
28697 2005-06-15  Miles Bader  <miles@gnu.org>
28699         * progmodes/which-func.el (which-func): Only inherit
28700         `font-lock-function-name-face' when that makes sense against the
28701         default mode-line face, otherwise set the face color explicitly.
28703         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28704         faces instead of (non-existent) variables.
28706 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28708         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28709         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28711 2005-06-14  Miles Bader  <miles@gnu.org>
28713         * progmodes/ld-script.el (ld-script-location-counter):
28714         Remove "-face" suffix from face name.
28715         (ld-script-location-counter-face):
28716         New backward-compatibility alias for renamed face.
28717         (ld-script-location-counter-face): Use renamed face.
28719         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28720         (cperl-hash): Remove "-face" suffix from face names.
28721         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28722         New backward-compatibility aliases for renamed faces.
28723         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28724         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28726         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28727         name.
28728         (which-func-face): New backward-compatibility alias for renamed face.
28729         (which-func-format): Use renamed which-func face.
28731         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28732         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28733         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28734         names.
28735         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28736         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28737         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28738         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28739         (vhdl-speedbar-architecture-selected)
28740         (vhdl-speedbar-configuration-selected)
28741         (vhdl-speedbar-package-selected)
28742         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28743         names.
28744         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28745         Use renamed faces.
28746         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28747         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28748         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28749         Use renamed faces.
28750         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28751         names.
28752         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28753         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28754         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28755         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28756         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28757         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28759         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28760         face name.
28761         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28762         (sh-heredoc-face): Use renamed sh-heredoc face.
28764         * progmodes/idlw-help.el (idlwave-help-link):
28765         Remove "-face" suffix from face name.
28766         (idlwave-help-link-face):
28767         New backward-compatibility alias for renamed face.
28768         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28770         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28771         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28772         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28773         New backward-compatibility aliases for renamed faces.
28774         (idlwave-shell-disabled-breakpoint-face)
28775         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28777         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28778         Remove "-face" suffix from face names.
28779         (flymake-errline-face, flymake-warnline-face):
28780         New backward-compatibility aliases for renamed faces.
28781         (flymake-highlight-line): Use renamed flymake faces.
28783         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28784         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28785         (ebrowse-member-class, ebrowse-progress):
28786         Remove "-face" suffix from face names.
28787         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28788         (ebrowse-file-name-face, ebrowse-default-face)
28789         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28790         (ebrowse-progress-face):
28791         New backward-compatibility aliases for renamed faces.
28792         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28793         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28794         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28795         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28797         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28798         antlr-syntax)
28799         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28800         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28801         names.
28802         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28803         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28804         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28805         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28806         backward-compatibility aliases for renamed faces.
28807         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28808         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28809         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28810         remove "font-lock-".  Use renamed antlr-mode faces.
28811         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28812         literal face-names with face variable references.
28814         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28815         face name.
28816         (Buffer-menu-buffer-face): New backward-compatibility alias for
28817         renamed face.
28818         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28820 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28822         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28823         Eliminate "-face" suffix.
28824         (makefile-targets): Inherit from font-lock-function-name-face and
28825         eliminate "-face" suffix.
28826         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28827         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28828         actions, instead of prepending, to make it less visible.
28829         (makefile-previous-dependency, makefile-match-dependency):
28830         Don't match a target on a continuation line.
28832         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28834 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28836         * progmodes/gdb-ui.el (menu): Re-order menu items.
28837         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28839         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28840         Define in tooltip.el.
28841         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28842         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28843         gud-tooltip-echo-area.
28845         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28846         backward compatibility and make obsolete.
28847         (tooltip-help-tips): Use tooltip-use-echo-area.
28848         (tooltip-show-help-function): Rename to...
28849         (tooltip-show-help): ...this, because it is a function.
28850         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28852 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28854         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28855         (edebug-print-length, edebug-print-level, edebug-print-circle)
28856         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28857         (edebug-eval-print-last-sexp): Doc fixes.
28859 2005-06-14  Kim F. Storm  <storm@cua.dk>
28861         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28862         as the coverage buffer/file/both may change.
28864 2005-06-14  Lute Kamstra  <lute@gnu.org>
28866         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28867         and run-mode-hooks.  Simplify.
28869         * mail/rmailedit.el (rmail-edit-mode):
28870         * progmodes/octave-inf.el (inferior-octave-mode):
28871         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28873         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28874         and run-mode-hooks.
28875         (recentf-edit-list, recentf-open-files): Don't call
28876         kill-all-local-variables directly.
28878         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28880 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28882         * emacs-lisp/byte-run.el (make-obsolete)
28883         (define-obsolete-function-alias): Rename arguments FUNCTION and
28884         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28885         (make-obsolete-variable, define-obsolete-variable-alias):
28886         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28887         respectively.
28889         * isearchb.el (isearchb-activate):
28890         * pcvs.el (cvs-mode):
28891         * ses.el (ses-load):
28892         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28893         * net/tramp.el (tramp-find-file-exists-command)
28894         (tramp-find-shell):
28895         * progmodes/ada-mode.el (ada-create-case-exception)
28896         (ada-create-case-exception-substring, ada-make-subprogram-body):
28897         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28898         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28899         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28900         * textmodes/org.el (org-promote, org-evaluate-time-range)
28901         (org-agenda-next-date-line, org-agenda-previous-date-line)
28902         (org-agenda-error, org-open-at-point, org-table-move-row)
28903         (org-format-table-table-html-using-table-generate-source)
28904         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28905         * textmodes/reftex.el (reftex-access-scan-info):
28906         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28907         (reftex-toc-promote-prepare): Follow error conventions.
28909         * diff-mode.el (diff-mode): Fix typo in docstring.
28911         * forms.el (forms--intuit-from-file): Fix reference to
28912         `forms-number-of-fields' in error message.
28913         (forms-print): Fix quoting in error message.
28915         * forms.el (forms-mode):
28916         * emulation/vi.el (vi-goto-insert-state):
28917         * progmodes/flymake.el (flymake-new-err-info)
28918         (flymake-start-syntax-check-for-current-buffer)
28919         (flymake-simple-cleanup):
28920         * eshell/esh-var.el (eshell/export):
28921         * progmodes/gud.el (xdb):
28922         * textmodes/flyspell.el (flyspell-incorrect-hook)
28923         (flyspell-maybe-correct-transposition)
28924         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28926 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28928         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28929         minibuffer prompt.
28931 2005-06-13  Kim F. Storm  <storm@cua.dk>
28933         * subr.el (add-to-ordered-list): New defun.
28935         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28936         add cua--keymap-alist to emulation-mode-map-alists.
28938 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28940         * subr.el (complete-in-turn): New macro.
28941         (dynamic-completion-table, lazy-completion-table): Add debug info.
28943         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28944         in preference to face aliases.
28946         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28947         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28948         Remove unused vars `start' and `firstline'.
28949         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28950         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28952 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28954         * cus-start.el (all): Don't complain about missing GTK-related
28955         variables, unless either `gtk' is boundp or this isn't a
28956         `windows-nt' build.
28958 2005-06-13  Lute Kamstra  <lute@gnu.org>
28960         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28961         run-mode-hooks.
28963         * ediff-mult.el (ediff-meta-mode):
28964         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28966         * ledit.el (ledit-mode): Use delay-mode-hooks.
28968         * woman.el (woman-mode-line-format): Delete constant.
28969         (woman-mode-map): Initialize it properly.
28970         (woman-mode): Set mode-class property to special.
28971         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28972         Set major-mode and mode-name.  Don't set mode-line-format directly.
28973         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28975         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28976         string argument obsolete.
28978 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28980         * textmodes/org.el (org-CUA-compatible): New option.
28981         (org-disputed-keys): New variable.
28982         (org-key): New function.
28983         (orgtbl-make-binding): Add docstring to the created function.
28984         (org-mode): Set paragraph start/separate regexps.
28985         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28986         (org-archive-location, org-archive-mark-done)
28987         (org-archive-stamp-time): New options.
28988         (org-archive-subtree): New command.
28989         (org-fill-paragraph): New function.
28990         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28991         (org-fake-empty-table-line): Function removed.
28992         (org-format-org-table-html): Do not create empty table lines at
28993         separator lines.  Improved table header treatment.
28994         (org-link-format): New option.
28995         (org-make-link): New function.
28996         (org-insert-link, org-store-link): Use org-make-link.
28997         (org-open-file): Quote file name for shell command, to allow
28998         spaces in file names.
28999         (org-link-regexp): Fix bug with mailto link.
29000         (org-link-maybe-angles-regexp, org-protected-link-regexp):
29001         New constants.
29002         (org-export-as-html): Deal with the optional angles around a link.
29003         Better treatment of file: links.
29004         (org-open-at-point): Replace @{ and @} with < and >.
29005         (org-run-mode-hooks): Function removed.
29006         (org-agenda-mode): No longer use `org-run-mode-hooks'.
29008 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
29010         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29011         MI command -data-list-register-values.
29012         (gdb-post-prompt): Indent properly.
29014 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
29016         * hilit-chg.el (highlight-changes-colors): Rename from
29017         `highlight-changes-colours'.
29018         (highlight-changes-colours): Keep as obsolete alias.
29019         (highlight-changes-face-list): Doc fix.
29020         (hilit-chg-make-list): Use `highlight-changes-colors'.
29022 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
29024         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29025         defun-prompt-regexp.
29027 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
29029         * loadup.el: Don't say we are dumping under 2 names on windows-nt
29030         and cygwin.
29032         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29033         Don't use an old loaddefs.el, as in Makefile.in.
29035 2005-06-12  Lute Kamstra  <lute@gnu.org>
29037         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29039         * man.el (Man-mode-map): Initialize it properly.
29040         (Man-mode): Set mode-class property to special.
29042         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29044 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
29046         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29047         A newline is needed in the docstring there.
29049         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29050         Doc fixes.
29052 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29054         * printing.el: Doc fix.  The menubar is no more changed when printing
29055         is loaded, it only changes when pr-menu-bind or pr-update-menus is
29056         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
29057         (pr-version): New version number (6.8.4).
29058         (pr-menu-bind): New command.
29059         (pr-update-menus): Docstring and code fix.
29060         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29061         Docstring fix.
29062         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29063         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29065 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
29067         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29068         "Returns" to "return", document useful return values, etc.
29070 2005-06-11  Alan Mackenzie  <acm@muc.de>
29072         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29073         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29074         (adaptive-file-function): Minor amendment to doc-string.
29076 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29078         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29079         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29080         Fix :type--it is `integer', not `string'.
29082         * faces.el (modeline-highlight): Rename from (the erroneous)
29083         `modeline-higilight'.
29085 2005-06-11  Lute Kamstra  <lute@gnu.org>
29087         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29088         lisp-interaction-mode-map but make it the parent.
29089         (edebug-eval-mode): Use define-derived-mode.
29091 2005-06-11  Andreas Schwab  <schwab@suse.de>
29093         * bindings.el: Add binding of `ESC functionkey' for every
29094         `M-functionkey'.
29095         * hexl.el (hexl-mode-map): Likewise.
29097 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
29099         * progmodes/compile.el (compilation-error-regexp-alist-alist)
29100         [msft]: update regexp for newer msft compilers.
29102 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
29104         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29105         ATTLIST portions of included DTDs.
29106         (xml-parse-dtd): Eliminate use of inefficient match-data.
29108 2005-06-10  Miles Bader  <miles@gnu.org>
29110         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29111         (mpuz-text): Remove "-face" suffix from face names.
29112         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29113         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29114         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29116         * play/gomoku.el (gomoku-O, gomoku-X):
29117         Remove "-face" suffix from face names.
29118         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29119         New backward-compatibility aliases for renamed faces.
29120         (gomoku-font-lock-keywords): Use renamed gomoku faces.
29122 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29124         * thumbs.el: Fixes for changes of 2005-06-09.
29125         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29126         as a directory.
29127         (thumbs-thumbname): Remove directory separator from format string;
29128         `thumbs-thumbsdir' now returns a valid directory name.
29129         (thumbs-temp-dir): New defsubst.
29130         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29131         Use it.
29133         * cus-edit.el (minibuffer):
29134         * files.el (make-backup-file-name-function):
29135         * filesets.el (filesets-external-viewers):
29136         * hilit-chg.el (highlight-changes-colours)
29137         (highlight-changes-face-list, highlight-changes-rotate-faces):
29138         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29139         * kmacro.el (kmacro-call-macro):
29140         * log-edit.el (log-edit-changelog-full-paragraphs):
29141         * mouse.el (mouse-1-click-follows-link):
29142         * skeleton.el (skeleton-autowrap):
29143         * subr.el (insert-for-yank-1):
29144         * tempo.el (tempo-insert-region):
29145         * terminal.el (terminal-emulator):
29146         * time.el (display-time-mail-face):
29147         * vc.el (vc-annotate):
29148         * vcursor.el (vcursor-copy-line):
29149         * woman.el (woman-bold-headings, woman-ignore)
29150         (woman-default-faces, woman-monochrome-faces):
29151         * calendar/todo-mode.el (todo-insert-threshold):
29152         * emulation/pc-select.el (pc-select-selection-keys-only)
29153         (pc-selection-mode):
29154         * emulation/vip.el (vip-find-char-forward):
29155         * emulation/viper-cmd.el (viper-find-char-forward):
29156         * international/mule-cmds.el
29157         (select-safe-coding-system-accept-default-p)
29158         (input-method-exit-on-invalid-key):
29159         * international/mule-diag.el (describe-coding-system):
29160         * international/ucs-tables.el (unify-8859-on-encoding-mode):
29161         * net/browse-url.el (browse-url-xterm-program):
29162         * obsolete/lazy-lock.el (lazy-lock-mode):
29163         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29164         (cperl-mode):
29165         * progmodes/cpp.el (cpp-face-light-name-list)
29166         (cpp-face-dark-name-list):
29167         * progmodes/delphi.el (delphi-newline-always-indents):
29168         Fix spellings in docstrings.
29170         * ido.el (ido-mode, ido-file-extensions-order)
29171         (ido-default-file-method, ido-default-buffer-method)
29172         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29173         (ido-decorations, ido-read-file-name-as-directory-commands)
29174         (ido-read-file-name-non-ido, ido-work-directory-list)
29175         (ido-ignore-item-temp-list, ido-current-directory)
29176         (ido-magic-forward-char, ido-enter-find-file)
29177         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29178         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29180 2005-06-10  Lute Kamstra  <lute@gnu.org>
29182         * play/dunnet.el (dun-mode): Use define-derived-mode.
29183         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
29184         obsolete alias.
29186         * play/doctor.el (doctor-mode-map): Remove defvar.
29187         (doctor-mode): Use define-derived-mode.
29189         * mail/mspools.el (mspools-mode):
29190         * net/eudc-hotlist.el (eudc-hotlist-mode):
29191         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29193 2005-06-10  Miles Bader  <miles@gnu.org>
29195         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29196         Remove "-face" suffix from face names.
29197         (flyspell-incorrect-face, flyspell-duplicate-face):
29198         New backward-compatibility aliases for renamed faces.
29199         (flyspell-mode-on, make-flyspell-overlay)
29200         (flyspell-highlight-incorrect-region)
29201         (flyspell-highlight-duplicate-region)
29202         (flyspell-display-next-corrections)
29203         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29205         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29206         from face name.
29207         (texinfo-heading-face): New backward-compatibility alias for
29208         renamed face.
29209         (texinfo-heading-face): Use renamed texinfo-heading face.
29211         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29212         suffix from face names.
29213         (tex-math-face, tex-verbatim-face):
29214         New backward-compatibility aliases for renamed faces.
29215         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29216         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29217         literal face name.
29219         * textmodes/table.el (table-cell): Remove "-face" suffix from face
29220         name.
29221         (table-cell-face): New backward-compatibility alias for renamed face.
29222         (table--put-cell-face-property, table--update-cell-face):
29223         Use renamed table-cell face.
29225         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29226         from face name.
29227         (sgml-namespace-face): New backward-compatibility alias for
29228         renamed face.
29229         (sgml-namespace-face): Use renamed sgml-namespace face.
29231         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29232         (org-level-4, org-level-5, org-level-6, org-level-7)
29233         (org-level-8, org-warning, org-headline-done)
29234         (org-deadline-announce, org-scheduled-today)
29235         (org-scheduled-previously, org-link, org-done, org-table)
29236         (org-time-grid): Remove "-face" suffix from face names.
29237         (org-level-1-face, org-level-2-face, org-level-3-face)
29238         (org-level-4-face, org-level-5-face, org-level-6-face)
29239         (org-level-7-face, org-level-8-face, org-warning-face)
29240         (org-headline-done-face, org-deadline-announce-face)
29241         (org-scheduled-today-face, org-scheduled-previously-face)
29242         (org-link-face, org-done-face, org-table-face)
29243         (org-time-grid-face):
29244         New backward-compatibility aliases for renamed faces.
29245         (org-level-faces, org-set-font-lock-defaults, org-timeline)
29246         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29247         (org-agenda-get-timestamps, org-agenda-get-scheduled)
29248         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29250         * emulation/viper-init.el (viper-search, viper-replace-overlay)
29251         (viper-minibuffer-emacs, viper-minibuffer-insert)
29252         (viper-minibuffer-vi): Remove "-face" suffix from face names.
29253         (viper-search-face, viper-replace-overlay-face)
29254         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29255         (viper-minibuffer-vi-face):
29256         New backward-compatibility aliases for renamed faces.
29257         (viper-search-face, viper-replace-overlay-face)
29258         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29259         (viper-minibuffer-vi-face): Use renamed viper faces.
29261         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29262         Remove "-face" suffix from face names.
29263         (testcover-nohits-face, testcover-1value-face):
29264         New backward-compatibility aliases for renamed faces.
29265         (testcover-mark): Use renamed testcover faces.
29267         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29268         face name.
29269         (diary-button-face): New backward-compatibility alias for renamed face.
29270         (diary-entry): Use renamed diary-button face.
29272         * calendar/calendar.el (diary, calendar-today, holiday)
29273         (mark-visible-calendar-date): Remove "-face" suffix from face names.
29274         (diary-face, calendar-today-face, holiday-face):
29275         New backward-compatibility aliases for renamed faces.
29276         (eval-after-load "facemenu", diary-entry-marker)
29277         (calendar-today-marker, calendar-holiday-marker, diary-face):
29278         Use renamed calendar faces.
29280         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29281         (compare-windows-face): New backward-compatibility alias for
29282         renamed face.
29283         (compare-windows-highlight): Use renamed compare-windows face.
29285         * strokes.el (strokes-char): Remove "-face" suffix from face name.
29286         (strokes-char-face): New backward-compatibility alias for renamed face.
29287         (strokes-encode-buffer): Use renamed strokes-char face.
29289         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29290         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29291         Remove "-face" suffix from face names.
29292         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29293         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29294         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29295         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29296         Use renamed pcvs faces.
29297         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29298         * pcvs-defs.el (cvs-mode-map): Likewise.
29299         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29301         * info.el (info-title-1, info-title-2, info-title-3)
29302         (info-title-4): Remove "-face" suffix from and downcase face names.
29303         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29304         (Info-title-4-face):
29305         New backward-compatibility aliases for renamed faces.
29306         (Info-fontify-node): Use renamed info faces.
29308         * hilit-chg.el (highlight-changes, highlight-changes-delete):
29309         Remove "-face" suffix from face names.
29310         (highlight-changes-face, highlight-changes-delete-face):
29311         New backward-compatibility aliases for renamed faces.
29312         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29313         (hilit-chg-make-list): Use renamed highlight-changes faces.
29315         * generic-x.el (show-tabs-tab, show-tabs-space):
29316         Remove "-face" suffix from face names.
29317         (show-tabs-tab-face, show-tabs-space-face):
29318         New backward-compatibility aliases for renamed faces.
29319         (show-tabs-generic-mode-font-lock-defaults-1)
29320         (show-tabs-generic-mode-font-lock-defaults-2):
29321         Use renamed show-tabs faces.
29323         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29324         (smerge-markers): Remove "-face" suffix from face names.
29325         (smerge-mine-face, smerge-other-face, smerge-base-face)
29326         (smerge-markers-face):
29327         New backward-compatibility aliases for renamed faces.
29328         (smerge-mine-face, smerge-other-face, smerge-base-face)
29329         (smerge-markers-face): Use renamed smerge faces.
29331         * log-view.el (log-view-file, log-view-message): Remove "-face"
29332         suffix from face names.
29333         (log-view-file-face, log-view-message-face):
29334         New backward-compatibility aliases for renamed faces.
29335         (log-view-file-face, log-view-message-face): Use renamed log-view
29336         faces.
29338         * paren.el (show-paren-match, show-paren-mismatch):
29339         Remove "-face" suffix from face names.
29340         (show-paren-match-face, show-paren-mismatch-face):
29341         New backward-compatibility aliases for renamed faces.
29342         (show-paren-function): Use renamed show-paren faces.
29344         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29345         (ruler-mode-margins, ruler-mode-fringes)
29346         (ruler-mode-column-number, ruler-mode-fill-column)
29347         (ruler-mode-comment-column, ruler-mode-goal-column)
29348         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29349         suffix from face names.
29350         (ruler-mode-default-face, ruler-mode-pad-face)
29351         (ruler-mode-margins-face, ruler-mode-fringes-face)
29352         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29353         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29354         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29355         New backward-compatibility aliases for renamed faces.
29356         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29357         (ruler-mode-column-number, ruler-mode-fill-column)
29358         (ruler-mode-comment-column, ruler-mode-goal-column)
29359         (ruler-mode-tab-stop, ruler-mode-current-column)
29360         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29361         faces.
29363         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29364         face name.
29365         (whitespace-highlight-the-space): Use renamed face.
29366         (whitespace-highlight-face): New backward-compatibility alias for
29367         renamed face.
29369         * woman.el (woman-italic, woman-bold, woman-unknown)
29370         (woman-addition, woman-symbol-face):
29371         Remove "-face" suffix from face names.
29372         (woman-italic-face, woman-bold-face, woman-unknown-face)
29373         (woman-addition-face):
29374         New backward-compatibility aliases for renamed faces.
29375         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29376         (woman-decode-region, woman-replace-match)
29377         (woman-display-extended-fonts, woman-special-characters)
29378         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29379         Use renamed woman faces.
29381         * longlines.el (longlines-visible-face): Face removed.
29383         * diff-mode.el (diff-header, diff-file-header, diff-index)
29384         (diff-hunk-header, diff-removed, diff-added, diff-changed)
29385         (diff-function, diff-context, diff-nonexistent): Remove "-face"
29386         suffix from face names.
29387         (diff-header-face, diff-file-header-face, diff-index-face)
29388         (diff-hunk-header-face, diff-removed-face, diff-added-face)
29389         (diff-changed-face, diff-function-face, diff-context-face)
29390         (diff-nonexistent-face): New backward-compatibility aliases for
29391         renamed faces.
29392         (diff-header-face, diff-file-header-face)
29393         (diff-index, diff-index-face, diff-hunk-header)
29394         (diff-hunk-header-face, diff-removed, diff-removed-face)
29395         (diff-added, diff-added-face, diff-changed-face, diff-function)
29396         (diff-function-face, diff-context-face, diff-nonexistent)
29397         (diff-nonexistent-face): Use renamed diff-mode faces.
29399         * progmodes/compile.el (compilation-warning-face)
29400         (compilation-info-face): Remove "-face" suffix from face names.
29401         (compilation-warning-face, compilation-info-face):
29402         New backward-compatibility aliases for renamed faces.
29403         (compilation-warning-face, compilation-info-face):
29404         Use renamed compilation faces.
29406         * add-log.el (change-log-date, change-log-name)
29407         (change-log-email, change-log-file, change-log-list)
29408         (change-log-conditionals, change-log-function)
29409         (change-log-acknowledgement): Remove "-face" suffix from face names.
29410         (change-log-date-face, change-log-name-face)
29411         (change-log-email-face, change-log-file-face)
29412         (change-log-list-face, change-log-conditionals-face)
29413         (change-log-function-face, change-log-acknowledgement-face):
29414         New backward-compatibility aliases for renamed faces.
29415         (change-log-font-lock-keywords): Use renamed change-log faces.
29417         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29418         (custom-set, custom-changed, custom-saved, custom-button)
29419         (custom-button-pressed, custom-documentation, custom-state)
29420         (custom-comment, custom-comment-tag, custom-variable-tag)
29421         (custom-variable-button, custom-face-tag, custom-group-tag-1)
29422         (custom-group-tag): Remove "-face" suffix from face names.
29423         (custom-magic-alist, custom-magic-value-create)
29424         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29425         (custom-invalid-face, custom-rogue-face, custom-modified-face)
29426         (custom-set-face, custom-changed-face, custom-saved-face)
29427         (custom-button-face, custom-button-pressed-face)
29428         (custom-documentation-face, custom-state-face)
29429         (custom-comment-face, custom-comment-tag-face)
29430         (custom-variable-tag-face, custom-variable-button-face)
29431         (custom-face-tag-face, custom-group-tag-face-1)
29432         (custom-group-tag-face):
29433         New backward-compatibility aliases for renamed faces.
29435         * wid-edit.el (widget-documentation, widget-button)
29436         (widget-field, widget-single-line-field, widget-inactive)
29437         (widget-button-pressed): "-face" suffix removed from face names.
29438         (widget-documentation-face, widget-button-face)
29439         (widget-field-face, widget-single-line-field-face)
29440         (widget-inactive-face, widget-button-pressed-face):
29441         New backward-compatibility aliases for renamed faces.
29442         (widget-documentation-face, widget-button-face)
29443         (widget-button-pressed-face, widget-specify-field)
29444         (widget-specify-inactive): Use renamed widget faces.
29446 2005-06-10  Kenichi Handa  <handa@m17n.org>
29448         * term/x-win.el (x-clipboard-yank): Remove condition-case
29449         wrapping.
29451 2005-06-11  Kenichi Handa  <handa@m17n.org>
29453         * add-log.el (change-log-font-lock-keywords): Make the regexp for
29454         date lines stricter.
29456 2005-06-10  Zhang Wei  <id.brep@gmail.com>
29458         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29459         of x-get-selection.
29461 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29463         * comint.el (comint-mode, comint-snapshot-last-prompt):
29464         * frame.el (frame-current-scroll-bars):
29465         * term.el (term-mode, term-check-proc, term-input-sender)
29466         (term-simple-send, term-extract-string, term-word)
29467         (term-match-partial-filename):
29468         * window.el (window-current-scroll-bars):
29469         * emulation/cua-base.el (cua-normal-cursor-color)
29470         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29471         (cua-global-mark-cursor-color):
29472         * mail/undigest.el (rmail-forward-separator-regex):
29473         Fix typos in docstrings.
29475         * comint.el (comint-check-proc, make-comint-in-buffer)
29476         (comint-source-default): Doc fixes.
29478         * term.el (term-send-string): Improve argument/docstring consistency.
29480 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
29482         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29483         call to `delete-region'.
29484         (comint-mode-hook): Do not enable Font Lock by default.
29486 2005-06-09  Lute Kamstra  <lute@gnu.org>
29488         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29489         could be void.
29491 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29493         * emacs-lisp/debug.el (debugger-will-be-back): New var.
29494         (debug): Use it.
29495         (debugger-step-through, debugger-continue, debugger-jump)
29496         (debugger-return-value): Set it when needed.
29497         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29498         Use inhibit-read-only.
29500 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
29502         * window.el (shrink-window-if-larger-than-buffer)
29503         (window-size-fixed): Fix typo in docstring.
29505         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
29506         thumbnails directory on loading.
29507         (thumbs-conversion-program): Use `eq' to check the system type,
29508         not `equal'.
29509         (thumbs-temp-dir): Initialize to `temporary-file-directory',
29510         not "/tmp".  Fix docstring.
29511         (thumbs-thumbsdir): New function to return the thumbnails
29512         directory, creating it if needed.
29513         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29514         (thumbs-temp-file): Delete variable and make it into a function.
29515         (thumbs-resize-image, thumbs-modify-image): Use it.
29516         (thumbs-kill-buffer): Simplify.
29517         (thumbs-gensym): Defalias or duplicate CL `gensym'.
29518         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29519         docstrings.
29521 2005-06-09  Kim F. Storm  <storm@cua.dk>
29523         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29524         set-match-data to free markers in match-data.
29526         * replace.el (replace-match-data): Pass RESEAT arg `t' to
29527         match-data to unchain markers in match-data.
29529 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29531         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29532         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
29533         unnecessary now.
29535 2005-06-08  Richard M. Stallman  <rms@gnu.org>
29537         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29538         give the variable a doc string that doesn't say don't set it directly.
29540         * textmodes/ispell.el (ispell-check-version):
29541         Use match-string-no-properties.
29542         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29543         (ispell-buffer-local-words): Likewise.
29545         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29546         except on terminals with enough colors to really display it.
29547         (makefile-dependency-regex): Delete spurious `bb'.
29549         * faces.el (escape-glyph): Use blue once again in last case.
29550         (no-break-space): Redefine so that it isn't invisible on a tty.
29552 2005-06-08  Kim F. Storm  <storm@cua.dk>
29554         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29555         also when reading directory name.
29557 2005-06-08  Lute Kamstra  <lute@gnu.org>
29559         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29560         (flyspell-mode-line-string): Remove autoload cookie.
29561         (flyspell-mode): Remove defvar.
29563 2005-06-07  Lute Kamstra  <lute@gnu.org>
29565         * textmodes/org.el (org-run-mode-hooks): New function.
29566         (org-agenda-mode): Use it.
29568 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
29570         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29572 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29574         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29576 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
29578         * font-lock.el (font-lock-add-keywords): Doc fix.
29580 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29582         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29583         (tex-compile-default): In the absence of any history, use the order in
29584         tex-compile-alist to choose the preferred command.
29585         (tex-compile-commands): Reorder a bit.
29587         * textmodes/flyspell.el (flyspell-auto-correct-binding)
29588         (flyspell-incorrect-face, flyspell-duplicate-face):
29589         Use (X)Emacs-agnostic code.
29590         (flyspell-mode-map): Don't overwrite at each load.  Remove code
29591         redundant with the subsequent add-minor-mode.  Merge Emacs and
29592         XEmacs code.
29593         (flyspell-word): Minor simplification.
29594         (flyspell-math-tex-command-p): Quieten the byte-compiler.
29595         (flyspell-external-point-words): Remove unused vars `size' and `start'.
29596         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29597         Merge the corresponding Emacs code.
29598         (flyspell-correct-word, flyspell-xemacs-popup):
29599         Use flyspell-do-correct.
29601         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29602         a dedicated window.
29604         * international/latexenc.el (latexenc-find-file-coding-system):
29605         Undo part of last patch, to turn off a compiler warning.
29607 2005-06-06  Juri Linkov  <juri@jurta.org>
29609         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29610         Rename `tmm-inactive-face' to `tmm-inactive'.
29612 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29614         * iswitchb.el: Rename faces.
29616 2005-06-06  Kim F. Storm  <storm@cua.dk>
29618         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29619         (cua-global-mark): Remove -face suffix from face names.
29621         * emulation/cua-gmrk.el (cua--init-global-mark):
29622         Remove cua-global-mark face setup.
29624 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29626         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29627         just like other allowed characters.
29628         (makefile-match-dependency): Exclude leading and training whitespace
29629         from the range of regexp subexp 1.
29630         (makefile-macroassign-regex): Don't try to match the body,
29631         just the name of the macro being defined.
29633         * info.el (Info-read-node-name-2): New function.
29634         (Info-read-node-name-1): Use that.
29635         Add a completion-base-size-function property.
29637         * simple.el (completion-setup-function): Look for
29638         completion-base-size-function property of minibuffer-completion-table.
29640         * files.el (locate-file-completion): Doc fix.
29642         * printing.el: Don't call pr-update-menus; user must do that.
29644         * emacs-lisp/debug.el (debugger-window): New variable.
29645         (debug): Use debugger-window if it is set and still alive.
29646         Record debugger-window for next entry.
29648         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29650 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29652         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29653         (hack-one-local-variable, hack-local-variables)
29654         (hack-local-variables-prop-line): Pass that arg.
29656 2005-06-06  Kim F. Storm  <storm@cua.dk>
29658         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29659         (ido-indicator): Remove -face suffix from face names.
29661 2005-06-06  Juri Linkov  <juri@jurta.org>
29663         * font-lock.el (font-lock-regexp-backslash)
29664         (font-lock-regexp-backslash-construct): New faces.
29665         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29666         after `('.  Add `while-no-input' to control structures.
29668         * faces.el (no-break-space, shadow): New faces.
29669         (escape-glyph): Use less loud colors pink2 and red4.
29671         * diff-mode.el (diff-context-face)
29672         * dired.el (dired-ignored)
29673         * rfn-eshadow.el (file-name-shadow)
29674         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29676         * info.el (Info-title-1-face): Use green instead of yellow because
29677         bold yellow is not readable on light backgrounds.
29679         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29680         before selecting the desired mode to not spend time fontifying
29681         old contents.
29683 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29685         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29686         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29688         * ps-print.el (ps-default-fg, ps-default-bg):
29689         Fix typos in docstrings.
29691         * isearchb.el (isearchb): Don't pass a spurious second argument to
29692         `iswitchb-completions'.
29694 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29696         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29697         to preserve point.
29698         (gdb-find-file-hook): Add doc string.
29700         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29701         C dereferenced pointer expression.
29702         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29704         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29706         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29707         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29708         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29709         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29710         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29711         Make background transparent.
29713 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29715         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29716         (font-lock-remove-keywords): Doc fix.
29717         (font-lock-mode-major-mode): Compiler defvar.
29718         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29720         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29721         (font-lock-mode): Update `font-lock-mode-major-mode'.
29722         (font-lock-set-defaults): Compiler defvar.
29723         (font-lock-default-function): Take `font-lock-mode-major-mode'
29724         into account.
29726         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29727         keep track of which major mode it enabled the minor mode for.
29728         Use find-file-hook again.  Update docstring.
29730         * simple.el (eval-expression-print-level)
29731         (eval-expression-print-length, eval-expression-debug-on-error):
29732         Doc fixes.
29734 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29736         * iswitchb.el (iswitchb-single-match-face)
29737         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29738         (iswitchb-invalid-regexp-face): New faces.
29739         (iswitchb-completions): Use them.
29740         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29741         now marked as an obsolete alias.
29742         (iswitchb-read-buffer): Remove check for bound font variables.
29743         (iswitchb-invalid-regexp): New free variable.
29744         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29745         set iswitchb-invalid-regexp.
29746         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29747         invalid regexps.
29748         (iswitchb-completions): Add check for complete match when entering
29749         a regexp.
29750         (iswitchb-completions): Remove require-match argument.
29751         (iswitchb-exhibit): Fix caller.
29752         (iswitchb-common-match-inserted): New variable.
29753         (iswitchb-complete, iswitchb-completion-help): Use it.
29755 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29757         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29758         Use `url-http-debug' instead of `message'.
29760 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29762         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29763         as a callback argument.
29765 2005-06-04  Kim F. Storm  <storm@cua.dk>
29767         * simple.el (line-move): Only call sit-for when moving backwards.
29769         * ido.el (ido-make-merged-file-list-1): New defun split from
29770         ido-make-merged-file-list.
29771         (ido-make-merged-file-list): Bind throw-on-input around call to
29772         ido-make-merged-file-list-1.  Return input-pending-p if
29773         interrupted by more input available.
29774         (ido-read-internal): Handle input-pending-p return value from
29775         ido-make-merged-file-list.
29777 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29779         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29780         compatibility code.
29782         * international/latexenc.el (latexenc-find-file-coding-system):
29783         Don't inherit the EOL part of the coding-system from the
29784         tex-main buffer.  Fit within 80 columns.
29786 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29788         * tmm.el (tmm-inactive-face): New face.
29789         (tmm-remove-inactive-mouse-face): New function.
29790         (tmm-prompt, tmm-add-one-shortcut)
29791         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29792         but not selectable.
29794 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29796         * faces.el (face-equal): Improve argument/docstring consistency.
29798 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29800         * progmodes/make-mode.el (makefile-targets-face)
29801         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29802         (makefile-bsdmake-dependency-regex)
29803         (makefile-makepp-rule-action-regex)
29804         (makefile-bsdmake-rule-action-regex): New constants.
29805         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29807         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29808         Allow (...) within `...' for makepp messages.
29810 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29812         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29814         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29815         "." files are deleted from all file lists before comparison.
29817         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29818         (viper-ESC-key): Made them customizable.
29820         * emulation/viper.el (viper-non-hook-settings):
29821         Fix the names of defadvices.
29823 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29825         * autorevert.el (auto-revert-buffers): Use save-match-data.
29827 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29829         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29830         menu items with a nil command binding.
29832 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29834         * emacs-lisp/cl-macs.el (defsetf):
29835         Improve argument/docstring consistency.
29837         * faces.el (list-faces-display): Improve the formatting by
29838         computing the maximum length required for any face-name (reworked
29839         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29840         (internal-find-face): Remove redundant info in docstring.
29842 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29844         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29845         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29846         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29847         (gdb-assembler-custom): Improve regexps.
29848         (def-gdb-auto-update-handler): Use window point to preserve point.
29850 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29852         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29854 2005-05-31  Jay Belanger  <belanger@truman.edu>
29856         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29857         to calc-embedded.
29858         (calc-embedded-make-info): Have plain prefix argument select
29859         entire line.
29861 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29863         * faces.el (list-faces-display): Signal error if passed a regexp
29864         that matches no face name.
29866         * simple.el (filter-buffer-substring): Fix typo in docstring.
29868 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29870         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29871         (vhdl-emacs-21): Doc fix.
29872         (vhdl-mode): Unconditionally set comment-padding.
29873         (vhdl-fixup-whitespace-region): Insert spaces only where
29874         there are none.
29875         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29877 2005-05-30  John Wiegley  <johnw@newartisans.com>
29879         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29880         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29881         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29882         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29883         `string-to-number'.
29885 2005-05-30  Jay Belanger  <belanger@truman.edu>
29887         * calc/calc.el (calc-bug-address): Fix docstring.
29888         (calc-window-hook, calc-trail-window-hook): New variables.
29889         (calc-trail-display): Restore use of calc-trail-window-hook.
29890         (calc): Restore use of calc-window-hook.
29892 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29894         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29896         * help-fns.el (help-C-file-name): Add autoload mark for
29897         `find-function-noselect'.
29899 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29901         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29902         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29904 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29906         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29907         included diary buffer if it was not already being visited.
29908         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29910         * calendar/icalendar.el (top-level): Do not require appt.
29912         * mail/supercite.el (sc-select-attribution): Only use a list
29913         element from sc-attrib-selection-list if it returns a string.
29914         Reported by Davide G. M. Salvetti <salve@debian.org>.
29916 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29918         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29919         includes a hash value to improve its uniqueness, and has a ".jpg"
29920         extension.  Also, it is now a valid filename on all systems.
29921         (thumbs-make-thumb): Use `let', not `let*'.
29922         (thumbs-show-thumbs-list): Check for JPEG availability.
29924 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29926         * filesets.el (filesets-menu-ensure-use-cached):
29927         Prevent warning when emacs-version>= is undefined.
29929         * printing.el (pr-interactive-n-up): Use string-to-number.
29931         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29933         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29934         Warn only when name to be defined is quoted.
29936 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29938         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29939         Make regexp more robust.
29940         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29941         Force regeneration of disassembly.
29943 2005-05-29  Jay Belanger  <belanger@truman.edu>
29945         * calc/calc.el (calc-user-invocation): Check if
29946         calc-invocation-macro is non-nil.
29948 2005-05-29  Juri Linkov  <juri@jurta.org>
29950         * add-log.el (change-log-font-lock-keywords):
29951         Add `+' to e-mail regexp to accept mail address with keywords.
29953         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29955 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29957         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29959         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29961 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29963         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29964         Undo the change that moves to end of the current word.
29966 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29968         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29969         Throw error when count <= 0 to ensure input is a number.
29970         (gdb-read-memory-custom): Pick up address from buffer.
29971         (gdb-memory-mode): Allow user to increment and decrement
29972         memory address from header line.
29974 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29976         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29977         (flyspell-auto-correct-previous-hook): Doc fix.
29979         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29980         Do nothing if memory is full.
29982         * font-lock.el (font-lock-fontify-syntactically-region):
29983         Pass t for GREEDY to looking-back.
29985         * saveplace.el (save-place-alist-to-file): Write the file
29986         using write-region.
29988         * subr.el (looking-back): New argument GREEDY.
29990         * progmodes/compile.el (compilation-start): Set the mode
29991         before inserting the initial text.
29993         * progmodes/which-func.el (which-func-update-1): Turn the mode
29994         off in case of error by setting which-func-mode.
29996 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29998         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29999         Narrow down to what's on the screen, and recenter overlays
30000         at the end of the next word.
30002 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
30004         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30005         8Vars moved up.
30006         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30007         (flyspell-abbrev-p): Default to nil.
30008         (flyspell-use-global-abbrev-table-p): Doc fix.
30009         (flyspell-large-region): Allow nil as value.
30010         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30012         (mail-mode-flyspell-verify): More robust handling
30013         of `mail-header-separator'.  More efficient signature detection.
30014         Allow for regexp metacharacters in message-header-separator.
30015         Adding `To' not to be checked in mail-mode-flyspell-verify.
30017         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30018         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30019         Bind flyspell-auto-correct-binding.
30020         Bind C-. and C-, .
30021         (flyspell-mode-map): Likewise.
30022         (flyspell-mode): Doc fix.
30023         (flyspell-accept-buffer-local-defs): Preserve current buffer.
30024         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30025         (flyspell-word-cache-result): New var, always local.
30026         (flyspell-check-pre-word-p): Doc fix.
30027         (flyspell-check-changed-word-p): Handle spc like newline.
30028         (flyspell-post-command-hook): Set flyspell-word-cache-result.
30029         (flyspell-word-search-backward, flyspell-word-search-forward):
30030         New functions.
30031         (flyspell-word): Return t if nothing to check.
30032         When parsing TeX code, check for after } or \.
30033         Use flyspell-word-search-backward to find previous word.
30034         Return nil if duplicated word.
30035         For word already checked, return same value as last time.
30036         Set flyspell-word-cache-result after checking.
30037         Don't clobber the return value.
30038         (flyspell-get-word): Major rewrite.
30039         (flyspell-external-point-words): New locals pword, pcount.
30040         Fix size used in progress message.
30041         Find the proper corresponding word in flyspell-large-region-buffer.
30042         (flyspell-region): Check for flyspell-large-region = nil.
30043         (flyspell-highlight-incorrect-region): Clean up overlays in region.
30044         (flyspell-auto-correct-word): Check that WORD is a cons.
30045         (flyspell-correct-word): Likewise.
30047 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
30049         * progmodes/make-mode.el (makefile-rule-action-regex)
30050         (makefile-macroassign-regex, makefile-makepp-mode)
30051         (makefile-bsdmake-mode): Continuation lines may be empty.
30052         Reported by Joshua Varner.
30053         (makefile-makepp-font-lock-keywords): Add $(stem).
30055 2005-05-28  Karl Berry  <karl@gnu.org>
30057         * textmodes/tex-mode.el: Now that tex-send-command calls
30058         shell-quote-argument (2005-03-31 change), remove all calls to
30059         shell-quote-argument; they all end up invoking tex-send-command.
30060         The double quoting loses on filenames with non-safe characters,
30061         such as "@".  Reported by Frederik Fouvry.
30063 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
30065         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30066         about preserving point.
30068 2005-05-27  Jay Belanger  <belanger@truman.edu>
30070         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30071         Info-goto-node.
30073         * calc/calc-embed.el (calc-embed-arg): New variable.
30074         (calc-do-embedded-activate, calc-embedded-activate-formula)
30075         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30076         variable by new variable.
30077         (calc-embedded-make-info): Replace undeclared variable by new
30078         variable.  When selecting region with positive prefix
30079         argument, use end of previous line instead of beginning of line.
30081         * calc/calc-aent.el (calc-arg-values): Declare it.
30083         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30084         Declare them.
30086         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30088         * calc/calc.el (calc-alg-map): Declare it.
30090         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30092 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
30094         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30095         (gdb-registers-buffer, toggle-gdb-all-registers):
30096         Toggle display of floating point registers.
30097         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30099         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
30100         (toggle-gud-tooltip-dereference):
30101         Rename from gud-toggle-tooltip-dereference.
30103 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30105         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30107 2005-05-27  Jay Belanger  <belanger@truman.edu>
30109         * calc/calc-prog.el (calc-kbd-report): Remove.
30110         (calc-kbd-query): Rewrite.
30112 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
30114         * image.el (image-library-alist): Move to image.c.
30115         (image-type-available-p): Doc fix.
30117 2005-05-27  Lute Kamstra  <lute@gnu.org>
30119         * calc/calc.el (calc):
30120         * outline.el (outline-1, outline-2, outline-3, outline-4)
30121         (outline-5, outline-6, outline-7, outline-8):
30122         * textmodes/dns-mode.el (dns-mode):
30123         * textmodes/sgml-mode.el (sgml-namespace-face):
30124         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30125         (tex-verbatim-face, tex-use-reftex):
30126         * textmodes/texinfo.el (texinfo-heading-face):
30127         Specify customization group.
30129         * longlines.el: Don't require easy-mmode.
30130         (longlines-visible-face): Specify customization group.
30132 2005-05-27  Kenichi Handa  <handa@m17n.org>
30134         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30135         encoding table of windows-1251.
30137         * international/ucs-tables.el (ucs-set-table-for-input):
30138         If translation-table-for-input of a coding system is a symbol, get
30139         its translation-table property.
30141         * international/code-pages.el: Don't register a coding system into
30142         non-iso-charset-alist more than once.
30143         (cp-make-coding-system): Likewise.
30145 2005-05-26  John Wiegley  <johnw@newartisans.com>
30147         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30148         `eshell-resume-eval' is wrapped in a list, it indicates that the
30149         command was run asynchronously.  In that case, unwrap the value
30150         before checking the delimiter value.
30152         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30153         character before a space at the end of a line is \, assume the space
30154         is part of the last argument rather than a final argument separator.
30156         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30157         is in use, and the target is `t' or `nil' (which are the most common
30158         values), don't assume that the symbol target is a buffer.
30160 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
30162         * calendar/calendar.el (calendar-mode-line-format):
30163         Use mode-line-highlight as mouse-face.
30165         * time.el (display-time-string-forms, display-time-update):
30166         Use mode-line-highlight as mouse-face.
30168 2005-05-26  Jay Belanger  <belanger@truman.edu>
30170         * calc/calc.el (calc-language-alist): Remove extra defvar.
30172 2005-05-26  Lute Kamstra  <lute@gnu.org>
30174         * arc-mode.el (archive-mode):
30175         * bookmark.el (bookmark-read-annotation-mode)
30176         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30177         * bs.el (bs-mode):
30178         * calc/calc-yank.el (calc-edit-mode):
30179         * calc/calc.el (calc-mode, calc-trail-mode):
30180         * calculator.el (calculator-mode):
30181         * chistory.el (command-history-mode):
30182         * comint.el:
30183         * cus-edit.el (custom-mode):
30184         * descr-text.el (describe-text-mode):
30185         * ebuff-menu.el (Electric-buffer-menu-mode):
30186         * ediff-util.el (ediff-mode):
30187         * emacs-lisp/re-builder.el (reb-mode):
30188         * emulation/vi.el (vi-mode-setup):
30189         * emulation/ws-mode.el (wordstar-mode):
30190         * eshell/esh-mode.el (eshell-mode):
30191         * forms.el (forms-mode):
30192         * help-mode.el (help-mode):
30193         * hexl.el (hexl-mode):
30194         * ibuffer.el (ibuffer-mode):
30195         * ielm.el (inferior-emacs-lisp-mode):
30196         * info.el (Info-mode, Info-edit-mode):
30197         * international/swedish.el:
30198         * ledit.el (ledit-from-lisp-mode):
30199         * locate.el (locate-mode):
30200         * mail/rmail.el (rmail-mode):
30201         * mail/rmailedit.el (rmail-edit-mode):
30202         * mail/rmailsum.el (rmail-summary-mode):
30203         * mail/supercite.el (sc-electric-mode):
30204         * net/eudc.el (eudc-mode):
30205         * net/quickurl.el (quickurl-list-mode):
30206         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30207         * obsolete/ooutline.el (outline-mode):
30208         * obsolete/options.el (Edit-options-mode):
30209         * obsolete/rnews.el (news-mode):
30210         * obsolete/rnewspost.el (news-reply-mode):
30211         * play/5x5.el (5x5-mode):
30212         * play/decipher.el (decipher-mode, decipher-stats-mode):
30213         * play/gomoku.el (gomoku-mode):
30214         * play/snake.el (snake-mode):
30215         * play/solitaire.el (solitaire-mode):
30216         * play/tetris.el (tetris-mode):
30217         * progmodes/ada-mode.el (ada-mode):
30218         * progmodes/antlr-mode.el (antlr-mode):
30219         * progmodes/autoconf.el (autoconf-mode):
30220         * progmodes/dcl-mode.el (dcl-mode):
30221         * progmodes/delphi.el (delphi-mode):
30222         * progmodes/ebrowse.el (ebrowse-tree-mode)
30223         (ebrowse-electric-list-mode, ebrowse-member-mode)
30224         (ebrowse-electric-position-mode):
30225         * progmodes/f90.el (f90-mode):
30226         * progmodes/fortran.el (fortran-mode):
30227         * progmodes/icon.el (icon-mode):
30228         * progmodes/idlw-help.el (idlwave-help-mode):
30229         * progmodes/idlw-shell.el (idlwave-shell-mode):
30230         * progmodes/idlwave.el (idlwave-mode):
30231         * progmodes/inf-lisp.el (inferior-lisp-mode):
30232         * progmodes/m4-mode.el (m4-mode):
30233         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30234         * progmodes/modula2.el (modula-2-mode):
30235         * progmodes/octave-inf.el (inferior-octave-mode):
30236         * progmodes/octave-mod.el (octave-mode):
30237         * progmodes/pascal.el (pascal-mode):
30238         * progmodes/sh-script.el (sh-mode):
30239         * progmodes/sql.el (sql-mode, sql-interactive-mode):
30240         * progmodes/vhdl-mode.el (vhdl-mode):
30241         * progmodes/xscheme.el (scheme-interaction-mode):
30242         * replace.el (occur-mode):
30243         * ses.el (ses-mode):
30244         * simple.el (completion-list-mode):
30245         * skeleton.el:
30246         * speedbar.el (speedbar-mode):
30247         * term.el (term-mode):
30248         * terminal.el (terminal-edit-mode):
30249         * textmodes/reftex-index.el (reftex-index-mode)
30250         (reftex-index-phrases-mode):
30251         * textmodes/reftex-sel.el (reftex-select-label-mode)
30252         (reftex-select-bib-mode):
30253         * textmodes/reftex-toc.el (reftex-toc-mode):
30254         * wdired.el (wdired-change-to-wdired-mode):
30255         * wid-browse.el (widget-browse-mode):
30256         Use run-mode-hooks.
30258         * array.el (array-mode):
30259         * calendar/todo-mode.el (todo-mode):
30260         * man.el (Man-mode):
30261         * play/landmark.el (lm-mode):
30262         * play/mpuz.el (mpuz-mode):
30263         Use kill-all-local-variables and run-mode-hooks.
30265         * subr.el (delay-mode-hooks): Specify indentation.
30267 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
30269         * xml.el (xml-substitute-special): Don't die for undefined xml
30270         entities.
30272 2005-05-26  Jay Belanger  <belanger@truman.edu>
30274         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30275         of nil.
30277 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
30279         * progmodes/gdb-ui.el (gdb-frame-address):
30280         Rename from gdb-current-address.
30281         (gdb-previous-frame-address): Rename from gdb-previous-address.
30282         (gdb-selected-frame): Rename from gdb-current-frame.
30283         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30284         (gdb-frame-number): Rename from gdb-current-stack-level.
30285         (gdb-ann3): Match new mode-name for disassembly buffer.
30286         Extend initialization of variables.
30287         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30288         (gdb-memory-mode): Use mouse-face in header line.
30289         (gdb-assembler-buffer-name): Call it disassembly and give frame
30290         in mode line.
30291         (gdb-source-spec-regexp, gdb-assembler-custom)
30292         (gdb-invalidate-assembler, gdb-frame-handler):
30293         Make robust to leading zeroes in address format.
30295 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
30297         * textmodes/org.el (org-mode): Use `define-derived-mode' to
30298         define `org-mode'.
30299         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30301 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30303         * log-edit.el (log-edit-changelog-entries): Distinguish between
30304         filenames like xfns.c and fns.c.
30306 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
30308         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30309         point after reverting.
30310         (Buffer-menu-make-sort-button): Handle the case where
30311         `Buffer-menu-use-header-line' is nil.
30313 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
30315         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30316         New funcs.  In minibuffer-local-completion-map bind `]', `/'
30317         and `:' to them.
30319 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30321         * startup.el (normal-top-level): Allow modification of load-path while
30322         we're iterating over it.
30324 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
30326         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30327         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30328         (thumbs-resize-interactive, thumbs-insert-image)
30329         (thumbs-insert-thumb, thumbs-dired-show-marked)
30330         (thumbs-find-image-at-point, thumbs-delete-images)
30331         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30332         (thumbs-increment-image-size, thumbs-decrement-image-size):
30333         Fix typos in docstrings.
30335 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
30337         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30338         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30339         (cperl-mode): Use them.
30341 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
30343         * window.el (quit-window, shrink-window-if-larger-than-buffer):
30344         Doc fixes.
30346 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
30348         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30349         Bind C-d to gdb-inferior-io-eof.
30351         * dired.el (dired-dnd-popup-notice): Use message-box.
30353 2005-05-23  Masatake YAMATO  <jet@gyve.org>
30355         * bindings.el (mode-line-major-mode-keymap):
30356         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30358         * faces.el (mode-line-highlight): New face.
30360         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30361         as mouse-face.
30363         * bindings.el (top-level, help-echo, mode-line-modified)
30364         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30365         as mouse-face.
30367 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
30369         * progmodes/cc-engine.el (c-guess-basic-syntax):
30370         Remove spurious call to `zerop'.
30372         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30374 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
30376         CC Mode update to 5.30.10:
30378         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30379         the point could go past the limit in decoration level 2, thereby
30380         causing errors during interactive fontification.
30382         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30383         bug when the file is evaluated interactively.
30385         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30386         declarations somewhat better in C++.
30388         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30389         New helper macro to make use of `run-mode-hooks'
30390         which has been added in Emacs 21.1.
30391         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30392         (awk-mode): Use it.
30393         (make-local-hook): Suppress warning about obsoleteness.
30395         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30396         (c-append-backslashes-forward, c-delete-backslashes-forward)
30397         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30398         Compensate for return value from `forward-line' when it has moved
30399         but not to a different line due to eob.
30401         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30402         `objc-method-intro' and `objc-method-args-cont'.
30404 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
30406         CC Mode update to 5.30.10:
30408         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30409         address in the copyright statement.  Incidentally, change "along with
30410         GNU Emacs" to "along with this program" where it occurs.
30412         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30413         autoload, so that it is interactive, hence can be found by M-x awk-mode
30414         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
30415         <gmorris+emacs@ast.cam.ac.uk>.
30417         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30418         Mode's regexps.
30420 2005-05-23  Kevin Ryde  <user42@zip.com.au>
30422         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30423         from c-parse-state, to avoid a lisp error (on bad code).
30425 2005-05-23  Lute Kamstra  <lute@gnu.org>
30427         * subr.el (font-lock-defaults): Remove defvar as it's already
30428         defined in font-core.el.
30430         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30432 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
30434         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30435         more general and work when GDB variable "print pretty" is on,
30436         as with Emacs, for example.
30438 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
30440         * font-core.el: Update comment.
30442         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30443         Use `after-change-major-mode-hook' instead of `find-file-hook'.
30445         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30447 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
30449         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30450         and `yank-handler' in the doc strings.
30452 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30454         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
30456 2005-05-22  Richard M. Stallman  <rms@gnu.org>
30458         * help.el (describe-key): Move print-help-return-message call
30459         out of conditional.
30461         * progmodes/etags.el (list-tags): Use with-no-warnings.
30463         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30464         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30465         (starttls-extra-args, starttls-extra-arguments): Add defvars.
30467         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30469         * language/viet-util.el (viet-viscii-nonascii-translation-table):
30470         Add defvar.
30472         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30473         Use defvar, not defconst.
30475         * hexl.el (hexl-follow-line): Use with-no-warnings.
30477         * emulation/tpu-extras.el: Use write-file-functions instead of
30478         write-file-hooks.
30480         * dired.el (dired-font-lock-keywords): Fontify files with junk
30481         extensions even if marked by -F.
30483 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
30485         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30486         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30487         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30488         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30489         (concatenate, list-length, get*, getf, cl-remprop):
30490         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30491         (etypecase, progv, lexical-let, lexical-let*)
30492         (multiple-value-bind, multiple-value-setq, shiftf):
30493         Improve argument/docstring consistency.
30495         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30497 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
30499         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30500         doesn't exist.
30502         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
30503         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30505 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
30507         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30508         already deleted variables: auto-fill-hook, blink-paren-hook,
30509         lisp-indent-hook, inhibit-local-variables, unread-command-event,
30510         suspend-hooks, comment-indent-hook, meta-flag,
30511         before-change-function, after-change-function,
30512         font-lock-doc-string-face.
30514 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
30516         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30518 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
30520         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30521         rmail-dont-reply-to.
30523 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30525         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30526         literal blank when splitting new-header-values.
30528 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
30530         * calendar/cal-menu.el (cal-menu-update): Add separator as a
30531         string so that tmm doesn't create a completion entry for it.
30533         * textmodes/table.el (table-disable-menu): Ditto.
30535 2005-05-21  Richard M. Stallman  <rms@gnu.org>
30537         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30539         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30541         * net/rcompile.el (remote-compile): Use compilation-start.
30543         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30545 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
30547         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30548         Default to makefile-bsdmake-mode on BSD systems.
30550         * imenu.el (imenu-generic-expression, imenu--generic-function'):
30551         REGEXP may also be a search function now.  The part of doc-string
30552         for describing the structure was 95% identical to that of
30553         `imenu--generic-function'.  Unify it there.
30555         * progmodes/make-mode.el (makefile-imenu-generic-expression):
30556         Use function to find dependencies, because regexp alone is so complex,
30557         it easily goes into an endless loop.
30558         (makefile-makepp-mode): Also add submenu for Perl functions
30559         defined in the makefile.
30560         (makefile-bsdmake-mode): Special imenu-generic-expression no
30561         longer needed, due to function call.
30562         (makefile-match-dependency): Take BOUND into account when checking
30563         if we're through.
30565 2005-05-20  Jay Belanger  <belanger@truman.edu>
30567         * calc/calc-units.el (calc-invalidate-units-table):
30568         Use inhibit-read-only.
30569         (math-build-units-table-buffer): Use view-mode.
30571 2005-05-20  David Kastrup  <dak@gnu.org>
30573         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30574         easy-menu-add is not a nop on Emacs; and clarify when to call it.
30576 2005-05-20  Lute Kamstra  <lute@gnu.org>
30578         * diff-mode.el (diff-header-face, diff-file-header-face)
30579         (diff-index-face, diff-hunk-header-face, diff-removed-face)
30580         (diff-added-face, diff-changed-face, diff-function-face)
30581         (diff-context-face, diff-nonexistent-face): Put them in the
30582         diff-mode customization group.
30584 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30586         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30588         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30590         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30591         Minor regexp-optimization.
30593 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
30595         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30596         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30597         (org-agenda-add-time-grid-maybe): New function.
30598         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30599         (org-table-create): `dotimes' instead of `mapcar'.
30600         (org-xor): Simplify implementation.
30601         (org-agenda): `inhibit-redisplay' turned on.
30602         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30603         a consistent line after a state change.
30604         (org-agenda-remove-times-when-in-prefix): New option.
30605         (org-prefix-has-time): New variable.
30606         (org-parse-time-string): Optional argument NODEFAULT.
30607         (org-format-agenda-item): Parse items for time-of-day
30608         specifications and move these into the prefix if possible.
30609         (org-agenda-priority): Get current heading, not previous heading
30610         during agenda remote editing.
30612 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30614         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30615         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30616         (remove-duplicates, delete-duplicates, substitute)
30617         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30618         (nsubstitute-if-not, find, find-if, find-if-not, position)
30619         (position-if, position-if-not, count, count-if, count-if-not)
30620         (mismatch, search, sort*, stable-sort, merge, member*)
30621         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30622         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30623         (intersection, nintersection, set-difference, nset-difference)
30624         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30625         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30626         (nsublis, tree-equal): Improve argument/docstring consistency.
30628         * subr.el (send-string, send-region): Remove obsolescence declaration.
30629         (window-dot, set-window-dot, read-input, show-buffer)
30630         (eval-current-buffer, string-to-int):
30631         Add release number to obsolescence declarations.
30633 2005-05-19  Kim F. Storm  <storm@cua.dk>
30635         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30636         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30638 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30640         * faces.el (list-faces-display): Make back button respect optional
30641         regexp arg.
30643 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30645         * calculator.el (calculator-radix-grouping-mode)
30646         (calculator-radix-grouping-digits, calculator-displayer)
30647         (calculator-radix-grouping-separator, calculator-copy-displayer):
30648         * dabbrev.el (dabbrev-search-these-buffers-only):
30649         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30650         (diff-advance-after-apply-hunk, diff-mode-hook)
30651         (diff-minor-mode-prefix):
30652         * imenu.el (imenu-use-popup-menu):
30653         * jit-lock.el (jit-lock-context-time):
30654         * newcomment.el (comment-fill-column, comment-column)
30655         (comment-style, comment-padding, comment-multi-line)
30656         (comment-empty-lines, comment-auto-fill-only-comments):
30657         * reveal.el (reveal-around-mark):
30658         * uniquify.el (uniquify-buffer-name-style)
30659         (uniquify-after-kill-buffer-p)
30660         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30661         (uniquify-min-dir-content, uniquify-separator)
30662         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30663         * w32-vars.el (w32-fixed-font-alist):
30664         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30665         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30666         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30667         * progmodes/perl-mode.el (perl-indent-level)
30668         (perl-continued-statement-offset, perl-continued-brace-offset)
30669         (perl-brace-offset, perl-brace-imaginary-offset)
30670         (perl-label-offset, perl-indent-continued-arguments)
30671         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30672         * progmodes/tcl.el (tcl-indent-level)
30673         (tcl-continued-indent-level, tcl-auto-newline)
30674         (tcl-tab-always-indent, tcl-electric-hash-style)
30675         (tcl-help-directory-list, tcl-use-smart-word-finder)
30676         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30677         (inferior-tcl-source-command):
30678         * textmodes/fill.el (enable-kinsoku):
30679         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30680         * textmodes/table.el (table-yank-handler):
30681         Specify missing group (and type, if simple) in defcustom.
30683 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30685         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30687 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30689         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30691         * subr.el (event-basic-type): Don't get an error.
30692         (left-fringe-p): Function deleted.
30694         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30695         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30697         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30698         in recursive copy.
30700         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30702         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30704         * emacs-lisp/bytecomp.el
30705         (byte-compile-file-form-custom-declare-variable):
30706         Call byte-compile-nogroup-warn if appropriate.
30708         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30709         (compilation-set-window): Don't call left-fringe-p; do it directly.
30711 2005-05-19  Jay Belanger  <belanger@truman.edu>
30713         * calc/calc-graph.el (calc-graph-format-data): Make sure
30714         var-PlotRejects is bound before trying to check its value.
30716 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30718         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30719         definition of this variable from reftex-global.el to reftex.el,
30720         because it is needed in the menu.
30722 2005-05-19  Lute Kamstra  <lute@gnu.org>
30724         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30725         years are fixed.  Don't insert a space after a dash.
30727 2005-05-19  Kim F. Storm  <storm@cua.dk>
30729         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30731 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30733         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30734         strings, because (eq ... ?\\) is fairly frequent.
30736         * progmodes/make-mode.el (makefile-add-this-line-targets):
30737         Simplify and integrate into `makefile-pickup-targets'.
30738         (makefile-add-this-line-macro): Simplify and integrate into
30739         `makefile-pickup-macros.
30740         (makefile-pickup-filenames-as-targets): Simplify.
30741         (makefile-previous-dependency, makefile-match-dependency):
30742         Don't stumble over `::'.
30744 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30746         * subr.el (post-command-idle-hook, post-command-idle-delay):
30747         Remove obsoletion of post-command-idle-hook and
30748         post-command-idle-delay.
30750         * faces.el (list-faces-display): Provide button when describe-face
30751         is called to take user back to the list of faces.
30753         * help-fns.el (describe-variable): Remove hyperlinks in a
30754         variable's value as these are quite frequently inappropriate.
30756         * follow.el (follow-submit-feedback, follow-mode):
30757         Remove references to post-command-idle-hook.
30759 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30761         * progmodes/make-mode.el (makefile-previous-dependency)
30762         (makefile-match-dependency): Check for := (and in bsd mode also
30763         !=) to give a better result, even when font-lock is not on.
30765 2005-05-18  Jay Belanger  <belanger@truman.edu>
30767         * calc/calc-help.el (calc-s-prefix-help):
30768         Add `calc-copy-special-constant' to help string.
30770 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30772         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30774 2005-05-18  Jay Belanger  <belanger@truman.edu>
30776         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30777         in linear factors are in proper order.
30779 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30781         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30782         Support for jurabib.
30784         * textmodes/reftex.el (featurep): Define aliases for overlay
30785         commands, for XEmacs compatibility, and use these aliases in
30786         overlay initializations.
30787         (reftex-highlight): Use `reftex-move-overlay'.
30788         (reftex-unhighlight): Use `reftex-delete-overlay'.
30789         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30790         (reftex-access-search-path): Use `reftex-uniquify' instead of
30791         `reftex-uniq'.
30793         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30794         `before-string' property modification enables for Emacs as well.
30795         (reftex-select-item): Use `reftex-delete-overlay'.
30796         (reftex-select-mark): Use `reftex-make-overlay' and
30797         `reftex-overlay-put'.
30798         (reftex-select-unmark): Use `reftex-delete-overlay' and
30799         `reftex-overlay-put'.
30801 2005-05-18  Lute Kamstra  <lute@gnu.org>
30803         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30805 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30807         * add-log.el (add-change-log-entry):
30808         * array.el (array-make-template, array-reconfigure-rows)
30809         (array-init-max-row, array-init-max-column)
30810         (array-init-columns-per-line, array-init-field-width):
30811         * replace.el (replace-match-maybe-edit, perform-replace):
30812         * textmodes/spell.el (spell-region):
30813         Replace `read-input' by `read-string'.
30815         * forms.el (forms-mode):
30816         * finder.el (finder-compile-keywords):
30817         * shadowfile.el (shadow-read-files):
30818         Replace `eval-current-buffer' by `eval-buffer'.
30820         * terminal.el (te-pass-through):
30821         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30822         (ange-ftp-raw-send-cmd):
30823         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30824         (send-process-next-char, telnet-initial-filter, telnet):
30825         Replace `send-string' by `process-send-string'.
30827         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30828         (prolog-consult-region): Replace `send-string' by
30829         `process-send-string'; replace `send-region' by `process-send-region'.
30831         * progmodes/delphi.el (delphi-log-msg):
30832         Replace `set-window-dot' by `set-window-point'.
30834         * subr.el (window-dot, set-window-dot, read-input, send-string)
30835         (send-region, show-buffer, eval-current-buffer):
30836         Make really obsolete, as the comment says.
30838 2005-05-17  Kim F. Storm  <storm@cua.dk>
30840         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30841         (cua--init-keymaps): Bind C-return instead of S-return to set
30842         rectangle mark.
30844         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30845         instead of S-return to toggle/clear rectangle mark.
30847 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30849         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30850         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30851         Also fontify plain strings assigned to variables, mostly so that a
30852         colon has a face and is thus not taken as a dependency separator.
30853         (makefile-previous-dependency): Inline the new matcher, because it
30854         is too complex to work in both directions.
30855         (makefile-match-dependency): Eliminate `backward' arg (see above).
30856         Completely reimplemented so as to not sometimes go into an endless
30857         loop.  It should also be more efficient, because first it only
30858         searches for `:', instead of applying the very complex regexp.
30859         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30860         to be fontified in one piece can be too long for JIT.
30861         Makefiles are never *that* big.
30863 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30865         * dired.el (dired-mode): Simplify.
30867 2005-05-17  Lute Kamstra  <lute@gnu.org>
30869         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30870         defcustom for the mode hook variable.
30872         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30873         Emacs Lisp Reference Manual.
30875 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30877         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30878         (evenp, list*):
30879         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30880         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30882         * net/tramp-smb.el (tramp-smb-open-connection):
30883         Pass `tramp-chunksize' as fifth (required) argument.
30885 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30887         * font-lock.el (lisp-font-lock-keywords-1):
30888         Set `font-lock-negation-char-face' for [^...] char group.
30889         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30891         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30892         a var, and refine it to mask one more level of nested vars.
30893         (makefile-rule-action-regex): Turn it into a var, and refine it so
30894         it recognizes backslashed continuation lines as belonging to the
30895         same command.
30896         (makefile-macroassign-regex): Refine it so it recognizes
30897         backslashed continuation lines as belonging to the same command.
30898         (makefile-var-use-regex): Don't look at the next char, because it
30899         might be the same one to be skipped by the initial [^$], leading
30900         to an overlooked variable use.
30901         (makefile-make-font-lock-keywords): Remove two parameters, which
30902         are now variables that some of the modes set locally.
30903         Handle dependency and rule action matching through functions, because
30904         regexps alone match too often.  Dependency matching now comes
30905         last, so it can check, whether a colon already matched something else.
30906         (makefile-mode): Inform that font-lock improves makefile parsing
30907         capabilities.
30908         (makefile-match-dependency, makefile-match-action): New functions.
30910 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30912         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30914         * align.el (align-regexp):
30915         * ansi-color.el (ansi-color-get-face):
30916         * array.el (array-reconfigure-rows, array-init-max-row)
30917         (array-init-max-column, array-init-columns-per-line)
30918         (array-init-field-width):
30919         * dired-aux.el (dired-trample-file-versions):
30920         * dired-x.el (dired-mark-sexp):
30921         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30922         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30923         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30924         * faces.el (face-read-integer):
30925         * files.el (backup-extract-version, insert-directory):
30926         * hexl.el (hexl-insert-decimal-char):
30927         * server.el (server-process-filter):
30928         * shell.el (shell-extract-num):
30929         * startup.el (command-line-1):
30930         * term.el (term-command-hook):
30931         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30932         (time-stamp-do-number):
30933         * time.el (display-time-update):
30934         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30935         (timezone-fix-time):
30936         * vms-patch.el (vms-suspend-resume-hook):
30937         * calendar/appt.el (appt-convert-time):
30938         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30939         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30940         * calendar/cal-islam.el (mark-islamic-diary-entries):
30941         * calendar/calendar.el (calendar-cursor-to-date)
30942         (calendar-star-date):
30943         * calendar/diary-lib.el (diary-attrtype-convert)
30944         (mark-diary-entries, diary-entry-time):
30945         * calendar/solar.el (solar-get-number):
30946         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30947         * emacs-lisp/re-builder.el (reb-display-subexp):
30948         * emulation/edt.el (edt-set-scroll-margins):
30949         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30950         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30951         (vip-get-ex-count):
30952         * emulation/viper-ex.el (viper-get-ex-token)
30953         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30954         * international/fontset.el (fontset-plain-name):
30955         * mail/feedmail.el (feedmail-look-at-queue-directory):
30956         * mail/mailalias.el (mail-get-names):
30957         * mail/rmail.el (rmail-convert-to-babyl-format):
30958         * mail/rmailsum.el (rmail-make-basic-summary-line)
30959         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30960         (rmail-summary-goto-msg):
30961         * mail/smtpmail.el (smtpmail-read-response):
30962         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30963         (ange-ftp-vms-add-file-entry):
30964         * play/gametree.el (gametree-looking-at-ply)
30965         (gametree-current-branch-score):
30966         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30967         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30968         * progmodes/cperl-mode.el (condition-case):
30969         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30970         (ebrowse-set-member-buffer-column-width)
30971         (ebrowse-select-1st-to-9nth):
30972         * progmodes/etags.el (etags-snarf-tag):
30973         * progmodes/flymake.el (flymake-parse-line):
30974         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30975         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30976         (idlwave-shell-menu-def):
30977         * progmodes/ps-mode.el (ps-run-goto-error):
30978         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30979         (vhdl-speedbar-contract-level):
30980         * term/mac-win.el (x-handle-numeric-switch):
30981         * term/sun-mouse.el (sun-get-frame-data):
30982         * term/w32-win.el (x-handle-numeric-switch):
30983         * term/x-win.el (x-handle-numeric-switch):
30984         * textmodes/ispell.el (ispell-parse-output):
30985         * textmodes/nroff-mode.el (nroff-outline-level):
30986         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30987         (reftex-bib-sort-year-reverse, reftex-format-citation):
30988         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30989         (reftex-section-number):
30990         * textmodes/texinfmt.el (texinfo-paragraphindent):
30991         Replace `string-to-int' by `string-to-number'.
30993         * international/latexenc.el: Add page marker to force the "Local
30994         Variables:" string out of the last page.
30996 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30998         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30999         tooltip-change-major-mode.
31000         (gud-tooltip-print-command): Remove case where gud-minor-mode
31001         is gdb ("--fullname").
31002         (gud-tooltip-tips): Turn GUD tooltips off for this case and
31003         explain to user.
31005 2005-05-16  Jay Belanger  <belanger@truman.edu>
31007         * calc/calc-store.el (calc-copy-special-constant): New function.
31009         * calc/calc-ext.el (calc-init-extensions): Add binding for
31010         `calc-copy-special-constant'.
31012         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31013         for the `calc-copy-special-constant' command.
31015 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
31017         * subr.el (left-fringe-p): New function.
31019         * progmodes/compile.el (compilation-setup): Set local value of
31020         overlay-arrow-string to "" always.
31021         (compilation-set-window): Left fringe then don't scroll.
31022         No left fringe then no arrow and scroll message to top.
31023         (compilation-context-lines): Adjust doc string accordingly.
31025 2005-05-16  Kim F. Storm  <storm@cua.dk>
31027         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31028         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31029         (ido-wide-find-dir-or-delete-dir): New command for M-d.
31030         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
31031         (ido-read-file-name): Handle commands with ido property value
31032         equal to find-file as reading a file name, to allow C-d to enter dired.
31033         (ibuffer-find-file): Add ido property with value find-file.
31035 2005-05-15  Kim F. Storm  <storm@cua.dk>
31037         * subr.el (open-network-stream-nowait): Remove.
31038         (open-network-stream-server): Remove.
31040 2005-05-15  Richard M. Stallman  <rms@gnu.org>
31042         * faces.el (describe-face): Output a definition link button.
31044         * help-mode.el (help-face-def): New button type.
31046         * emacs-lisp/copyright.el (copyright-fix-years):
31047         Match properly if the first year is 2-digit.
31048         Don't mess up the whitespace after the years by filling.
31050         * dired-aux.el (dired-mark-confirm):
31051         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31053         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31054         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31055         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31057         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31058         Set font-lock-comment-start-skip.
31060         * font-lock.el (font-lock-comment-start-skip): New variable.
31061         (font-lock-comment-end-skip): New variable.
31062         (font-lock-fontify-syntactically-region): Use them if non-nil.
31064 2005-05-15  Jay Belanger  <belanger@truman.edu>
31066         * calc/calc-store.el (calc-store-value): Return a string rather
31067         than display it as a message.
31068         Use calc-var-name for variable name.
31069         (calc-store-into): Add the result of calc-store-value to message.
31070         (calc-copy-variable): Add a message.
31071         (calc-store-exchange): Improve error messages.
31072         (calc-store-binary, calc-store-map): Don't reset the values of
31073         special constants.
31075 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
31077         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31078         manual to docstring.
31080         * files.el (hack-local-variables-confirm): Add STRING argument.
31081         Make the function handle non file visiting buffers correctly.
31082         (hack-local-variables-prop-line, hack-local-variables)
31083         (hack-one-local-variable): Use STRING arg of
31084         `hack-local-variables-confirm'.
31086 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
31088         Sync with Tramp 2.0.49.
31090         * net/tramp.el (tramp-handle-dired-call-process)
31091         (tramp-handle-insert-directory):`insert-buffer' cannot be used
31092         because the contents of the Tramp buffer is changed before
31093         insertion (`expand-file' and alike).
31094         (tramp-handle-insert-directory): If `localname' has an empty
31095         nondirectory name, it must not be quoted.
31096         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
31097         variable `tramp-chunksize'.  Change callees.
31098         (tramp-open-connection-setup-interactive-shell): Check remote host
31099         for buggy `send-process-string' implementation.
31100         Set `tramp-chunksize' if found.  Reported by Michael Kifer
31101         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31102         (tramp-handle-shell-command): `insert-buffer' cannot be used
31103         because the contents of the Tramp buffer is changed before
31104         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31105         <frederic.bothamy@free.fr>.
31106         (tramp-set-auto-save): Actions should be done for Tramp file name
31107         handler only.  Ange-FTP has its own auto-save mechanism.
31108         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31109         (tramp-set-auto-save-file-modes): Set file modes of
31110         `buffer-auto-save-file-name' to ?\600 as fallback solution.
31111         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31112         (tramp-bug): Remove obsolete variable.
31113         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
31114         for presence of `mml-mode'.  Make it running for older Emacsen as well.
31116 2005-05-14  John Paul Wallington  <jpw@pobox.com>
31118         * ibuf-ext.el (define-ibuffer-filter filename):
31119         If `dired-directory' is a list, use its car.
31121 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
31123         * ibuffer.el (define-ibuffer-column filename):
31124         If `dired-directory' is a list, use its car.
31126 2005-05-14  Richard M. Stallman  <rms@gnu.org>
31128         * subr.el (symbol-file): Doc fix.
31130         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31131         (byte-compile-form): Call byte-compile-nogroup-warn.
31132         (byte-compile-warning-types): Doc fix.
31134         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31136         * progmodes/cc-engine.el (c-literal-faces):
31137         Add font-lock-comment-delimiter-face.
31139         * net/net-utils.el (dig): Use with-no-warnings.
31141         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31142         (sc-recite-frame-alist, sc-default-cite-frame)
31143         (sc-default-uncite-frame, sc-default-recite-frame)
31144         (sc-attrib-selection-list, sc-rewrite-header-list):
31145         Mark as risky-local-variable.
31147         * international/ogonek.el (ogonek-jak, ogonek-how):
31148         Don't use beginning-of-buffer.
31150         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31152         * calendar/solar.el (solar-data-list): Move definition up.
31154         * dnd.el (dnd-protocol-alist): Add autoload.
31156         * progmodes/sh-script.el: Many doc usage fixes.
31157         (sh-indent-after-do): Change default to match common styles.
31159 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
31161         * files.el (interpreter-mode-alist)
31162         (auto-mode-interpreter-regexp): Doc fixes.
31164 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
31166         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31168         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31170 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31172         * dired.el (dired-mode): make-variable-buffer-local =>
31173         make-local-variable.
31175 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31177         * term/mac-win.el (mac-select-convert-to-string): Try coding
31178         systems in mac-script-code-coding-systems if specified one cannot
31179         encode string for `com.apple.traditional-mac-plain-text'.
31181 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
31183         * progmodes/make-mode.el (makefile-targets-face)
31184         (makefile-shell-face, makefile-makepp-perl-face): New faces.
31185         (makefile-dependency-regex): Fix it to not make the colon in
31186         $(var:a=b) special.
31187         (makefile-rule-action-regex): New regexp for highlighting embedded
31188         Shell strings.
31189         (makefile-macroassign-regex): Handle != for highlighting as
31190         embedded Shell strings.
31191         (makefile-var-use-regex): New const.
31192         (makefile-statements, makefile-automake-statements)
31193         (makefile-gmake-statements, makefile-makepp-statements)
31194         (makefile-bsdmake-statements): New consts.
31195         (makefile-make-font-lock-keywords): New function.
31196         (makefile-automake-font-lock-keywords)
31197         (makefile-gmake-font-lock-keywords)
31198         (makefile-makepp-font-lock-keywords)
31199         (makefile-bsdmake-font-lock-keywords): New consts.
31200         (makefile-mode-map): Add switchers between the various submodes.
31201         (makefile-mode): Document the availability of the variants.
31202         (makefile-automake-mode, makefile-gmake-mode)
31203         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31205         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31206         new variants of makefile-mode.
31208 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31210         * font-lock.el (font-lock-comment-delimiter-face): Fix up
31211         the inheritance.
31213 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
31215         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31216         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31218         * files.el (normal-mode): Extend the scope of the
31219         `enable-local-variables' binding to include the `set-auto-mode' call.
31220         (magic-mode-alist): Doc fix.
31222 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31224         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31225         font-lock-comment-face rather than copying its setting.
31227 2005-05-12  Andreas Schwab  <schwab@suse.de>
31229         * eshell/esh-mode.el (eshell-send-input): Doc fix.
31231 2005-05-12  Lute Kamstra  <lute@gnu.org>
31233         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31234         defcustom for the mode hook variable.  Delete the last argument.
31235         * generic-x.el: Fix callers of define-generic-mode.
31236         (generic-x-modes): Delete group.
31237         (show-tabs-tab-face, show-tabs-space-face): Put them in the
31238         generic-x customization group.
31240 2005-05-12  Kim F. Storm  <storm@cua.dk>
31242         * font-lock.el (font-lock-negation-char-face): Default to "off".
31244         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31245         font-lock-negation-char-face to ! in !=.
31247 2005-05-12  Masatake YAMATO  <jet@gyve.org>
31249         * add-log.el (find-change-log): Fix typos in the docstring
31250         of function.
31252 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31254         * international/latexenc.el (latexenc-find-file-coding-system):
31255         Avoid `re-search-forward' when looking for input encoding because
31256         of speed and safety.  Better regular expressions for recognizing
31257         input encoding.  Limit a search for TeX-master/tex-main-file to
31258         the local variable section.
31260 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
31262         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31263         syntax of $ to "'" (quote).
31265 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
31267         * dnd.el (dnd-protocol-alist): Improve custom type.
31269         * dired.el (dired-dnd-protocol-alist): New variable.
31270         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
31271         `dired-mode-hook' to the end.
31273 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31275         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31276         comment-end if comment-start-skip is not set.
31277         Obey the font-lock-comment-delimiter-face variables.
31279 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31281         * files.el (executable-find): Move from executable.el.  Use
31282         locate-file.
31283         * progmodes/executable.el (executable-find): Move to files.el.
31285         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31286         when trying to ensure forward progress.
31288 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
31290         * mouse-sel.el (mouse-sel-follow-link-p): New function.
31291         (mouse-select, mouse-select-internal, mouse-extend-internal):
31292         Use it to implement mouse-1-click-follows-link functionality.
31294 2005-05-11  Richard M. Stallman  <rms@gnu.org>
31296         * font-lock.el (font-lock-fontify-syntactically-region):
31297         Use font-lock-comment-delimiter-face for comment delimiters.
31299 2005-05-10  Jay Belanger  <belanger@truman.edu>
31301         * calc/calc-help.el (calc-m-prefix-help): Add mention of
31302         preserving embedded modes.
31304 2005-05-10  Richard M. Stallman  <rms@gnu.org>
31306         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31308         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31309         Move from ada-stmt.el.
31310         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31312         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31313         Move to ada-mode.el.
31314         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31316         * cus-edit.el (custom-file): Call file-chase-links.
31318         * files.el (read-directory-name): Fix previous change.
31319         (hack-local-variables-confirm): New function.
31320         (hack-local-variables-prop-line, hack-local-variables)
31321         (hack-one-local-variable): Use it.
31323 2005-05-10  Lute Kamstra  <lute@gnu.org>
31325         * font-lock.el (font-lock-keywords-alist)
31326         (font-lock-removed-keywords-alist): Clarify docstrings.
31328 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
31330         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31331         (gdb-source-info): Check for preprocessor info.
31332         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
31333         a macro for a function.
31334         (gdb-info-breakpoints-custom): Try to find file again if not already
31335         found (user might have used GDB dir command).
31336         (gdb-get-location): Update gdb-location-alist correctly for change
31337         to gdb-info-breakpoints-custom.
31339         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31340         (gud-tooltip-print-command): Add gdbmi case.
31341         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31342         preprocessor info.
31344 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
31346         * startup.el (fancy-splash-insert): Fix typo in doc string.
31348 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
31350         * obsolete/float.el (string-to-float):
31351         * obsolete/hilit19.el (hilit-add-pattern):
31352         * obsolete/rnews.el (news-parse-range, news-select-message)
31353         (news-get-pruned-list-of-files): Replace `string-to-int' by
31354         `string-to-number'.
31356         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31357         `find-file-not-found-hooks'; use `add-hook'.
31358         (uncompress-while-visiting): Set `write-file-functions', not
31359         `write-file-hooks'; use `add-hook'.
31361 2005-05-09  Kim F. Storm  <storm@cua.dk>
31363         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31364         (cua-paste): Handle clipboard action.
31365         (cua--init-keymaps): Remap clipboard-kill-region and
31366         clipboard-kill-ring-save.
31368 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
31370         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31371         Improve commentary.
31373         * simple.el (next-error-overlay-arrow-position): Revert the change
31374         made on 2005-04-30.
31376 2005-05-07  Jay Belanger  <belanger@truman.edu>
31378         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31379         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31380         `calc-sel-reselect'.
31382         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31383         Calc is in embedded mode.
31385 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31387         * progmodes/compile.el (compilation-setup):
31388         Set overlay-arrow-string to an empty string on text terminals.
31390         * textmodes/ispell.el (ispell-program-name): Try looking for
31391         "aspell" along exec-path, and if found, use it as the default
31392         speller program.
31394 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
31396         * international/mule.el (sgml-xml-auto-coding-function):
31397         Recognize encoding='FOO' in single quotes as well as in double quotes.
31399 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
31401         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31402         as well as `interactive', so that defmacro* would recognize
31403         `declare' forms.
31405 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31407         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31408         Explain more about the LIGHTER arg's usage in the doc string.
31409         Add commentary to clarify what the code does.  Fix the regexp that
31410         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
31411         since it could have characters special to regular expressions.
31413 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31415         * replace.el (occur-1): Bind inhibit-read-only so that
31416         erase-buffer doesn't barf on read-only text properties (likewise
31417         for add-text-properties in occur-engine).  Mark buffer as unmodified.
31418         (occur-engine): Don't set buffer-read-only here.
31420 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31422         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31423         list-buffers-directory.  This caused the *cvs-commit* buffer to be
31424         sometimes mistakenly reused as a *cvs* buffer.
31426 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
31428         * tooltip.el: Move code for GUD tooltips into gud.el.
31429         (require): CL no longer needed to compile case.
31430         (tooltip-mode): Do not toggle functions for GUD tooltips.
31431         (tooltip-gud-tips-p): Remove.  Replace with minor mode
31432         gud-tooltip-mode in gud.el.
31433         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31434         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31435         tooltip-gud prefix with gud-tooltip and obsolete.
31436         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31437         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31438         (tooltip-mouse-motion): Mouse movement functions/variable.
31439         Rename in gud.el by adding gud prefix.
31440         (tooltip-gud-original-filter, tooltip-gud-dereference)
31441         (tooltip-gud-event, tooltip-toggle-gud-tips)
31442         (tooltip-gud-process-output, tooltip-gud-print-command)
31443         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
31444         gud.el by replacing tooltip-gud prefix with gud-tooltip.
31445         (gdb-tooltip-print): Move to gdb-ui.el.
31447         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31448         (require): CL needed to compile case.
31449         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31450         tooltip-gud-tips-p.  Make it a minor-mode.
31451         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31452         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31453         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31454         (gud-tooltip-change-major-mode)
31455         (gud-tooltip-activate-mouse-motions-if-enabled)
31456         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31457         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31458         (gud-tooltip-original-filter, gud-tooltip-dereference)
31459         (gud-tooltip-event, tooltip-toggle-gud-tips)
31460         (gud-tooltip-process-output, gud-tooltip-print-command)
31461         (gud-tooltip-tips): Move from tooltip.el.
31463         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31464         (gdb-cpp-define-alist-flags): Doc fix.
31465         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31466         gud-tooltip-mode is t.
31468 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31470         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31471         evaporate if their text is deleted.
31472         (goto-address-at-point): Make it work as a mouse binding as well.
31473         (goto-address-at-mouse): Obsolete it.  Update users.
31475 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
31477         * calendar/appt.el (top-level): No longer activate on load.
31479 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
31481         * calendar/cal-bahai.el (mark-bahai-diary-entries):
31482         * net/webjump.el (webjump):
31483         * progmodes/idlw-help.el (idlwave-do-context-help1)
31484         (idlwave-highlight-linked-completions):
31485         * textmodes/po.el (po-find-file-coding-system-guts):
31486         Replace `assoc-ignore-case' by `assoc-string'.
31488 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
31490         * files.el (locate-file): Doc fix.
31492         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31493         Remove the redundant test for ms-dos.
31495         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31496         look for the preprocessor with exec-suffixes.  If not found in
31497         standard places, look in exec-path.  Remove most of the tests that
31498         used system-type.
31500         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31502         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31504         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31505         file-name clash with jka-compr.el on 8+3 filesystems.
31507 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31509         * term/mac-win.el: Don't define or bind scroll bar functions if
31510         x-toolkit-scroll-bars is t.
31511         (x-select-text, x-get-selection-value): Clear
31512         x-last-selected-text-clipboard if x-select-enable-clipboard is
31513         nil.
31514         (PRIMARY): Put mac-scrap-name property.
31515         (mac-select-convert-to-file-url): New function.
31516         (public.file-url): New selection target type.  Add to
31517         selection-converter-alist.
31518         (x-get-selection, x-selection-value): Handle it.
31519         (x-cut-buffer-or-selection-value): New alias.
31521 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31523         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31524         entry to avoid calling bibtex-find-entry with arg global
31525         being t.  Remove arg key.
31526         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31527         (bibtex-copy-summary-as-kill): Change accordingly.
31529 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31531         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31532         (org-agenda-date-later): Use with-current-buffer.
31534 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
31536         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31537         (define-obsolete-variable-alias): Doc Fixes.
31539 2005-05-06  Kim F. Storm  <storm@cua.dk>
31541         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
31542         vertical-motion when selective-display is active.
31544         * ido.el (ido-setup-hook): New hook.
31545         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31546         (ido-input-stack): New var.
31547         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
31548         ido-next-work-file binding to M-O.
31549         Bind M-f to ido-wide-find-file-or-pop-dir.
31550         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31551         (ido-read-internal): Run ido-setup-hook.
31552         Catch quit in read-file-name and read-string to cancel edit.
31553         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31554         Automatically pop-all when completing a directory name (RET).
31555         (ido-file-internal): Add with-no-warnings around ffap and dired code.
31556         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31557         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31558         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31559         New functions for M-b/M-f to move among the directory components.
31560         (ido-make-merged-file-list): Catch quit to cancel merge.
31561         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31562         (ido-completion-help): No warnings for ido-completion-buffer-full.
31564 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
31566         * font-lock.el (font-lock-negation-char-face): New face and variable.
31567         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31568         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31569         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31570         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31572 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
31574         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31575         Fix typo in docstring.
31577         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31578         (ebrowse-print-statistics-line)
31579         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31581         * term/w32-win.el (image-library-alist): Add additional name for
31582         Xpm library.
31584 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
31586         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31587         use gcc instead of cpp.
31589         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31590         (gdb-create-define-alist): Use it.
31591         (gdb-cpp-define-alist-program): Update for MS-DOS.
31593 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
31595         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31597 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31599         * help.el (describe-key): No error when UNTRANSLATED is nil.
31601         * simple.el (line-move-1): Fix previous change to signal errors
31602         appropriately.
31604 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31606         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31607         (icalendar-duration-correction): Remove.
31608         (icalendar--get-event-properties): Split result at commas.
31609         (icalendar--decode-isoduration): New optional argument
31610         DURATION-CORRECTION.
31611         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31612         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31613         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31614         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31615         (icalendar--convert-anniversary-to-ical): New functions, extracted
31616         from icalendar-export-region, with bug fixes.
31617         (icalendar-export-region): Use the above functions.
31618         (icalendar-import-buffer): Check before saving diary file.
31619         (icalendar--convert-recurring-to-diary)
31620         (icalendar--convert-non-recurring-all-day-to-diary)
31621         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31622         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31623         (icalendar--convert-ical-to-diary): Use the above functions.
31625 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31627         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31628         Remove these recent additions.
31629         (c-mode): Restore to before 2005-04-28.
31631         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31632         recent addition.
31634         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31635         (gdb-define-alist): New variables.
31636         (gdb-create-define-alist): New function.
31637         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31638         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31639         with string-to-number.
31640         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31642         * progmodes/gud.el: Replace string-to-int with string-to-number.
31643         (gud-find-file): Handle gdb-define-alist.
31645         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31647 2005-05-02  Jay Belanger  <belanger@truman.edu>
31649         * calc/calc-aent.el (math-read-token):
31650         * calc/calc-bin.el (calc-word-size):
31651         * calc/calc-ext.el (calc-read-number-fancy):
31652         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31653         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31654         * calc/calc-frac.el (calc-over-notation):
31655         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31656         (calc-graph-num-points, calc-graph-init):
31657         * calc/calc-prog.el (calc-read-parse-table-part)
31658         (calc-edit-macro-repeats):
31659         * calc/calc-yank.el (calc-do-grab-rectangle):
31660         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31661         Replace `string-to-int' by `string-to-number'.
31663 2005-05-02  Kim F. Storm  <storm@cua.dk>
31665         * kmacro.el: Use executing-kbd-macro-index variable.
31667 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31669         * net/rlogin.el (rlogin-parse-words): Delete func.
31670         (rlogin): Use split-string, not rlogin-parse-words.
31671         Also, if there are option-like elements in the parsed args,
31672         take the host to be the first arg immediately following them.
31673         Suggested by Michael Mauger.
31675 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31677         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31679 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31681         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31682         (cc-mode-cpp-program): Rename to cc-define-list-program and
31683         move to cc-vars.el.
31685         * progmodes/cc-vars.el (cc-define-list-program):
31686         Change to "gcc -E -dM -".  Make customizable.
31688 2005-05-02  Kim F. Storm  <storm@cua.dk>
31690         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31692 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31694         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31696         * international/mule-util.el (truncate-string): Remove alias and
31697         obsolete declaration.
31699         * international/mule-cmds.el (update-iso-coding-systems):
31700         Remove alias and obsolete declaration.
31702         * international/mule.el (coding-system-parent): Remove alias and
31703         obsolete declaration.
31705         * subr.el (define-function, sref): Remove aliases and obsolete
31706         declarations.
31707         (chars-in-region): Remove obsolete declaration.
31709 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31711         * info.el (Info-mode): Set widen-automatically to nil, locally.
31713         * simple.el (widen-automatically): New variable.
31714         (pop-global-mark): Obey widen-automatically.
31716 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31718         * term/xterm.el (function-key-map): Call substitute-key-definition
31719         before the keymap size is increased by a lot of define-key calls.
31721 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31723         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31724         Rename ARG to ELEMENT.  Doc fix.
31726 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31728         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31729         Remove references to allout-exposure/change to allout-new-exposure.
31731         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31732         bytecode symbols.
31734         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31735         (compiled-function-p, focus-frame, unfocus-frame):
31736         Remove aliases and obsolete declarations.
31737         Back out inadvertent changes from previous commit.
31739 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31741         * files.el (require-final-newline): Make Custom tags consistent
31742         with mode-require-final-newline.
31743         (mode-require-final-newline): Doc fix.
31745 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31747         * international/latexenc.el (latexenc-find-file-coding-system):
31748         Fix regular expressions.
31750 2005-05-01  David Kastrup  <dak@gnu.org>
31752         * international/latexenc.el (latexenc-find-file-coding-system):
31753         Fix regular expressions.
31755 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31757         * subr.el (string-to-int): Make obsolete.
31759 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31761         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31763         * loadup.el: Load jka-comp-hook.
31765         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31766         (jka-compr-handler): Add autoload.  `put' calls moved
31767         to jka-comp-hook.el.
31768         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31769         (jka-compr-inhibit): Autoload.
31771         * jka-comp-hook.el: New file.
31772         Enable the mode by default.
31774         * files.el (backup-buffer-copy): Use copy-file instead
31775         of write-region, and put back the 'excl.
31777 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31779         * progmodes/flymake.el (flymake-split-string)
31780         (flymake-split-string, flymake-log, flymake-pid-to-names)
31781         (flymake-reg-names, flymake-get-source-buffer-name)
31782         (flymake-unreg-names, flymake-add-line-err-info)
31783         (flymake-add-err-info): Clarify docstrings.
31784         (flymake-popup-menu, flymake-make-emacs-menu)
31785         (flymake-make-xemacs-menu): Add docstrings.
31786         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31787         Set variables directly throughout.
31789 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31791         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31792         exists.  Initialize cc-define-alist.
31793         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31794         If there is no file (Macroexpansion) don't create an alist.
31796 2005-04-29  Sam Steingold  <sds@gnu.org>
31798         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31799         (cc-create-define-alist): Use it instead of the hard-coded string.
31801 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31803         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31804         for latexenc.
31806 2005-04-29  Lute Kamstra  <lute@gnu.org>
31808         * emacs-lisp/generic.el: Improve commentary section.
31809         (define-generic-mode): Improve docstring.
31811 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31813         * textmodes/org.el (many places): Change to quiet the byte compiler.
31814         (org-prefix-format-compiled): New variable.
31815         (org-compile-prefix-format): New function.
31816         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31817         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31818         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31819         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31820         consistency with entries from `org-mode' files.
31821         (org-get-time-of-day): Fix bug with partial matches early in a line.
31822         (org-non-link-chars): New constant.
31823         (org-link-regexp): Respect `org-non-link-chars'.
31824         (org-agenda-day-view): Remove command.
31825         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31826         (org-follow-bbdb-link, org-store-link): Search also company field.
31827         (org-highlight-overlay): New variable.
31828         (org-highlight, org-unhighlight): New functions.
31829         (org-agenda-mode): Add pre-command-hook to remove highlight.
31830         (org-evaluate-time-range): Behavior depends upon whether time stamp
31831         contains a time or not.
31832         (org-show-subtree, org-show-entry): New functions.
31833         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31835 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31837         * comint.el (comint-output-filter-functions): Add autoload cookie.
31839 2005-04-28  Kim F. Storm  <storm@cua.dk>
31841         * ido.el (ido-everywhere): Fix last change.
31843 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31845         * international/latexenc.el: New file.
31846         * international/mule-conf.el (file-coding-system-alist): For .tex,
31847         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31849 2005-04-28  Lute Kamstra  <lute@gnu.org>
31851         * font-lock.el (font-lock-add-keywords)
31852         (font-lock-remove-keywords): Clarify docstring.
31853         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31854         Don't start docstrings with a `*'.
31855         (font-lock-update-removed-keyword-alist): Give it a docstring.
31857         * generic-x.el: Update commentary section.
31858         Only require font-lock when compiling.
31859         Define all modes conditionally.
31860         Place all generic modes in the generic-x-modes customization group.
31861         (generic-x-modes): New customization group.
31862         (generic-default-modes, generic-mswindows-modes)
31863         (generic-unix-modes, generic-other-modes): New constants.
31864         (generic-define-mswindows-modes, generic-define-unix-modes):
31865         Update docstrings.  Make them obsolete.
31866         (generic-extras-enable-list): New default value.  Update docstring.
31867         Improve :type.  Change :set function.
31868         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31869         Fix docstring.
31871         * emacs-lisp/generic.el (generic-mode-internal):
31872         Simplify font-lock-defaults.
31873         (define-generic-mode): Fix docstring.
31875 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31877         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31878         font-lock-face property to highlight matches.
31880 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31882         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31883         (cc-define-alist): New variable.
31884         (c-mode): Make it local and initialize it.
31886         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31887         (gdb-exited): New function.
31888         (gdb-annotation-rules): Use it.
31889         (gdb-starting): Set gdb-active-process to t.
31890         (gdb-stopping): Amend doc string.
31891         (gdb-reset): Set gdb-active-process to nil.
31893         * tooltip.el (tooltip-gud-tips): Show the associated #define
31894         directives when a C program under GDB is not executing.
31896 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31898         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31899         font-lock-fontify-syntactic-keywords.
31901         * font-lock.el (font-lock-default-fontify-region): Don't force
31902         parse-sexp-lookup-properties to nil.
31904 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31906         * man.el (man-mode-syntax-table): Set up `:' to have
31907         word-constituent syntax.
31909 2005-04-27  Lute Kamstra  <lute@gnu.org>
31911         * novice.el (disable-command): Don't add spurious newlines to the
31912         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31914 2005-04-26  Jay Belanger  <belanger@truman.edu>
31916         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31917         than one window before deleting window.
31919 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31921         * shell.el (shell-prompt-pattern): Doc fix.
31922         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31924         * comint.el (comint-prompt-regexp, comint-get-old-input)
31925         (comint-use-prompt-regexp)
31926         (comint-use-prompt-regexp-instead-of-fields)
31927         (comint-replace-by-expanded-history, comint-send-input)
31928         (comint-output-filter, comint-get-old-input-default)
31929         (comint-line-beginning-position, comint-bol, comint-show-output)
31930         (comint-backward-matching-input, comint-forward-matching-input)
31931         (comint-next-prompt, comint-previous-prompt):
31932         Rename `comint-use-prompt-regexp-instead-of-fields' to
31933         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31934         obsolete.
31935         (comint-use-prompt-regexp): Shorten first line of doc string.
31937         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31938         Set paragraph-separate buffer locally to "\\'".
31940         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31941         Adapt to above name change.
31943         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31944         (smbclient-prompt-regexp): Ditto.
31946         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31948 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31950         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31951         gdb-location-list.
31952         Break lines that are over 80 characters wide.
31954 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31956         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31957         New fun and var, to preserve compatibility.
31959         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31961 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31963         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31964         name to file-newer-than-file-p.
31966 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31968         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31970         * progmodes/python.el (python-mode):
31971         Use new name eldoc-documentation-function.
31973         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31975         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31976         (eldoc-documentation-function):
31977         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31979 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31981         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31983 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31985         * term/xterm.el (function-key-map): Fix strings for
31986         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31987         {C,S,A,C-S}-{f1-f12}.
31989 2005-04-26  Kenichi Handa  <handa@m17n.org>
31991         * international/mule-cmds.el (select-safe-coding-system):
31992         Fix previous change.
31994 2005-04-26  Lute Kamstra  <lute@gnu.org>
31996         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31998         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31999         (font-lock-comment-delimiter-face): Ditto.
32001         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32003 2005-04-25  Jay Belanger  <belanger@truman.edu>
32005         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32006         to t while inserting information; use help-mode.
32008 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
32010         * term.el (ansi-term-color-vector): Use the xterm colors.
32011         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
32013 2005-04-25  Lute Kamstra  <lute@gnu.org>
32015         * font-core.el (font-lock-defaults): Fix docstring.
32017         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32019 2005-04-25  Kenichi Handa  <handa@m17n.org>
32021         * international/mule-cmds.el (select-safe-coding-system):
32022         Don't check consistency with coding: spec, etc if raw-text or
32023         no-conversion was found to be safe.
32025 2005-04-24  Richard M. Stallman  <rms@gnu.org>
32027         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32028         citation markers at start of each line.
32030         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32031         citation markers at start of each line.
32033         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32035         * files.el (mode-require-final-newline): Fix previous change.
32036         (require-final-newline): Fix type label.
32038 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
32040         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32041         statement in buffer (broken by 2004-11-24 change).
32043 2005-04-24  Kim F. Storm  <storm@cua.dk>
32045         * ido.el (ido-everywhere): Save and restore old read-buffer-function
32046         and read-file-name-function values.  Don't overwrite existing
32047         non-nil values if ido-mode is enabled without ido-everywhere.
32049 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
32051         * files.el (mode-require-final-newline): Minor doc fix.
32053 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
32055         * subr.el (syntax-after): Doc fix.
32056         (syntax-class): If argument is nil, return nil.  Mask off upper 16
32057         bits, not 8 bits.
32059         * files.el (mode-require-final-newline): Doc fix.
32060         (backup-buffer-copy): Fix last change.
32062 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32064         * term/mac-win.el: Require select.  Set selection-coding-system to
32065         mac-system-coding-system.  Call menu-bar-enable-clipboard.
32066         (x-last-selected-text-clipboard, x-last-selected-text-primary)
32067         (x-select-enable-clipboard): New variables.
32068         (x-select-text, x-get-selection, x-selection-value)
32069         (x-get-selection-value, mac-select-convert-to-string)
32070         (mac-services-open-file, mac-services-open-selection)
32071         (mac-services-insert-text): New functions.
32072         (CLIPBOARD, FIND): Put mac-scrap-name property.
32073         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32074         (public.tiff): Put mac-ostype property.
32075         (selection-converter-alist): Add entries for them.
32076         (mac-application-menu-map): New keymap.
32077         (interprogram-cut-function, interprogram-paste-function): Set to
32078         x-select-text and x-get-selection-value, respectively.
32079         (split-window-keep-point): Set to t.
32081 2005-04-23  Richard M. Stallman  <rms@gnu.org>
32083         * files.el (read-directory-name): Always pass non-nil
32084         DEFAULT-FILENAME arg to read-file-name.
32085         (backup-buffer-copy, basic-save-buffer-2): Take care against
32086         writing thru an unexpected existing symlink.
32087         (revert-buffer): In indirect buffer, revert the base buffer.
32088         (magic-mode-alist): Doc fix.
32089         (buffer-stale-function): Doc fix.
32090         (minibuffer-with-setup-hook): Avoid warning.
32091         (mode-require-final-newline): Doc and custom fix.
32093         * follow.el (follow-end-of-buffer): Use with-no-warnings.
32095         * font-lock.el (font-lock-comment-face): On terminals with few colors,
32096         use the default appearance.
32097         (font-lock-comment-delimiter-face): New face, new variable.
32099         * imenu.el (imenu--generic-function): The official position of a
32100         definition is the start of the line that BEG is in.
32102         * midnight.el (midnight-timer): Move defvar up.
32104         * mouse.el (mouse-drag-region-1): Delete some debugging code.
32106         * saveplace.el (save-place-to-alist): Use with-no-warnings.
32108         * startup.el (command-line): Use with-no-warnings.
32110         * window.el (window-size-fixed): New defvar.
32112         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32114         * mail/rmail.el (rmail-font-lock-keywords):
32115         Use font-lock-comment-delimiter-face.
32117         * mail/sendmail.el (mail-font-lock-keywords):
32118         Use font-lock-comment-delimiter-face.
32120         * progmodes/compile.el (next-error-highlight-timer): New defvar.
32122 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
32124         * progmodes/compile.el (compilation-mode-font-lock-keywords):
32125         Specify t for LAXMATCH when matching directories.
32126         Save match data around compilation-compat-error-properties form.
32128 2005-04-23  David Kastrup  <dak@gnu.org>
32130         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32131         Mention that the autoloaded aliases should be kept for AUCTeX.
32133 2005-04-23  Andreas Schwab  <schwab@suse.de>
32135         * isearch.el (isearch-forward): Doc fix.
32137 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
32139         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32140         (jit-lock-stealth-nice): Change default value to 0.5.
32142 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
32144         * abbrev.el (write-abbrev-file): Write table entries in
32145         alphabetical order by table name.
32147 2005-04-22  Kim F. Storm  <storm@cua.dk>
32149         * ido.el (ido-read-internal): Fix `list' completion.
32151 2005-04-22  Kenichi Handa  <handa@m17n.org>
32153         * recentf.el (recentf-save-file-coding-system): New variable.
32154         (recentf-save-list): Encode the file by
32155         recentf-save-file-coding-system and add coding: tag.
32157 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
32159         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32161 2005-04-21  Lute Kamstra  <lute@gnu.org>
32163         * loadhist.el (unload-feature): Don't remove a function from hooks
32164         if it is about to be restored to an autoload .  Remove functions
32165         that will become unbound from auto-mode-alist.  Simplify the code.
32167         * subr.el (assq-delete-all): New implementation that is linear,
32168         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
32169         (rassq-delete-all): New function.
32171         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32172         Add size-indication-mode.
32174 2005-04-21  Kenichi Handa  <handa@m17n.org>
32176         * international/mule-cmds.el: Add autoload for widget-value in
32177         eval-when-compile.
32179 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
32181         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32182         Add tooltip-mode.
32184         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32186 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
32188         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32189         (inferior-lisp-filter-regexp, inferior-lisp-program)
32190         (inferior-lisp-load-command, inferior-lisp-prompt)
32191         (inferior-lisp-mode-hook, lisp-source-modes)
32192         (inferior-lisp-load-hook): defvar->defcustom.
32193         (inferior-lisp-program, inferior-lisp-prompt)
32194         (inferior-lisp-load-hook): Doc fixes.
32195         (inferior-lisp-install-letter-bindings): Small change in
32196         introductory comment.
32198 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
32200         * vc.el (vc-annotate-color-map): Change some colors so that text
32201         using them as foreground is readable on both white and black
32202         backgrounds.
32204 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32206         * international/mule-conf.el (translation-table-for-input):
32207         Remove redundant declaration.
32209 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32211         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32213         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32214         (tooltip-toggle-gud-tips): New function.
32216 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32218         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32219         right angle brackets.
32221 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32223         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32225 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32227         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32228         Remove.  Update callers to use expand-file-name instead.
32230         * subr.el (syntax-class): New function.
32232         * simple.el (blink-matching-open): Use it.
32234         * paren.el (show-paren-function): Use it to recognize parens that are
32235         also used in 2-char comment markers.
32237 2005-04-19  Lute Kamstra  <lute@gnu.org>
32239         * loadhist.el (unload-feature): Update for new format of
32240         load-history.  Simplify the code.
32242 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32244         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32245         (mac-add-charset-info): New function.  Initialize variable
32246         mac-charset-info-alist using it.
32247         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32248         for translation.
32249         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32250         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32251         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32252         New CCL programs.
32254 2005-04-19  Kim F. Storm  <storm@cua.dk>
32256         * simple.el (next-buffer, prev-buffer, next-error)
32257         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32258         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32260         * bindings.el (next-buffer, prev-buffer, next-error)
32261         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32262         (clone-indirect-buffer-other-window): Move bindings from simple.el.
32263         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32264         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32266 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32268         * isearch.el (isearch-edit-string): Make the search-ring available for
32269         minibuffer history commands.
32270         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32271         the default history commands now work just as well.
32272         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32274 2005-04-18  Kim F. Storm  <storm@cua.dk>
32276         * emulation/cua-base.el (cua--pre-command-handler): Add more
32277         elaborate check for shift modifier on non-window systems.
32279 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
32281         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32283 2005-04-18  Kim F. Storm  <storm@cua.dk>
32285         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32286         and make it optional.  Don't test tooltip-gud-echo-area here.
32287         (tooltip-gud-process-output, gdb-tooltip-print):
32288         Pass tooltip-gud-echo-area to tooltip-show.
32289         (tooltip-help-tips): Remove second optional arg to tooltip-show.
32291 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32293         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32294         `display-graphic-p' may not be bound yet.
32296 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
32298         * startup.el (command-line): No longer enable Xterm Mouse mode by
32299         default in terminals compatible with xterm.
32301         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32303 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
32305         * tooltip.el (tooltip-gud-echo-area): Rename from
32306         tooltip-use-echo-area.
32307         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32308         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32309         area independently of where help tooltips are displayed.
32311 2005-04-17  David Kastrup  <dak@gnu.org>
32313         * cus-theme.el (custom-theme-write-variables): Quote variables
32314         where necessary.
32316 2005-04-17  Richard M. Stallman  <rms@gnu.org>
32318         * simple.el (yank-excluded-properties): Add follow-link to value.
32320         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32322         * startup.el (fancy-splash-max-time): Just 30 seconds.
32323         (fancy-splash-delay): Just 7.
32324         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32326         * loadhist.el (unload-feature): Update for new format of load-history.
32327         Simplify the code.
32329         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32330         (rmail-font-lock-keywords): Don't fontify the text of a citation.
32332         * mail/sendmail.el (mail-font-lock-keywords):
32333         Don't fontify subject text.
32334         Don't fontify the text of a citation.
32336 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
32338         * comint.el (comint-output-filter): Run comint-output-filter-functions
32339         with point where the user had it.
32341 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32343         * international/ucs-tables.el (ucs-set-table-for-input):
32344         Disable when using unify-on-decoding.
32346 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
32348         * emulation/cua-base.el (cua-global-mark-face): Add special case
32349         for displays supporting a high number of colors.
32351 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32353         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32355 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
32357         * filesets.el (filesets-add-buffer): If user supplies a name of a
32358         non-existing fileset, create a new fileset.
32360 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
32362         * textmodes/org.el (org-up-heading-all): Fix bug with
32363         `outline-up-heading-all'.
32365 2005-04-16  Andreas Schwab  <schwab@suse.de>
32367         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32368         /etc/permissions.d/* and /etc/aliases.d/*.
32370 2005-04-16  Kenichi Handa  <handa@m17n.org>
32372         * international/code-pages.el (cp-make-coding-system):
32373         Set `translation-table-for-input' property value to the symbol
32374         ucs-mule-to-mule-unicode, not to that value.
32375         (pt154): Escape guillemet by `\'.
32377 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
32379         * loadup.el: Load tooltip if x-show-tip is fboundp.
32381         * startup.el (command-line): Add comment.
32383         * tooltip.el (tooltip-mode): Specify correct standard value for
32384         Custom in init-value.
32386 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
32388         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32389         possible.
32391 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
32393         * textmodes/org.el (org-agenda-date-prompt): Rename from
32394         `org-agenda-date-today'.
32395         (org-evaluate-time-range): Insert at point instead of directly
32396         after time range.
32397         (org-first-headline-recenter, org-subtree-end-visible-p)
32398         (org-optimize-window-after-visibility-change): New functions
32399         (org-agenda-post-command-hook): Don't allow point at end of line,
32400         to make sure it always hits the text properties.
32401         (org-agenda-next-date-line, org-agenda-previous-date-line):
32402         New commands.
32403         (org-set-regexps-and-options): Category may contain white space.
32404         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32405         Improve marker positions.
32406         (org-agenda-new-marker): Argument POS made optional.
32407         (org-agenda-get-timestamps): Deadlines which are done are listed
32408         in org-done-face now.
32409         (org-agenda-get-todos, org-agenda-get-timestamps)
32410         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32411         Set `undone-face' and `done-face' properties.
32412         (org-last-todo-state-is-todo): New variable.
32413         (org-todo): Set `org-last-todo-state-is-todo'.
32414         (org-agenda-todo): Change face according to
32415         `org-last-todo-state-is-todo'.  And change other lines referring to
32416         the same entry.
32417         (org-calendar-goto-agenda): New command.
32418         (org-calendar-to-agenda-key): New option.
32419         (org-startup-folded): New allowed value `content'.
32420         (org-set-regexps-and-options): Accept new value `content' for
32421         `org-startup-folded'.
32422         (org-get-current-options): Handle new value `content' for
32423         `org-startup-folded'.
32424         (org-insert-todo-heading): New command.
32425         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32426         interactively in empty file and option
32427         `org-insert-mode-line-in-empty-file' has been set.
32428         (org-agenda-todo, org-agenda-priority): Modify to use
32429         `org-agenda-change-all-lines'.
32430         (org-warning-face): Change color on dark background.
32432 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32434         * international/mule-cmds.el (set-locale-environment): On Mac OS,
32435         use preferences AppleLocale and AppleLanguages, and variable
32436         mac-system-locale for default locale.  On Mac OS Classic, use
32437         mac-system-coding-system for default coding systems.
32439         * term/mac-win.el: Don't set file-name-coding-system.
32440         Decode variables system-name, emacs-build-system, user-login-name, and
32441         user-full-name by mac-system-coding-system on Mac OS Classic.
32442         (mac-system-coding-system): New variable.
32444 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
32446         * startup.el (command-line): Handle `xterm-mouse-mode' before
32447         reading init file.
32449         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32451 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
32453         * progmodes/sh-script.el (sh-here-document-word): Make it a
32454         defcustom.  Doc fix.
32455         (sh-add): Bash uses $(( )) for arithmetic.
32456         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32457         (sh-maybe-here-document): Remove quotes and leading whitespace
32458         from heredoc word when closing.  Indent heredoc with tabs if word
32459         starts with "-".
32461 2005-04-13  Richard M. Stallman  <rms@gnu.org>
32463         * simple.el (undo): Fix previous change.
32465         * custom.el (defface): Doc fix.
32467 2005-04-13  Lute Kamstra  <lute@gnu.org>
32469         * Makefile.in (DONTCOMPILE): Remove list.
32470         (compile, compile-always): Don't use DONTCOMPILE.
32471         (update-authors): Load the library in which batch-update-authors
32472         is defined.
32473         * makefile.w32-in (DONTCOMPILE): Remove list.
32474         (compile, compile-always): Fix comments.
32475         (update-authors): Load the library in which batch-update-authors
32476         is defined.
32478         * generic-x.el (generic-mode-ini-file-find-file-hook):
32479         Rename to ini-generic-mode-find-file-hook.
32480         Keep generic-mode-ini-file-find-file-hook as an alias.
32481         (ini-generic-mode-find-file-hook): Rename from
32482         generic-mode-ini-file-find-file-hook.  Fix docstring.
32483         (ini-generic-mode): Docstring change.
32484         (bat-generic-mode-run-as-comint): Silence the byte compiler.
32486         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32487         called from lisp.
32489         * generic.el: Move to the emacs-lisp subdir.
32491 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
32493         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32494         and C-S- function and cursor motion keys.
32496 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
32498         * startup.el (command-line): Enable Xterm Mouse mode by default.
32499         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32500         for Custom.  No longer show "Mouse" in mode line when enabled.
32501         Doc fix.
32503 2005-04-12  Kim F. Storm  <storm@cua.dk>
32505         * emulation/cua-base.el (cua-rectangle-face)
32506         (cua-rectangle-noselect-face): Define face attributes here.
32508         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32510 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32512         * startup.el (command-line): Turn off blinking cursor if
32513         cursorBlink in resources is off or false.
32515 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32517         * term/mac-win.el (dnd): Require dnd.
32518         (mac-drag-n-drop): Call dnd-handle-one-url.
32519         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32520         (kTextEncodingISOLatin2): Remove constants.
32521         (mac-script-code-coding-systems): New constant.
32522         (mac-handle-language-change): New function.
32523         (special-event-map): Bind it to `language-change' event.
32524         (mac-centraleurroman, mac-cyrillic): New coding systems.
32525         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32526         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32527         and mac-cyrillic-encoder to encode-mac-centraleurroman and
32528         encode-mac-cyrillic, respectively.
32530 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32532         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32533         Don't set overlay-arrow-string to "=>" as this is done
32534         globally in C now.
32536 2005-04-12  Lute Kamstra  <lute@gnu.org>
32538         * generic-x.el (rc-generic-mode, rul-generic-mode):
32539         Fix auto-mode-alist entries.
32540         (etc-fstab-generic-mode): Tweak fontification.
32542         * generic.el (generic-make-keywords-list): Fix docstring.
32543         (generic-mode-internal): Simplify generic-font-lock-keywords.
32545 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32547         * whitespace.el (whitespace-buffer-leading)
32548         (whitespace-buffer-trailing): Revert the incorrect test inversion.
32549         However, fix the highlight area for the leading and
32550         trailing whitespaces to show space.
32552 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32554         * whitespace.el (whitespace-version): Bump to 3.5.
32556         (whitespace-buffer-leading, whitespace-buffer-trailing):
32557         Invert sense of the test to highlight the whitespace.
32559 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32561         * progmodes/gud.el (gud-display-line): GUD uses its own
32562         overlay arrow now so don't set overlay-arrow-string.
32563         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32565 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
32567         * term.el (term-ansi-current-bold, term-ansi-current-underline)
32568         (term-ansi-current-reverse, term-ansi-current-invisible)
32569         (term-ansi-face-already-done): Change to boolean.
32570         (term-reset-terminal, term-handle-colors-array): Handle the above
32571         vars accordingly.
32572         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32573         (term-emulate-terminal): Use the new name.
32575         * faces.el (secondary-selection): Use yellow1, not yellow.
32576         (trailing-whitespace): Use red1, not red.
32578 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32580         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32581         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32582         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32584         * cus-edit.el (dnd): New group.
32586         * term/w32-win.el (dnd): Require dnd
32587         (w32-drag-n-drop): Call dnd-handle-one-url.
32589         * x-dnd.el: Require dnd.
32590         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32591         Call dnd-handle-one-url.
32592         (x-dnd-types-alist, x-dnd-insert-utf8-text)
32593         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32594         to dnd-insert-text.
32595         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32596         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32597         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32598         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32600         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32602 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32604         * wdired.el: Doc fixes.
32605         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32606         (wdired-use-dired-vertical-movement): Rename from
32607         wdired-always-move-to-filename-beginning.
32608         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32609         (wdired-change-to-wdired-mode): Change mode name.
32610         (wdired-newline): Delete.
32612 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32614         * whitespace.el (whitespace-highlight-the-space):
32615         Don't call whitespace-unhighlight-the-space here.
32617         * simple.el (undo): Record t in undo-equiv-table
32618         for the redo record made by an undo-in-region.
32620 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32622         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32623         (gdb-frame-inferior-io-buffer): New Functions to control
32624         display of separate IO buffer.
32625         (menu): Add them to menu-bar.
32626         (gdb-display-buffer): Check for buffer another frame.
32627         Protect GUD buffer.
32628         (gdb-setup-windows): Create IO buffer if not already there.
32629         (gdb-memory-mode): Remove purecopy noops.
32631 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32633         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32634         and pass to self-insert-command.
32636 2005-04-11  Lute Kamstra  <lute@gnu.org>
32638         * generic.el: Commentary section cleanup.
32639         (generic): Delete.
32640         (generic-use-find-file-hook, generic-lines-to-scan)
32641         (generic-find-file-regexp, generic-ignore-files-regexp)
32642         (default-generic-mode, generic-mode-find-file-hook)
32643         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32644         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32645         (generic-use-find-file-hook, generic-lines-to-scan)
32646         (generic-find-file-regexp, generic-ignore-files-regexp)
32647         (default-generic-mode, generic-mode-find-file-hook)
32648         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32650 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32652         * bookmark.el (bookmark-write-file): Catch errors writing file.
32653         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32655 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32657         * startup.el (fancy-splash-tail): Update copyright year.
32658         (command-line): Split part of -Q into -D.
32659         (emacs-basic-display): New defvar.
32660         (fancy-splash-text): Correct name of menu item.
32662         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32664         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32665         lines in one node.
32667         * comint.el (comint-send-input): New arg ARTIFICIAL.
32668         Callers in this file changed.
32670         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32672         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32674 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32676         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32677         `ldap-search-internal'.
32679 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32681         * files.el (set-auto-mode-1): Use line-end-position.
32683         * international/latin-1.el:
32684         * international/latin-2.el:
32685         * international/latin-3.el:
32686         * international/latin-4.el:
32687         * international/latin-5.el:
32688         * international/latin-8.el:
32689         * international/latin-9.el: Give punctuation syntax to NBSP.
32691         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32692         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32693         Use char-classes to accept non-ascii letters, accepted in some recent
32694         bibtex implementations.
32696 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32698         * custom.el (custom-set-minor-mode): Any non-nil value for the
32699         variable should enable the mode when set through Custom.
32701 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32703         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32704         TAB binding so tab-always-indent is obeyed.
32705         (vhdl-minibuffer-local-map): Move initialization into declaration.
32706         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32707         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32708         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32709         (vhdl-current-line): Use line-beginning-position.
32710         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32711         with-output-to-temp-buffer, so the current position can be recorded.
32713 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32715         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32716         Add regexp for gcov.
32718 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32720         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32721         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32722         syntax which Emacs 20 doesn't support.
32724 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32726         * help.el (describe-key-briefly, describe-key):
32727         Replace strings as event types with "(any string)".
32729 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32731         * arc-mode.el (archive-mode-map): Move initialization into
32732         the declaration.  Override *all* bindings of `undo'.
32733         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32735 2005-04-09  Jay Belanger  <belanger@truman.edu>
32737         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32739 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32741         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32742         (xterm-register-default-colors): Update color values computation
32743         to match xterm-200.
32745 2005-04-09  Kenichi Handa  <handa@m17n.org>
32747         * international/code-pages.el (iso-latin-7): Fix the map.
32749 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32751         * emacs-lisp/lisp.el (defun-prompt-regexp)
32752         (parens-require-spaces, buffer-end, end-of-defun)
32753         (insert-parentheses): Doc fixes.
32755 2005-04-08  Kim F. Storm  <storm@cua.dk>
32757         * comint.el (comint-highlight-prompt): Fix face spec.
32758         * hi-lock.el (hi-green): Likewise.
32760 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32762         * cus-edit.el (custom-modified-face):
32763         * comint.el (comint-highlight-input): Fix previous changes.
32764         * term.el (term-handle-ansi-escape): Add a comment.
32766 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32768         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32769         in the buffer and in whitespace-highlighted-space.
32770         (whitespace-unhighlight-the-space): Simplify.
32771         (whitespace-buffer): Simplify.
32773 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32775         * textmodes/table.el (table-cell-face): Add special case for
32776         displays supporting a high number of colors.
32777         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32778         (vhdl-font-lock-reserved-words-face)
32779         (vhdl-speedbar-architecture-face)
32780         (vhdl-speedbar-instantiation-face)
32781         (vhdl-speedbar-architecture-selected-face)
32782         (vhdl-speedbar-instantiation-selected-face): Likewise.
32783         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32784         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32785         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32786         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32787         (ebrowse-progress-face): Likewise.
32788         * progmodes/compile.el (compilation-info-face): Likewise.
32789         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32790         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32791         * calendar/calendar.el (diary-face): Likewise.
32792         * woman.el (woman-italic-face, woman-bold-face)
32793         (woman-unknown-face): Likewise.
32794         * wid-edit.el (widget-button-pressed-face): Likewise.
32795         * whitespace.el (whitespace-highlight-face): Likewise.
32796         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32797         * pcvs-info.el (cvs-marked-face): Likewise.
32798         * info.el (info-xref): Likewise.
32799         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32800         * hilit-chg.el (highlight-changes-face)
32801         (highlight-changes-delete-face): Likewise.
32802         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32803         (hi-red-b): Likewise.
32804         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32805         * font-lock.el (font-lock-keyword-face)
32806         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32807         * cus-edit.el (custom-invalid-face, custom-modified-face)
32808         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32809         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32810         * comint.el (comint-highlight-prompt): Likewise.
32812 2005-04-08  Lute Kamstra  <lute@gnu.org>
32814         * font-lock.el (font-lock-keywords): Docstring fixes.
32816 2005-04-08  Kenichi Handa  <handa@m17n.org>
32818         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32819         chars are more than a limit, print " and more..." at the tail.
32821 2005-04-08  Kim F. Storm  <storm@cua.dk>
32823         * emacs-lisp/authors.el (authors-aliases): Update list.
32824         (authors-ignored-files): New list.
32825         (authors-fixed-entries): Fix typo.
32826         (authors-renamed-files-alist): Update list.
32827         (authors-add): Check authors-ignored-files.
32829 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32831         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32832         optional, to ensure backward compatibility.
32834 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32836         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32838 2005-04-08  Kim F. Storm  <storm@cua.dk>
32840         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32842         * mouse.el (mouse-on-link-p): Doc fix.
32844 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32846         * ielm.el (ielm-prompt-read-only): Doc fix.
32848         * comint.el (comint-prompt-read-only): Doc fix.
32850 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32852         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32853         ensure dired always handles wildcards passed to ffap.
32854         (find-file-at-point): Use it.
32855         (ffap-dired-wildcards): Doc fix.
32857 2005-04-07  Juri Linkov  <juri@jurta.org>
32859         * simple.el (next-error-overlay-arrow-position): New defvar.
32860         Put "=>" on its property `overlay-arrow-string'.  Add it to
32861         `overlay-arrow-variable-list'.
32863         * progmodes/compile.el (compilation-setup):
32864         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32865         nil in the local hook `kill-buffer-hook'.  Make local variable
32866         `overlay-arrow-string' and set it to "=>".
32867         (compilation-goto-locus): Set BOL position to
32868         `next-error-overlay-arrow-position' instead of
32869         `overlay-arrow-position'.
32871         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32872         locally instead of adding it to the global hook.
32873         (Info-kill-buffer): Move up.
32875 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32877         * term/xterm.el (xterm-standard-colors): Update color values from
32878         xterm-200.
32880 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32882         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32884         * fast-lock.el:
32885         * lazy-lock.el: Move them to the obsolete subdir.
32887 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32889         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32890         (wdired-add-replace-advice): Remove.
32891         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32893 2005-04-06  Kim F. Storm  <storm@cua.dk>
32895         * startup.el (command-line): Add --bare-bones alias for -Q.
32897 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32899         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32900         create the startup fontset if a font specification ends with
32901         `mac-roman'.
32903 2005-04-06  Lute Kamstra  <lute@gnu.org>
32905         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32906         change.
32908         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32909         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32911 2005-04-05  Lute Kamstra  <lute@gnu.org>
32913         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32914         (define-generic-mode): Ditto.  Fix debug declaration.
32916         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32917         Put them in the generic-x group.
32919         * calendar/timeclock.el (timeclock): Doc fix.
32921         * generic.el (define-generic-mode): Don't use custom-current-group.
32922         Document default :group value.
32923         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32924         (define-global-minor-mode): Don't use custom-current-group.
32926 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32928         * startup.el (command-line-1): Display startup-echo-area-message
32929         when fancy splash screen is in use.
32931         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32932         (sh-escaped-newline): New face.
32933         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32934         newline, and use sh-escaped-newline face.
32936         * progmodes/tcl.el (tcl-escaped-newline): New face.
32937         (tcl-builtin-list): New variable.
32938         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32939         newlines.  Fix keywords subexpression number.
32941 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32943         * textmodes/org.el (org-diary-default-entry): Fix call to
32944         `add-to-diary-entry'.
32946 2005-04-05  Kim F. Storm  <storm@cua.dk>
32948         * ediff-init.el: Use (featurep 'xemacs).
32950 2005-04-05  David Ponce  <david@dponce.com>
32952         * cus-edit.el (face): Derive from symbol widget.  Display sample
32953         of the current face on the fly.
32954         (widget-face-sample-face-get, widget-face-notify): New functions.
32955         (widget-face-value-create): Remove.
32957         * wid-edit.el (widget-field-end): Temporarily remove field
32958         narrowing before to call `get-char-property'.
32960 2005-04-04  Jay Belanger  <belanger@truman.edu>
32962         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32963         (math-read-subscripts): New variable.
32964         (math-read-preprocess-string): Process subscripts.
32966 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32968         * comint.el (comint-prompt-read-only): Doc fix.
32970         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32971         `-1'.  Doc fix.
32973 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32975         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32976         Change default value to nil.
32978 2005-04-04  Lute Kamstra  <lute@gnu.org>
32980         * autorevert.el (auto-revert-mode): Specify :group.
32981         * battery.el (display-battery-mode): Specify :group.
32982         * diff-mode.el (diff-minor-mode): Specify :group.
32983         * font-core.el (font-lock-mode): Specify :group.
32984         * hl-line.el (hl-line-mode): Specify :group.
32985         * iimage.el (iimage): New customization group.
32986         (iimage-mode): Specify :group.
32987         * longlines.el (longlines-mode): Specify :group.
32988         * master.el: Don't require easy-mmode.
32989         (master): New customization group.
32990         (master-mode): Specify :group.
32991         * msb.el (msb-mode): Specify :group.
32992         * reveal.el (reveal-mode): Specify :group.
32993         * simple.el (next-error-follow-minor-mode): Specify :group.
32994         * smerge-mode.el (smerge-mode): Specify :group.
32995         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32996         * emulation/cua-base.el (cua-mode): Specify :group.
32997         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32998         * language/thai-util.el (thai-auto-composition-mode)
32999         (thai-word-mode): Specify :group.
33000         * mail/supercite.el (sc-minor-mode): Specify :group.
33001         * progmodes/cwarn.el (cwarn-mode): Specify :group.
33002         * progmodes/flymake.el (flymake-mode): Specify :group.
33003         * progmodes/glasses.el (glasses-mode): Specify :group.
33004         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33005         * textmodes/enriched.el (enriched-mode): Specify :group.
33006         * textmodes/refill.el (refill-mode): Specify :group.
33008         * add-log.el (change-log-font-lock-keywords): Names in
33009         parenthesized lists can contain spaces.
33011 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
33013         * startup.el (fancy-splash-text): Shorten default text of
33014         "Emacs Tutorial" line.  Also, if the current language env
33015         indicates an available tutorial file other than TUTORIAL,
33016         extract its title and append it to the line in parentheses.
33017         (fancy-splash-insert): If arg is a thunk, funcall it.
33019 2005-04-04  Jay Belanger  <belanger@truman.edu>
33021         * calc.el (calc-language-alist): Add tags to customization type.
33023 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
33025         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33026         Doc fix.
33028 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
33030         * add-log.el (change-log-font-lock-keywords): The manual
33031         describing a Change Log entry, says: (...) "Aside from these
33032         header lines, every line in the change log starts with a space or
33033         a tab.".  The font-lock was not highlighting lines started with
33034         spaces, added support for it.
33036 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33038         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33039         (bibtex-generate-url-list): Update docstring accordingly.  Put the
33040         complex example in the docstring.
33041         (bibtex-font-lock-url): Use pop.
33043 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33045         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33047         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33049 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
33051         * filesets.el (filesets-set-default): Doc fix.
33053 2005-04-03  Lute Kamstra  <lute@gnu.org>
33055         * generic.el (define-generic-mode): Add argument to specify
33056         keywords for defcustom.
33057         (default-generic-mode): Specify :group.
33059         * generic-x.el: Specify :group for all generic modes.
33061         * desktop.el (desktop-no-desktop-file-hook)
33062         (desktop-after-read-hook): Doc fix.
33064 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
33066         * simple.el (visible-mode): Use explicit :group keyword.
33067         This changes the group of `visible-mode-hook' from paren-blinking
33068         to editing-basics.
33070 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
33072         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
33073         mailbox specifications as well as URLs.
33074         (rmail-insert-inbox-text): Remove unused conditional branches.
33076 2005-04-01  Jay Belanger  <belanger@truman.edu>
33078         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33079         (calc-gnuplot-print-command): Move definitions to calc.el.
33081         * calc/calc-embed.el (calc-embedded-announce-formula)
33082         (calc-embedded-open-formula, calc-embedded-close-formula)
33083         (calc-embedded-open-word, calc-embedded-close-word)
33084         (calc-embedded-open-plain, calc-embedded-close-plain)
33085         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33086         (calc-embedded-open-mode, calc-embedded-close-mode):
33087         Move definitions to calc.el.
33089         * calc/calc.el (calc-settings-file, calc-language-alist):
33090         Make customizable.
33091         (calc-embedded-announce-formula, calc-embedded-open-formula)
33092         (calc-embedded-close-formula, calc-embedded-open-word)
33093         (calc-embedded-close-word, calc-embedded-open-plain)
33094         (calc-embedded-close-plain, calc-embedded-open-new-formula)
33095         (calc-embedded-close-new-formula, calc-embedded-open-mode)
33096         (calc-embedded-close-mode, calc-gnuplot-name)
33097         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33098         from other files and make customizable.
33100 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33102         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33103         Use buffer-live-p.
33104         (cvs-mode-run): Don't call cvs-update-header here.
33105         (cvs-run-process): Call cvs-update-header.
33106         Use process properties for cvs-postprocess and cvs-buffer so that
33107         the sentinel can behave better if the temp buffer is killed.
33108         Use a pipe rather than a tty, to better handle unexpected prompts.
33109         (cvs-sentinel): Rewrite.  Call cvs-update-header.
33111 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
33113         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33114         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
33116 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33118         * generic.el (define-generic-mode): Add indentation rule.
33120 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
33122         * files.el (mode-require-final-newline): Make Custom correctly
33123         report a nil value and allow to set it to nil via Custom.
33124         Doc fix.
33126 2005-04-01  Kenichi Handa  <handa@m17n.org>
33128         * international/characters.el: Enable the correct case setting for
33129         dotless-i and dotted-I.
33131 2005-04-01  Kim F. Storm  <storm@cua.dk>
33133         * ido.el (ido-file-internal): Fall back to non-ido command if
33134         initial directory is on slow ftp (or tramp) host.
33136 2005-03-31  Richard M. Stallman  <rms@gnu.org>
33138         * emacs-lisp/autoload.el (make-autoload):
33139         Handle define-global-minor-mode.
33141         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33142         Rename from easy-mmode-define-global-mode.
33143         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33145         * progmodes/scheme.el (scheme-mode-syntax-table):
33146         Update syntax of | and # for two-character comment syntax.
33148 2005-03-31  Lute Kamstra  <lute@gnu.org>
33150         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33151         (define-minor-mode): Call custom-current-group at load-time.
33153         * generic.el (define-generic-mode): Add debug declaration.
33154         Add defcustom for the mode hook.
33155         (generic-mode-internal): Use run-mode-hooks.
33157 2005-03-31  Kim F. Storm  <storm@cua.dk>
33159         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33160         (mouse-fixup-help-message): New defun called by show_help_echo
33161         to fixup mouse-2 prefix in help messages when applicable.
33163         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33165 2005-03-31  Kenichi Handa  <handa@m17n.org>
33167         * language/thai-word.el (thai-find-word-ends): Pay attention to
33168         the case that we reach the end of buffer.
33170         * textmodes/fill.el (fill-text-properties-at): New function.
33171         (fill-newline): Use fill-text-properties-at instead of
33172         text-properties-at.
33174 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33176         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33177         not comint-quote-filename.
33179 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
33181         * help-fns.el (help-with-tutorial): Revert last change.
33183 2005-03-31  Kim F. Storm  <storm@cua.dk>
33185         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33187 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
33189         * calendar/cal-china.el: Update reference to "Calendrical
33190         Calculations" book; there's a new edition.
33191         * calendar/cal-coptic.el: Likewise.
33192         * calendar/cal-french.el: Likewise.
33193         * calendar/cal-hebrew.el: Likewise.
33194         * calendar/cal-islam.el: Likewise.
33195         * calendar/cal-iso.el: Likewise.
33196         * calendar/cal-julian.el: Likewise.
33197         * calendar/cal-mayan.el: Likewise.
33198         * calendar/cal-persia.el: Likewise.
33199         * calendar/calendar.el: Likewise.
33200         * calendar/holidays.el: Likewise.
33201         * calendar/lunar.el: Likewise.
33202         * calendar/solar.el: Likewise.
33204         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33205         white space from doc string.
33207 2005-03-30  Jay Belanger  <belanger@truman.edu>
33209         * calc/calc-help.el (calc-full-help): Remove email address.
33211 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
33213         * help-fns.el (help-with-tutorial): Delete title line.
33215 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
33217         * calendar/cal-x.el (calendar-one-frame-setup)
33218         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33219         rather than `symbol' for set-window-dedicated-p.
33221         * calendar/appt.el (appt-buffer-name): Make it a constant.
33222         (appt-add): Doc fix.
33224         * filesets.el (filesets-menu-path, filesets-menu-before)
33225         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
33226         (filesets-menu-cache-file): Use directory ~/.emacs.d.
33227         (filesets-add-submenu): Delete and use add-submenu instead.
33229 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
33231         * textmodes/org.el (org-agenda-phases-of-moon)
33232         (org-agenda-sunrise-sunset, org-agenda-convert-date)
33233         (org-agenda-goto-calendar): New commands.
33234         (org-diary-default-entry): New function.
33235         (org-get-entries-from-diary): Better parsing of diary entries.
33236         (org-agenda-check-no-diary): New function.
33237         ("diary-lib"): Advice to function `add-to-diary-list', to allow
33238         linking to diary entries.
33239         (org-agenda-execute-calendar-command): New function.
33240         (org-agenda): Improve visible section in window.
33241         Use `org-fit-agenda-window'.
33242         (org-fit-agenda-window): New option.
33243         (org-move-subtree-down): Better handling of empty lines
33244         at end of subtree.
33245         (org-cycle): Numeric prefix is interpreted now as show-subtree N
33246         levels up.
33247         (org-fontify-done-headline): New option.
33248         (org-headline-done-face): New face.
33249         (org-set-font-lock-defaults): Use `org-headline-done-face'.
33250         (org-table-copy-down): Rename from `org-table-copy-from-above'.
33251         When current field is non-empty, it is copied to next row.
33252         (org-table-copy-from-above): Fix bug which made it
33253         impossible to copy fields containing only a single non-white character.
33255 2005-03-30  Kim F. Storm  <storm@cua.dk>
33257         * kmacro.el (kmacro-end-macro): Isearch may store this command
33258         into the macro -- so ignore it when executing keyboard macro.
33260 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33262         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33264 2005-03-29  Kenichi Handa  <handa@m17n.org>
33266         * language/thai.el ("Thai"): Set setup-function and exit-function
33267         for Thai language environment.
33269         * language/thai-util.el: Require thai-word.
33270         (thai-word-mode-map): New variable.
33271         (thai-word-mode): New minor mode.
33272         (setup-thai-language-environment-internal): New function.
33273         (exit-thai-language-environment-internal): New function.
33275         * language/thai-word.el (thai-word-table): Declare it by defvar,
33276         use dolist to initialize it.
33277         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33278         (thai-fill-find-break-point): New functions.
33280 2005-03-29  Richard M. Stallman  <rms@gnu.org>
33282         * simple.el (idle-update-delay): Move definition up.
33283         (set-mark): Doc fix.
33285 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
33287         * longlines.el: New file.
33289         * simple.el (buffer-substring-filters): New variable.
33290         (filter-buffer-substring): New function.
33291         (kill-region, copy-region-as-kill): Use it.
33293         * register.el (copy-to-register, append-to-register)
33294         (prepend-to-register): Use filter-buffer-substring.
33296 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33298         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33299         (gud-filter-pending-text): Move in front of gdb.
33300         (gud-overlay-arrow-position): New variable.
33301         (gud-sentinel, gud-display-line): Use it in place of
33302         overlay-arrow-position.
33304 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
33306         * progmodes/fortran.el (fortran-if-indent): Doc fix.
33307         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33308         (fortran-font-lock-keywords-4): New variable.
33309         (fortran-blocks-re, fortran-end-block-re)
33310         (fortran-start-block-re): New constants, for hideshow.
33311         (hs-special-modes-alist): Add a Fortran entry.
33312         (fortran-mode-map): Bind fortran-end-of-block,
33313         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33314         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
33315         (fortran-looking-at-if-then, fortran-end-of-block)
33316         (fortran-beginning-of-block): New functions, for hideshow.
33318         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33319         Doc fix.  Tweak regexp.
33320         (f90-beginning-of-block): Push mark first.
33322 2005-03-29  Jay Belanger  <belanger@truman.edu>
33324         * calc/calc.el: Update copyright date.
33325         (calc-version): Increase to 2.1.
33326         (calc-version-date): Remove.
33328         * calc/calc-help.el: Update copyright date.
33329         (calc-full-help): Remove reference to calc-version-date.
33330         Update copyright date.
33332 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33334         * vc.el (vc-do-command): Use a pipe for async processes, so password
33335         prompts don't show up at places where the user can't reply.
33337 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33339         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33340         on the file name we pass to the inferior shell.
33342 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33344         * progmodes/which-func.el (which-function): Be robust in the face of an
33345         imenu--make-index-alist failure.
33347 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33349         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33351         * progmodes/python.el (python-preoutput-filter): Fix last change.
33353 2005-03-29  Lute Kamstra  <lute@gnu.org>
33355         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33356         functions and compiled macros.
33357         (debug-convert-byte-code): Handle macros too.
33358         (debug-on-entry-1): Don't signal an error when trying to clear a
33359         function that is not set to debug on entry.
33361 2005-03-29  Jay Belanger  <belanger@truman.edu>
33363         * calc/calc-lang.el: Add functions to math-function-table
33364         properties of tex and math.
33366 2005-03-29  Kenichi Handa  <handa@m17n.org>
33368         * ps-mule.el (ps-mule-plot-string): Translate characters by
33369         ps-print-translation-table.
33370         (ps-mule-begin-job): Call find-charset-region/string with
33371         ps-print-translation-table.
33372         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33374         * ps-print.el (ps-print-translation-table): New variable.
33375         (ps-plot-region): Translate characters by ps-print-translation-table.
33377 2005-03-29  Juri Linkov  <juri@jurta.org>
33379         * simple.el (next-error-highlight-timer): New variable.
33381         * progmodes/compile.el (compilation-goto-locus):
33382         Use `next-error-highlight-timer' instead of `sit-for'.
33384 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33386         * mail/supercite.el (sc-mail-field): Use assoc-string.
33387         (sc-get-address): Simplify regexps.
33389         * files.el (minibuffer-with-setup-hook): New macro.
33390         (find-file-read-args): Use it to avoid let-binding
33391         minibuffer-with-setup-hook (which breaks turning on/off
33392         file-name-shadow-mode while in the prompt).
33394         * complete.el (PC-read-include-file-name-internal):
33395         Use test-completion.
33397 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
33399         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33401 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33403         * window.el (window-buffer-height): Use count-screen-lines.
33405         * progmodes/python.el (python-preoutput-leftover): New var.
33406         (python-preoutput-filter): Use it.
33407         (python-send-receive): Loop until all the result has been received.
33409 2005-03-28  Juri Linkov  <juri@jurta.org>
33411         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33413         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33414         "Recover Crashed Session".
33415         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33416         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33417         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33418         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33419         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33420         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33421         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33422         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33424         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33425         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33426         Ediff Sessions", "Toggle use of separate control buffer frame",
33427         "Use separate frame for Ediff control buffer".
33429         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33430         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33431         "Rename Bookmark", "Delete Bookmark".
33433         * info.el (Info-mode-menu): Remove ellipsis from "Index".
33434         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33435         Add `:active Info-index-alternatives' to "Next Matching Item".
33437         * wdired.el (wdired-change-to-wdired-mode):
33438         Mention `wdired-abort-changes' key in the initial message.
33440         * international/mule.el (auto-coding-alist): Associate non-ascii
33441         image filename extensions with `no-conversion'.
33443 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33445         * international/iso-acc.el:
33446         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33448 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
33450         * textmodes/sgml-mode.el (html-mode): Doc update.
33452         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33454 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
33456         * term.el (term-move-columns): Fix face after extending a line.
33457         (term-insert-spaces): Likewise.
33458         (term-reset-terminal): Fix off by one error.
33460 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33462         * international/mule.el (auto-coding-alist): Add .xpi files.
33464         * files.el (auto-mode-alist): Add .xpi files.
33466 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
33468         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33470 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33472         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33474 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
33476         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33477         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
33479         * calendar/cal-move.el (calendar-beginning-of-year): Move the
33480         cursor to Jan 1 when needed.
33481         (calendar-end-of-year): Fix -/+ typo.
33482         Reported by Chong Yidong <cyd@stupidchicken.com>.
33484 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33486         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33488         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33489         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
33491 2005-03-25  Richard M. Stallman  <rms@gnu.org>
33493         * filesets.el (filesets-init): Add autoload.
33495         * mail/mailalias.el (mail-directory): Doc fix.
33497 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33499         * mail/mailalias.el (mail-directory-process): Do nothing if
33500         mail-directory-process is an atom.
33501         (mail-get-names): Ignore mail-directory-names if it is an atom.
33502         (mail-directory-process defvar): Doc fix.
33503         (mail-names): Doc fix.
33505 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
33507         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33509 2005-03-26  Kenichi Handa  <handa@m17n.org>
33511         * international/mule-util.el (detect-coding-with-priority):
33512         Call update-coding-systems-internal before detect-coding-region.
33514 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
33516         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33517         (gdb-frames-mode-map): Add follow-link property.
33519 2005-03-25  Jay Belanger  <belanger@truman.edu>
33521         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33522         for variables.
33524 2005-03-25  Juri Linkov  <juri@jurta.org>
33526         * image-mode.el: Optimize image filename extension regexps in
33527         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
33528         in `auto-mode-alist'.
33529         (image-mode): Add `image-toggle-display-text' to local hook
33530         `change-major-mode-hook'.  Display the image as an image by
33531         default.  Set `cursor-type' and `truncate-lines' if the image
33532         is already displayed.  Take into account the current mode (image
33533         or text) in message.
33534         (image-minor-mode): New minor mode.
33535         (image-mode-maybe, image-toggle-display-text): New functions.
33536         (image-toggle-display): Use called-interactively-p.
33537         Let-bind `inhibit-read-only' to t.
33539         * image-mode.el (image-minor-mode): Set `cursor-type' and
33540         `truncate-lines' if the image is already displayed.  Add turning
33541         image-minor-mode off to `change-major-mode-hook'.  Add message.
33542         Call `image-toggle-display-text' after turning image-minor-mode off.
33544 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
33546         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33547         Terminal.app, use utf-8.
33548         (set-display-table-and-terminal-coding-system): Add coding-system arg.
33549         (set-locale-environment): Use it.
33551         * term/xterm.el: Undo last change, better done in mule-cmds.el.
33553         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33555         * progmodes/python.el (python-close-block-statement-p)
33556         (python-outdent-p, python-current-defun): Use symbol-end.
33558 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
33560         * files.el (save-some-buffers): Doc fix.
33562 2005-03-25  Werner Lemberg  <wl@gnu.org>
33564         * complete.el, thumbs.el: Replace `legal' with `valid'.
33565         * calendar/calendar.el: Replace `legal' with `valid'.
33566         * emacs-lisp/advice.el: Replace `legal' with `valid'.
33567         * mail/supercite.el: Replace `legal' with `valid'.
33568         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33569         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33570         Replace `legal' with `valid'.
33571         * textmodes/reftex-vars.el, textmodes/reftex.el:
33572         Replace `legal' with `valid'.
33574 2005-03-25  Werner Lemberg  <wl@gnu.org>
33576         * calc/calc-forms.el, calc/calc-sel.el
33577         * midnight.el, vc-cvs.el
33578         * emacs-lisp/cl-macs.el
33579         * emulation/vip.el
33580         * eshell/esh-io.el, eshell/esh-var.el
33581         * mail/supercite.el
33582         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33583         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33584         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33585         * progmodes/sh-script.el, progmodes/xscheme.el
33586         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33587         * textmodes/reftex-index.el, textmodes/reftex-parse.el
33588         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33589         * textmodes/reftex.el, textmodes/org.el:
33590         Replace `illegal' with `invalid'.
33592 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33594         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33595         (flymake-find-buildfile, flymake-find-possible-master-files)
33596         (flymake-check-include, flymake-parse-line): Replace loops over the
33597         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33599         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33600         Substitute file-name-as-directory in the rest of the file.
33601         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33602         (flymake-replace-region): Remove unused arg `buffer'.
33603         (flymake-check-patch-master-file-buffer): Update calls to it.
33604         (flymake-add-err-info): Remove unused var `count'.
33605         (flymake-mode): Use define-minor-mode.
33607         * progmodes/flymake.el: Use with-current-buffer.
33608         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33609         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33610         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33611         Avoid testing for `xemacs'.
33612         (flymake-nop): Move.
33613         (flymake-region-has-flymake-overlays): Return the computed value.
33614         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33615         Remove unused var `endline'.
33616         (flymake-get-line-count): Remove unused function.
33617         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33619         * emulation/vi.el:
33620         * generic.el:
33621         * hilit-chg.el (global-highlight-changes):
33622         * hi-lock.el (hi-lock-mode):
33623         * follow.el: find-file-hooks -> find-file-hook.
33625         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33627 2005-03-24  Juri Linkov  <juri@jurta.org>
33629         * dired.el (dired-mode-map): Add menu item "Compare directories"
33630         for dired-compare-directories.
33632         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33633         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33635 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33637         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33639 2005-03-24  Jay Belanger  <belanger@truman.edu>
33641         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33642         relevant mode settings in calc-embedded-original-modes when modes
33643         are permanently changed.
33645 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33647         * autoinsert.el: find-file-hooks -> find-file-hook.
33649 2005-03-24  Lute Kamstra  <lute@gnu.org>
33651         * generic.el (generic-font-lock-defaults): Make it obsolete.
33652         (generic-font-lock-keywords): New variable to replace
33653         generic-font-lock-defaults.
33654         (generic-mode-set-font-lock): Delete it.
33655         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33656         (generic-bracket-support): Add docstring.
33658         * generic-x.el: Rename generic-font-lock-defaults to
33659         generic-font-lock-keywords throughout.
33660         (mailagent-rules-setup-function): Delete it.
33661         (mailagent-rules-generic-mode): Use anonymous function instead.
33662         (show-tabs-generic-mode-font-lock-defaults-1)
33663         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33664         Quote faces.
33665         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33666         not foreground.
33668         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33669         Recognize define-generic-mode.
33671 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33673         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33674         if there's no completion table.
33676 2005-03-23  Miles Bader  <miles@gnu.org>
33678         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33679         Remove tty-specific variants, as they're no longer needed.
33681 2005-03-23  Lute Kamstra  <lute@gnu.org>
33683         * generic-x.el: Code cleanup: make args constant whenever possible.
33684         (installshield-statement-keyword-list)
33685         (installshield-system-functions-list)
33686         (installshield-system-variables-list, installshield-types-list)
33687         (installshield-funarg-constants-list): Make them constants.
33689         * generic.el (generic-make-keywords-list): Add autoload cookie.
33691         * calendar/time-date.el: Add comment on time value formats.
33692         Don't require parse-time.
33693         (with-decoded-time-value): New macro.
33694         (encode-time-value): New function.
33695         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33696         (days-to-time): Return a valid time value when arg is huge.
33697         (time-since): Use time-subtract.
33698         (time-to-number-of-days): Use time-to-seconds.
33700 2005-03-23  David Ponce  <david@dponce.com>
33702         * recentf.el (recentf-keep): New option.
33703         (recentf-menu-action): Default to `find-file'.
33704         (recentf-keep-non-readable-files-flag)
33705         (recentf-keep-non-readable-files-p)
33706         (recentf-file-readable-p, recentf-find-file)
33707         (recentf-cleanup-remote): Remove.
33708         (recentf-include-p): More robust.
33709         (recentf-keep-p): New function.
33710         (recentf-remove-if-non-kept): Rename from
33711         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33712         All callers updated.
33713         (recentf-menu-items-for-commands): Fix help string.
33714         (recentf-track-closed-file): Update.  Doc fix.
33715         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33717 2005-03-23  Kim F. Storm  <storm@cua.dk>
33719         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33720         Don't inherit from fringe face (now happens automatically).
33722 2005-03-22  Kim F. Storm  <storm@cua.dk>
33724         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33725         position values.
33727 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33729         * menu-bar.el (showhide-date-time): Remove.
33730         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33731         (menu-bar-make-mm-toggle): Simplify.
33733 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33735         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33736         Accept qualified variable and function names.
33738 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33740         * bindings.el (completion-ignored-extensions):
33741         Remove ".lis" for `vax-vms'.
33743 2005-03-22  Andreas Schwab  <schwab@suse.de>
33745         * generic-x.el: Revert last change.
33746         * ldefs-boot.el: Update.
33748 2005-03-22  Jay Belanger  <belanger@truman.edu>
33750         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33751         (calc-embedded-save-original-modes)
33752         (calc-embedded-restore-original-modes): New functions.
33753         (calc-do-embedded): Save original modes when entering embedded mode
33754         and restore when leaving embedded mode.
33755         (calc-embedded-modes-change): Change the value of
33756         calc-embedded-original-modes to reflect permanent changes.
33758 2005-03-22  Lute Kamstra  <lute@gnu.org>
33760         * generic-x.el: Require generic again.
33762 2005-03-22  Miles Bader  <miles@gnu.org>
33764         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33765         Tweak details to look good on both ttys and bitmap displays, light
33766         or dark background, etc.
33768 2005-03-21  Kim F. Storm  <storm@cua.dk>
33770         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33771         mouse position.
33773 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33775         * icomplete.el: Don't forcibly turn on the mode upon load.
33776         (icomplete-mode): Use define-minor-mode.
33777         (icomplete-eoinput): Default to nil.
33778         (icomplete-minibuffer-setup): Remove autoload.
33779         (icomplete-tidy): Simplify.
33780         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33781         in the initial state or if the user has modified the field.
33782         Fix handling of icomplete-max-delay-chars.
33783         Remove code that handles the oddball case where
33784         minibuffer-completion-table is an integer.
33785         Wrap icomplete-completions in while-no-input in case building
33786         completions takes more time than expected.
33787         (icomplete-completions): Simplify.
33789 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33791         * jka-compr.el (jka-compr-really-do-compress):
33792         Make variable buffer-local.
33794         * image-mode.el: Handle .xpm files too.
33795         (image-toggle-display): Preserve modification flag.
33797         * help.el (where-is): Don't mention aliases with no key bindings.
33799 2005-03-21  Lute Kamstra  <lute@gnu.org>
33801         * generic.el: Fix commentary section.  Don't require cl for
33802         compilation.
33803         (generic-mode-list): Add autoload cookie.
33804         (generic-use-find-file-hook, generic-lines-to-scan)
33805         (generic-find-file-regexp, generic-ignore-files-regexp)
33806         (generic-mode, generic-mode-find-file-hook)
33807         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33808         (define-generic-mode): Make it a defmacro.  Fix docstring.
33809         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33810         (generic-mode-set-comments): Code cleanup.
33811         * generic-x.el: Don't prevent compilation.  Don't require generic.
33812         Follow coding conventions.  Minor code cleanup.
33813         (etc-fstab-generic-mode): Add some keywords.
33814         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33815         define-generic-mode like a function declaration.
33817 2005-03-21  Jay Belanger  <belanger@truman.edu>
33819         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33820         changing modes.
33822 2005-03-21  Sam Steingold  <sds@gnu.org>
33824         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33826 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33828         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33829         Add underscore to "f$ lexicals" regexp.
33831 2005-03-20  Juri Linkov  <juri@jurta.org>
33833         * subr.el (progress-reporter-do-update): When `min-value' is equal
33834         to `max-value', set `percentage' to 0 and prevent division by zero.
33836 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33838         Sync with Tramp 2.0.48.
33840         * net/tramp.el (all): Change all addresses to .gnu.org.
33841         (tramp-append-tramp-buffers): New defun.
33842         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33843         Catch `dont-send' signal.
33844         (tramp-set-auto-save-file-modes): Set always permissions, because
33845         there might be an old auto-saved file belonging to another
33846         original file.  This could be a security threat.  Reported by
33847         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33848         Check for Emacs 21.3.50 removed.
33850         * net/tramp-smb.el (all): Remove debug construct for
33851         `with-parsed-tramp-file-name'.
33852         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33853         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33854         No error message if DIRECTORY or FILENAME doesn't exist.
33855         (tramp-smb-open-connection): Check existence of
33856         `tramp-smb-program'.
33858 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33860         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33861         Properly handle the case where the `m' or `s' command's argument is not
33862         yet terminated.
33863         (perl-indent-new-calculate): New function.
33864         (perl-indent-line): Use it.
33866 2005-03-20  Miles Bader  <miles@gnu.org>
33868         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33869         in text-mode too.  Change to new face names.
33870         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33871         Add `:weight bold' attribute.
33872         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33874 2005-03-19  Juri Linkov  <juri@jurta.org>
33876         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33878         * international/mule.el (auto-coding-alist): Sync with
33879         `auto-mode-alist' by adding upper case archive file extensions
33880         and adding ear/war to jar extension.
33882 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33884         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33885         running, restart it.
33887 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33889         * finder.el (finder-current-item): Throw an error on an empty line.
33891         * man.el (Man-follow-manual-reference): If current-word returns
33892         nil, use "".
33894 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33896         * simple.el (goto-line): Doc fix.
33898 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33900         * files.el (save-buffer): Doc fix.
33902 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33904         * recentf.el (recentf-cleanup-remote): New variable.
33905         (recentf-cleanup): Use it to conditionally check availability of
33906         remote files.
33908 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33910         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33911         function names.
33913 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33915         * language/thai-word.el: New file.
33917 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33919         * files.el (backup-buffer): If the file's directory is not
33920         writable, use copy instead of move to backup the file.
33922 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33924         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33926 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33928         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33929         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33930         <darkman_spam@yahoo.fr>.
33931         (ps-print-version): New version 6.6.6.
33933 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33935         * textmodes/table.el (table--line-column-position): New idiom.
33936         (table--row-column-insertion-point-p): New function to test
33937         validity of row and column insertion operation at a location.
33938         (table-global-menu, table-cell-menu): Use above functions for
33939         deterministic test operation.
33940         (table--editable-cell-p): Behave in deterministic fashion.
33942 2005-03-18  Juri Linkov  <juri@jurta.org>
33944         * isearch.el (isearch-lazy-highlight-new-loop):
33945         Make arguments beg and end optional.
33946         (isearch-update): Remove optional arguments nil from
33947         isearch-lazy-highlight-new-loop.
33948         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33949         isearch-lazy-highlight-case-fold-search instead of
33950         isearch-case-fold-search, and let-bind isearch-regexp to
33951         isearch-lazy-highlight-regexp.
33952         Use isearch-lazy-highlight-last-string instead of isearch-string.
33954         * replace.el (perform-replace): Remove bindings of global
33955         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33956         Add three new arguments to `replace-highlight'.
33957         (replace-highlight): Add arguments string, regexp, case-fold.
33958         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33959         to allow isearch-lazy-highlight-new-loop to use these values
33960         to set corresponding isearch-lazy-highlight-* internal
33961         variables whose values lazy highlighting will use regardless of
33962         changes to global variables isearch-string, isearch-regexp,
33963         isearch-case-fold-search during lazy highlighting loop.
33964         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33965         to `lazy-highlight-cleanup'.
33967         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33968         (ispell-highlight-face): Set default face to `isearch' when
33969         lazy highlighting is enabled.
33970         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33971         priority to 1.  Add lazy highlighting.
33972         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33973         from `isearch-dehighlight'.
33975 2005-03-18  David Ponce  <david@dponce.com>
33977         * files.el (hack-local-variables): Do a case-insensitive search
33978         for End.
33980 2005-03-18  Juri Linkov  <juri@jurta.org>
33982         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33983         `isearch-lazy-highlight-cleanup', add alias to old name and
33984         declare obsolete.  Add release numbers to other obsolete vars.
33985         (isearch-done, isearch-lazy-highlight-new-loop):
33986         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33987         (lazy-highlight-cleanup) <variable>: Doc fix.
33988         (isearch-lazy-highlight-update): Rename obsolete
33989         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33991 2005-03-18  Kenichi Handa  <handa@m17n.org>
33993         * language/thai-util.el: Fix categorization of Thai characters in
33994         thai-category-table.
33995         (thai-composition-pattern): Adjust it for the above change.
33996         (thai-self-insert-command, thai-compose-syllable): New functions.
33997         (thai-compose-region): Use thai-compose-syllable.
33998         (thai-compose-string): Likewise.
33999         (thai-composition-function): Likewise.
34000         (thai-auto-composition): New function.
34001         (thai-auto-composition-mode): New minor mode.
34003         * language/thai.el: Fix patterns to be registered in
34004         composition-function-table.
34006         * international/quail.el (quail-input-method): Locally bind
34007         inhibit-modification-hooks to t.
34009 2005-03-17  Richard M. Stallman  <rms@gnu.org>
34011         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34012         (perl-mode): Use run-mode-hooks.
34014         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34015         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34016         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34018         * mail/sendmail.el (sendmail-send-it): Reenable the code
34019         to compute resend-to-address and use it.
34021         * tar-mode.el (tar-mode): Turn off undo unconditionally.
34023         * image-mode.el: New file.
34025         * image.el (insert-sliced-image): Add autoload cookie.
34027         * font-lock.el (font-lock-lines-before): New user option.
34028         (font-lock-after-change-function): Obey it.
34030         * bindings.el (esc-map): Make M-g a prefix.
34031         Bind M-g g and M-g M-g to goto-line.
34033         * faces.el (face-id): Doc fix.
34035 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
34037         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34038         (rmail-show-message): Use rmail-unknown-mail-followup-to.
34039         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34041         * mail/sendmail.el (mail-yank-ignored-headers)
34042         (mail-font-lock-keywords, mail-mode-fill-paragraph):
34043         Add Mail-Followup-To and Mail-Reply-To headers.
34044         (mail-citation-hook): Add autoload cookie.
34045         (mail-mode): Doc fix.
34046         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34047         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34048         (mail-mode-fill-paragraph): Handle those headers.
34049         (mail-mailing-lists): New variable.
34050         (mail-mail-reply-to, mail-mail-followup-to): New functions.
34052 2005-03-17  Juri Linkov  <juri@jurta.org>
34054         * isearch.el (isearch-fallback): Check for `(car previous)'
34055         before calling `isearch-other-end-state'.
34057 2005-03-17  Kim F. Storm  <storm@cua.dk>
34059         * simple.el (move-beginning-of-line): Move to beginning of buffer
34060         line, as well as beginning of screen line.
34062 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
34064         * calendar/diary-lib.el (mark-diary-entries): Use new optional
34065         argument REDRAW rather than calendar-redrawing variable.
34066         * calendar/calendar.el (calendar-redrawing): Delete.
34067         (redraw-calendar): Do not bind calendar-redrawing.
34069 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
34071         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34072         diary-file buffer.
34074 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34076         * help.el (describe-mode): Allow a :minor-mode-function property to
34077         specify a different minor mode toggle function than the variable.
34078         * simple.el (auto-fill-function):
34079         * subr.el (add-minor-mode): Use it.
34081 2005-03-16  Kenichi Handa  <handa@m17n.org>
34083         * language/ethio-util.el (sera-being-called-by-w3): New variable.
34084         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34085         (ethio-fidel-to-sera-buffer): Likewise.
34087 2005-03-16  Juri Linkov  <juri@jurta.org>
34089         * emacs-lisp/find-func.el (find-function-regexp):
34090         Add defun-emitting macro `menu-bar-make-toggle'.
34092         * isearch.el: Put `isearch-scroll' property to
34093         `split-window-horizontally'.
34095         * info.el: Update error messages for `debug-ignored-errors'.
34096         (Info-isearch-search): Doc fix.
34097         (Info-find-node): Move up code to go into info buffer before
34098         recording the node to the history.
34099         (Info-fontify-node): Fontify titles only if the next line
34100         has two or more `*', `=', `-', `.'.
34101         Display "go to this node" for empty (match-string 3).
34103 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34105         * term/mac-win.el: Add mouse pointer shape constants.
34107 2005-03-15  Kim F. Storm  <storm@cua.dk>
34109         * simple.el (move-beginning-of-line): Use vertical-motion.
34111 2005-03-15  Juri Linkov  <juri@jurta.org>
34113         * isearch.el (isearch-error): New variable.
34114         (isearch-invalid-regexp, isearch-within-brackets): Remove.
34115         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34116         (isearch-within-brackets-state): Remove.
34117         (isearch-case-fold-search-state, isearch-pop-fun-state):
34118         Decrease frame index.
34119         (isearch-mode, isearch-top-state, isearch-push-state)
34120         (isearch-edit-string, isearch-abort, isearch-search-and-update)
34121         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34122         (isearch-search, isearch-lazy-highlight-new-loop):
34123         Replace `isearch-invalid-regexp' with `isearch-error'.
34124         Remove `isearch-within-brackets'.
34125         (isearch-search): Add `search-failed' handler to `condition-case'.
34126         (isearch-lazy-highlight-search): Add `condition-case' to catch
34127         errors and allow `isearch-lazy-highlight-update' to try
34128         highlighting from the beginning of the window.
34129         (isearch-repeat): Move up code to set isearch-wrapped to t
34130         before calling isearch-wrap-function.
34132         * info.el (Info-isearch-initial-node): New internal variable.
34133         (Info-search): Signal an error in isearch mode when search leaves
34134         the initial node.  Signal an error when `bound' is non-nil and
34135         nothing was found in the current subfile.
34136         (Info-isearch-search): Remove `condition-case'.
34137         (Info-isearch-wrap): Don't wrap when search failed during leaving
34138         the initial node.  If `Info-isearch-search' is nil, wrap around
34139         the current node.
34140         (Info-isearch-start): New fun.
34141         (Info-mode): Add buffer-local hook `Info-isearch-start' to
34142         `isearch-mode-hook'.
34144 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34146         * simple.el (normal-erase-is-backspace): Set default to t if
34147         running on Mac.
34149         * term/mac-win.el (function-key-map): Sync with x-win.el.
34151 2005-03-15  Kenichi Handa  <handa@m17n.org>
34153         * international/mule-cmds.el (locale-language-names): Modify the
34154         format of elements and add more entries.
34155         (locale-preferred-coding-systems): Add more entries.
34156         (set-locale-environment): Adjust for the change of
34157         locale-language-names.
34159 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
34161         * pcvs.el (smerge-ediff): Remove bogus autoload.
34163 2005-03-14  Lute Kamstra  <lute@gnu.org>
34165         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34166         Ignore a `*' at the beginning of a line.
34168         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34169         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34170         subr.el.
34171         (dont-compile, eval-when-compile, eval-and-compile): Use declare
34172         to specify indentation.
34174         * generic.el (define-generic-mode): Let generic-mode-list be a
34175         list of strings; test membership with equal.
34177 2005-03-14  Kim F. Storm  <storm@cua.dk>
34179         * simple.el (next-line, previous-line): Add optional try-vscroll
34180         arg to recognize interactive use.  Pass it on to line-move.
34181         (line-move): Don't perform auto-window-vscroll when defining or
34182         executing keyboard macro to ensure consistent behavior.
34184 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34186         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34188 2005-03-13  Lute Kamstra  <lute@gnu.org>
34190         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34191         debugger-setup-buffer so that backtrace marks the frames set to
34192         debug-on-exit and we don't have to do it manually.  Set an extra
34193         debug-on-exit for macro's.
34194         (debugger-setup-buffer): Don't mark the top frame manually.
34196 2005-03-12  Lute Kamstra  <lute@gnu.org>
34198         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34199         lisp-indent-function throughout.
34200         (with-no-warnings): Set lisp-indent-function property.
34202 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
34204         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34205         Add entry for backslash.
34207 2005-03-12  Juri Linkov  <juri@jurta.org>
34209         * info.el (Info-search): Four fixes for backward search.
34211 2005-03-11  Jay Belanger  <belanger@truman.edu>
34213         * calc/calc.el (calc-language-alist): New variable.
34214         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34215         (calc-embedded-find-modes): Use calc-language-alist instead of
34216         calc-embedded-language-alist.
34218 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34220         * calendar/calendar.el (calendar-redrawing): New internal
34221         variable.
34222         (redraw-calendar): Remove bogus save-excursion from previous
34223         change.  Bind calendar-redrawing to t for mark-diary-entries.
34224         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34225         calendar if that is why we were called.
34227 2005-03-11  Kenichi Handa  <handa@m17n.org>
34229         * international/mule.el (make-coding-system): Set property
34230         coding-system-define-form to nil.
34231         (define-coding-system-alias): Likewise.
34233 2005-03-11  Kenichi Handa  <handa@m17n.org>
34235         These changes are suggested by Dave Love <fx@gnu.org>.
34237         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34238         coding: tag.
34239         (adaptive-fill-regexp): Add more bullets.
34240         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34241         regexps.
34243 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34245         * help.el (describe-mode): Properly handle non-trivial lighters.
34246         Don't ignore minor modes that are not listed in minor-mode-list.
34248         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34249         feature ON when the user requests to turn it OFF.
34251 2005-03-10  Lute Kamstra  <lute@gnu.org>
34253         * emacs-lisp/debug.el (debug-entry-code): Delete it.
34254         (implement-debug-on-entry): New function to replace debug-entry-code.
34255         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
34256         second argument as the 2005-03-07 change makes it obsolete.
34257         (debug-on-entry, cancel-debug-on-entry): Update call to
34258         debug-on-entry-1.
34259         (debug, debugger-setup-buffer): Comment update.
34260         (debugger-frame-number): Update to work with implement-debug-on-entry.
34262 2005-03-10  Jay Belanger  <belanger@truman.edu>
34264         * calc/calc-embed.el (math-ms-args): Declare it.
34265         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34266         math-ms-args.
34267         (calc-embedded-subst): Use math-multi-subst-rec to substitute
34268         variables.
34270 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
34272         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34273         Use message-box.
34275         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34276         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34277         (tooltip-gud-tips): Simplify.
34278         (tooltip-gud-tips-p): Remove superfluous :set.
34279         (tooltip-gud-modes): Add fortran-mode.
34280         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34282         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34284 2005-03-09  Kim F. Storm  <storm@cua.dk>
34286         * play/animate.el (animate-place-char): Use forward-line instead
34287         of next-line to improve performance.
34289 2005-03-09  Simon Josefsson  <jas@extundo.com>
34291         * net/browse-url.el (browse-url-default-browser): Doc fix.
34293 2005-03-09  Miles Bader  <miles@gnu.org>
34295         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34296         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34298 2005-03-09  Kenichi Handa  <handa@m17n.org>
34300         * international/latin-1.el: Set case and syntax for 255 only if
34301         set-case-syntax-set-multibyte is nil.
34303         * textmodes/ispell.el (ispell-insert-word): New function.
34304         (ispell-word): Use ispell-insert-word to insert a new word.
34305         (ispell-process-line): Likewise.
34306         (ispell-complete-word): Likewise.
34308 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
34310         * calendar/calendar.el (redraw-calendar): Preserve point.
34311         Reported by Matt Hodges <MPHodges@member.fsf.org>.
34312         (calendar-week-start-day): Move after definition of
34313         redraw-calendar.  Delete buffer test, since redraw-calendar has
34314         that now.
34316         * calendar/diary-lib.el (mark-diary-entries): Only call
34317         redraw-calendar in the first of any recursive calls.
34318         Reported by Alan Shutko <ats@acm.org>.
34320 2005-03-08  Juri Linkov  <juri@jurta.org>
34322         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34323         (html-horizontal-rule, html-line, html-image, html-checkboxes)
34324         (html-radio-buttons): Add a space before the trailing `/>' where
34325         sgml-xml-mode is non-nil.
34326         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34327         the subsequent tag of the empty XML tag.
34328         (html-href-anchor): Don't set initial input to "http:".
34329         (html-image): Ask for the image URL and set point inside alt="".
34330         (html-name-anchor): Duplicate the name in the `id' attribute when
34331         sgml-xml-mode is non-nil.
34332         (html-paragraph): Remove \n before <p>.
34333         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34334         instead of `checked' when sgml-xml-mode is non-nil.
34336         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34337         Remove 1 space before #RRGGBB to not truncate it on terminal
34338         windows w/o fringes.  Remove 1 space between bg and fg examples
34339         to get more space.
34340         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34341         avoid byte-compile warnings.
34343         * image-file.el (image-file-handler): Put `safe-magic' property to
34344         `image-file-handler'.
34346         * info.el (Info-isearch-search): Emulate word search in
34347         isearching through multiple Info nodes with Info-search.
34348         (Info-isearch-wrap): Allow isearch-word.
34350 2005-03-08  Lute Kamstra  <lute@gnu.org>
34352         * emacs-lisp/debug.el (debugger-step-through): Make sure that
34353         stepping into the debugger's code is not possible.
34354         (debugger-jumping-flag): Docstring update.
34356 2005-03-08  Jay Belanger  <belanger@truman.edu>
34358         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34359         embedded mode begins.
34360         (calc-embedded-language-alist): New variable.
34361         (calc-embedded-find-modes): Use calc-embedded-language-alist to
34362         set default language mode.
34364 2005-03-08  Kenichi Handa  <handa@m17n.org>
34366         * international/ccl.el (define-ccl-program): Fix docstring about
34367         extra 256 bytes assured for the output buffer.
34369         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34370         Fix BUFFER_MAGNIFICATION to 2.
34371         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34373 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
34375         * align.el (align-rules-list): Added an alignment rule for CSS
34376         declarations (applies to css-mode and html-mode buffers).
34378 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
34380         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34382 2005-03-07  Kim F. Storm  <storm@cua.dk>
34384         * simple.el (move-beginning-of-line): New command.
34386         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34388         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34390         * emulation/cua-base.el: Put CUA move property on move-end-of-line
34391         and move-beginning-of-line.
34393         * apropos.el (apropos-print): Omit command from M-x ... RET.
34395 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
34397         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34398         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34400 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34402         * bindings.el (esc-map): Bind M-g to goto-line.
34404         * facemenu.el (global-map): Bind M-o, not M-g.
34406 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34408         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34409         "Open Directory" as for "Open File".
34411 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
34413         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34414         (push-mark-command): Run activate-mark-hook.
34416 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34418         * help-mode.el (help-mode-finish): Don't alter the element
34419         in view-return-to-alist if there already is one.
34421         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34422         make sure the current buffer is the expected one.
34424         * novice.el (disabled-command-function): Output in *Disabled Command*.
34425         Explicitly ignore non-keyboard events, and explicitly handle C-g.
34427         * textmodes/flyspell.el (flyspell-large-region):
34428         Pass args differently for aspell.
34430         * files.el (mode-require-final-newline): Doc fix.
34432 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34434         * progmodes/which-func.el (which-function):
34435         Specify NOERROR when calling imenu--make-index-alist.
34437 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34439         * simple.el (normal-erase-is-backspace): Define default value.
34441         * custom.el (custom-theme-set-variables): Remove unused var
34442         `immediate'.
34443         (custom-reevaluate-setting): Simple function to handle variables
34444         that are defined before their default value can really be
34445         computed.
34447         * startup.el (command-line): Use it for temporary-file-directory,
34448         small-emporary-file-directory, auto-save-file-name-transforms,
34449         blink-cursor-mode, and normal-erase-is-backspace.
34451         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34452         progress, even with buggy anchored keywords.
34454 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
34456         * simple.el (goto-line): Remove unbalanced final parenthesis.
34458 2005-03-05  Richard M. Stallman  <rms@gnu.org>
34460         * simple.el (goto-line): Use a number at point as the default.
34461         With C-u as arg, switch buffers.
34463 2005-03-05  Juri Linkov  <juri@jurta.org>
34465         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34466         with `no-blinking-cursor'.
34468         * startup.el (no-blinking-cursor): New defvar.
34469         (command-line): Add `--no-blinking-cursor' to longopts.
34470         Set `no-blinking-cursor' to t for command line arguments
34471         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
34472         with `no-blinking-cursor' in the condition for calling
34473         `blink-cursor-mode'.
34475 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
34477         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34478         (menu-bar-options-save): Add blink-cursor-mode.
34479         (menu-bar-options-menu): Add blink-cursor-mode.
34481 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
34483         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34484         (icalendar-export-file, icalendar-export-region)
34485         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34486         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34488 2005-03-04  Lute Kamstra  <lute@gnu.org>
34490         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34491         (debug-function-list): Ditto.
34493 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
34495         * textmodes/texinfmt.el (texinfo-append-refill):
34496         Redefine the types of line to which @refill
34497         is not appended by replacing a search for `@refill\\|@bye' with
34498         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
34499         itemize@refill' bug and the unfilled long lines bug.
34500         (texinfmt-version): Update number and date.
34502 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
34504         * international/code-pages.el (windows-1250, windows-125[2-8])
34505         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34507 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34509         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34510         bound yet.
34512 2005-03-02  Romain Francoise  <romain@orebokech.com>
34514         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34515         buffer after removing limits.
34516         (ibuffer-pop-filter): Ditto.
34517         Update copyright.
34519 2005-03-02  Miles Bader  <miles@gnu.org>
34521         * button.el (make-text-button): If the user doesn't specify a
34522         type, use the default.  Rewrite to use `add-text-properties' and
34523         plist functions.
34525 2005-03-01  Lute Kamstra  <lute@gnu.org>
34527         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34528         (debugger-jumping-flag): New var.
34529         (debug-entry-code): Use it.
34530         (debugger-jump): Use debugger-jumping-flag and add
34531         debugger-reenable to post-command-hook.
34532         (debugger-reenable): Use debugger-jumping-flag and remove itself
34533         from post-command-hook.
34534         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34535         debugger-reenable.
34537 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
34539         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34540         inclusion of "itemize\\|", which may be unnecessary, is certainly
34541         inelegant, and stops refilling in itemize lists when formatting
34542         Japanese Texinfo files to Info.
34543         Update copyright to 2005.
34545 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
34547         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34548         of an error if GDB can't find the source file.
34550 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
34552         * calendar/calendar.el (redraw-calendar): Work from any buffer,
34553         not just the calendar.
34555         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34556         first.
34557         (diary-redraw-calendar): New function.
34558         (make-diary-entry): Add diary-redraw-calendar to local
34559         write-contents-functions.  Turn off selective display before
34560         inserting in diary.
34562 2005-03-01  Kim F. Storm  <storm@cua.dk>
34564         * emacs-lisp/copyright.el (copyright-fix-years): New command.
34566 2005-03-01  Lute Kamstra  <lute@gnu.org>
34568         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34569         that debug-entry-code can be safely removed from a function while
34570         this code is being evaluated.  Revert the 2005-02-27 change as the
34571         new implementation no longer requires it.  Make sure that a
34572         function body containing just a string is not mistaken for a docstring.
34573         (debug): Skip one more frame in case of debug on entry.
34574         (debugger-setup-buffer): Delete one more frame line in case of
34575         debug on entry.
34576         (debugger-frame-number): Update to use the new text introduced by
34577         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
34579 2005-02-28  Kim F. Storm  <storm@cua.dk>
34581         * double.el (double-translate-key): Call force-window-update after
34582         read-event to avoid crash in redisplay.
34584 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34586         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34587         (debug): Use it.  Move the inhibit-trace earlier.
34588         (debug-entry-code): New const.
34589         (debug-on-entry-1): Use it.
34591 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
34593         * international/utf-16.el (ccl-encode-mule-utf-16le):
34594         Fix BUFFER_MAGNIFICATION to 2.
34595         (ccl-encode-mule-utf-16be): Likewise.
34597 2005-02-28  Kenichi Handa  <handa@m17n.org>
34599         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34600         Fix BUFFER_MAGNIFICATION to 4.
34601         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34603 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34605         * speedbar.el (speedbar-update-flag): Doc fix.
34606         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34607         argument.
34609 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34611         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34612         have a non-nil `invisible' property but are actually visible.
34614         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34615         for perldoc sections.
34616         (perl-outline-regexp, perl-outline-level): New var and function.
34617         (perl-mode): Use them.
34619 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34621         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34622         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34624 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34626         * cus-edit.el: Comment change.
34627         (custom-buffer-create-internal): Slightly reword text at top of
34628         Custom buffers.  Mention there that saving an option edits the
34629         init file.  Add link to Emacs manual node on `custom-file'.
34630         (custom-magic-alist): Rewrite individual State messages to use
34631         capitalized keywords.  Doc fix.
34633 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34635         * calendar/calendar.el (calendar-buffer): Move above
34636         calendar-week-start-day.
34637         (calendar-week-start-day): Doc fix.  Add :set function.
34638         (calendar-minimum-window-height): New variable.
34639         (generate-calendar-window): Only resize window if selected-window
34640         is displaying the calendar buffer.  Use new variable
34641         calendar-minimum-window-height.
34642         (generate-calendar): Reword error message.
34643         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34645 2005-02-27  Andreas Schwab  <schwab@suse.de>
34647         * vc.el (vc-do-command): Don't run command asynchronously when
34648         operating in a remote directory.
34650         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34651         change from sync with Tramp 2.0.47.
34653 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34655         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34657         * textmodes/flyspell.el (flyspell-mode-on):
34658         Call ispell-change-dictionary only if necessary.
34660         * emacs-lisp/re-builder.el (regexp-builder): New function.
34662         * register.el (describe-register-1): Explicitly handle
34663         yank-excluded-properties = t.
34665         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34666         (custom-magic-alist): Change the status descriptions again.
34667         (face widget-type): Total rewrite based on `restricted-sexp'
34668         to eliminate the confusing double hiding levels.
34670         * emacs-lisp/debug.el (debug-on-entry-1):
34671         If function body is empty, add nil as body form.
34673 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34675         * emacs-lisp/trace.el (inhibit-trace): New var.
34676         (trace-make-advice): Use it.
34678         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34680 2005-02-26  Kim F. Storm  <storm@cua.dk>
34682         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34683         (mouse-on-link-p, mouse-drag-region-1): Use it.
34685 2005-02-25  Lute Kamstra  <lute@gnu.org>
34687         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34689 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34691         * frame.el (blink-cursor-mode): Add :group keyword.
34693 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34695         * calendar/icalendar.el (icalendar--decode-isodatetime):
34696         New optional argument DAY-SHIFT.
34697         (icalendar-export-region): Fix coding-system-for-write.
34698         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34699         events by one.
34701 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34703         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34705 2005-02-24  Kim F. Storm  <storm@cua.dk>
34707         * international/iso-acc.el (iso-accents-compose): Fix crash
34708         during redisplay.  Call force-window-update after read-event
34709         and delete-region to signal that window is not accurate.
34711 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34713         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34714         Remove unused and inexistent var `inhibit-trace'.
34715         (debugger-mode): Use run-mode-hooks.
34716         (debugger-list-functions): Add buttons; setup xref stack.
34718 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34720         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34721         appointment says it was explicitly made.
34722         (appt-add): Set the 3rd element.
34723         (appt-make-list): Preserve explicit appointments.
34725         * subr.el (find-tag-default): Catch errors in forward-sexp.
34727 2005-02-23  Juri Linkov  <juri@jurta.org>
34729         * info.el (Info-isearch-search): New defcustom.
34730         (Info-isearch-search): Call the default isearch function
34731         when Info-isearch-search is nil.
34732         (Info-isearch-wrap): Use variable Info-isearch-search.
34734 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34736         * cus-edit.el: Comment change.
34738 2005-02-22  Kim F. Storm  <storm@cua.dk>
34740         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34741         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34743 2005-02-22  Simon Josefsson  <jas@extundo.com>
34745         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34746         New variable.
34747         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34748         Oskarsson" <myrkraverk@users.sourceforget.net>.
34750 2005-02-22  Kim F. Storm  <storm@cua.dk>
34752         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34753         check that window of that event is the selected window.
34754         (mouse-drag-region-1): Compare mouse event window to selected
34755         window before setting point.
34757         * tooltip.el (tooltip-show-help-function): Pass event to
34758         mouse-on-link-p so it can check selected window.
34760 2005-02-22  Kenichi Handa  <handa@m17n.org>
34762         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34763         (ps-mule-show-warning): New function.
34764         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34765         characters are found.
34767         * ps-print.el (ps-header-footer-string): Return a list of header
34768         and footer strings.
34770 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34772         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34774 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34776         * frame.el (blink-cursor-mode): Use define-minor-mode.
34778         * term/mac-win.el (function-key-map): Use char-names more consistently.
34779         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34780         already handled in mule-cmds.el (where it also works when mac-win.el
34781         is not used).
34783 2005-02-21  Kenichi Handa  <handa@m17n.org>
34785         * international/mule.el (ctext-pre-write-conversion): Always use
34786         " *code-converting-work*" buffer for work.
34788         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34790 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34792         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34794 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34796         * ses.el (undo-more): Restore defadvice, but only the part that
34797         allows changes outside the restricted area of the buffer.
34799 2005-02-20  Kim F. Storm  <storm@cua.dk>
34801         * simple.el (line-move): Add fourth optional arg try-vscroll which
34802         must be set to perform auto-window-vscroll.
34803         When moving backwards and doing auto-window-vscroll, automatically
34804         vscroll to the last part of lines which are taller than the window.
34805         (next-line, previous-line): Set try-vscroll arg on line-move.
34807 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34809         * replace.el (query-replace, query-replace-regexp)
34810         (replace-string, replace-regexp): When operating on region, make
34811         the minibuffer prompt say so.
34813         * isearch.el (isearch-forward): Document isearch-query-replace and
34814         isearch-query-replace-regexp keybindings.
34816 2005-02-19  Jay Belanger  <belanger@truman.edu>
34818         * calc/calc-aent.el (math-read-token): Add local variable.
34820         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34821         (calc-edit-top): Move declaration to earlier in file.
34822         (calc-edit-macro-repeats): Add local variables.
34824         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34825         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34826         calcFunc-tanh.
34827         Adjust integration rule for calcFunc-tan.
34829 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34831         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34832         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34833         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34834         (viper-skip-separators): Bug fix.
34835         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34836         particular major mode.
34837         (viper-del-backward-char-in-replace): Don't put deleted char on the
34838         kill ring.
34840         * emulation/viper-ex.el (viper-color-display-p): New function.
34841         (viper-has-face-support-p): Use viper-color-display-p.
34843         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34845         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34847         * emulation/viper-util.el (viper-glob-unix-files):
34848         Fix shell status check.
34849         (viper-file-remote-p): Make equivalent to file-remote-p.
34851         * emulation/viper.el (viper-major-mode-modifier-list):
34852         Use viper-gnus-modifier-map.
34854 2005-02-19  David Kastrup  <dak@gnu.org>
34856         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34857         quoting.
34859 2005-02-19  Jay Belanger  <belanger@truman.edu>
34861         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34862         Remove extra definitions.
34863         (calc-coth): New function.
34864         (calcFunc-cot): Fix `let'.
34866 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34868         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34869         the reasons we use "type pc" in these faces.
34871         * button.el (button): Ditto.
34873 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34875         * replace.el (query-replace-read-from): Set the value of
34876         query-replace-from-history-variable to handle the case of an empty
34877         string entered to accept the suggested default.
34879         * net/tramp.el (tramp-file-name-for-operation):
34880         Use dired-call-process instead of dired-call-process-command.
34882 2005-02-19  Jay Belanger  <belanger@truman.edu>
34884         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34885         (math-div-non-trig): New variables.
34886         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34887         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34888         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34889         trig expressions.
34891 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34893         * progmodes/gdb-ui.el (gdb-var-update-handler)
34894         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34895         for watch expressions,
34896         (gdb-var-create-handler): Don't set speedbar-update-flag.
34897         (gdb-post-prompt): Simplify test for speedbar.
34899 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34901         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34902         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34903         we use the syntax table of the correct buffer.
34904         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34905         Felix Gatzemeier.
34907         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34908         (ediff-file-remote-p): Make synonymous with file-remote-p.
34909         In all deffaces ediff-*-face-*, use min-colors.
34911         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34912         ediff-recurse-to-subdirectories.
34913         (ediff-mark-if-equal): Check that the arguments are strings, use
34914         ediff-same-contents (after to Felix Gatzemeier).
34916         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34917         nil.
34919 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34921         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34923 2005-02-18  David Kastrup  <dak@gnu.org>
34925         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34926         use `mark-active' when defined.
34928 2005-02-18  Kenichi Handa  <handa@m17n.org>
34930         * ps-print.el (ps-font-info-database): New entry
34931         ZapfChancery-MediumItalic with correct font name.  Fix font name
34932         of the entry Zapf-Chancery-MediumItalic.
34934 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34936         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34938 2005-02-16  Kim F. Storm  <storm@cua.dk>
34940         * ido.el (ido-fallback-command): Pass user input to fallback command.
34942 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34944         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34945         (gdb-find-file-hook): Add server prefix.
34947 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34949         * replace.el (perform-replace): Pass new args to replace-highlight.
34950         (replace-highlight): Take region args,
34951         and pass them to isearch-lazy-highlight-new-loop.
34953         * novice.el (disabled-command-hook): Autoload the defalias
34954         and the make-obsolete-variable call.
34956         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34958         * isearch.el (isearch-lazy-highlight-start-limit)
34959         (isearch-lazy-highlight-end-limit): New variables limit
34960         the region for highlighting.
34961         (isearch-lazy-highlight-new-loop): New args BEG and END.
34962         (isearch-lazy-highlight-search): Use the new vars.
34963         (isearch-lazy-highlight-update): Likewise.
34965         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34967         * cus-start.el (all): Use default-boundp.
34969 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34971         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34973 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34975         * autorevert.el (auto-revert-stop-on-user-input)
34976         (auto-revert-verbose): Doc fixes.
34978 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34980         * international/mule-cmds.el (set-locale-environment): Remove call
34981         to set-selection-coding-system on Windows.
34983 2005-02-15  Jay Belanger  <belanger@truman.edu>
34985         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34986         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34987         calcFunc-coth.
34988         (math-simplify-sqrt): Add simplifications.
34990         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34991         to list.
34993         * calc/calc-ext.el: Add functions to autoloads.
34995         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34996         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34997         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34998         (math-csc-raw, math-cot-raw): New functions.
35000         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35002         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35003         the variable name in a message.
35005         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35006         calcFunc-csc, calcFunc-cot.
35008         * calc/calcalg2.el: Add derivative and integration rules for
35009         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35010         calcFunc-csch, calcFunc-coth.
35011         (math-do-integral-methods): Add to checks for when to use
35012         substitutions.
35014         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35016 2005-02-15  Lute Kamstra  <lute@gnu.org>
35018         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35019         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
35020         <monnier@iro.umontreal.ca>.
35021         (lisp-outline-level): Improve efficiency.  Suggested by David
35022         Kastrup <dak@gnu.org>.
35024 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
35026         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35027         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35028         (gdb-set-gud-minor-mode-existing-buffers): New functions.
35029         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
35030         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35032 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
35034         * cus-start.el (all): Comment change.
35036 2005-02-14  Lute Kamstra  <lute@gnu.org>
35038         * cus-start.el (all): Check if symbol is void.
35040 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
35042         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35043         optional argument to \cite.
35045 2005-02-14  Richard M. Stallman  <rms@gnu.org>
35047         * cus-edit.el (custom-buffer-create-internal): Update help message.
35048         (custom-magic-alist): Update help messages.
35050         * cus-start.el (all): Allow a var to specify a standard value.
35052 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
35054         * custom.el (custom-theme-set-variables): Handle variable aliases.
35056         * frame.el (blink-cursor-timer): Doc fix.
35057         (blink-cursor): Make it an alias for `blink-cursor-mode' and
35058         declare obsolete.
35059         (blink-cursor-mode): Define with defcustom and use correct
35060         standard expression in that defcustom.
35061         * startup.el (command-line): Adapt to above changes in frame.el.
35063 2005-02-11  Lute Kamstra  <lute@gnu.org>
35065         * apropos.el (apropos-score-doc): Prevent division by zero.
35067 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
35069         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35070         (icalendar--get-event-property-attributes)
35071         (icalendar--get-event-properties)
35072         (icalendar--datetime-to-diary-date): New functions.
35073         (icalendar--split-value): Doc fix.
35074         (icalendar--datetime-to-noneuropean-date)
35075         (icalendar--datetime-to-european-date): New optional argument
35076         SEPARATOR.  Return result as a string instead of a list.
35077         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35078         (icalendar--convert-string-for-export): Rename arg S to STRING.
35079         (icalendar-export-region): Doc fix.  Change name of error buffer.
35080         Save output buffer.
35081         (icalendar-import-file): Add blank at end of prompt.
35082         (icalendar-import-buffer): Doc fix.  Do not switch to error
35083         buffer.  Indicate status in return value.
35084         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
35085         buffer.  Save output buffer.  Handle exception from recurrence
35086         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
35087         events.  Fix problems with weekly all-day events.
35089 2005-02-10  Richard M. Stallman  <rms@gnu.org>
35091         * simple.el (eval-expression-print-format):
35092         Avoid warning about edebug-active.
35094         * help.el (help-for-help-internal): Rename from help-for-help.
35095         (help-for-help): Define with defalias.
35097         * font-core.el (font-lock-default-function): Use with-no-warnings.
35099         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35101         * custom.el (defface): Doc fix.
35103 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
35105         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35106         width 0" to prevent word wrapping problems.
35108 2005-02-09  Kim F. Storm  <storm@cua.dk>
35110         * ido.el (ido-file-extensions-order): New defcustom.
35111         (ido-file-extension-lessp, ido-file-extension-aux)
35112         (ido-file-extension-order): New advanced file ordering.
35113         (ido-file-lessp): New simple file ordering.
35114         (ido-sort-list): Remove.
35115         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35116         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35118 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
35120         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35121         that some versions of grep produce.
35122         (grep-mode-font-lock-keywords): Likewise.
35124 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
35126         * progmodes/gdb-ui.el (gdb-location-list): New variable.
35127         (gdb-cdir): Delete.
35128         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35129         (gdb-source-info): Treat case when source file is in another
35130         directory properly.
35131         (gdb-get-location): New function.
35133 2005-02-07  Jay Belanger  <belanger@truman.edu>
35135         * calc/calc-prog.el (calc-write-parse-table-part)
35136         (calc-fix-token-name): Fix a check for language type.
35138         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35140 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
35142         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35143         as directory not writable.
35145 2005-02-07  Kim F. Storm  <storm@cua.dk>
35147         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35148         (cua--standard-movement-commands): Remove list.
35149         Instead, set CUA property value to move for movement commands.
35150         (cua-movement-commands): Remove.  Users must set CUA prop instead.
35151         (cua--pre-command-handler): Check CUA property.
35152         (cua--init-keymaps): Don't remap undo commands.
35153         (cua-mode): Don't call cua--rectangle-on-off.
35155         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35156         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35157         (cua--rect-undo-set-point): New var.
35158         (cua--rectangle-undo-boundary): Setup undo apply entry.
35159         (cua--rect-undo-handler): New function for rectangle undo.
35160         (cua--rect-start-position, cua--rect-end-position): Add.
35161         (cua--rectangle-post-command): Call cua--rectangle-set-corners
35162         for restored rectangle.  Set point if cua--rect-undo-set-point.
35164 2005-02-06  Jay Belanger  <belanger@truman.edu>
35166         * calc/calc-lang.el (calc-tex-language): Display more information
35167         in messages.
35169         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35170         in TeX mode.
35172 2005-02-06  Richard M. Stallman  <rms@gnu.org>
35174         * emacs-lisp/lisp.el (buffer-end): Doc fix.
35176 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
35178         * net/ldap.el (ldap-search-internal): Support attributes with
35179         optional descriptions separated by a semi-colon, as in
35180         "userCertificate;binary".
35182 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35184         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35185         isn't a cons (i.e. the version is 0).
35187 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
35189         * help.el (help-for-help): Doc fix.
35191 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
35193         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
35194         GDB-Windows on the menu-bar as this works better.
35196 2005-02-04  Jay Belanger  <belanger@truman.edu>
35198         * calc/calc-embed.el (calc-embedded-update): Don't put in
35199         unnecessary newlines.  Adjust the end of formula marker.
35201         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35202         (math-latex-parse-two-args): New function.
35204 2005-02-03  Lute Kamstra  <lute@gnu.org>
35206         * help-fns.el (help-with-tutorial): Make sure that users cannot
35207         remove the entire text of the tutorial by means of `undo'.
35209 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35211         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35212         in recent changes, where the ispell process was repeatedly
35213         killed & restarted.
35215         * international/mule-cmds.el (set-locale-environment): Set file-name
35216         coding system to utf-8 on Darwin systems.
35217         (set-default-coding-systems): Don't set default-file-name-coding-system
35218         on Darwin systems.
35220 2005-02-03  Richard M. Stallman  <rms@gnu.org>
35222         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35224 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
35226         * faces.el (list-faces-display): Add optional argument.
35228 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35230         * font-core.el (font-lock-default-function): Handle the rare case where
35231         only font-lock-keywords is set.
35233 2005-02-02  Kenichi Handa  <handa@m17n.org>
35235         * international/characters.el: Cancel previous change for
35236         I-WITH-DOT-ABOVE and DOTLESS-i.
35238         * international/latin-5.el: Cancel previous change.
35240 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35242         * progmodes/gud.el: Correction to syntax in gud-menu-map.
35244 2005-02-02  Kenichi Handa  <handa@m17n.org>
35246         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35247         DOTLESS-i.
35249         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35250         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35252         * case-table.el (get-upcase-table): New function.
35253         (copy-case-table): Copy upcaes table too if non-nil.
35254         (set-case-syntax-delims): Maintain upcase table too.
35255         (set-case-syntax-pair): Likewise.
35256         (set-upcase-syntax, set-downcase-syntax): New functions.
35257         (set-case-syntax): Maintain upcase table too.
35259 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35261         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35263         * progmodes/gud.el (gud-goto-info): New function.
35264         (gud-tool-bar-map): Use correct icon.
35266 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35268         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35269         When delegating, order args in the funcall correctly.
35271 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35273         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35275 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
35277         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35278         buffer not visiting a file.
35280 2005-01-31  Jay Belanger  <belanger@truman.edu>
35282         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35283         bound on the line with the formula.
35285 2005-01-31  Kim F. Storm  <storm@cua.dk>
35287         * ses.el (ses-create-cell-variable-range)
35288         (ses-destroy-cell-variable-range, ses-reset-header-string)
35289         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35290         (ses-insert-row): Fix format of apply undo entries.
35292 2005-01-31  Jay Belanger  <belanger@truman.edu>
35294         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35295         parts.
35297         * calc/calc-embed.el (calc-embedded-open-formula)
35298         (calc-embedded-close-formula): Ignore matrix environments.
35300         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35301         TeX mode.
35303         * calc/calc-lang.el (math-function-table, math-oper-table)
35304         (math-variable-table): Adjust the LaTeX portions.
35306         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35307         (math-latex-ignore-words): New constant.
35309 2005-01-31  Richard M. Stallman  <rms@gnu.org>
35311         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35312         (ispell-local-dictionary): Doc fix.
35313         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35314         Don't reinitialize at run time.  Don't defcustom.
35315         All uses changed to append ispell-local-dictionary-alist,
35316         or check it first.
35317         (ispell-current-dictionary): New variable for dictionary in use.
35318         (ispell-dictionary): Now used only for global default.
35319         (ispell-start-process): Set ispell-current-dictionary,
35320         not ispell-dictionary.
35321         (ispell-change-dictionary): Use this only for setting
35322         user preferences.
35323         (ispell-internal-change-dictionary): New function
35324         to change the current dictionary in use.
35325         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35326         Use ispell-current-dictionary.
35327         Handle ispell-local-dictionary-overridden.
35328         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35330 2005-01-31  Jay Belanger  <belanger@truman.edu>
35332         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35334         * calc/calc-ext.el: Add calc-latex-language to autoloads.
35335         (calc-mode-map): Add calc-latex-language.
35337         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35338         (math-latex-print-frac): New functions.
35339         (math-oper-table, math-function-table, math-variable-table)
35340         (math-complex-format, math-input-filter): Add latex properties.
35341         (calc-set-language): Set math-expr-special-function-mapping.
35343         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35344         (calc-write-parse-table-part): Add LaTeX support.
35346         * calc/calc.el (calc-language): Adjust docstring.
35347         (calc-set-mode-line): Add LaTeX support.
35348         (math-expr-special-function-mapping): New variable.
35349         (math-tex-ignore-words): Add to list.
35351         * calc/calccomp.el (math-compose-expr, math-compose-rows):
35352         Add LaTeX support.
35353         (math-compose-expr): Add support for special functions.
35355         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35357 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
35359         * progmodes/gdb-ui.el (gdb-memory-address)
35360         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35361         (gdb-memory-mode-map, gdb-memory-format-keymap)
35362         (gdb-memory-format-menu, gdb-memory-unit-keymap)
35363         (gdb-memory-unit-menu): New variables for a buffer
35364         that lets the user examine program memory.
35365         (gdb-memory-set-address, gdb-memory-set-repeat-count)
35366         (gdb-memory-format-binary, gdb-memory-format-octal)
35367         (gdb-memory-format-unsigned, gdb-memory-format-signed)
35368         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35369         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35370         (gdb-memory-unit-word, gdb-memory-unit-halfword)
35371         (gdb-memory-unit-byte, gdb-memory-unit-menu)
35372         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35373         (gdb-memory-mode, gdb-memory-buffer-name)
35374         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35375         New functions for above buffer.
35377 2005-01-30  Richard M. Stallman  <rms@gnu.org>
35379         * cus-edit.el (custom-bury-buffer): Function deleted.
35380         (custom-buffer-done-function): Option deleted.
35381         (custom-buffer-done-kill): New replacement option.
35382         (Custom-buffer-done): Call quit-window.
35383         (custom-buffer-create-internal): Update for above changes.
35385 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
35387         * simple.el (undo-ask-before-discard): New var.
35388         (undo-outer-limit-truncate): Implement it.
35389         (undo-extra-outer-limit): Doc update.
35391 2005-01-29  Richard M. Stallman  <rms@gnu.org>
35393         * ses.el (undo-more): Delete defadvice.
35394         (ses-begin-change): Doc fix.
35396         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35397         instead of rebinding C-x u and C-_.
35399         * files.el (normal-backup-enable-predicate): Return nil for files
35400         in /tmp, regardless of temporary-file-directory.
35402         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35404         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35405         (open-rectangle, delete-whitespace-rectangle-line)
35406         (clear-rectangle-line): If FILL, pass t instead of FILL
35407         for move-to-column's 2nd arg.
35409         * simple.el (undo): Fix the test for continuing a series of undos.
35410         (undo-more): Set pending-undo-list to t when we reach end.
35411         (pending-undo-list): Move up defvar.
35413         * wid-edit.el (widget-button-click):
35414         Shorten the range of the track-mouse binding.
35416         * comint.el (comint-insert-input): Undo previous changes;
35417         use last-input-event in interactive spec.
35419 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
35421         * progmodes/compile.el (compilation-start): Bind buffer-read-only
35422         to nil before invoking call-process.  Reset buffer's modified flag
35423         after fontifying it in the no-async branch.
35425         * wid-edit.el (widget-specify-button): If mouse pointer shape
35426         cannot be changed, use mouse face instead.
35428 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
35430         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35431         (gdb-goto-breakpoint): Make breakpoint handling work on template
35432         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
35433         (gdb-assembler-custom): Update to recognize breakpoint information
35434         added on 2005-01-19.
35436 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35438         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35439         (dsssl-mode): Use define-derived-mode.
35440         (scheme-mode-initialize): Remove.
35441         (scheme-mode): Use run-mode-hooks.
35443         * cus-edit.el (customize-group-other-window)
35444         (custom-buffer-create-other-window): Don't override special-display-*.
35445         (custom-mode-map): Make it dense.
35447         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35448         sets the default value.
35450 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
35452         * descr-text.el: Add more keywords.
35454 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35456         * speedbar.el: Avoid unnecessary use of locate-library.
35458         * international/mule-cmds.el (standard-display-european-internal):
35459         Don't fiddle with latin-1 non-break space any more since it's now
35460         special cased in the C code.
35461         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35463 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
35465         * cus-start.el (all): Add `undo-outer-limit'.
35467 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35469         * textmodes/bibtex.el (bibtex-format-entry):
35470         Use `bibtex-empty-field-re' only on the text of fields, not on entire
35471         field lines.
35472         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35473         not on part of a buffer.
35475 2005-01-25  Lute Kamstra  <lute@gnu.org>
35477         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35478         nonempty field text strings like "{letters\\macro{}more letters}".
35479         Clarify docstring.
35480         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35481         (bibtex-entry-offset, bibtex-parse-association)
35482         (bibtex-parse-field-name): Fix typos in docstrings.
35483         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35485 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
35486             Juri Linkov  <juri@jurta.org>
35488         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35489         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35490         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35491         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35493         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35494         isearch minor mode.
35496 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
35498         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35500 2005-01-24  Lute Kamstra  <lute@gnu.org>
35502         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35503         CASECHARS and NOT-CASECHARS regular expressions of the
35504         "nederlands" and "nederlands8" dictionaries to prevent a "Range
35505         striding over charsets" error.
35507 2005-01-24  Jay Belanger  <belanger@truman.edu>
35509         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35510         display variable name.
35512 2005-01-24  Kenichi Handa  <handa@m17n.org>
35514         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35515         Fix setting of the element of encoded-kbd-iso2022-invocations.
35517 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
35519         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35520         (gdb-threads-select): Change to also accept mouse events.
35521         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35522         (gdb-threads-mouse-select): Delete.
35524 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
35526         * files.el (insert-directory): Take care of empty directory,
35527         listed without -a switch.
35529 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35531         * textmodes/refill.el (refill-post-command-function):
35532         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35533         to the list of functions that we should be careful not to undo.
35534         (refill-late-fill-paragraph-function): Remove.
35535         (refill-saved-state): New var.
35536         (refill-mode): Use it to save fill-paragraph-function.
35537         Save also the value of auto-fill-function.
35539         * term/w32-win.el: Simplify code.
35541 2005-01-23  Kim F. Storm  <storm@cua.dk>
35543         * simple.el (line-move): Adapt to new return value from
35544         pos-visible-in-window-p.
35546         * simple.el (line-move): Fix last change.  Check partial
35547         visibility at point rather than at window-start.
35549 2005-01-22  Jason Rumney  <jasonr@gnu.org>
35551         * term/w32-win.el (xw-defined-colors): Remove debug-message.
35553 2005-01-22  David Kastrup  <dak@gnu.org>
35555         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35557 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
35559         * type-break.el (type-break-mode): Add a test for
35560         type-break-file-name being non-nil.
35562 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
35564         * net/eudc.el (top level): Call (message "") via progn, so that
35565         eudc-options-file is loaded.
35567 2005-01-22  Kim F. Storm  <storm@cua.dk>
35569         * simple.el (line-move-1): Rename from line-move.
35570         (line-move): New function that adjusts vscroll for partially
35571         visible rows, and calls line-move-1 otherwise.
35573 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
35575         * pcomplete.el: Define pcomplete-read-event instead of read-event,
35576         since it's not a complete read-event implementation.
35578 2005-01-20  Jay Belanger  <belanger@truman.edu>
35580         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35581         for called function.
35583 2005-01-20  Steven Tamm  <steventamm@mac.com>
35585         * term/mac-win.el (process-connection-type): Remove.
35586         Controlled now by s/darwin.h:PTY_ITERATION.
35588 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35590         * window.el (handle-select-window): Don't switch window when we're
35591         in the minibuffer.
35593 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
35595         * subr.el (dotimes-with-progress-reporter): New macro.
35597         * ses.el (ses-dotimes-msg): Remove macro.
35598         Use `dotimes-with-progress-reporter' instead.
35600 2005-01-19  Steven Tamm  <steventamm@mac.com>
35602         * term/mac-win.el (process-connection-type): Use new
35603         operating-system-release variable to use ptys on Darwin 7 (OS X
35604         10.3) when using carbon build.
35606 2005-01-19  Jay Belanger  <belanger@truman.edu>
35608         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35609         flags if the last command was a tab or M-tab.
35611         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35612         in formula editing buffer.
35614 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35616         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35617         breakpoint image symbol in margin.
35619 2005-01-19  Jay Belanger  <belanger@truman.edu>
35621         * calc/calc-prog.el (calc-execute-kbd-macro):
35622         Ignore calc-keep-arg-flag.
35624 2005-01-19  Kenichi Handa  <handa@m17n.org>
35626         * textmodes/ispell.el (ispell-looking-at): New function.
35627         (ispell-process-line): Use ispell-looking-at to compare the ispell
35628         output and the buffer contents.
35630 2005-01-18  Jay Belanger  <belanger@truman.edu>
35632         * calc/calc.el (calc-display-raw): Fix docstring.
35634 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35636         * simple.el (blink-matching-open): Strip extra info from syntax.
35638         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35639         funny chars in the end-of-here-doc marker.
35641 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35643         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35644         that enable/disabled state of breakpoints is shown correctly in
35645         fringe and on ttys.
35646         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35647         Add breakpoint information as text properties.
35648         (gdb-mouse-toggle-breakpoint):
35649         Rename to gdb-mouse-set-clear-breakpoint.
35650         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35651         breakpoints in the margin.
35652         (gdb-remove-strings): Simplify.
35654 2005-01-17  Jay Belanger  <belanger@truman.edu>
35656         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35657         erasing buffer.
35659 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35661         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35662         for calling grep-compute-defaults.
35664         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35665         if buffer is empty.
35667         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35669 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35671         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35673         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35674         non-preloaded variables.
35676 2005-01-17  Steven Tamm  <steventamm@mac.com>
35678         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35679         tex-shell cause to force interactivity when using pipes.
35681 2005-01-17  Kim F. Storm  <storm@cua.dk>
35683         * simple.el (just-one-space): Make arg optional.
35685 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35687         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35688         posn-at-x-y to t to access left-margin.
35690 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35692         Sync with Tramp 2.0.47.
35694         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35695         catching keep-date problems in cp/scp operations.
35696         (tramp-handle-copy-file): Don't call `set-file-modes'
35697         unconditionally.  Specialized functions should know better what is
35698         necessary.  This improves performance a little bit, and the
35699         functions could catch errors with `cp -p' and `scp -p'.
35700         (tramp-do-copy-or-rename-file-via-buffer)
35701         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35702         when appropriate.
35703         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35704         Call `set-file-modes' when appropriate.
35705         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35706         Johnsson <isak@hypergene.com>.
35707         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35708         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35709         <joakim@verona.se>.
35710         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35711         Emacs only.
35713         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35714         `find-file-hooks' and `dired-mode-hook'.
35715         (tramp-minor-mode-map): Respective map.  Add remapping for
35716         `compile' and `recompile'.
35717         (tramp-remap-command, tramp-recompile): New defuns.
35718         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35719         in buffer "*Compilation*".  Call the commands asynchronously.
35721         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35722         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35723         `shell-command', because it isn't magic in XEmacs.  Reported by
35724         Adrian Aichner <adrian@xemacs.org>.
35726         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35727         `substitute-in-file-name.
35728         (tramp-smb-handle-substitute-in-file-name): New defun.
35729         (tramp-smb-advice-PC-do-completion): Delete advice.
35731 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35733         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35734         Fix error in deleting region.
35736 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35738         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35739         In non-temp buffer, switch syntax table temporarily.
35741         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35743         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35745         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35747         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35748         (imenu--generic-function): Use START, not BEG, as pos of definition.
35750         * simple.el (just-one-space): Argument specifies number of spaces.
35752         * simple.el (eval-expression-print-format): Avoid warning
35753         about edebug-active.
35755 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35757         * progmodes/sh-script.el: Code copied from make-mode.el
35758         with small changes,
35759         (sh-mode-map): Bind C-c C-\.
35760         (sh-backslash-column, sh-backslash-align): New variables.
35761         (sh-backslash-region, sh-append-backslash): New functions.
35763 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35765         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35766         (rmail-pop-password, rmail-pop-password-required): Move to
35767         rmail-obsolete group.
35768         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35769         All callers updated.
35770         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35771         Take an argument specifying whether it is POP or IMAP mailbox we
35772         are using.  All callers updated.
35773         (rmail-pop-password-error): Rename to
35774         rmail-remote-password-error.  Added mailutils-specific error message.
35775         (rmail-movemail-search-path)
35776         (rmail-movemail-variant-in-use): New variables.
35777         (rmail-remote-password, rmail-remote-password-required):
35778         New customization variables.
35779         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35780         (rmail-parse-url): New function.
35781         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35782         with GNU mailutils movemail.
35784 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35786         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35787         suffix to space, $ or '$, to correctly position point when going
35788         to @table style constants like DBL_MAX.
35790 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35792         * type-break.el (type-break-mode, type-break-file-time)
35793         (type-break-file-keystroke-count, type-break-choose-file):
35794         Don't store data in or load data from the file if type-break-file-name
35795         is nil.
35796         (type-break-file-name): Doc update as per the above.
35798 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35800         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35801         lookup-key might return nil; handle that.
35803 2005-01-15  Alan Mackenzie  <acm@muc.de>
35805         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35806         Return the tail of the tree rather than the element found,
35807         thus enabling the tree to be setcar'd.
35809 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35811         * textmodes/org.el (org-show-following-heading): New option.
35812         (org-show-hierarchy-above): Use `org-show-following-heading'.
35813         (org-cycle): Documentation fix.
35815         * textmodes/org.el (orgtbl-optimized): New option.
35816         (orgtbl-mode): New command, a minor mode.
35817         (orgtbl-mode-map): New variable.
35818         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35819         (orgtbl-error, orgtbl-self-insert-command)
35820         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35822         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35823         a local variable in each org-mode buffer.
35825         * textmodes/org.el (org-set-regexps-and-options): Rename from
35826         `org-set-regexps'.  Added checking for STARTUP keyword.
35827         (org-get-current-options): Add STARTUP options.
35828         (org-table-insert-row): Make mode intelligent about when
35829         realignment is needed.
35830         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35831         New commands.
35832         (org-enable-table-editor): New default value `optimized'.
35833         (org-table-blank-field): Support blanking regions if active.
35835 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35837         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35838         if the year is not given.
35840         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35841         Add new escapes %m and %M, fixed bug with %F by adding
35842         save-match-data.
35843         (reftex-reference): Remove ?. from list of spaces.
35844         (reftex-label-info): Add automatic label prefix recognition.
35846         * textmodes/reftex-index.el (reftex-index-next-phrase):
35847         Add slave parameter to call of `reftex-index-this-phrase'.
35848         (reftex-index-this-phrase): New optional argument.
35849         (reftex-index-region-phrases): Add slave parameter to call of
35850         `reftex-index-this-phrase'.
35851         (reftex-display-index): New argument redo.
35852         (reftex-index-rescan): Add `redo' to arguments of
35853         `reftex-display-index'.
35854         (reftex-index-Rescan, reftex-index-revert)
35855         (reftex-index-switch-index-tag): Add `redo' to arguments of
35856         `reftex-display-index'.
35857         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35858         indexing.  Fix bug with matching is there is a quote before or
35859         after the word.
35861         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35862         Fix bug when collecting citation keys in lines with comments.
35863         (reftex-citation): Prefix argument no longer rescans the document,
35864         but forces prompting for optional arguments of cite macros.
35865         (reftex-do-citation): Prompting for optional arguments implemented.
35867         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35868         Add optional arguments to most cite commands.
35869         (reftex-cite-cleanup-optional-args): New option
35870         (reftex-cite-prompt-optional-args): New option.
35871         (reftex-trust-label-prefix): New option.
35873         * textmodes/reftex-toc.el (reftex-toc-find-section):
35874         Add push-mark before changing the position in the buffer.
35876         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35877         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35879 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35881         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35882         more carefully.
35884 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35886         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35887         (sgml-mode): Use it.
35888         (sgml-get-context): Better keep track of implicitly closed tags.
35890 2005-01-13  Kenichi Handa  <handa@m17n.org>
35892         * textmodes/ispell.el: These changes are to fix misalignment error
35893         caused by equivalent characters of different Emacs charsets.
35894         (ispell-unified-chars-table): New variable.
35895         (ispell-get-decoded-string): New function.
35896         (ispell-get-casechars, ispell-get-not-casechars)
35897         (ispell-get-otherchars): Call ispell-get-decoded-string.
35899 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35901         * custom.el (custom-declare-variable): Just put symbol instead
35902         of (defvar . symbol) in `current-load-list'.
35904 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35906         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35908 2005-01-12  Jay Belanger  <belanger@truman.edu>
35910         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35911         to create a Calc summary.
35913 2005-01-12  Kim F. Storm  <storm@cua.dk>
35915         * mouse.el (mouse-on-link-p): Change functionality and doc
35916         string to comply with latest description in lisp ref.
35918 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35920         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35921         Enable mouse clicks on mode-line, header-line and margin.
35922         (event-type): Give mouse event symbols an `event-kind' property
35923         with value `mouse-click'.
35925 2005-01-12  Juri Linkov  <juri@jurta.org>
35927         * facemenu.el (list-colors-display): Add new arg buffer-name.
35928         Use it.  Fix docstring.  Replace code for identifying duplicate
35929         colors by the name with call to `list-colors-duplicates' which
35930         identifies duplicate colors by the value unless the color
35931         is one of special Windows colors.  Set truncate-lines to t.
35932         Print sorted duplicate color names on each line.  Indent to 22
35933         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35934         (list-colors-duplicates): New function.
35935         (facemenu-color-name-equal): Delete function.
35937         * facemenu.el (list-colors-print): New function created from code
35938         in list-colors-display.  Print #RRGGBB at the window right edge.
35939         (list-colors-display): When temp-buffer-show-function is not
35940         defined, call list-colors-print from temp-buffer-show-hook
35941         to get the right value of window-width in list-colors-print
35942         after the buffer is displayed.
35944         * simple.el (pop-mark): Move deactivate-mark out of conditional
35945         part to deactivate the active mark regardless of the state of the
35946         mark ring.
35948         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35949         variables line in desktop files.
35951 2005-01-12  Juri Linkov  <juri@jurta.org>
35953         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35954         Bring together isearch highlight related options.
35955         (lazy-highlight): Replace group `replace' by `matching'.
35956         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35957         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35958         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35959         and declare them obsolete.
35960         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35961         (isearch-faces): Remove defgroup.
35962         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35963         Move isearch highlighting code closer to lazy highlighting code.
35965         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35966         (query-replace-highlight, query-replace-lazy-highlight)
35967         (query-replace): Move definitions to the beginning of the file.
35969 2005-01-11  Juri Linkov  <juri@jurta.org>
35971         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35972         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35973         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35975         * info.el (Info-history-forward): New variable.
35976         (Info-select-node): Reset Info-history-forward to nil.
35977         (Info-last): Turn into defalias.
35978         (Info-history-back): Rename from Info-last.
35979         Add current node to Info-history-forward.
35980         (Info-history-forward): New fun.
35981         (Info-mode-map): Replace Info-last by Info-history-back.
35982         Bind Info-history-forward to "r".
35983         (Info-mode-menu): Replace Info-last by Info-history-back.
35984         Fix menu item text.  Add menu item for Info-history-forward.
35985         (info-tool-bar-map): Replace Info-last by Info-history-back.
35986         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35987         for Info-history-forward.
35988         (Info-mode): Replace Info-last by Info-history-back in docstring.
35989         Add local variable Info-history-forward.
35990         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35992 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35994         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35995         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35996         Ignore select-window events rather than fiddle with
35997         mouse-autoselect-window.
35999 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
36001         * type-break.el (type-break-mode): Fix previous change.
36003 2005-01-10  Jay Belanger  <belanger@truman.edu>
36005         * calc/calc-ext.el (calc-reset): Reset when inside embedded
36006         calculator; only reset when point is inside a calculator.
36007         Don't adjust the window height if the window takes up the whole height
36008         of the frame.
36010 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
36012         * ebuff-menu.el (Electric-buffer-menu-mode):
36013         Preserve value of buffer-local var header-line-format.
36015 2005-01-09  Jay Belanger  <belanger@truman.edu>
36017         * calc/calc.el (calc-mode-var-list-restore-saved-values):
36018         Make sure settings file exists before accessing it.
36020         * calc/calc-embed.el (calc-embedded-subst):
36021         Replace math-multi-subst-rec, which is only supposed to be called
36022         by math-multi-subst, by math-multi-subst.
36024 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
36026         * vc.el (vc-allow-async-revert): New user option.
36027         (vc-disable-async-diff): New internal variable.
36028         (vc-revert-buffer): Use them to disable asynchronous diff.
36030         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36031         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36032         asynchronously if vc-disable-async-diff is t.
36034 2005-01-09  Jay Belanger  <belanger@truman.edu>
36036         * calc/calc.el (defcalcmodevar): New macro.
36037         (calc-mode-var-list-restore-default-values)
36038         (calc-mode-var-list-restore-saved-values): New functions.
36039         (calc-mode-var-list): Use defcalcmodevar to define it.
36040         (calc-always-load-extensions, calc-line-numbering)
36041         (calc-line-breaking, calc-display-just, calc-display-origin)
36042         (calc-number-radix, calc-leading-zeros, calc-group-digits)
36043         (calc-group-char, calc-point-char, calc-frac-format)
36044         (calc-prefer-frac, calc-hms-format, calc-date-format)
36045         (calc-float-format, calc-full-float-format, calc-complex-format)
36046         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36047         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36048         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36049         (calc-matrix-brackets, calc-language, calc-language-option)
36050         (calc-left-label, calc-right-label, calc-word-size)
36051         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36052         (calc-display-raw, calc-internal-prec, calc-angle-mode)
36053         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36054         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36055         (calc-window-height, calc-display-trail, calc-show-selections)
36056         (calc-use-selections, calc-assoc-selections)
36057         (calc-display-working-message, calc-auto-why, calc-timing)
36058         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36059         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36060         (calc-gnuplot-default-device, calc-gnuplot-default-output)
36061         (calc-gnuplot-print-device, calc-gnuplot-print-output)
36062         (calc-gnuplot-geometry, calc-graph-default-resolution)
36063         (calc-graph-default-resolution-3d, calc-invocation-macro)
36064         (calc-show-banner): Use defcalcmodevar to declare them and set
36065         their default values.
36067         * calc/calc-ext.el (calc-reset): Restore saved values of variables
36068         instead of default values (but restore default values if there is
36069         an argument of 0).
36071 2005-01-09  David Kastrup  <dak@gnu.org>
36073         * desktop.el (desktop-restore-eager): Fix typo in type.
36075 2005-01-08  Richard M. Stallman  <rms@gnu.org>
36077         * cus-edit.el (customize): Delete :link.
36079 2005-01-08  Jay Belanger  <belanger@truman.edu>
36081         * calc/calc.el (calc-mode): Remove the extension from the
36082         `calc-settings-file' file name when loading it.
36084 2005-01-08  Kim F. Storm  <storm@cua.dk>
36086         * info.el (Info-mode-map, Info-next-link-keymap)
36087         (Info-prev-link-keymap, Info-up-link-keymap):
36088         Map follow-link to mouse-face.
36089         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36091 2005-01-08  Jay Belanger  <belanger@truman.edu>
36093         * calc/calc.el (calc-settings-file): Change default value.
36094         Suggested by cgw in a comment in calc-mode.el.
36096         * calc/calc-mode.el (calc-settings-file-name):
36097         Compare calc-settings-file to user-init-file instead of ~/.emacs.
36098         Replace ~/.emacs in a prompt by calc-settings-file.
36100 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
36102         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36103         (desktop-lazy-idle-delay): New customizable variables.
36104         (desktop-buffer-args-list): New variable.
36105         (desktop-append-buffer-args): New function.
36106         (desktop-save): Call desktop-append-buffer-args for some buffers.
36107         (desktop-lazy-create-buffer): New function.
36108         (desktop-idle-create-buffers): New function.
36109         (desktop-read): Add message about buffers to restore lazily.
36110         (desktop-lazy-abort): New command.
36111         (desktop-clear): Call desktop-lazy-abort.
36112         (desktop-lazy-complete): New command.
36114 2005-01-06  Richard M. Stallman  <rms@gnu.org>
36116         * emacs-lisp/find-func.el (find-face-definition):
36117         Rename from find-face.
36119 2005-01-06  Kim F. Storm  <storm@cua.dk>
36121         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36123         * man.el (Man-xref-man-page, Man-xref-header-file)
36124         (Man-xref-normal-file): Add follow-link property.
36126 2005-01-06  Jay Belanger  <belanger@truman.edu>
36128         * calc/calc-units.el: Make sure the proper macro definitions are
36129         available when compiling.
36131 2005-01-06  Juri Linkov  <juri@jurta.org>
36133         * isearch.el (isearch-lazy-highlight-update):
36134         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36136 2005-01-06  Miles Bader  <miles@gnu.org>
36138         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36139         (isearch-lazy-highlight-face): Use new name.
36141 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36143         * uniquify.el (uniquify-rationalize-file-buffer-names):
36144         Re-add an interactive spec.
36145         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36146         to the same name.
36148         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36149         (isearch-update, isearch-done): Adjust calls accordingly.
36151 2005-01-05  Richard M. Stallman  <rms@gnu.org>
36153         * custom.el (custom-set-variables, custom-theme-set-variables):
36154         Clarify documentation.
36156         * emacs-lisp/find-func.el (find-variable)
36157         (find-variable-other-window, find-variable-other-frame):
36158         Fix the TYPE args to find-function-read and find-function-do-it.
36159         (find-function): Doc fix.
36160         (find-function-at-point): Replace function-at-point alias.
36162 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36164         * cus-face.el (custom-declare-face):
36165         Record defface in current-load-list.
36167         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36169         * emacs-lisp/find-func.el: Doc fixes.
36170         (find-face-regexp): New variable.
36171         (find-function-regexp-alist): New variable.
36172         (find-function-C-source): Third arg is now TYPE.
36173         (find-function-search-for-symbol): Handle general TYPE.
36174         (find-function-read, find-function-do-it): Handle general TYPE.
36175         (find-definition-noselect, find-face): New functions.
36176         (function-at-point): Alias deleted.
36178 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
36180         * battery.el (display-battery-mode): Rename from display-battery.
36181         Handle the case where it gets turned off.
36183 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36185         * cus-edit.el (customize): Make :link point to user doc.
36187         * man.el (Man-fontify-manpage): Turn off undo generation.
36189         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36191 2005-01-04  Andreas Schwab  <schwab@suse.de>
36193         * files.el (insert-directory): Only look for error lines in
36194         inserted text.  Don't move too far after processing --dired markers.
36196 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36198         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36199         Don't expand if the character is @, period, dash, etc.
36200         (define-mail-abbrev): Quote names that contain problem characters.
36202 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
36204         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36206 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36208         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36209         (query-replace-highlight, query-replace-lazy-highlight)
36210         (query-replace): Definitions moved up.  Doc fix.
36212 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36214         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36215         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36216         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36217         (lazy-highlight-face): Rename from isearch-lazy-...
36218         Change all references to them.
36220 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
36222         * cus-edit.el (custom-file): Doc fix for defcustom.
36223         (custom-file): The function no longer sets the variable
36224         `custom-file' to its return value.
36226         * startup.el (command-line): No longer load `custom-file'.
36228 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36230         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36232         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36233         Don't confuse module-prefixed identifiers for labels.
36234         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36236 2005-01-02  Richard M. Stallman  <rms@gnu.org>
36238         * files.el (basic-save-buffer-1): Fix previous change.
36240         * loadhist.el (file-loadhist-lookup): New function.
36241         (file-provides, file-requires): Use it.
36243         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36244         instead of calculating the right size.
36246 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
36248         * vc-svn.el (vc-svn-diff): Stay local if possible.
36250 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36252         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36254         * files.el (hack-local-variables): Fix last change.
36256 2005-01-02  Jay Belanger  <belanger@truman.edu>
36258         * calc/calc-yank.el (calc-edit-top): New variable.
36259         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36260         object.  Change header properties.
36261         (calc-edit-finish, calc-edit-finish-stack-object)
36262         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36263         edited object.
36264         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36265         for the beginning of the edited object.
36266         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36267         for the beginning of the edited object.
36268         * calc/calc-prog.el (calc-edit-macro-finish-edit)
36269         (calc-finish-formula-edit, calc-macro-repeats)
36270         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36271         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36272         beginning of the edited object.
36273         (calc-user-define-edit): Change the header for editing macros.
36274         Remove unnecessary variable.
36276 2005-01-01  Jay Belanger  <belanger@truman.edu>
36278         * calc/calc-yank.el (calc-edit-mode): Change default header.
36279         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36280         * calc/calc-store.el (calc-edit-variable): Change title to match new
36281         header.
36282         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36283         mode to match new header.
36284         (calc-user-define-edit): Change titles to include names of commands.
36285         (calc-finish-formula-edit): Adjust to handle new header.
36286         (calc-finish-macro-edit): Remove.
36287         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36288         (calc-edit-macro-command, calc-edit-macro-command-type)
36289         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36290         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36291         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36292         (calc-edit-macro-finish-edit): New functions.
36293         (calc-user-define-edit): Use new functions to edit named calc macros.
36295 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
36297         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36299         * ses.el (copy-region-as-kill): Deactivate mark.
36301 2005-01-01  Richard M. Stallman  <rms@gnu.org>
36303         * replace.el (occur-1): If the output buffer is also an input,
36304         don't kill it, rename it.
36306         * faces.el (set-face-background, set-face-foreground): Doc fix.
36308         * cus-face.el (custom-face-attributes): Fix :help-echo strings
36309         for :foreground and :background.
36311         * dired.el (dired-view-command-alist): Variable deleted.
36312         (dired-view-file, dired-mouse-find-file-other-window):
36313         Delete the code to use it.
36315 2005-01-01  Kim F. Storm  <storm@cua.dk>
36317         * image.el (insert-sliced-image): Use t for line-height property.
36319 See ChangeLog.11 for earlier changes.
36321 ;; Local Variables:
36322 ;; coding: iso-2022-7bit
36323 ;; add-log-time-zone-rule: t
36324 ;; End:
36326     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36328   This file is part of GNU Emacs.
36330   GNU Emacs is free software; you can redistribute it and/or modify
36331   it under the terms of the GNU General Public License as published by
36332   the Free Software Foundation; either version 3, or (at your option)
36333   any later version.
36335   GNU Emacs is distributed in the hope that it will be useful,
36336   but WITHOUT ANY WARRANTY; without even the implied warranty of
36337   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36338   GNU General Public License for more details.
36340   You should have received a copy of the GNU General Public License
36341   along with GNU Emacs; see the file COPYING.  If not, write to the
36342   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36343   Boston, MA 02110-1301, USA.
36345 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1