(defcustom-c-stylevar): Revert to pre-2007-12-12 version.
[emacs.git] / lisp / ChangeLog
bloba3ae2a10c5585df7bcb4d35d619a63d31c7cf3b4
1 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * progmodes/cc-vars.el (defcustom-c-stylevar):
4         Revert to pre-2007-12-12 version.
6 2007-12-15  Richard Stallman  <rms@gnu.org>
8         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10         * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
11         Use changed.
13         * startup.el (fancy-splash-help-echo): Var deleted.
14         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
15         (fancy-about-screen): Don't display fancy-splash-help-echo.
17         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
19 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
21         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
23 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
25         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
26         function.
27         (add-submenu): Only define for XEmacs.
28         (verilog-regexp-words): Revert previous change, keep the other
29         definition.
31 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
33         * progmodes/perl-mode.el (perl-continued-statement-offset)
34         (perl-continued-brace-offset, perl-brace-offset)
35         (perl-brace-imaginary-offset, perl-label-offset):
36         * progmodes/cperl-mode.el (cperl-brace-offset)
37         (cperl-continued-brace-offset, cperl-label-offset)
38         (cperl-continued-statement-offset)
39         (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
40         safe-local-variable properties.
42 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
44         * progmodes/verilog-mode.el (verilog-mode-map)
45         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
46         (verilog-colorize-include-files): Use only overlay functions so
47         that it can work on both emacs and XEmacs.
48         (set-extent-keymap): Remove unused defun.
49         (verilog-kill-existing-comment, verilog-insert-date)
50         (verilog-insert-year): Rename in order not to pollute the global
51         namespace from kill-existing-comment, insert-date and
52         insert-year, respectively.
53         (verilog-set-auto-endcomments, verilog-header): Update callers.
55         * files.el (auto-mode-alist): Recognize verilog files.
57         * progmodes/verilog-mode.el (verilog-string-replace-matches)
58         (verilog-string-remove-spaces, verilog-re-search-forward)
59         (verilog-re-search-backward, verilog-re-search-forward-quick)
60         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
61         (verilog-get-end-of-line, verilog-within-string): Move definitions
62         before first use. No code changes.
64 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
66         * progmodes/verilog-mode.el (verilog-mode-version)
67         (verilog-mode-release-date): Don't use expanding keywords.
68         (provide): Move to the end of file.
69         (fboundp): Don't check if eval-when-compile is bound, it is used
70         later in the file without checking.
71         (when, unless): Copy definitions from subr.el.
72         (char-before, defcustom, defface, customize-group)
73         (verilog-batch-error-wrapper): Don't use old style backquotes.
74         (verilog-regexp-opt): Avoid using the cl function case.
75         (verilog-regexp-words): Remove duplicated definition.
76         (verilog-mode-abbrev-table): Remove, duplicate.
77         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
78         Declare and initialize in one step.
79         (verilog-declaration-prefix-re, verilog-declaration-re)
80         (verilog-end-of-statement, verilog-indent-declaration)
81         (verilog-get-lineup-indent): Remove trailing whitespace.
82         (verilog-mode): Fix autoload cookie. Set
83         beginning-of-defun-function and end-of-defun-function. Use when
84         instead of if.
85         (verilog-emacs-features, verilog-auto-ascii-enum)
86         (verilog-insert-indices): Escape braces in doc strings.
88 2007-12-08  Michael McNamara <mac@verilog.com>
89             Wilson Snyder <wsnyder@wsnyder.org>
91         * progmodes/verilog-mode.el: New file.
93 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
95         * international/latexenc.el (latexenc-find-file-coding-system): If
96         both coding-system-for-write and buffer-file-coding-system of
97         latex-main-file are nil, use `undecided'.
99 2007-12-06  Jason Rumney  <jasonr@gnu.org>
101         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
103 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
105         * ido.el (ido-save-history): Use emacs-mule coding system
106         instead of utf-8 to save filenames (it's safer in Emacs 22).
107         Set the `coding' local variable on the first line of the file.
109 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
111         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
112         coding system.  This ports revisions 1.40 and 1.41 over to the
113         EMACS_22_BASE branch, but with the right coding system for Emacs
114         22 to reliably record filenames.  Suggested by Eli Zaretskii.
116 2007-12-01  Richard Stallman  <rms@gnu.org>
118         * wid-edit.el (widget-type): Doc fix.
120 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
122         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
124 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
126         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
128 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
131         Don't match "sub { (...) ... }".
133 2007-11-29  Richard Stallman  <rms@gnu.org>
135         * international/mule-cmds.el (toggle-input-method-active): New var.
136         (toggle-input-method): Bind toggle-input-method-active to t.
137         Error if it was already non-nil.
139 2007-11-29  Glenn Morris  <rgm@gnu.org>
141         * calendar/time-date.el (with-decoded-time-value): Doc fix.
143 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
145         * calendar/time-date.el (encode-time-value): Doc fix.
147 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
149         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
151 2007-11-24  Kenichi Handa  <handa@m17n.org>
153         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
155 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
157         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
159 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
161         * textmodes/paragraphs.el (forward-sentence): Doc fix.
162         Reported by Drew Adams <drew.adams@oracle.com>.
164 2007-11-20  Glenn Morris  <rgm@gnu.org>
166         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
167         for compatibility with Emacs 23.
169 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
171         * replace.el (map-query-replace-regexp): Doc fix (revert part of
172         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
174 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
176         * progmodes/gdb-ui.el: Update commentary.
178 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
180         * international/mule-cmds.el (set-locale-environment):
181         Set default-file-name-coding-system _after_ keyboard and terminal
182         coding systems.  This fixes last change.
184         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
185         one space after "Subject:".
187 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
189         * subr.el (make-variable-frame-local):
190         Fix typo in obsolescence declaration.
192 2007-11-16  Glenn Morris  <rgm@gnu.org>
194         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
196 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
198         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
199         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
200         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
202 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
205         in order to determine if there's a conflict.
207 2007-11-16  Juri Linkov  <juri@jurta.org>
209         * man.el (Man-heading-regexp): Add 0-9.
210         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
212 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
214         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
215         Fix typo in docstring.
217         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
218         (cua-highlight-region-shift-only): Doc fix.
220 2007-11-15  Richard Stallman  <rms@gnu.org>
222         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
224         * reposition.el (reposition-window):
225         Binding C-M-l moved to bindings.el.
227         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
229         * add-log.el (add-change-log-entry-other-window):
230         Key binding C-x 4 a moved to bindings.el.
232         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
233         from filecache.el.
235         * filecache.el: Minibuffer map bindings moved to bindings.el.
237 2007-11-14  Jason Rumney  <jasonr@gnu.org>
239         * international/mule-cmds.el (set-locale-environment):
240         Set default-file-name-coding-system from system defaults on Windows.
242 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
244         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
245         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
246         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
247         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
248         locations.
249         (gdb-info-breakpoints-custom, gdb-assembler-custom)
250         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
251         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
253 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
255         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
256         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
257         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
258         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
259         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
260         Rewrite in active voice.
262 2007-11-10  Juri Linkov  <juri@jurta.org>
264         * startup.el: Backport startup screen related changes from the trunk.
265         (initialization): Change group to `environment'.
266         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
267         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
268         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
269         (initial-scratch-message): Fix docstring.
270         (startup-screen-inhibit-startup-screen)
271         (pure-space-overflow-message): New variables.
272         (command-line): Rename `inhibit-startup-message' to
273         `inhibit-startup-screen'.
274         (initial-scratch-message): Doc fix.
275         (fancy-splash-text): Remove variable.
276         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
277         New variables.
278         (fancy-splash-delay, fancy-splash-max-time)
279         (fancy-current-text, fancy-splash-stop-time)
280         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
281         Remove variables.
282         (fancy-splash-insert): Use help-echo from the 3rd element of the
283         link specification list, or "Follow this link" if it's nil.  Doc fix.
284         Allow functions for face and link specs.
285         (fancy-splash-tail): Remove function.
286         (fancy-startup-tail): New function.
287         (fancy-splash-default-action, fancy-splash-special-event-action)
288         (fancy-splash-screens): Remove functions.
289         (fancy-about-screen): New function.
290         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
291         Fix docstring.  Use argument `startup' to conditionally display
292         different texts for Startup and About screens.  Don't display Help
293         commands on the About screen.  Remove `unwind-protect' `sit-for'
294         delay and `kill-buffer' after it.
295         (normal-mouse-startup-screen, normal-splash-screen)
296         (normal-no-mouse-startup-screen): New functions.
297         (startup-echo-area-message): Change text of the echo area.
298         (display-splash-screen): Remove function.
299         (display-startup-screen, display-about-screen): New functions.
300         (about-emacs): Make alias to `display-about-screen'.
301         (display-splash-screen): Make alias to `display-startup-screen'.
302         (command-line-1): Rename `inhibit-startup-message' to
303         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
304         started with command line options "-f", "-funcall", "-e", "-eval",
305         "-execute", "-insert", "-find-file", "-file", "-visit".
306         Inhibit startup screen when Emacs is started with a file name only
307         on tty (i.e. don't inhibit it when started with a file name like
308         "emacs FILE..." on a window system).
309         Comment out unused code for coping with the old sit-for behavior.
310         If file-count > 0, then display the concise version in another
311         window, otherwise display full version in the same window.
312         * loadup.el: Add `button'.  Move up `startup'.
313         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
314         * version.el (emacs-copyright): Add emacs-copyright.
315         * menu-bar.el (menu-bar-help-menu):
316         Move "About Emacs" and "About GNU" to the end of the Help menu.
317         Move "Emacs Psychotherapist" after "Send Bug Report...".
318         Move "External Packages" after "Find Emacs Packages".
320 2007-11-10  Jason Rumney  <jasonr@gnu.org>
322         * w32-fns.el: Sync charset names with setup-default-fontset.
323         Append "-1" where second part missing.
325         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
327 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
329         * ido.el (ido-save-history): Write the history file in UTF-8,
330         and add `coding' file-local variable.
332 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
334         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
335         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
336         (iso-iso2duden-trans-tab): Add docstring.
338 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
340         * faces.el (face-normalize-spec): Remove function.
341         (frame-set-background-mode): Undo last change.
343 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
345         * files.el (enable-local-variables): Doc fix.
347 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
349         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
350         match dir like "a...b".
352 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
354         * eshell/esh-mode.el (eshell-output-filter):
355         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
356         Use `with-current-buffer'.
358 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
360         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
362 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
364         * net/tls.el: Require rx when compiling.
365         (tls-end-of-info): New variable.
366         (open-tls-stream): Keep reading input until `tls-end-of-info' is
367         matched.
369 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
371         * simple.el (bad-packages-alist): Anchor semantic regexp.
373 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
375         * files.el (hack-local-variables): Fix membership tests to avoid
376         treating all variables as safe if `enable-local-variables' is
377         set to :safe (CVE-2007-5795).
379 2007-11-02  Glenn Morris  <rgm@gnu.org>
381         * progmodes/etags.el (tags-table-mode): Disable undo.
383         * simple.el (bad-packages-alist): Revert previous change.
385 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
387         * printing.el (printing): Fix :version, printing.el was included
388         in emacs-22.1.
389         (pr-path-style, pr-path-alist, pr-txt-name)
390         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
391         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
392         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
393         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
394         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
395         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
396         (pr-setting-database, pr-visible-entry-list)
397         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
398         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
399         :version.
401 2007-11-01  Glenn Morris  <rgm@gnu.org>
403         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
405         * mail/footnote.el (footnote-numeric-regexp)
406         (footnote-english-upper-regexp, footnote-english-lower-regexp)
407         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
408         Match multi-character footnotes.
410         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
411         (nroff-indent-line-function): New function.
412         (nroff-count-text-lines): Use nroff-forward-text-line rather than
413         obsolete alias.
415 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
417         * net/tramp.el (tramp-open-connection-telnet)
418         (tramp-open-connection-rsh, tramp-open-connection-su)
419         (tramp-open-connection-multi): Set $LC_ALL to "C".
421 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
423         * dired-aux.el (dired-copy-file-recursive):
424         Preserve directory permissions.
426 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
428         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
429         (whitespace-unload-function): New-style unload function.  When run,
430         unintern `whitespace-unload-hook' and call `unload-feature' recursively
431         to stop the old hook from messing with the unloading.
433         * strokes.el (strokes-alphabetic-lessp): Doc fix.
435 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
437         * emacs-lisp/find-func.el (find-library): Use library at
438         point as default interactive argument.
440 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
442         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
443         (elp-unset-master, elp-results): Fix typos.
444         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
445         Doc fixes.
447         * msb.el (msb--many-menus): Remove variable.
448         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
449         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
450         (msb--toggle-menu-type): Fix typos in docstrings.
452         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
453         (shadow-insert-var): Doc fixes.
454         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
455         Reflow docstrings.
456         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
458 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
460         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
461         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
462         Fix typos in autoload docstrings.
464         * loadhist.el (unload-feature): Remove redundant check.
466 2007-10-30  Richard Stallman  <rms@gnu.org>
468         * savehist.el (savehist-save): Obey savehist-ignored-variables.
470 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
472         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
473         (gdb-var-update-handler-1): Use it.
475 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
477         * loadhist.el (unload-feature): Remove erroneous check for the
478         FEATURE-unload-function variable; check the existence of the
479         function (that's what the docstring says, and it makes more sense).
481         * follow.el (follow-unload-function): Add docstring.
482         (follow-unload-function): Remove variable.
484         * server.el (server-unload-function): Remove variable.
485         (server-unload-function): Unbind `server-edit' from `C-x #'.
487         * uniquify.el (uniquify-unload-function): Add docstring.
488         (uniquify-unload-function): Remove variable.
490         * ses.el (ses-unload-function): New function.
492 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
494         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
495         (unsafep-progn, unsafep-let): Fix typos in docstrings.
497         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
498         before use to avoid a warning in packages that require uniquify.
499         (uniquify-unload-function): New function and var.
501 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
503         * loadhist.el (unload-feature-special-hooks):
504         Add `delete-frame-functions'.
506         * server.el (server-unload-function): Rename from `server-unload-hook'
507         and adapt to new `unload-feature' functionality.  Remove hook from
508         `kill-buffer-hook' buffer-locally.
509         (server-unload-hook): Remove.
510         (server-unload-function): New var; replaces `server-unload-hook'.
512 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
514         * desktop.el (uniquify-managed): Pacify byte compiler.
515         (desktop-buffer-info): If the buffer name is managed by uniquify,
516         save the base name, not the uniquified one.
517         (desktop-create-buffer): Allow `rename-buffer' to generate a new
518         name in case of conflict.
520 2007-10-26  Glenn Morris  <rgm@gnu.org>
522         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
523         safe-local-variable property.
525 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
527         * net/browse-url.el (browse-url-browser-function): Delete grail.
528         (browse-url-grail): Function and variable deleted.
529         (browse-url-browser-function): Delete IXI Mosaic.
530         (browse-url-default-browser): Don't try IXI Mosaic.
531         (browse-url-iximosaic): Function deleted.
532         (browse-url-browser-function): Delete MMM.
533         (browse-url-default-browser): Don't try MMM.
534         (browse-url-mmm): Function deleted.
536 2007-10-25  Glenn Morris  <rgm@gnu.org>
538         * progmodes/f90.el (f90-indented-comment-re)
539         (f90-directive-comment-re, f90-break-delimiters):
540         * progmodes/fortran.el (fortran-comment-line-start-skip)
541         (fortran-directive-re):
542         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
543         as safe if they are strings.
545 2007-10-25  Richard Stallman  <rms@gnu.org>
547         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
549 2007-10-24  Richard Stallman  <rms@gnu.org>
551         * savehist.el (savehist-save): Omit unreadable elements.
553         * loadhist.el (unload-function-defs-list): Renamed from
554         unload-function-features-list.
555         (unload-feature-special-hooks, unload-feature): Doc fixes.
557         * indent.el (indent-to-left-margin): If point's in the indentation,
558         move to the end of the indentation.
560         * cus-edit.el (customize-changed-options): Make arg optional.
562 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
564         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
566 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * textmodes/css-mode.el: Require CL.
569         (comment-continue): Declare.
571         * subr.el (make-variable-frame-localizable): Remove.
572         (make-variable-frame-local): Mark obsolete.
574 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
576         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
577         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
579 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
581         * comint.el (comint-password-prompt-regexp):
582         Handle `[sudo] password'-style prompt.
584 2007-10-23  Glenn Morris  <rgm@gnu.org>
586         * progmodes/f90.el (f90-do-indent, f90-if-indent)
587         (f90-type-indent, f90-program-indent)
588         (f90-continuation-indent, f90-comment-region)
589         (f90-beginning-ampersand, f90-smart-end)
590         (f90-break-before-delimiters, f90-auto-keyword-case)
591         (f90-leave-line-no, f90-mode-hook):
592         Give an appropriate safe-local-variable property.
593         (f90-font-lock-keywords-2): Fix `go to' regexp.
595         * progmodes/fortran.el (fortran-tab-mode-default)
596         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
597         (fortran-structure-indent, fortran-continuation-indent)
598         (fortran-comment-indent, fortran-comment-line-extra-indent)
599         (fortran-comment-line-start)
600         (fortran-minimum-statement-indent-fixed)
601         (fortran-minimum-statement-indent-tab)
602         (fortran-comment-indent-char, fortran-line-number-indent)
603         (fortran-check-all-num-for-matching-do)
604         (fortran-blink-matching-if, fortran-continuation-string)
605         (fortran-comment-region, fortran-electric-line-number)
606         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
607         (fortran-analyze-depth, fortran-break-before-delimiters):
608         Give an appropriate safe-local-variable property.
610 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
613         of the subdirs is unreadable.
615 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
617         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
618         Use window-full-width-p.
620 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
623         (tpu-edt-off): Use it.
624         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
625         the global-map before adding it to global-map.
627         * menu-bar.el (global-buffers-menu-map): New var.
628         (global-map, menu-bar-update-buffers): Use it.
629         * msb.el (msb-menu-bar-update-buffers): Use it.
630         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
631         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
632         Use with-current-buffer.
634 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
636         * hexl.el (hexl-menu): New major mode menu.
638 2007-10-20  Glenn Morris  <rgm@gnu.org>
640         * progmodes/f90.el (f90-font-lock-keywords-2)
641         (f90-looking-at-type-like): Fix regexp typos.
643 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
645         * bs.el (bs-mode): Add mode name (accidentally left out
646         in the 2007-10-16 change).
648 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
650         * bs.el (bs--track-window-changes): Don't refresh the whole list.
651         (bs-mode): Set mode-class property to special.
653         * follow.el (follow-unload-function): New function.
655         * loadhist.el (unload-function-features-list):
656         Rename from `unload-hook-features-list'.
657         (unload-hook-features-list): Add as obsolete alias.
658         (unload-feature): Use `unload-function-features-list'
659         and new FEATURE-unload-function.
661 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
663         * loadhist.el (unload-feature-special-hooks):
664         Update list of special hooks.
666         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
667         (adaptive-fill-function): Doc fix.  Remove * from docstring.
669 2007-10-18  Glenn Morris  <rgm@gnu.org>
671         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
673 2007-10-17  Aaron Hawley  <aaronh@garden.org>
675         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
676         position is not saved.
678 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
680         * longlines.el (longlines-wrap-follows-window-size): Integer value
681         specifies wrapping margin.
682         (longlines-mode, longlines-window-change-function):
683         Set window-specific wrapping margin based on the above.
685 2007-10-17  John Wiegley  <johnw@newartisans.com>
687         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
689 2007-10-17  Glenn Morris  <rgm@gnu.org>
691         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
692         Tweak regexp to avoid stack overflow.
694 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
696         * simple.el (reindent-then-newline-and-indent): Don't assume that
697         indent-according-to-mode preserves point.
699 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
701         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
702         (bs--restore-window-config): Keep the selected frame.
703         (bs--track-window-changes, bs--remove-hooks): New functions.
704         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
705         (bs--show-with-configuration): Revert 2006-11-09 change.
706         Don't reuse window unless it is visible on the selected frame.
707         Restore window configuration (possibly in a different frame)
708         before creating any window.
710 2007-10-16  Richard Stallman  <rms@gnu.org>
712         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
713         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
714         (ad-is-advised, ad-get-advice-info-field)
715         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
717 2007-10-16  Glenn Morris  <rgm@gnu.org>
719         * simple.el (blink-matching-open): Don't report false errors with
720         the `$' syntax class.
722 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
724         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
725         (filesets-ormap, filesets-sort-case-sensitive-flag)
726         (filesets-remake-shortcut, filesets-ingroup-collect-files):
727         Fix typos in docstrings.
728         (filesets-data-get-name, filesets-data-get-data)
729         (filesets-data-set, filesets-cmd-query-replace-getargs)
730         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
732 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
734         * term/mac-win.el: Don't require url when compiling, as url-type is
735         no longer a macro.
737 2007-10-14  Glenn Morris  <rgm@gnu.org>
739         * progmodes/etags.el (select-tags-table): Disable undo in the
740         `*Tags Table List*' buffer.
742 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
744         * dired.el (dired-warn-writable): New face.
745         (dired-warn-writable-face): New variable.
746         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
747         of dired-warning-face, for group- and world-writable files.
749 2007-10-13  Glenn Morris  <rgm@gnu.org>
751         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
752         (octave-re-search-forward-kw, octave-re-search-backward-kw):
753         Add doc string, and an explicit COUNT argument.
754         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
755         `inc' to search functions.
757 2007-10-13  John W. Eaton  <jwe@octave.org>
759         * progmodes/octave-mod.el (octave-looking-at-kw)
760         (octave-re-search-forward-kw, octave-re-search-backward-kw):
761         New functions.
762         (octave-in-defun-p, calculate-octave-indent)
763         (octave-blink-matching-block-open, octave-beginning-of-defun)
764         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
765         to search for regexps that contain case-sensitive keywords.
766         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
767         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
769 2007-10-13  Richard Stallman  <rms@gnu.org>
771         * files.el (directory-abbrev-alist): Doc fix.
773 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
775         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
777 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
779         * frame.el (set-frame-configuration): Assign name parameter only
780         if it has been set explicitly before.
782         * window.el (handle-select-window): Revert part of 2007-10-06
783         change setting the input focus.
785 2007-10-12  Glenn Morris  <rgm@gnu.org>
787         * cus-edit.el (custom-variable-menu, custom-face-menu)
788         (custom-group-menu): Check init-file-user rather than
789         user-init-file, in case cus-edit is loaded by site-run-file.
791 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
793         * follow.el (follow-stop-intercept-process-output):
794         Use `follow-call-process-filter' rather than `process-filter'.
796 2007-10-11  Tom Tromey  <tromey@redhat.com>
798         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
799         frame is visible.
801 2007-10-10  Richard Stallman  <rms@gnu.org>
803         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
804         in *Backtrace*.
806         * faces.el (face-font-selection-order): Doc fix.
808         * loadhist.el (unload-feature): Doc fix.
810 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
812         * ps-print.el: Fix the usage of :foreground and :background face
813         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
814         (ps-print-version): New version 6.7.6.
815         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
816         Fix code.
817         (ps-face-foreground-color-p, ps-face-background-color-p)
818         (ps-face-color-p): New inline funs.
820 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
822         * follow.el: Change all instances of "Follow Mode" to "Follow
823         mode" in docstrings and messages.
825 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
827         * faces.el (face-font-selection-order): Doc fix.
829         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
830         (follow-mode-off-hook): Mark as obsolete.
832 2007-10-08  Richard Stallman  <rms@gnu.org>
834         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
835         (edebug-install-custom-print, edebug-reset-print-funcs)
836         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
837         Functions deleted.
838         (edebug-prin1, edebug-print, edebug-prin1-to-string)
839         (edebug-format, edebug-message): Define directly as aliases.
841 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
843         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
845 2007-10-07  Glenn Morris  <rgm@gnu.org>
847         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
848         version numbers.
850 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
852         * net/tramp.el (tramp-completion-mode): Extend doc-string.
853         (tramp-completion-mode-p): Revert change from 2007-09-24.
854         Checking for `return' etc as last character is not sufficient, for
855         example in dired-mode when entering <g> (revert-buffer) or
856         <s> (dired-sort).
858 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
860         * window.el (mouse-autoselect-window-cancel): Don't cancel for
861         select-window or select-frame events.
862         (handle-select-window): When autoselecting window set input
863         focus.  Restructure.
865         * frame.el (focus-follows-mouse): Moved to frame.c.
866         * cus-start.el (all): Add focus-follows-mouse.
868 2007-10-05  Chris Moore  <dooglus@gmail.com>
870         * server.el (server-kill-new-buffers): Doc fix.
872 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
874         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
875         activate font-locking in the *buffer-selection* buffer.
876         (bs-show-sorted): Doc fix.
878         * bs.el (bs--get-marked-string, bs--get-modified-string)
879         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
880         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
881         (bs--format-aux): Doc fix.
883 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
885         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
887 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
889         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
891 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
893         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
894         (gud-gdb): New function for old M-x gdb (text command mode).
895         (gud-gdb-command-name, gdb): Move to...
897         * progmodes/gdb-ui.el: ...here and adapt doc string.
898         (gud-gdba-command-name, gdba): Delete.
900 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
902         * bs.el: Don't defvar `font-lock-verbose'.
903         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
904         (bs--get-file-name): Fix typos in docstrings.
905         (bs--show-header): Use `dolist' instead of `mapcar'.
906         (bs-mode): Set `show-trailing-whitespace' to nil.
907         (bs-buffer-sort-function, bs-mouse-select-other-frame)
908         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
909         Doc fixes.
911 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
913         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
915 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
917         * progmodes/gud.el (gdb): Make graphical mode the default and
918         switch to text command mode if appropriate, i.e., reverse previous
919         arrangement.
920         (gud-gdb-marker-filter): Adapt for above change.
922         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
923         gud-minor-mode and gud-marker-filter.
924         (gdb-fullname-regexp): New variable.
925         (gud-gdba-marker-filter): Use it to switch to text command
926         mode if appropriate.
928 2007-10-02  Richard Stallman  <rms@gnu.org>
930         * frame.el (cursor-in-non-selected-windows): Doc fix.
932 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
934         * progmodes/gud.el (gud-display-line): Find source buffer even when
935         GUD buffer has its own frame.
937 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
939         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
941 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
943         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
945 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
947         * allout.el (allout-before-change-handler): Replace got-char by
948         goto-char.
950 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
953         Used to try and automatically enabled smerge-mode in the presence of
954         conflicts and to call `svn resolved' when the conflicts are gone.
955         (vc-svn-parse-status): Remember the svn-specific status.
957         * newcomment.el (comment-choose-indent): New function extracted
958         from comment-indent.  Improve the alignment algorithm.
959         (comment-indent): Use it.
961 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
963         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
964         (eldoc-message-commands, eldoc-current-idle-delay):
965         Fix typos in docstrings.
967         * progmodes/python.el (python-eldoc-function): Doc fix.
969 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
971         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
972         menu-bar-apropos-menu.  All users changed.
973         (menu-bar-help-menu): Change menu symbols to better match the text
974         displayed by the menu.
976 2007-09-25  Glenn Morris  <rgm@gnu.org>
978         * view.el (view-search-no-match-lines): Add a doc string.
979         Rewrite to simplify and work better.
981 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
983         * net/tramp.el (tramp-completion-mode-p): Rename from
984         `tramp-completion-mode'.  Revert logic, check `return', `newline'
985         and such alike.  Packages like Icicles tend to use other completion
986         characters but `tab' and `space' only.
987         (top): Require cl.el, when `copy-tree' is not available otherwise.
989         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
990         `ad-get-arg'.
992 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
994         * net/tramp-vc.el (tramp-vc-user-login-name):
995         Use `vc-find-version' instead of `process-file' to check whether we
996         have a new enough vc that doesn't need the defadvice.
998 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1000         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1001         #, @, : and ^.
1003 2007-09-23  Glenn Morris  <rgm@gnu.org>
1005         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1007 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1009         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1011         * log-view.el (log-view-mode-map): Likewise.
1013         * diff-mode.el (diff-mode-shared-map): Likewise.
1015 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1017         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1018         add inferior-octave-directory-tracker to the buffer-local value
1019         of comint-input-filter-functions.
1021 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1023         * files.el (file-name-sans-versions): Also allow `A-Z'.
1025         * vc.el: Mention all supported VC backends.
1027 2007-09-22  Richard Stallman  <rms@gnu.org>
1029         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1030         neighbouring buttons.
1032 2007-09-22  Andreas Schwab  <schwab@suse.de>
1034         * files.el (file-name-sans-versions): Also allow `_'.
1036 2007-09-22  Glenn Morris  <rgm@gnu.org>
1038         * eshell/esh-mode.el (eshell-output-filter-functions):
1039         Add eshell-postoutput-scroll-to-bottom.
1041 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1043         * files.el (file-name-sans-versions): Allow - and a-z in version names.
1045         * log-view.el (log-view-mode-map, log-view-mode-menu):
1046         Bind log-view-annotate-version.
1047         (log-view-beginning-of-defun, log-view-end-of-defun)
1048         (log-view-annotate-version): New functions.
1049         (log-view-mode): Use log-view-beginning-of-defun and
1050         log-view-end-of-defun.
1052 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1056 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1058         * international/mule.el (sgml-html-meta-auto-coding-function):
1059         Bind `case-fold-search' to t.
1061 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1064         neighbouring buttons.
1066         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1067         Recognize gcc's use of "note" for informational messages.
1069 2007-09-20  Glenn Morris  <rgm@gnu.org>
1071         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1072         motion functions, rather than hard-coding "\n\n".
1073         (tex-validate-region): Check for eobp, to speed up.
1074         (tex-next-unmatched-end): Doc fix.
1076 2007-09-19  Glenn Morris  <rgm@gnu.org>
1078         * textmodes/tex-mode.el (tex-terminate-paragraph):
1079         Use backward-paragraph.
1081 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1084         (css-mode): Update correspondingly.
1086 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1090         * vc-hooks.el (vc-menu-entry): New var.
1091         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1092         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1093         (vc-menu-map): Declare and initialize in one step.
1095         * menu-bar.el (vc-menu-map): Don't setup any more.
1096         Instead, just create the proper spot in the menu.
1098 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1099             Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * vc.el: Document new VC operation `extra-menu'.
1103         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1105 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1107         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1108         Signed-off-by, Acked-by and Merge.
1110 2007-09-17  Glenn Morris  <rgm@gnu.org>
1112         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1113         filename from `--file-line-error', if it is available.
1115 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1117         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1118         TeX `--file-line-error' format.
1120 2007-09-17  Glenn Morris  <rgm@gnu.org>
1122         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1123         handling the case where the region is not in `tex-main-file'.
1124         (tex-region-1): Delete.
1125         (tex-region-header): New function, doing the header part of the
1126         old tex-region-1.
1128 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * ediff-init.el (ediff-verbose-p): This var is not a constant.
1132 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1134         * cus-edit.el (custom-face-edit-activate): Doc fix.
1136 2007-09-16  Glenn Morris  <rgm@gnu.org>
1138         * textmodes/tex-mode.el (tex-region): Handle the case where the
1139         region is not in `tex-main-file'.  Move the old code that applies
1140         to both cases...
1141         (tex-region-1): ...to this new function.
1143 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
1145         * simple.el (blink-matching-open): Don't display message when no
1146         paren is found within blink-matching-paren-distance characters.
1147         Don't search prompt in blink-matching-paren-distance nil case.
1149 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1151         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1153 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * vc-mtn.el: New file.
1157         * vc-hooks.el (vc-handled-backends): Add Mtn.
1159 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
1161         * files.el (find-file, find-file-other-window)
1162         (find-file-other-frame, find-file-existing, find-file-read-only)
1163         (find-file-read-only-other-window)
1164         (find-file-read-only-other-frame)
1165         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1167 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1169         * man.el (Man-default-man-entry): At end of line, continue looking
1170         to the next line for possible end of hyphenated command.
1172 2007-09-13  Chris Moore  <dooglus@gmail.com>
1174         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1175         the command being edited.
1177 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
1179         * progmodes/gud.el (gdb-ready): New variable.
1180         (gdb): Set it to nil.  Set gud-running to nil here...
1181         (gud-common-init): ...instead of here.
1183         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1184         Use gdb-ready.  Discard input until GDB is ready to accept it.
1186 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1188         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1189         C-M-S- keys.
1191 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
1193         * dired.el (dired-warning): Inherit from font-lock-warning-face to
1194         make it show up with eight colors.
1196 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1199         diffs are concatenated with no intervening line.
1201 2007-09-10  Dave Love  <fx@gnu.org>
1203         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1204         (python-font-lock-keywords): Update to the 2.5 version of the language.
1205         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1206         (python-backspace): Only behave funny in code.
1207         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1208         (inferior-python-mode): Add PDB prompt regexp.
1209         (python-fill-paragraph): Refine the fenced-string regexp.
1210         (python-find-imports): Handle imports spanning several lines.
1211         (python-mode): Add `class' to hideshow support.
1213 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1216         add-log-buffer-file-name-function rather than bind buffer-file-name,
1217         so we dont end up calling change-log-mode in *cvs* when `fi' is the
1218         ChangeLog file itself.
1220         * outline.el (outline-flag-region): Use front-advance.
1222 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
1224         * progmodes/cperl-mode.el: Merge upstream 5.23.
1225         (cperl-where-am-i): Remove function.
1226         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1227         (cperl-sniff-for-indent): De-invert [string] and [comment].
1228         When looking for label, skip s:m:y:tr.
1229         (cperl-indent-line): Likewise.
1230         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1231         (cperl-windowed-init): Wrong `ps-print' handling.
1232         Both thanks to Chong Yidong.
1233         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1234         (cperl-find-pods-heres): If the second part of s()[] is missing,
1235         don't try to highlight delimiters...
1237 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * progmodes/compile.el (compilation-get-file-structure): Complete last
1240         change by also using spec-directory in the puthash.
1242 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
1244         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1245         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1246         (vc-bzr-status): Fix shadowing of variable 'status'.
1247         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1248         Use `expand-file-name' instead of `concat'.
1249         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1250         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1252 2007-09-05  Jason Rumney  <jasonr@gnu.org>
1254         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1256 2007-09-02  Richard Stallman  <rms@gnu.org>
1258         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1259         Add `safe-local-variable' property.
1260         (lisp-body-indent): Likewise.
1262 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1264         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1265         prev/next-node.
1267         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1268         (x-gtk-map-stock): New function.
1270 2007-09-02  Glenn Morris  <rgm@gnu.org>
1272         * comint.el (comint-mode): Don't set scroll-conservatively.
1274         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1275         non-command arguments.
1277 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1279         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1280         Fix bug: Don't expand top-level file name more than once.
1281         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1283 2007-09-01  Richard Stallman  <rms@gnu.org>
1285         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1286         Add doc string.
1288 2007-08-30  Richard Stallman  <rms@gnu.org>
1290         * speedbar.el (speedbar-frame-reposition-smartly)
1291         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1292         (speedbar-check-vc): Don't use dframe-xemacsp.
1294 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1296         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1298 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
1300         * repeat.el (repeat): Use last-repeatable-command instead of
1301         real-last-command.  Run pre- and post-command hooks for
1302         self-insertion.  Update doc-string.
1304 2007-08-28  Glenn Morris  <rgm@gnu.org>
1306         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1308 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
1310         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1311         state of the file.
1312         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1313         (vc-git-create-repo): Fix invalid command.
1315 2007-08-27  Richard Stallman  <rms@gnu.org>
1317         * textmodes/flyspell.el (flyspell-mode):
1318         Catch errors in flyspell-mode-on.
1320 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1322         * progmodes/modula2.el (m2-definition, m2-module):
1323         Don't use previous-line.  Reported by T. V. Raman.
1325 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1327         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1328         argument to tool-bar-mode call.
1330 2007-08-27  Glenn Morris  <rgm@gnu.org>
1332         * diff-mode.el (diff-find-file-name): Only accept regular files,
1333         to rule out /dev/null, directories, etc.
1335 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1337         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1338         safe-local-variable setting.
1339         * progmodes/perl-mode.el (perl-indent-level): Likewise.
1341 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1343         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1344         of buffers in uniquify-managed.
1346         * simple.el (invisible-p): Rename from text-invisible-p.
1347         Update callers.
1349 2007-08-25  Alan Mackenzie  <acm@muc.de>
1351         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1352         new language variable.
1354         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1355         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1356         "extern" etc., rather than BOI.  Fix addition of spurious
1357         syntactic-symbol 'defun-block-intro, replacing it with
1358         'innamespace, etc.
1360 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1362         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1363         Don't behave differently when executed via M-x.  Add doc string.
1365 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1367         * files.el (backup-buffer-copy): Don't wrap delete in
1368         condition-case, only try to delete if file exists.
1370 2007-08-24  Glenn Morris  <rgm@gnu.org>
1372         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1374 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1377         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1378         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1379         (cperl-etags-goto-tag-location): Use new style backquotes.
1381         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1382         (dynamic-completion-table): Use it it.
1384         * net/browse-url.el: Remove spurious * in custom docstrings.
1385         (browse-url-filename-alist): Use new-style backquote.
1387         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1388         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1390         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1391         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1393         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1395         * net/socks.el (socks-username/password-auth-filter):
1396         Remove unused vars `state' and `desired-len'.
1397         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1398         (socks-wait-for-state-change): Use new-style backquotes.
1400         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1402         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1403         backquotes after each `read' rather than once per buffer.
1405         * dframe.el: Remove spurious * in custom docstrings.
1406         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1407         (dframe-xemacs20p): Remove, inline at the sole use point.
1408         (defface): Don't defvar the face, don't use old-style backquote.
1409         (defcustom): Don't use old-style backquote.
1410         (dframe-frame-parameter, dframe-mouse-event-p):
1411         Make it obvious that it's always defined.
1412         (dframe-popup-kludge): New function to replace
1413         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1414         (dframe-frame-mode, dframe-set-timer-internal)
1415         (dframe-mouse-set-point): Remove use of with-no-warnings from
1416         XEmacs-specific code.
1417         (dframe-set-timer-internal): Fix very old bug with
1418         post-command-idle-hook.
1420         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1422 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
1424         * image-mode.el (image-minor-mode): Use image-mode-text-map.
1426 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1428         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1429         safe-local-variable.
1431 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1433         * net/browse-url.el (browse-url-emacs): New function.
1435 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1437         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1438         warning if the file uses old style backquotes.
1440         * emacs-lisp/bytecomp.el (byte-compile-log-file)
1441         (byte-recompile-directory, byte-compile-file)
1442         (byte-compile-from-buffer): Use with-current-buffer.
1444         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1445         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1446         (line-move-1, line-move-finish, line-move-to-column)
1447         (move-end-of-line, move-beginning-of-line): Use new name.
1449 2007-08-22  Glenn Morris  <rgm@gnu.org>
1451         * files.el (backup-buffer-copy): Check backup directory is
1452         writable, to avoid infloop deleting old backup.
1454         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1455         movemail related variables.
1456         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1457         will now be set before this is called.
1459 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1463         * progmodes/ada-mode.el: Fix up comment style in header.
1464         (ada-check-emacs-version): Remove.
1465         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1466         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1467         to try and quieten the byte-compiler.
1468         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1470         * vc.el (vc-annotate-warp-version): Don't use previous-line.
1472 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1474         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1475         extracted from `eval-last-sexp-1'.
1476         (eval-last-sexp-1): Call `preceding-sexp'.
1478 2007-08-19  Glenn Morris  <rgm@gnu.org>
1480         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1481         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1482         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1483         shadow files messing up the compilation.
1485 2007-08-18  Glenn Morris  <rgm@gnu.org>
1487         * progmodes/scheme.el (scheme-mode-variables):
1488         Set font-lock-comment-start-skip.
1490 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1492         * progmodes/ada-mode.el (ada-create-syntax-table):
1493         Move set-syntax-table from here to ...
1494         (ada-mode): ... here.  Don't change global value of comment-multi-line.
1495         Call new function ada-initialize-syntax-table-properties.
1496         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1497         (ada-deactivate-properties, ada-initialize-properties):
1498         Replace by new functions ...
1499         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1500         (ada-initialize-syntax-table-properties): ... to set up syntax-table
1501         properties uniformly, independently from whether font-lock-mode
1502         is enabled or not.  Handle read-only buffers and do not change
1503         undo-list when setting syntax-table properties.
1504         (ada-after-change-function): Use ada-set-syntax-table-properties.
1506 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1508         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1509         (cperl-find-pods-heres): Fix an error when typing expressions like
1510         `s{a}{b}'.
1512 2007-08-17  Glenn Morris  <rgm@gnu.org>
1514         * progmodes/compile.el (compilation-get-file-structure): Make use
1515         of the directory part when checking for an existing entry, to
1516         handle files with same basename in different directories.
1518 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1520         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1521         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1522         (ps-paragraph-spacing): Docstring fix.
1524 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * smerge-mode.el (smerge-resolve): New arg `safe'.
1527         (smerge-resolve-all, smerge-batch-resolve): New function.
1528         (smerge-refine): Make sure `diff' returns the expected result.
1529         (smerge-parsep-re): New const.
1530         (smerge-mode): Use it to adjust paragraph-separate.
1532         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1533         Correctly match / regexp matchers as first char on a line when
1534         fontifying only that line.
1536         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1538 2007-08-16  Glenn Morris  <rgm@gnu.org>
1540         * ps-print.el (ps-font-size): Doc fix.
1542 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1545         (vc-bzr-registered): Don't redundantly protect against
1546         file-error.  Actually use the format-specific code.
1547         (vc-bzr-buffer-nonblank-p): Remove.
1548         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1550 2007-08-15  Glenn Morris  <rgm@gnu.org>
1552         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1553         sloppier, for the sake of GNU Mailman.
1554         (rmail-digest-rfc1153): Initialize `result' correctly.
1556 2007-08-14  Glenn Morris  <rgm@gnu.org>
1558         * simple.el (bad-packages-alist): New constant.
1559         (bad-package-check): New function.  Together, these two add
1560         elements to `after-load-alist' to check for problematic external
1561         packages.
1562         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1564 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1566         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1567         optional quotes around files in NEED-UPDATE . REMOVED case.
1569         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1570         (ada-treat-cmd-string): Improve error message.
1571         (ada-do-file-completion): Call `ada-require-project-file', so
1572         project variables are set properly.
1573         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1574         (ada-gnatfind-buffer-name): New constant.
1575         (ada-find-any-references): Use new constant.  Set buffer name
1576         properly in compilation-start.  Toggle read-only properly.
1577         (ada-find-in-src-path): Fix spelling error in docstring.
1579         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1580         by zero error.
1582 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1584         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1586 2007-08-12  Richard Stallman  <rms@gnu.org>
1588         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1589         (cvs-execute-single-file): Use new name split-string-and-unquote.
1590         (cvs-header-msg): Use new name combine-and-quote-strings.
1592         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1594         * progmodes/gud.el (gud-common-init): Use new name
1595         split-string-and-unquote.
1597         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1598         in javac regexp.
1600         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1601         combine-and-quote-strings and split-string-and-unquote.
1603         * subr.el (combine-and-quote-strings): Rename from strings->string.
1604         (split-string-and-unquote): Rename from string->strings.
1606 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1609         to buffer-local settings.
1611         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1612         (backquote-process): Add internal arg `level'.  Use the two to
1613         correctly handle nested backquotes.
1615 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1617         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1618         (vc-bzr-state-words): Add "kind changed" state word.
1619         (vc-bzr-status): New function.  Return Bzr idea of file status,
1620         which is different from VC's.
1621         (vc-bzr-state): Use vc-bzr-status.
1622         (vc-workfile-unchanged-p): Use vc-bzr-status.
1623         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1624         (vc-dired-state): Process "kind changed" state word.
1626 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1630         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1631         Move from vc-default-find-file-not-found-hook.
1633 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1635         * url/url-auth.el (url-basic-auth): When prompting for username
1636         and password, default to the username and password in the URL.
1638 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * man.el: Remove spurious * in docstrings.
1641         Merge defvars and toplevel setq-defaults.
1642         (Man-highlight-references0): Limit=nil rather than point-max.
1643         (Man-mode-map): Move initialization into the declaration.
1644         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1645         (Man-view-header-file): Use expand-file-name rather than concat.
1646         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1648         * man.el (Man-next-section): Make sure we do not move backward.
1650 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1652         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1653         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1654         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1655         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1657 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1661 2007-08-08  Andreas Schwab  <schwab@suse.de>
1663         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1664         self-insert-command, not self-insert.
1666 2007-08-08  Glenn Morris  <rgm@gnu.org>
1668         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1670         * Replace `iff' in doc-strings and comments.
1672         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1673         rather than just `-'.
1675 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1677         * dired.el (dired-pop-to-buffer):
1678         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1679         * calendar/calendar.el (generate-calendar-window):
1680         * progmodes/compile.el (compilation-set-window-height):
1681         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1682         Use window-full-width-p instead of comparing frame-width and
1683         window-width.
1685         * progmodes/compile.el (compilation-find-buffer): Remove extra
1686         argument in call to compilation-buffer-internal-p.
1688 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1690         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1691         parameters IDENTIFICATION and CONNECTED.
1692         (tramp-handle-insert-file-contents): VISIT must be handled after
1693         insertion of the local copy.  Reported by Peter Gordon
1694         <peter@pg-consultants.com>.
1695         (tramp-file-name-handler): No special handling for
1696         `expand-file-name'.  But for `file-name-as-directory'.
1697         (tramp-find-shell, tramp-open-connection-telnet)
1698         (tramp-open-connection-rsh, tramp-open-connection-su)
1699         (tramp-open-connection-multi)
1700         (tramp-open-connection-setup-interactive-shell): Guard against
1701         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1702         <steve@sxemacs.org>.
1703         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1704         the hint.
1706         * net/trampver.el: Update release number.
1708 2007-08-07  Tom Tromey  <tromey@redhat.com>
1710         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1711         Add safe-local-variable property.
1713 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1715         * image-mode.el (image-toggle-display): Use image-refresh.
1717         * longlines.el (longlines-decoded): New variable.
1718         (longlines-mode): Avoid encoding or decoding the buffer twice.
1720 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1722         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1723         unofficial version.
1724         (vc-bzr-command): Remove redundant setting of process-connection-type.
1725         (vc-bzr-admin-checkout-format-file): Add autoload.
1726         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1727         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1728         (vc-bzr-registered): Compare dirstate format tag with known good
1729         value, abort parsing if match fails.  Warn user in docstring.
1730         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1731         See bzrlib/branch.py in Bzr sources.
1732         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1733         (vc-bzr-shell-command): Remove in favor of
1734         vc-bzr-command-discarding-stderr.
1735         (vc-bzr-command-discarding-stderr): New function.
1737 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1739         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1740         program, and return nil
1741         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1742         (vc-bzr-state): Look for path names relative to the repository
1743         root after status keyword.
1744         (vc-bzr-file-name-relative): New function.
1745         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1746         depend on it.
1747         (vc-bzr-admin-dirname, ...-checkout-format-file)
1748         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1749         files that we now parse directly for speed.
1750         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1751         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1752         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1753         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1754         Bzr warnings, so we must discard it.
1755         (vc-bzr-workfile-version): Speedup counting lines from
1756         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1757         if that file doesn't exist.
1758         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1759         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1760         (not ".bzr"!) to `vc-directory-exclusion-list'
1761         (vc-bzr-shell-command): New function.
1763 2007-08-06  Tom Tromey  <tromey@redhat.com>
1765         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1766         (diff-fixup-modifs): Typo in docstring.
1768 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1771         count-screen-lines.
1772         (tpu-edt-off): Disable relevant pieces of advice.
1774         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1775         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1776         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1777         redefining the function.
1778         (tpu-set-scroll-margins): Activate the pieces of advice.
1780 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1782         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1783         process-filter.
1785 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1787         * help.el (resize-temp-buffer-window): Use window-full-width-p
1788         instead of comparing frame-width and window-width.
1790 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1792         * term.el: Honor term-default-fg-color and term-default-bg-color
1793         settings when modifying term-current-face.
1794         (term-default-fg-color, term-default-bg-color): Initialize from
1795         default term-current-face.
1796         (term-mode, term-reset-terminal): Set term-current-face with
1797         term-default-fg-color and term-default-bg-color.
1798         (term-handle-colors-array): term-current-face has term-default-fg-color
1799         and term-default-bg-color after reset escape sequence.
1800         (term-handle-colors-array): Set term-current-color with
1801         term-default-fg/bg-color instead of ansi-term-color-vector when the
1802         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1804 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1806         * files.el (set-auto-mode): Handle also remote files wrt
1807         `auto-mode-alist'.
1809         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1810         remote identification.
1812 2007-08-04  Glenn Morris  <rgm@gnu.org>
1814         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1815         zero, not nil, when the library is first loaded.  Check for a file
1816         that has been modified on disk.
1818         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1819         Remove duplicate defvar preventing initialization.
1820         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1822 2007-08-03  Miles Bader  <miles@gnu.org>
1824         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1825         backend names for new backends to `Git', `Hg', and `Bzr'.
1826         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1827         not `HG'.
1828         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1829         name, not `GIT'.
1830         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1831         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1833 2007-08-03  Glenn Morris  <rgm@gnu.org>
1835         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1837 2007-08-02  Richard Stallman  <rms@gnu.org>
1839         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1840         to update deleted flag.
1842         * cus-edit.el (customize-apropos, customize-apropos-options)
1843         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1845         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1847         * startup.el (fancy-splash-head, startup-echo-area-message):
1848         Change message text.
1850         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1851         All callers use line-move.
1853         * progmodes/compile.el (compilation-find-buffer): Return current
1854         buffer immediately if suitable.
1855         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1857 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1860         Make it more discriminating and more useful.
1861         (vc-bzr-root-dir): Use new name.
1862         (vc-bzr-registered): Use new name and look at the dirstate file to
1863         determine if it's registered or not without running `bzr'.
1865 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1867         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1869 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1871         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1872         Fix parent groups link.
1874 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1876         * faces.el (face-normalize-spec): New function.
1877         (frame-set-background-mode): Normalize face-spec before calling
1878         face-spec-match-p.
1880 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * vc-bzr.el: New file (copied from the trunk).
1884         * vc-hooks.el (vc-handled-backends): Add BZR.
1885         (vc-find-file-hook): Failsafe if the backend's `registered'
1886         function burps.
1888         * server.el (server-window): Add switch-to-buffer-other-frame option.
1890 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1893         (vc-git-revision-completion-table): Enable.
1895         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1897         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1899         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1900         (vc-hg-registered): Set the vc-state property.
1902         * diff-mode.el (diff-mode-menu): New entries.
1904 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1907         (diff-file-kill): Use it.
1908         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1909         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1910         Use it so they find the hunk even when we're in the file header.
1912         * vc.el: Add new VC operation `revision-completion-table'.
1913         (vc-default-revision-completion-table): New function.
1914         (vc-version-diff, vc-version-other-window): Use it to provide
1915         completion of revision names if the backend provides it.
1917         * vc-arch.el (vc-arch--version-completion-table)
1918         (vc-arch-revision-completion-table): New functions to provide
1919         completion of revision names.
1921         * vc-cvs.el: Require CL.
1922         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1923         New functions to provide completion of revision names.
1925 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1927         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1928         (copyright-fix-years, copyright): Correctly handle the case where
1929         copyright-limit is nil.
1931 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1933         * progmodes/python.el (run-python): Fix path separator under w32.
1935 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1937         * vc-git.el: New File.
1939 2007-07-28  Alan Mackenzie  <acm@muc.de>
1941         Fix problem with modes derived from CC Mode:
1942         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1943         macro to cc-langs.
1944         (c-init-language-vars-for): Remove call to above macro.
1945         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1946         been moved to here.
1947         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1949 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1951         * net/trampver.el: Fix the `coding' cookie.
1953 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1955         * add-log.el (change-log-redate): Remove (not needed anymore and
1956         doesn't appear to work).
1958 2007-07-25  Glenn Morris  <rgm@gnu.org>
1960         * Relicense all FSF files to GPLv3 or later.
1962         * COPYING: Switch to GPLv3.
1964 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1967         Replace it with another one which disables undo before calling
1968         erase-buffer and then turns it back on if needed.
1970 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1972         * ps-print.el: Problem with foreground and background color when
1973         printing a buffer with and without faces.  Reported by Christian
1974         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1975         (ps-print-version): New version 6.7.5.
1976         (ps-default-fg): Change default value to nil, so black color is used
1977         when a face does not specify a foreground color.
1978         (ps-default-bg): Change default value to nil, so white color is used
1979         for background color.
1980         (ps-begin-job): Fix code.
1982 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1984         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1986 2007-07-24  Alan Mackenzie  <acm@muc.de>
1988         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1989         Initialise byte-compile-unresolved-functions before rather than
1990         after a compilation.
1991         (byte-compile-unresolved-functions): Amplify doc string.
1993 2007-07-24  Glenn Morris  <rgm@gnu.org>
1995         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1996         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1997         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1998         (cal-tex-cursor-week, cal-tex-cursor-week2)
1999         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2000         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2001         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2002         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2004 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2008 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2011         underlying file is uptodate.
2013 2007-07-23  Richard Stallman  <rms@gnu.org>
2015         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2017 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2020         (sh-font-lock-flush-syntax-ppss-cache): New funs.
2021         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2022         different possible cases for \'.
2023         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2025         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2026         `file' from which to start the search and fix case where `file' is the
2027         current directory and the root as well.
2029         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2030         name for buffer-file-name if it refers to a directory.
2032 2007-07-22  Jason Rumney  <jasonr@gnu.org>
2034         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2035         for input to cmdproxy on all versions of Windows.
2036         Use dos line ends for input to plink.
2038         * comint.el (comint-simple-send): Concat newline before sending.
2039         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2041 2007-07-22  Juri Linkov  <juri@jurta.org>
2043         * isearch.el (isearch-edit-string): Save old point and
2044         isearch-other-end to old-point and old-other-end before reading
2045         the search string from minibuffer.  After exiting minibuffer set
2046         point to old-other-end if point and the search direction is the
2047         same as before reading the search string.
2048         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2049         to isearch-other-end.  Instead of isearch-search-and-update call
2050         three functions isearch-search, isearch-push-state and isearch-update.
2052 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2054         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2055         destroying an existing buffer.
2057 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2059         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2061         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2063 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2065         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2066         file in a way that does not interfere with recentf.
2068 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2070         * image-dired.el (image-dired-sane-db-file): New func.
2071         (image-dired-write-tags, image-dired-remove-tag)
2072         (image-dired-list-tags, image-dired-write-comments)
2073         (image-dired-get-comment, image-dired-mark-tagged-files)
2074         (image-dired-create-gallery-lists): Call new func.
2075         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2077 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2079         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2080         (vc-hg-dir-state): Fix loop.
2081         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2082         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2083         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2084         (vc-hg-revert): Likewise.
2085         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2087 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2089         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2090         case of alignment under a constant symbol, find and consider
2091         the sexp actually at indentation to be the "last sexp".
2093 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2095         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2096         (install): Use them to copy all *.el files before *.elc.
2097         (clean): Don't delete *~.
2099 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2101         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2103 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
2105         * vc-hg.el (vc-hg-registered): Replace if with when.
2106         (vc-hg-state): Deal with nonexistent files.
2108 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2110         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2111         (follow-delete-other-windows-and-split, follow-recenter)
2112         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2113         (follow-redisplay, follow-estimate-first-window-start)
2114         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2115         Fix typos in docstrings.
2117 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2119         * bookmark.el (bookmark-show-all-annotations):
2120         Make sure each inserted annotation ends with newline.
2122         (bookmark-maybe-sort-alist): Don't modify
2123         bookmark-alist.  Instead, if not sorting, simply return it.
2124         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2125         for its return value, not for its side effect.
2127 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2129         * vc.el: Add more info about the vc-registered function.
2131 2007-07-16  David Kastrup  <dak@gnu.org>
2133         * emacs-lisp/advice.el (defadvice): Doc fix.
2135 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
2137         * subr.el (when, unless): Doc fix.
2139 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2141         * vc-hg.el (vc-hg-state): Handle removed files.
2142         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2143         (vc-hg-checkout): Re-enable.
2145 2007-07-15  Richard Stallman  <rms@gnu.org>
2147         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2149         * tutorial.el (tutorial--find-changed-keys):
2150         Handle C-x specially like ESC.
2152 2007-07-15  Roland McGrath  <roland@frob.com>
2154         * add-log.el (add-change-log-entry): Check add-log-full-name
2155         and add-log-mailing-address later, after change-log-mode-hook.
2157 2007-07-15  Richard Stallman  <rms@gnu.org>
2159         * isearch.el (isearch-mode, isearch-done):
2160         Delete unintended code in previous change.
2162         * ps-print.el (ps-default-bg): Change to White.
2164 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2166         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2168 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
2170         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2171         when handling the terminating event.
2173 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2175         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2177 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2179         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2180         (install): Use them to copy all *.el files before *.elc.
2182 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2184         * replace.el (match): Use yellow1 instead of yellow.
2186         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2188         * pcvs-info.el (cvs-unknown): Likewise.
2190 2007-07-12  Davis Herring  <herring@lanl.gov>
2192         * desktop.el (desktop-buffer-info, desktop-save):
2193         Use `desktop-dirname' instead of `dirname'.
2195 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
2197         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2199         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2201 2007-07-10  Richard Stallman  <rms@gnu.org>
2203         * emacs-lisp/lisp-mode.el (eval-defun):
2204         Explain special handling of `defface'.
2206 2007-07-09  Richard Stallman  <rms@gnu.org>
2208         * isearch.el (isearch-edit-string): Call to isearch-push-state
2209         after the search.
2211 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2213         * cus-start.el (file-coding-system-alist): Fix custom type.
2215 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
2217         * longlines.el (longlines-wrap-region): Avoid marking buffer as
2218         modified.
2219         (longlines-auto-wrap, longlines-window-change-function):
2220         Remove unnecessary calls to set-buffer-modified-p.
2222 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * vc.el (vc-default-log-view-mode): New function.
2225         (vc-print-log): Add new `log-view-mode' VC operation.
2227 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
2229         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2230         Rename and move to...
2232         * subr.el (strings->string, string->strings): ...here.
2234         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2235         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2237         * progmodes/gud.el (gud-common-init): Call string->strings instead
2238         of split-string.
2240 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2242         * term/w32-win.el (menu-bar-open): New function.
2243         Bind <f10> to it.
2245 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2247         * log-view.el (log-view-mode-menu): New menu.
2249 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
2251         * vc-hg.el: New file.
2253 2007-07-06  Andreas Schwab  <schwab@suse.de>
2255         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2256         dynamic bindings around the evaluation of the expression.
2257         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2259 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2261         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2262         file names.
2264 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
2266         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2268         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2269         event is not a cons cell.  Do not unread drag-mouse-1 events.
2270         Select right window in check whether space was stolen from
2271         window above.
2273 2007-07-01  Richard Stallman  <rms@gnu.org>
2275         * files.el (find-file-visit-truename): Fix safe-local-variable value.
2277 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
2279         * generic-x.el (generic-define-mswindows-modes)
2280         (generic-define-unix-modes, apache-log-generic-mode)
2281         (bat-generic-mode-keymap, java-manifest-generic-mode)
2282         (show-tabs-generic-mode): Fix typos in docstrings.
2284 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2286         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2287         replace-regexp-in-string.
2289 2007-06-28  Andreas Schwab  <schwab@suse.de>
2291         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2292         $(lisp)/subdirs.el.
2294 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
2296         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2297         the speedbar frame if nil; that deletes the current frame or
2298         causes an error if it is the only frame.
2299         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2301 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
2303         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2304         directory where the desktop file was found, as the docstring says.
2305         (desktop-kill): Use `read-directory-name'.
2307         * desktop.el (desktop-load-locked-desktop): New option.
2308         (desktop-read): Use it.
2309         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2310         Use `when'.
2312 2007-06-24  Davis Herring  <herring@lanl.gov>
2314         * desktop.el (desktop-save-mode-off): New function.
2315         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2316         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2317         (desktop-claim-lock, desktop-release-lock): New functions.
2318         (desktop-kill): Tell `desktop-save' that this is the last save.
2319         Release the lock afterwards.
2320         (desktop-buffer-info): New function.
2321         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2322         says to.  Detect conflicts, and manage the lock.
2323         (desktop-read): Detect conflicts.  Manage the lock.
2325 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2327         * ls-lisp.el (insert-directory): If an invalid regexp error is
2328         thrown, try using FILE as a literal file name, not a wildcard.
2329         Check for FILE as an existing file, not just a directory.
2331 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
2333         * ruler-mode.el (ruler-mode): Prevent clobbering the original
2334         `header-line-format' when reentering ruler mode.
2336 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2338         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2339         FILE exists as a directory.
2341 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2344         (vera-font-lock-match-item): Fix doc string.
2345         (vera-in-comment-p): Remove unused function.
2346         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2347         use `syntax-ppss'.
2348         (vera-forward-syntactic-ws): Fix argument order.
2349         (vera-prepare-search): Use `with-syntax-table'.
2350         (vera-indent-line): Fix doc string.
2351         (vera-electric-tab): Fix doc string.
2352         (vera-expand-abbrev): Define alias instead of using `fset'.
2353         (vera-comment-uncomment-region): Use `comment-start-skip'.
2355 2007-06-20  Reto Zimmermann  <reto@gnu.org>
2357         * progmodes/vera-mode.el: New file.
2359 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
2361         * ido.el (ido-find-file-in-dir): Don't signal an error for
2362         empty directories.
2364 2007-06-18  Alan Mackenzie  <acm@muc.de>
2366         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2367         When removing lines, also remove the \n.  Correction of patch of
2368         2007-04-21.
2370 2007-06-17  Glenn Morris  <rgm@gnu.org>
2372         * lpr.el (lpr-page-header-switches): Move %s to separate element
2373         for correct quoting.  Doc fix.
2375 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2377         * term/xterm.el (terminal-init-xterm): Escape parens in character
2378         constants.
2380 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2382         * scroll-lock.el (scroll-lock-mode): Doc fix.
2384 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2387         half-activated, forcefully activate it completely.
2389 2007-06-11  Richard Stallman  <rms@gnu.org>
2391         * cus-edit.el (custom-variable-type): Doc fix.
2393 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2395         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2397 2007-06-09  Davis Herring  <herring@lanl.gov>
2399         * desktop.el (desktop-minor-mode-table): Doc fix.
2401 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
2403         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2404         (image-next-line, image-previous-line, image-scroll-up)
2405         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2406         New functions.
2407         (image-mode-map): Remap motion commands.
2408         (image-mode-text-map): New keymap for viewing images as text.
2409         (image-mode): Use image-mode-map.
2410         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2412 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
2414         Sync with Tramp 2.0.56.
2416         * net/tramp.el:
2417         * net/tramp-ftp.el:
2418         * net/tramp-smb.el:
2419         * net/tramp-util.el:
2420         * net/tramp-vc.el:
2421         Don't load cl.el, because that pollutes the namespace.  Replace cl
2422         macros by their implementations where necessary.  Requested by
2423         Richard Stallman <rms@gnu.org>.
2425         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2426         doesn't exist.
2427         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2428         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2429         (tramp-file-name-p, tramp-file-name-multi-method)
2430         (tramp-file-name-method, tramp-file-name-user)
2431         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2432         replacing defstruct `tramp-file-name'.
2433         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2434         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2435         Apply `vector' instead of `make-tramp-file-name'.
2436         (tramp-handle-make-auto-save-file-name):
2437         Apply `tramp-temporary-file-directory' for compatibility reasons.
2438         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2439         because of XEmacs.
2440         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2441         started.
2443 2007-06-07  David Kastrup  <dak@gnu.org>
2445         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2446         Change default to `top'.
2448 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2450         * dired.el (dired-mode-map): Remove spurious separator.
2452 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2454         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2456         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2457         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2459 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2461         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2462         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2464 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2466         * progmodes/ebrowse.el (ebrowse-member-table):
2467         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2469 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2471         * pgg.el (pgg-sign-region, pgg-sign):
2472         * ses.el (ses-call-printer):
2473         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2474         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2476 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
2478         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2479         (tar-get-descriptor): Handle type 55, an extended pax header.
2481 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * textmodes/css-mode.el: New file.
2485 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
2487         * net/socks.el: New file, taken from w3 repository.
2488         (top): Update Copyright.  Don't load cl.el.
2489         (all): Replace `case' by `cond', `string-to-int' by
2490         `string-to-number', and `process-kill-without-query' by
2491         `set-process-query-on-exit-flag'.
2492         (socks-char-int): Remove defalias and all occurrences.
2494 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2496         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2497         (sort-coding-systems, search-unencodable-char): Doc fixes.
2498         (coding-system-change-eol-conversion, set-default-coding-systems)
2499         (prefer-coding-system, find-multibyte-characters, princ-list)
2500         (leim-list-entry-regexp, set-input-method, locale-language-names)
2501         (input-method-exit-on-first-char, exit-language-environment-hook)
2502         (locale-charset-language-names): Fix typos in docstrings.
2504 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2506         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2507         `switch-to-buffer' has returned succesfully.
2508         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2509         window is dedicated (it could iconify the frame).
2511 2007-06-05  Glenn Morris  <rgm@gnu.org>
2513         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2515 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2517         * files.el (auto-mode-alist): Add lower-priority match for names
2518         like ChangeLog.old.
2520 2007-06-04  Andreas Schwab  <schwab@suse.de>
2522         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2524 2007-06-04  Davis Herring  <herring@lanl.gov>
2526         * calendar/timeclock.el: Update version number.
2527         (timeclock-modeline-display): Mention timeclock-use-display-time
2528         in explanatory message.
2529         (timeclock-log): Suppress warnings when finding the log.
2530         Don't check for a nil project twice.  Run hooks after killing the
2531         buffer (if applicable).
2532         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2533         was geometric).  All uses changed.
2534         (timeclock-generate-report): Support prefix argument.
2536 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2538         * man.el (Man-next-section): Don't consider the last line of the
2539         page as being part of any section.
2541 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2543         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2544         modified flag of buffer.  Use `inhibit-modification-hooks'.
2546 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2548         * mail/mail-extr.el (mail-extract-address-components):
2549         Recognize non-ASCII characters except for NBSP as words.
2551 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2553         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2555 2007-06-04  Michael Olson  <mwolson@gnu.org>
2557         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2558         died and we are trying to send a signal to it.
2560 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2562         * emacs-lisp/easy-mmode.el (define-minor-mode)
2563         (easy-mmode-define-navigation): Fix typos in docstrings.
2565         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2566         Fix typos in docstrings.
2567         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2568         (compilation-finish-function): Fix typo in obsolescence declaration.
2570         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2572 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2574         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2575         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2577         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2579         * longlines.el (longlines-mode): Make longlines-auto-wrap
2580         buffer-local.  Add hooks unconditionally.
2581         (longlines-auto-wrap): Toggle wrapping.
2582         (longlines-after-change-function)
2583         (longlines-post-command-function): Check longlines-auto-wrap.
2585 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2587         * Version 22.1 released.
2589 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2591         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2592         changes.
2594 2007-05-31  Richard Stallman  <rms@gnu.org>
2596         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2598 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2600         * textmodes/table.el (table--point-entered-cell-function)
2601         (table--point-left-cell-function):
2602         Bind `inhibit-point-motion-hooks' to t.
2604 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2606         * emacs-lisp/rx.el (rx): Doc fix.
2608 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2610         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2612 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2614         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2615         as the end of the ChangeLog paragraph when it ends without a line
2616         termination.
2618 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * textmodes/fill.el (canonically-space-region): Make the second arg
2621         a marker if it's not already the case.
2623         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2624         (xterm-mouse-event): Use it.
2626 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2628         * vc-hooks.el (vc-find-root): Fix file attribute test.
2630 2007-05-24  Richard Stallman  <rms@gnu.org>
2632         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2633         Don't let opoint be nil.
2634         (flyspell-emacs-popup): Explicit error if no dialogs.
2636 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2638         * tar-mode.el (tar-file-name-handler): New function.
2639         (tar-extract): Bind file-name-handler-alist to it to force
2640         find-buffer-file-type-coding-system behave as if the file being
2641         extracted existed.  Use last-coding-system-used to force
2642         buffer-file-coding-system to what decode-coding-region actually
2643         used to decode the file.
2645 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2647         * progmodes/compile.el (compilation-handle-exit):
2648         `compilation-finish-function' may change the current buffer.
2650 2007-05-22  Richard Stallman  <rms@gnu.org>
2652         * files.el (set-auto-mode): Doc fix.
2654 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2656         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2658 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2660         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2661         (rcirc-print): Handle `window-width'.
2662         (rcirc-buffer-maximum-lines): Doc fix.
2664 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2666         * info.el (Info-fontify-node): Match https also.
2668 2007-05-18  Richard Stallman  <rms@gnu.org>
2670         * simple.el (push-mark): Doc fix.
2672 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2674         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2675         tpu-global-map.
2676         (tpu-original-global-map): Delete variable.
2677         (tpu-control-keys-map): New keymap variable.
2678         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2679         setting keymapping directly.
2680         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2681         tpu-global-map.
2682         (tpu-edt-on): Activate the tpu-global-map.
2683         (tpu-edt-off): Deactivate the tpu-global-map.
2685 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2687         * textmodes/ispell.el (ispell-get-word): Return markers
2688         for start and end positions.
2689         (ispell-word): Assume END is a marker.
2691 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2693         * ps-print.el: Use default color when foreground or background color
2694         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2695         (ps-print-version): New version 6.7.4.
2696         (ps-rgb-color): New argument.  Use default color when color is
2697         unspecified.
2698         (ps-begin-job): Fix code.
2700 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2702         * textmodes/ispell.el (ispell-start-process): Defend against bad
2703         default-directory.
2705 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2707         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2709 2007-05-16  Richard Stallman  <rms@gnu.org>
2711         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2713 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2716         Move the *ml, Postscript, and XmCD entries to the fallback part.
2718         * files.el (magic-fallback-mode-alist):
2719         Rename from file-start-mode-alist.
2721 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2723         * progmodes/compile.el (compilation-handle-exit): Quote first
2724         argument of `run-hook-with-args'.
2726 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2728         * buff-menu.el (Buffer-menu-sort-column):
2729         * dabbrev.el (dabbrev-upcase-means-case-search):
2730         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2731         * info.el (Info-current-subfile):
2732         * ls-lisp.el (ls-lisp-verbosity):
2733         * msb.el (msb-menu-cond):
2734         * pcvs.el (cvs-dired-use-hook):
2735         * simple.el (set-mark-command-repeat-pop):
2736         * time.el (display-time-24hr-format, display-time-mail-file):
2737         Doc fixes.
2739         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2740         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2742         * view.el (view-inhibit-help-message): Fix typo in docstring.
2743         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2745 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2747         * mail/rmail.el (rmail-convert-to-babyl-format):
2748         Check content-transfer-encoding _last_, because we need its position
2749         in base64-header-field-end.
2751 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2753         * files.el (mode-require-final-newline, require-final-newline)
2754         (enable-local-variables, enable-local-eval): Doc fixes.
2756 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2758         * progmodes/python.el (python-font-lock-keywords)
2759         (python-open-block-statement-p, python-mode): Add support for the new
2760         "with" keyword.
2762 2007-05-10  Richard Stallman  <rms@gnu.org>
2764         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2765         (iso-cvt-write-only): Likewise.
2767         * emacs-lisp/easy-mmode.el (define-minor-mode):
2768         Fix generated doc string.
2770         * startup.el (fancy-splash-text): Add URL of guided tour.
2771         Adjust horizontal and vertical whitespace.
2773         * progmodes/compile.el (compilation-handle-exit):
2774         Use run-hook-with-args to run compilation-finish-functions.
2776         * files.el (file-start-mode-alist): New variable.
2777         (magic-mode-regexp-match-limit): Doc fix.
2778         (set-auto-mode): Handle file-start-mode-alist.
2779         A little cleanup of structure.
2781 2007-05-10  Davis Herring  <herring@lanl.gov>
2783         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2784         workday specifications.
2785         (timeclock-log): Don't kill the log buffer if it already existed.
2787 2007-05-08  Richard Stallman  <rms@gnu.org>
2789         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2790         Don't include non-self-insert commands in the exception for `-'.
2792 2007-05-08  David Reitter  <david.reitter@gmail.com>
2794         * progmodes/python.el (python-guess-indent): Check non-nullness
2795         before comparing indent against the 2..8 interval.
2797 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2799         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2800         available.
2802 2007-05-06  Richard Stallman  <rms@gnu.org>
2804         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2806 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2808         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2809         disconnections.
2811 2007-05-01  Romain Francoise  <romain@orebokech.com>
2813         * dired-x.el: Revert 2007-04-06 change.
2815 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2817         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2818         don't put stop on toolbar.
2820 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2822         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2824 2007-04-29  Richard Stallman  <rms@gnu.org>
2826         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2828 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2831         than 1.
2833 2007-04-28  Richard Stallman  <rms@gnu.org>
2835         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2837 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2841 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2843         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2844         instead of $(lisp)/mh-e.
2846         * textmodes/fill.el (fill-paragraph): Doc fix.
2848 2007-04-28  Glenn Morris  <rgm@gnu.org>
2850         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2851         (image-dired-cmd-create-temp-image-options): Replace option
2852         +profile "*" with -strip.
2854 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2856         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2857         Use window-start and window-end.
2859 2007-04-26  Glenn Morris  <rgm@gnu.org>
2861         * progmodes/python.el: Restore file pending consideration of legal
2862         status.
2864 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2866         * locate.el (locate-in-alternate-database): Doc fix.
2868 2007-04-26  Glenn Morris  <rgm@gnu.org>
2870         * button.el (button): Use underline if supported, else fall back
2871         to color.
2873 2007-04-25  Richard Stallman  <rms@gnu.org>
2875         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2877 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2879         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2880         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2881         pushing mark.
2882         (idlwave-current-routine): Don't push mark.
2884 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2886         * image-dired.el (image-dired-display-image): Derive image-type from
2887         filename rather than assuming jpeg, in case no resizing was needed.
2889 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2891         * custom.el (defface): Doc fix.
2893 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2895         * progmodes/python.el: Remove due to unclear legal issues.
2897 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2899         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2900         Don't re-query for each cleared BP.
2901         (idlwave-shell-clear-bp): Optionally skip BP query.
2902         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2903         of set-window-buffer, which incorrectly moves displayed region.
2905 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2907         * calc/calc.el (calc-bug-address): Update maintainer's address.
2908         * calc/*: Update maintainer's address.
2910 2007-04-23  Richard Stallman  <rms@gnu.org>
2912         * simple.el (set-mark-command-repeat-pop): Doc fix.
2913         Put in `editing-basics' group.
2915 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2917         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2918         New functions.
2919         (Info-mode-line-node-keymap): Bind mouse commands to
2920         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2922 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2924         * locate.el (locate-local-prompt): New var.
2925         (locate-prompt-for-command): Doc fix.
2926         (locate-prompt-for-search-string): New function.
2927         (locate): New optional arg.  Make locate-local-prompt
2928         buffer-local.  Use locate-prompt-for-search-string.
2929         (locate-with-filter): New optional arg.
2930         Use locate-prompt-for-search-string.
2931         (locate-update): Bind locate-prompt-for-command.
2933 2007-04-23  Glenn Morris  <rgm@gnu.org>
2935         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2937 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2939         * button.el (button): Inherit from link face on a tty.
2941 2007-04-23  Glenn Morris  <rgm@gnu.org>
2943         * button.el (button): Use color for this face on a tty.
2945         * files.el (magic-mode-alist): Allow for carriage-returns in
2946         html-mode and sgml-mode entries.
2948 2007-04-22  Richard Stallman  <rms@gnu.org>
2950         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2951         Improve doc string of generated command.
2953         * subr.el (read-number): Catch errors.
2955         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2957 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2959         * image-dired.el: Rename from thumbnails.el.  All instances of
2960         "thumbnails" replaced with "image-dired".
2962         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2963         "image-dired".
2965 2007-04-22  Kim F. Storm  <storm@cua.dk>
2967         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2968         Don't use kill-line.
2970 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2972         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2973         error message.
2975 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2977         * dired.el: Rename "tumme" to "thumbnails".
2979         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2980         replaced with "thumbnails".
2982 2007-04-22  Glenn Morris  <rgm@gnu.org>
2984         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2985         and give it the risky-local-variable property.
2987         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2988         before defining it.
2990 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2992         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2993         Use delete-region instead of kill-line.
2995 2007-04-21  Alan Mackenzie  <acm@muc.de>
2997         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2998         `kill-region' by `delete-region'.
3000 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
3002         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3003         instead of kill-region.
3005         * progmodes/mantemp.el (mantemp-make-mantemps-region)
3006         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3007         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3008         and kill-line.
3010         * progmodes/vhdl-mode.el (vhdl-template-type)
3011         (vhdl-template-record, vhdl-template-nature)
3012         (vhdl-template-configuration-spec, vhdl-template-component-inst)
3013         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3014         Use delete-region instead of kill-word and kill-line.
3016 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3018         * dired-x.el (dired-virtual-mode): Doc fix.
3020 2007-04-21  Richard Stallman  <rms@gnu.org>
3022         * font-lock.el (font-lock-keywords-alist): Mark as risky.
3024         * subr.el (read-number): Doc fix.
3026         * simple.el (pop-to-mark-command): Display message "mark popped"
3027         if point does not move.
3028         (set-mark-command): Doc fix.
3030 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3032         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3033         (locate-local-filter, locate-local-search): New vars.
3034         (locate): Make variables local.
3035         (locate-update): Bind locate-buffer-name.  Call locate using
3036         locate-local-filter and locate-local-search.
3038 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
3040         * hi-lock.el (hi-lock-file-patterns-policy): New var.
3041         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3042         (hi-lock-mode): Update docstring.
3044 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3046         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3047         fill-nobreak-predicate when the break is past fill-column.
3049 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3051         * locate.el (locate): Output from shell-command should go in the
3052         current buffer rather than *Shell Command Output*.
3054 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
3056         * paren.el (show-paren-function): Fix last fix.
3058 2007-04-19  Kevin Ryde  <user42@zip.com.au>
3060         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3061         (archive-lzh-summarize): Add optional start arg for where to start
3062         looking at the archive.
3063         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3065         * international/mule.el (auto-coding-alist): no-conversion for .exe
3066         and .EXE.
3068 2007-04-19  Alan Mackenzie  <acm@muc.de>
3070         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3071         function return type contains "struct", "union", etc.
3072         c-end-of-defun goes too far forward.
3074 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
3076         * paren.el (show-paren-function): Reset window-start to avoid
3077         recentering.
3079 2007-04-19  Glenn Morris  <rgm@gnu.org>
3081         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3083 2007-04-18  Glenn Morris  <rgm@gnu.org>
3085         * calendar/diary-lib.el (diary-header-line-format): Add a custom
3086         :set function.
3087         (diary-list-entries): Only switch to diary-mode from
3088         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
3089         diary-mode set header-line-format, in case of any customization.
3091 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3093         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3094         is less than the length of parse-time-syntax.
3096 2007-04-17  David Kastrup  <dak@gnu.org>
3098         * replace.el (query-replace-regexp-eval): Deprecate.
3100 2007-04-17  Alan Mackenzie  <acm@muc.de>
3102         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3103         point too close to EOB, leave point at EOB rather than last `}'.
3105 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3107         * textmodes/bibtex.el (bibtex-include-OPTkey)
3108         (bibtex-user-optional-fields, bibtex-entry-field-alist):
3109         Fix defcustom.
3111 2007-04-17  Glenn Morris  <rgm@gnu.org>
3113         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3114         be encoded, fall back to current year.
3116 2007-04-14  Kevin Ryde  <user42@zip.com.au>
3118         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3119         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
3120         M "MSDOS".
3122 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
3124         * progmodes/python.el (python-end-of-block): Avoid looping forever
3125         if python-next-statement fails.
3127 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3129         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3131 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3133         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3134         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3136 2007-04-15  Jay Belanger  <belanger@truman.edu>
3138         * calc/calc.el (calc-version): New function.
3139         (calc-trail-mode): Shorten the title.
3141 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3143         * mail/footnote.el (footnote-style): Clarify docstring to state
3144         that customizing this only applies to future footnotes.
3146 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3148         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3149         (bibtex-make-field): Check that INIT is a string. Use functionp.
3151 2007-04-14  Glenn Morris  <rgm@gnu.org>
3153         * complete.el (PC-goto-end): New buffer-local variable.
3154         (PC-do-completion-end): Make buffer-local.
3155         (partial-completion-mode) <choose-completion-string-functions>:
3156         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3157         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
3158         doc string.  Set PC-goto-end for choose-completion.
3159         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3160         PC-do-completion.
3162         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3163         arg to bibtex-make-field.
3164         (bibtex-make-field): Add optional fourth arg NODELIM.
3165         Insert delimiters around INIT unless this arg is non-nil.
3167 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
3169         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3170         global map isn't modified.
3172 2007-04-14  Glenn Morris  <rgm@gnu.org>
3174         * calendar/appt.el (appt-disp-window): Do not split small windows.
3175         Suggested by Jeff Miller <jmiller@cablespeed.com>.
3177 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
3179         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3181         * files.el: Ditto.
3183 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
3185         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3187         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3188         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3189         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3190         (term-pager-help): Fix typos in docstrings.
3192         * wid-edit.el (widget-documentation): Fix typo in docstring.
3194         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3195         Fix typos in error messages.
3197 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
3199         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3200         window marked as dedicated.
3202         * mail/footnote.el (footnote-latin-string): New variable.
3203         (footnote-latin-regexp): Redefine as regexp alternative.
3204         (Footnote-latin): Use footnote-latin-string instead of
3205         footnote-latin-regexp.
3207 2007-04-13  Glenn Morris  <rgm@gnu.org>
3209         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3210         inherited keymaps.
3212 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
3214         * outline.el (outline-get-next-sibling): Clarify docstring.
3215         (outline-get-last-sibling): Handle case where we are at the first
3216         heading.  Clarify docstring.
3218 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3220         * progmodes/gud.el (gud-minor-mode-map): Make go button same
3221         length as stop button to lessen flicker.
3222         (jdb): Add gud-print.
3223         (gud-find-expr): Jdb prints the expression with the value, so
3224         don't insert it in the output.
3226 2007-04-11  Jason Rumney  <jasonr@gnu.org>
3228         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3229         case hex.  Do not try to decode non-hex letters.
3231 2007-04-11  Markus Triska  <markus.triska@gmx.at>
3233         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3234         (byte-optimize-backward-word): Remove (move to bytecomp.el).
3235         (byte-optimize-form-code-walker): Evaluate pure function calls if
3236         possible.
3237         (byte-optimize-all-constp): New function.
3239         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3240         Improve numeric argument case.
3241         (byte-compile-backward-char, byte-compile-backward-word):
3242         New functions, performing rewriting previously done in byte-opt.el.
3243         Fix their "Fixme" item (restriction to numeric arguments).
3245 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3247         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3248         with dolist.
3249         (after-init-hook): Don't quote lambda.
3250         (desktop-first-buffer): Don't wrap it in eval-when-compile.
3251         (desktop-internal-v2s): Remove unused var `el'.
3252         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3253         desktop-restore-file-buffer.
3254         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3255         desktop-create-buffer.
3257 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
3259         * woman.el (woman-decode-buffer): Postpone macro-set check...
3260         (woman-decode-region): ...to here.
3262 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
3264         * startup.el (tty-handle-args): Use %S to log ARGS.
3266 2007-04-10  Glenn Morris  <rgm@gnu.org>
3268         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3269         it is obsolete and has no effect.
3271         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3272         byte-compiler.
3274         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3275         obsolete function make-local-hook.
3277         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3278         start to quieten byte-compiler.
3280 2007-04-10  Markus Triska  <markus.triska@gmx.at>
3282         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3283         to bytecomp.el as byte-compile-char-before).
3284         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3285         New function (modified replacement for byte-optimize-char-before in
3286         byte-opt.el).
3288 2007-04-09  Alan Mackenzie  <acm@muc.de>
3290         * startup.el (inhibit-splash-screen): Emphatically state that it
3291         can't be set in site-start.el.
3293 2007-04-09  Masatake YAMATO  <jet@gyve.org>
3295         * progmodes/cc-subword.el (c-capitalize-subword): More closely
3296         mimic the behavior of `capitalize-word'.  Do not move point with a
3297         negative argument.  Based on tiny change by Paul Curry.
3299 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
3301         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3302         Don't move point if ARG is negative.
3304 2007-04-09  Alan Mackenzie  <acm@muc.de>
3306         Changes to make `narrow-to-defun' and `mark-defun' work properly
3307         in CC Mode:
3309         * progmodes/cc-defs.el (c-beginning-of-defun-1):
3310         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3311         Bind beginning/end-of-defun-function to nil around calls to
3312         beginning/end-of-defun.
3314         * progmodes/cc-langs.el (beginning-of-defun-function)
3315         (end-of-defun-function): New c-lang-setvar's.
3317         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3318         (setq arg 1))" to enable non-interactive call.
3320 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
3322         * simple.el (set-mark-command): Doc fix.
3324 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
3326         * progmodes/gud.el (gdb): Restore existing session if user
3327         tries to start a second one in graphical mode.
3329 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
3331         * cus-start.el <scroll-preserve-screen-position>: Add choices.
3333 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3335         * term/xterm.el (terminal-init-xterm): Fix key definitions.
3336         Add binding for C-M-SPC.
3338 2007-04-08  Richard Stallman  <rms@gnu.org>
3340         * pcomplete.el (pcomplete-read-event): One single definition,
3341         and not a defsubst.
3343 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
3345         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3346         byte-compiler warning "value unused".
3348 2007-04-08  Andreas Schwab  <schwab@suse.de>
3350         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3352 2007-04-07  Glenn Morris  <rgm@gnu.org>
3354         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3355         Autoload these functions.
3356         (diary-date-forms): Add a custom :set form.
3358         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3359         before first use.
3360         (diary-font-lock-keywords): New function with old code for
3361         initialization of variable of same name.
3363 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
3365         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3366         clean-up: only insert space when on identifier, etc.
3368 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3370         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3372         * net/tls.el (open-tls-stream): Properly handle case where there
3373         is no associated buffer.
3375 2007-04-07  Glenn Morris  <rgm@gnu.org>
3377         * ffap.el (ffap-file-at-point): Lower the priority of the
3378         ffap-ftp-sans-slash-regexp check.
3380 2007-04-06  Alan Mackenzie  <acm@muc.de>
3382         Fix fontification of labels, and other things with ":".
3384         * progmodes/cc-engine.el (c-forward-label): The function now
3385         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3386         the former t.
3388         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3389         new return code from c-forward-label, fontifying tokens properly.
3390         Add some general comments throughout the file.
3392 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
3394         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3395         Revert 2006-01-27 change.
3397         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3399         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3401         * desktop.el (desktop-create-buffer, desktop-save):
3402         Revert 2004-11-12 change for lack of copyright papers.
3404         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3405         (dired-guess-default): Respect case.
3407         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3409         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3410         was originally checked in as byte-optimize-concat on 1997-11-02.
3412         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3413         1995-05-19 doc changes.
3415 2007-04-06  Kim F. Storm  <storm@cua.dk>
3417         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
3418         (unload-feature): Update interactive spec accordingly.
3420         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3422 2007-04-06  John Paul Wallington  <jpw@pobox.com>
3424         * subr.el (with-case-table): Use `make-symbol' to avoid variable
3425         capture.  Restore the table in the same buffer.
3427         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3429 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
3431         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3432         Print entire form.
3434 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
3436         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3437         for low-color displays.
3439 2007-04-05  Glenn Morris  <rgm@gnu.org>
3441         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3442         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3443         Seed random number generator on loading.
3445         * emacs-lisp/authors.el (top-level): Provide self.
3447         * play/animate.el (top-level): Provide self.
3449 2007-04-04  Alan Mackenzie  <acm@muc.de>
3451         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3452         to mention c-syntactic-indentation.
3454 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3456         * subr.el (with-case-table): New macro.
3458         * international/mule.el (ascii-case-table): New var.
3460         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3461         downcasing.
3463 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3465         * progmodes/gud.el (gud-minor-mode-map): Simplify.
3467         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3468         of the window if we're outside it e.g menu-bar.
3470         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3471         window if we're outside it e.g menu-bar.
3473 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3475         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3476         decode base-64 encoded body if its content-type is something other
3477         than text/* or message/*.
3479 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
3481         * simple.el (activate-mark-hook): Fix typo in docstring.
3483 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3485         * tmm.el (tmm-c-prompt): Initialize.
3486         (tmm-menubar): Deal with extended menu-items at top level.
3487         (tmm-get-keybind): Handle bindings redefined/undefined locally.
3488         (tmm-prompt): Handle visibility of top level menu-items.
3490         * progmodes/gud.el (gud-menu-map): Simplify.
3491         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3492         menubar.
3494 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
3496         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3498         * comint.el (comint-send-input): Widen the buffer first.
3500         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3502 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3505         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3507         * newcomment.el (comment-search-forward): Discard comment starters
3508         before point.
3510 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
3512         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3514 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3516         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3517         when downcasing.
3519         * button.el (previous-button): Rewrite to account for adjacent buttons.
3521 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
3523         * progmodes/idlwave.el (idlwave-auto-fill):
3524         Revert paragraph-separate change.
3526         * progmodes/idlw-shell.el (idlwave-shell-break-in):
3527         Simplify module calc.
3528         (idlwave-shell-set-bp-in-module): Compute module.
3530 2007-03-31  Glenn Morris  <rgm@gnu.org>
3532         * emacs-lisp/timer.el (run-at-time): Doc fix.
3534         * emacs-lisp/warnings.el (display-warning): If we create the
3535         buffer displaying the warning, disable undo there.
3537 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3539         * net/tramp.el (tramp-register-file-name-handler)
3540         (tramp-register-completion-file-name-handler): New defsubst,
3541         derived from `tramp-register-file-name-handlers'.  The split is
3542         necessary because Tramp's file name handlers must be registered at
3543         different startup places.
3545 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3547         * progmodes/hideshow.el (turn-off-hideshow): New function.
3548         (hs-minor-mode): Use it instead of a lambda expression in
3549         change-major-mode-hook.
3551 2007-03-31  David Kastrup  <dak@gnu.org>
3553         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3554         corresponding to MANPATH_MAP entries.
3555         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3556         (woman-parse-man.conf): Use more discriminating man.conf name.
3557         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3558         (woman-manpath): Doc fix and type fix.
3559         (woman-cached-data): Check for MANPATH_MAP entries.
3560         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3562 2007-03-31  Stuart Herring  <herring@lanl.gov>
3564         * emacs-lisp/sregex.el (sregexq): Doc fix.
3566 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3568         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3570 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3572         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3573         Move to the right.
3575 2007-03-30  Alan Mackenzie  <acm@muc.de>
3577         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3579 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3581         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3582         Use it, passed in explicitly, instead of from the dynamic binding.
3583         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3585 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3587         * simple.el (blink-matching-open): When in minibuffer, don't
3588         search for a match inside the prompt.
3590 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3592         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3593         (tmm-prompt): Don't make the mouse user select the first menu
3594         item twice.
3596 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3598         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3599         SIGUSR1 and SIGUSR2.
3601 2007-03-29  Kim F. Storm  <storm@cua.dk>
3603         * ido.el (ido-read-internal): When reading file or dir, only override
3604         minibuffer-local-filename-completion-map, otherwise only override
3605         minibuffer-local-completion-map.
3607 2007-03-29  Glenn Morris  <rgm@gnu.org>
3609         * complete.el (partial-completion-mode): Set PC-do-completion-end
3610         to nil after use.
3611         (PC-lisp-complete-symbol): Create and use a marker at `end',
3612         rather than using point-marker.
3614 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3616         * simple.el (next-error-highlight): Doc fix.
3617         (compose-mail): Revert 2007-03-19 change.
3619 2007-03-28  Richard Stallman  <rms@gnu.org>
3621         * emacs-lisp/edebug.el (edebug-display): Don't go to
3622         edebug-outside-buffer if it is dead.
3624 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3626         * view.el (view-mode): Fix typos in docstring.
3628 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3630         * recentf.el (recentf-save-file): Add a custom :set function.
3632 2007-03-28  Glenn Morris  <rgm@gnu.org>
3634         * complete.el (PC-do-completion-end): New variable.
3635         (partial-completion-mode) <choose-completion-string-functions>:
3636         Use PC-do-completion-end in the non-minibuffer case to replace the
3637         correct amount of text.
3638         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3639         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3640         to deal with improvements inserted after point.
3642 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3644         * button.el (make-text-button): Add explicit `button' property.
3645         (default-button): Don't put a `button' property on it.
3647         * progmodes/python.el (python-mode): Skip comments when parsing.
3649         * vc-arch.el (vc-with-current-file-buffer): New macro.
3650         (vc-arch-file-source-p): Use it to avoid infloop.
3652 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3654         * emacs-lisp/lisp.el (lisp-complete-symbol):
3655         Fix call to get-buffer-window to find windows in other frames.
3657 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3660         Fix calls to get-buffer-window to find windows in other frames.
3661         Reported by David Hansen <david.hansen@gmx.net>.
3663 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3665         * info.el (Info-display-images-node): On a text-only terminal,
3666         show the "text" or "alt" parts of the image blobs.
3668 2007-03-27  Glenn Morris  <rgm@gnu.org>
3670         * complete.el (PC-do-completion): Compute completion-base-size in
3671         the non-filename case, rather than setting to nil.
3672         (PC-lisp-complete-end): New variable.
3673         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3674         original end in a series of consecutive invocations.
3676         * calendar/calendar.el (calendar-mode-hook): Declare it.
3678         * calendar/diary-lib.el (diary-live-p): Do not check for
3679         diary-selective-display.
3681 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3683         * replace.el (occur-next-error): *Occur* might not be displayed in the
3684         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3686 2007-03-26  Richard Stallman  <rms@gnu.org>
3688         * textmodes/flyspell.el (flyspell-large-region):
3689         Use ispell-call-process-region.
3691 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3693         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3694         Use prin1 instead of princ.
3696 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3698         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3699         Merge in X resources before global face.
3701         * progmodes/compile.el (compilation-start): Save compilation-directory
3702         rather than default-directory as local var.
3703         (compilation-directory): Mark as safe local var.
3705         * files.el: Don't mark default-directory as a safe local var.
3707 2007-03-25  Alan Mackenzie  <acm@muc.de>
3709         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3710         * progmodes/cc-engine.el: Fix typo.
3712 2007-03-25  Juri Linkov  <juri@jurta.org>
3714         * compare-w.el (compare-windows): Rename customization group
3715         `compare-w' to `compare-windows'.
3716         (compare-windows-whitespace, compare-ignore-whitespace)
3717         (compare-ignore-case, compare-windows-sync)
3718         (compare-windows-sync-string-size, compare-windows-recenter)
3719         (compare-windows-highlight, compare-windows): Change group name in
3720         the `group' tag from `compare-w' to `compare-windows'.
3721         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3723 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3725         * expand.el: Change example to always enable abbrev-mode,
3726         and remove redundant `function'.
3727         (expand-abbrev-hook): Add autoload cookie.
3729 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3731         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3732         (testcover-mark-all, testcover-unmark-all): Add prompts to
3733         interactive specs.
3735 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3737         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3738         Use file size in bytes for auto-revert-tail-pos not characters.
3740 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3742         * vc-rcs.el (vc-rcs-annotate-command):
3743         Set text property :vc-annotate-prefix on the annotation text.
3744         (vc-rcs-annotate-time): Instead of searching for ": ",
3745         search for end of text propertized with :vc-annotate-prefix.
3747 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3749         * whitespace.el (top level): Remove calls putting
3750         permanent-local nil property since these are no-ops.
3752         * man.el (Man-support-local-filenames): Assure that
3753         default-directory exists when doing call-process.
3755 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3757         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3758         Fix omission bug: Use m4-program-options to construct shell command.
3760 2007-03-23  David Kastrup  <dak@gnu.org>
3762         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3763         Use `mapcar' rather than `mapcan' to silence compiler warning.
3765 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3767         * textmodes/reftex.el, textmodes/reftex-vars.el,
3768         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3769         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3770         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3771         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3772         * textmodes/reftex-auc.el: Add maintainer address.
3774 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3776         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3777         Make sure that `global-font-lock-mode' does not turn on font-lock
3778         in these buffers.
3780 2007-03-21  Kim F. Storm  <storm@cua.dk>
3782         * xt-mouse.el (xt-mouse-epoch): New variable.
3783         (xterm-mouse-event): Use float-time.
3785 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3787         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3788         current-time.
3790 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * complete.el (read-file-name-internal): Don't add the final > if the
3793         completion is not finished (re-application of this patch, which was
3794         accidentally undone by Eli).
3796 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3798         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3799         clicks in describe-key and describe-key-briefly advice a little better.
3801 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3803         * server.el (server-process-filter): Cancel any pending isearch.
3805 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3807         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3808         (icalendar--get-unfolded-buffer): Define actual arguments rather
3809         than just using &rest.  Check replace-in-string is fbound.
3810         (icalendar-import-buffer): Doc fix.
3811         (icalendar--convert-ical-to-diary): Set diary-file.
3812         Check diary-file before inserting final newline.
3813         (icalendar--add-diary-entry): Return diary-file.
3815 2007-03-21  Glenn Morris  <rgm@gnu.org>
3817         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3818         (diary-display-hook): Add custom :set function.
3820         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3821         Add custom :set function.
3822         (diary-header-line-format): Doc fix.
3823         (diary-set-maybe-redraw): New function.
3824         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3825         (diary-list-entries): Always run diary-mode.
3827 2007-03-20  Kenichi Handa  <handa@m17n.org>
3829         * international/quail.el (quail-setup-completion-buf): Make the
3830         completion buffer read-only.
3831         (quail-completion): Adjusted for the above change.  Leave the
3832         modified flag nil.
3834 2007-03-20  David Kastrup  <dak@gnu.org>
3836         * files.el (magic-mode-alist): Require literal "%!PS" string for
3837         magic postscript file detection.
3839 2007-03-20  Richard Stallman  <rms@gnu.org>
3841         * textmodes/ispell.el (ispell-call-process): New function.
3842         Defends against bad `default-directory.'
3843         (ispell-check-version, ispell-find-aspell-dictionaries)
3844         (ispell-get-aspell-config-value, lookup-words): Call it.
3845         (ispell-call-process-region): New function.
3846         (ispell-send-string): Call it.
3848 2007-03-20  Andreas Schwab  <schwab@suse.de>
3850         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3851         (finder-data): Likewise.
3852         (autoloads): Likewise.
3854 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3856         * files.el (basic-save-buffer): Do not set visited filename when
3857         the corresponding directory does not exist or the specified
3858         filename is that of an existing directory.
3860 2007-03-20  Glenn Morris  <rgm@gnu.org>
3862         * calendar/diary-lib.el (diary-live-p): New function.
3863         (number-of-diary-entries): Add a :set function to redisplay diary
3864         when necessary.
3866 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3868         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3869         from client program, mev, to compute mouse event.
3871 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3873         * faces.el (momentary): Face removed; unused due to reversion of
3874         2007-01-04 changes by Kevin Rodgers.
3876         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3877         Suggested by Johan Bockg\e,Ae\e(Brd.
3879 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3881         * font-lock.el (lisp-font-lock-keywords-1):
3882         Highlight define-globalized-minor-mode as a keyword.
3884 2007-03-19  Kim F. Storm  <storm@cua.dk>
3886         * calc/calc-forms.el (math-std-daylight-savings)
3887         (math-std-daylight-savings-old): Doc fix.
3889 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3891         * progmodes/python.el (python-default-template): Doc fix.
3892         (python-buffer): Fix typo in docstring.
3894         * isearchb.el (isearchb-follow-char):
3895         * subr.el (def-edebug-spec): Fix typo in docstring.
3897 2007-03-19  Richard Stallman  <rms@gnu.org>
3899         * files.el (default-directory): Mark safe.
3900         (basic-save-buffer-2): Put proper dir name in error message.
3902         * simple.el (compose-mail): Run switch-function after
3903         setting up the mail buffer.
3905         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3907 2007-03-18  Jay Belanger  <belanger@truman.edu>
3909         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3910         (math-std-daylight-savings-new): Rename from
3911         `math-std-daylight-savings'.
3912         (math-std-daylight-savings-old): Rename from old value of
3913         `math-std-daylight-savings'.
3914         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3915         `math-std-daylight-savings-old' depending on the year.
3917 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3919         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3920         zero-width regexps as invalid but rather at least count them correctly.
3922 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3924         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3925         don't wait more if there is output available to process.
3927 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3929         * progmodes/compile.el (compilation-find-file): Revert change
3930         from 2006-07-18 to allow completion of directory names.
3931         Reported by John Carter <john.carter@tait.co.nz>.
3933 2007-03-18  Kim F. Storm  <storm@cua.dk>
3935         * subr.el (when, unless): Doc fix.
3937 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3939         * net/tls.el (tls-program): Doc fix.
3941 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3943         * autorevert.el (auto-revert-tail-handler):
3944         Call after-revert-hook.
3946 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3948         * simple.el (switch-to-completions): No error if search for \n\n fails.
3950 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3952         * simple.el (line-move-1):
3953         Respect `inhibit-line-move-field-capture' property.
3955 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3957         * comint.el (comint-arguments): Mark backslash-escaped chars.
3958         (comint-delim-arg): Don't treat them as delimiters.
3960 2007-03-12  Kim F. Storm  <storm@cua.dk>
3961         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3963 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3965         * tempo.el (tempo-insert): Deal with 'r> if it appears
3966         specified with a prompt argument.
3968 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3970         * textmodes/org.el (org-set-font-lock-defaults):
3971         Handle narrow table columns correctly.
3973 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3975         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3976         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3977         Return to use of the -no-properties variants.  There was
3978         consensus on emacs-devel that the speed of these variants was
3979         prefered since we are usually parsing files (from the internet
3980         or on disk) instead of XML created in Emacs.
3982         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3983         Add customize option.
3985 2007-03-12  Glenn Morris  <rgm@gnu.org>
3987         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3988         North American rule.  Replace "daylight savings" with "daylight
3989         saving" in doc.
3991         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3992         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3993         "daylight saving" in text.
3995         * woman.el (woman-change-fonts): Tweak previous change by using
3996         woman-request-regexp rather than "^\\.".
3998         * startup.el (command-line-1): Make insertion of
3999         initial-scratch-message not depend on scratch being selected.
4001 2007-03-11  Juri Linkov  <juri@jurta.org>
4003         * replace.el (match): Use yellow background on light-bg terminals.
4005 2007-03-11  Richard Stallman  <rms@gnu.org>
4007         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4008         Correctly compute line number.
4010 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
4012         * type-break.el (type-break-get-previous-count):
4013         Repeat previous change here.
4015 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4017         * progmodes/grep.el (grep-find-ignored-directories):
4018         Add .git and .bzr to list.
4020 2007-03-11  Andreas Schwab  <schwab@suse.de>
4022         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4024 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4028 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
4030         * faces.el (face-set-after-frame-default): Recalculate face
4031         customizations after applying X resources.
4033 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
4035         * net/rcirc.el (rcirc-timeout-seconds): New variable.
4036         (rcirc-keepalive-seconds): Remove variable.
4037         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4038         (rcirc-process, rcirc-user-disconnect): New variables.
4039         (rcirc-connect): Initalize new variables.
4040         (rcirc-keepalive): Don't send keepalive pings before connection
4041         is completed.
4042         (rcirc-sentinel): Do mark all channels with activity when
4043         connection is dropped.  Run hook with process buffer local.
4044         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4045         (rcirc-buffer-process): Return value of rcirc-process if
4046         rcirc-server-buffer is nil.
4047         (rcirc-server-name): Return the reported server name.
4048         (rcirc-update-prompt): Simplify computation of the server name.
4049         (rcirc-format-response-string): Likewise.
4050         (rcirc-handler-001): Mark server as connected, record the reported
4051         server name, and schedule a timeout.
4052         (rcirc-track-nick): Add a spec for the tty class.
4053         (rcirc-user-non-nick): Remove function.
4054         (rcirc-nick-prefix-chars): Add variable.
4055         (rcirc-user-nick): Use above variable.
4057 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4059         * icomplete.el (icomplete-tidy, icomplete-exhibit):
4060         Bind deactivate-mark to nil.
4062 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
4064         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4065         that buffer contents get erased during completion.
4067 2007-03-10  Glenn Morris  <rgm@gnu.org>
4069         * woman.el (woman-change-fonts): Add a hack to deal with
4070         font-escape followed by "." at start of a line.
4071         (woman2-IP): Add a hack to deal with consecutive requests.
4072         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4074 2007-03-10  Alan Mackenzie  <acm@muc.de>
4076         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4078 2007-03-09  Richard Stallman  <rms@gnu.org>
4080         * abbrev.el (abbrev): Add `provide'.
4082 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
4084         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4086 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
4088         * complete.el (PC-try-completion): New function.
4089         (PC-do-completion, read-file-name-internal): Use it instead of
4090         try-completion.
4092 2007-03-08  Alan Mackenzie  <acm@muc.de>
4094         Remove stale tokens from `c-found-types' cache.
4096         * progmodes/cc-mode.el (c-unfind-enclosing-token)
4097         (c-unfind-coalesced-tokens, c-before-change): New functions.
4098         (c-maybe-stale-found-type): New variable.
4100         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4101         (c-trim-found-types): New functions.
4103 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4105         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4106         (debug-ignored-errors): Add entry from smerge-match-conflict.
4108 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
4110         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4111         special help topics for keywords.
4112         (idlwave-help-assistant-command): Include ".exe" for ms-dos
4113         etc. Assistant command.
4115 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
4117         * replace.el (occur-engine): Move buffer-undo-list binding...
4118         (occur-1): ...to here.
4120         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4122         * simple.el (minibuffer-completing-symbol): New var.
4123         (eval-expression): Use it.
4124         (completion-setup-function): Don't bind completion-base-size when
4125         completing a symbol in the minibuffer.
4127 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
4129         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4130         tries to start a second session in graphical mode.
4132 2007-03-07  Miles Bader  <miles@gnu.org>
4134         * international/isearch-x.el
4135         (isearch-process-search-multibyte-characters):
4136         Strip text-properties from PROMPT to avoid an error from read-string.
4138 2007-03-07  Kim F. Storm  <storm@cua.dk>
4140         * complete.el (PC-bindings): Remap lisp-complete-symbol to
4141         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4143 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4145         * complete.el (PC-do-completion): Delete duplicates in the list of
4146         possible completions.
4148 2007-03-07  Glenn Morris  <rgm@gnu.org>
4150         * ses.el (ses-mode): Doc fix.
4152 2007-03-06  Kim F. Storm  <storm@cua.dk>
4154         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4156 2007-03-06  Kenichi Handa  <handa@m17n.org>
4158         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4160 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4162         * simple.el (completion-setup-function): Improve last fix so it doesn't
4163         set it to a relative directory name either.
4165 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4167         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4169 2007-03-05  Richard Stallman  <rms@gnu.org>
4171         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4173         * files.el (find-file-noselect): No error if file no longer exists.
4174         Display a message and avoid other questions.
4176 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * pcomplete.el (pcomplete-show-completions): Improve last change, so
4179         as not to use an invisible window and to create a window if none exist.
4181         * progmodes/python.el (python-send-command): Restart proc if necessary.
4182         (python-proc): Simplify.
4184 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
4186         * pcomplete.el (pcomplete-show-completions): Search all frames for
4187         completions buffer.
4189 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
4191         * cus-edit.el (customize-save-variable): Clear customized-value
4192         property (saved values are now put in theme-value property).
4193         (customize-set-variable): Doc fix.
4195         * complete.el (PC-do-completion): If completion-ignore-case is
4196         non-nil, replace field with completion string before exiting.
4198 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
4200         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4201         Append its extension to the resulting temporary file name.
4202         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4204         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4205         (tramp-smb-handle-write-region): Apply it.
4207 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4209         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4210         Redo previous change.
4212 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4214         * diff-mode.el (diff-mode): Doc fix.
4216 2007-03-05  Kenichi Handa  <handa@m17n.org>
4218         * international/characters.el: Set category `l' (latin)
4219         for more characters.
4221 2007-03-04  Kim F. Storm  <storm@cua.dk>
4223         * emacs-lisp/authors.el (authors-aliases): Add alias.
4225 2007-03-04  Glenn Morris  <rgm@gnu.org>
4227         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4228         all when switching major mode.
4229         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4230         (hs-block-start-mdata-select, hs-block-end-regexp)
4231         (hs-forward-sexp-func, hs-adjust-block-beginning):
4232         Do not make these variables permanent-local.
4234 2007-03-04  Richard Stallman  <rms@gnu.org>
4236         * progmodes/cperl-mode.el (cperl-mode):
4237         Modify cperl-compilation-error-regexp-alist by appending.
4239         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4240         (edebug-mode): Add the hook.
4241         (edebug-recursive-edit): Remove the hook on exiting.
4243         * type-break.el (type-break-get-previous-time):
4244         Handle end-of-file errors specially
4245         so they don't get reported wrong in .emacs.
4247         * startup.el (fancy-splash-text): Clarify text.
4249         * simple.el (beginning-of-buffer, end-of-buffer):
4250         Avoid treating plain C-u like numeric arg.
4252         * simple.el (completion-setup-function): Don't set
4253         default-directory to nil.
4255         * shell.el (shell-dirstack-query): Doc fix.
4257         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4258         Don't select the window -- pass it to primitives instead.
4260         * faces.el (minibuffer-prompt): Use medium blue by default.
4262 2007-03-04  David Kastrup  <dak@gnu.org>
4264         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4265         Preserve 16 as default value for "seconds" when customizing.
4267 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
4269         * textmodes/org.el (org-self-insert-command)
4270         (orgtbl-self-insert-command, org-delete-char)
4271         (org-delete-backward-char): Set the `flyspell-delayed' property.
4273 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
4275         * international/mule.el (find-auto-coding): Don't search for
4276         line-ending characters past the end of the tail.
4278 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
4280         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4281         Jump to the line where new score has been uploaded.
4283         * play/tetris.el (tetris-move-bottom, tetris-move-left)
4284         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4285         Do nothing when the game is paused.
4287 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
4289         * textmodes/org.el (org-set-tags): Prevent slipping of point
4290         during completion.
4292 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4294         * isearch.el (isearch-message-prefix):
4295         Use minibuffer-prompt-properties.
4297 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4299         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4300         (ps-setup): Print which Emacsen is running ps-print package.
4302 2007-03-01  Stuart Herring  <herring@lanl.gov>
4304         * files.el (set-auto-mode-0): Use `indirect-function'.
4305         (hack-one-local-variable): Don't reapply current major mode.
4307 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4309         * progmodes/python.el (python-quote-syntax): Don't bother with
4310         syntax-ppss-context.
4311         (python-fill-paragraph): Make sure that fenced-string delimiters that
4312         stand on their own line stay there.
4314 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4316         * replace.el (perform-replace): Propertize message.
4318 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
4320         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4321         invisible heading.
4323 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4325         * net/tramp.el (tramp-file-name-handler): Revert last change.
4327 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
4329         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4330         Correct doc strings.
4332 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4334         * replace.el (perform-replace): Undo forward-char immediately if
4335         non-adjacent search fails.
4337 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4339         * version.el (emacs-major-version, emacs-minor-version):
4340         string-to-int -> string-to-number.
4342 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
4344         * help.el (where-is): Fail gracefully when not passed a command.
4346 2007-02-28  Stuart Herring  <herring@lanl.gov>
4348         * find-lisp.el (find-lisp-default-directory-predicate):
4349         Fix bug: Do symlink check on expanded filename.
4351 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
4353         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4354         changes during replacement.
4355         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4357 2007-02-28  Lars Hansen  <larsh@soem.dk>
4359         * desktop.el: Delete header line listing me as maintainer.
4361 2007-02-28  Glenn Morris  <rgm@gnu.org>
4363         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4364         the menus case.
4366 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4368         * net/tramp.el (tramp-file-name-handler): Inhibit modification
4369         hooks to avoid confusion when combining after-change calls.
4371 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
4373         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4374         now that pgg-gpg-process-region correctly honors passed-in passphrase.
4375         (allout-distinctive-bullets-string): Add info about bullet conventions.
4376         (allout-mode): Add info about distinctive vs plain bullets.
4378 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
4380         * textmodes/org.el (org-archive-subtree): Quote variable name.
4381         (org-agenda-get-todos): Make sure skip properties are checked correctly.
4383 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
4385         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4386         (gud-bashdb-command-name, bashdb): Remove.
4387         (gud, gud-menu-map): Remove references to bash/bashdb.
4389 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
4391         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4392         keyword for Python 2.5.
4394 2007-02-26  Romain Francoise  <romain@orebokech.com>
4396         * net/net-utils.el (whois-server-tld): Update server for .org.
4397         (whois-server-list): Add whois.publicinterestregistry.net.
4398         (whois-guess-server): Fix formatting in docstring.
4400 2007-02-26  Kim F. Storm  <storm@cua.dk>
4402         * mouse.el (mouse-show-mark): Run hooks and perform command
4403         remapping for mouse-region-delete-keys.
4405 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4407         * font-core.el (font-lock-mode): Doc fix.
4409 2007-02-25  Kim F. Storm  <storm@cua.dk>
4411         * ido.el (ido-buffer-internal): Set this-command to fallback command.
4412         Add selected buffer to buffer-name-history.
4413         (ido-file-internal): Set this-command to fallback command.
4414         Add file names to file-name-history.
4416         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4417         Apply minibuffer-prompt-properties.
4419 2007-02-25  Andreas Schwab  <schwab@suse.de>
4421         * files.el (hack-one-local-variable-eval-safep): Correct handling
4422         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
4424 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4426         * textmodes/org.el (org-table-overlay-coordinates)
4427         (org-table-toggle-coordinate-overlays): New functions.
4428         (org-table-overlay-coordinates, org-table-coordinate-overlays):
4429         New variables.
4430         (org-startup-with-deadline-check): Remove option.
4431         (org-mode): Remove deadline check on startup.
4432         (org-table-limit-column-width): Remove option.
4433         (org-table-formula-numbers-only): Remove option.
4434         (org-link-style, org-link-format): Remove options.
4435         (org-select-agenda-window, org-fit-agenda-window): Remove options.
4436         (org-export-ascii-show-new-buffer)
4437         (org-export-html-show-new-buffer): Remove options.
4438         (org-activate-links): Remove camel option.
4439         (org-file-link-context-use-camel-case): Remove option.
4440         (org-camel-regexp): Remove variable.
4441         (org-activate-camels): Remove function.
4442         (org-store-link): Remove Camel stuff.
4443         (org-make-org-heading-camel): Remove function.
4444         (org-open-at-point): Remove camel stuff.
4445         (org-link-search): Remove camel stuff.
4446         (org-camel-to-words): Function removed.
4447         (org-get-agenda-file-buffer): Make sure we prepare the base
4448         buffers, not any indirect buffers.
4449         (org-sort-entries): Sort top-level when not on a headline, and no
4450         active region.
4451         (org-in-regexp): New function.
4452         (org-search-not-self): Rename from `org-search-not-link'.
4453         (org-open-link-marker): New variable.
4454         (org-open-at-point): Set `org-open-link-marker'.
4455         (org-print-icalendar-entries): Fixe bug with excluding DONE
4456         entries from the exported list.
4457         (org-edit-formula-lisp-indent): New command.
4458         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4459         (orgtbl-to-latex, orgtbl-insert-radio-table)
4460         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4461         (orgtbl-radio-table-templates): New option.
4462         (org-store-link-props):
4463         (org-remember-templates): More possibilities to insert info
4464         into templates.
4465         (org-remember-apply-template): Make use of the extended
4466         template capabilities.
4467         (org-remember-redo-template): New command.
4468         (org-upgrade-old-links)
4469         (org-table-modify-formulas, org-table-replace-in-formulas)
4470         (org-table-find-dataline)
4471         (org-table-get-vertical-vector): Remove functions.
4472         (org-table-remove-rectangle-highlight)
4473         (org-time-stamp-format, org-toggle-log-option)
4474         (org-table-highlight-rectangle)
4475         (org-table-iterate, org-table-make-reference):
4476         (org-translate-time, org-tree-to-indirect-buffer)
4477         (org-table-field-info, org-table-fix-formulas)
4478         (org-table-force-dataline, org-table-get-descriptor-line)
4479         (org-table-get-range)
4480         (org-skip-comments, org-sort)
4481         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4482         (org-table-current-dline, org-table-current-field-formula)
4483         (org-table-edit-backward-field)
4484         (org-table-edit-formulas-post-command)
4485         (org-table-edit-line-down, org-table-edit-line-up)
4486         (org-agenda-archive)
4487         (org-agenda-clock-cancel)
4488         (org-agenda-clock-out, org-agenda-list-stuck-projects)
4489         (org-agenda-open-link, org-agenda-show-new-time)
4490         (org-agenda-skip-subtree-when-regexp-matches)
4491         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4492         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4493         (org-do-sort, org-file-image-p, org-find-overlays)
4494         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4495         (org-highlight-until-next-command, org-isearch-end)
4496         (org-match-any-p, org-next-link, org-previous-link):
4497         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4498         (org-rewrite-old-row-references)
4499         (org-isearch-post-command)
4500         (org-table-edit-move, org-table-edit-next-field)
4501         (org-table-edit-scroll, org-table-edit-scroll-down)
4502         (org-set-frame-title, org-show-reference)
4503         (org-unhighlight-once, org-verify-change-for-undo): New functions.
4504         (org-show-variable): Remove command.
4505         (org-add-log-maybe): New arguments STATE, FINDPOS
4506         (org-table-sort-lines): Rewrite from scratch.
4507         (org-link-search): New argument AVOID-POS.
4508         (org-print-icalendar-entries): Remove argument CATEGORY.
4509         (org-run-agenda-series): Remove argument WONDOW.
4510         (org-next-link, org-previous-link): New commands.
4511         (org-agenda-date-format): New option.
4512         (org-table-iterate): New command.
4513         (org-table-modify-formulas)
4514         (org-table-replace-in-formulas): Remove functions.
4515         (org-table-fix-formulas): New function.
4516         (org-table-insert-column, org-table-delete-column)
4517         (org-table-move-column): Use `org-table-fix-formulas'.
4518         (org-follow-gnus-link): Patch from Bastien/Leo.
4519         (org-table-current-field-formula): New function.
4520         (org-file-image-p): New function.
4521         (org-agenda-show-new-time): New function.
4522         (org-agenda-date-later): Call `org-agenda-show-new-time'.
4523         (org-with-remote-undo): New macro.
4524         (org-agenda-undo): New command.
4525         (org-verify-change-for-undo): New function.
4526         (org-time-stamp-format): New function.
4527         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4528         by user.
4529         (org-match-any-p): New function.
4530         (org-make-tags-matcher): Handle regular expressions for tag and
4531         todo matches.
4532         (org-read-date): Accept "+N" as input for a date relative to the
4533         current date.
4534         (org-remove-subtree-entries-from-agenda): New function.
4535         (org-agenda-archive, org-agenda-kill):
4536         Use `org-remove-subtree-entries-from-agenda'.
4537         (org-do-sort, org-sort-entries): New functions.
4538         (org-sort): New command.
4539         (org-table-sort-lines): Use `org-do-sort'.
4540         (org-fix-decoded-time): New function.
4541         (org-table-number-regexp): Require 0x... to identify as number
4542         in tables.
4543         (org-startup-options): New keywords for note taking.
4544         (org-upgrade-old-links): Remove function.
4545         (org-get-repeat): New function.
4546         (org-show-context): Also show siblings on current level.
4547         (org-show-siblings): New function.
4548         (org-isearch-end, org-isearch-post-command): New functions.
4549         (org-show-siblings): New option.
4550         (org-show-context): Use `org-show-siblings'.
4551         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4552         to be bound, because user may just use elisp.
4554 2007-02-24  Kim F. Storm  <storm@cua.dk>
4556         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4557         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4559 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4561         * startup.el (command-line): Also check if the abbrev file is readable.
4563 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4565         * net/tls.el (tls-certtool-program): Fix custom type.
4567         * mail/feedmail.el (feedmail-message-id-generator)
4568         (feedmail-date-generator): Fix custom types.
4570         * mail/rmail.el (rmail-message-filter): Fix custom type.
4572 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4574         * startup.el (command-line): If simple.el cannot be found, proceed
4575         with a warning message.
4577 2007-02-24  Kenichi Handa  <handa@m17n.org>
4579         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4580         case that BEG is a string.
4582 2007-02-24  Chris Moore  <dooglus@gmail.com>
4584         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4585         * pgg-pgp.el (pgg-pgp-encrypt-region):
4586         * pgg-gpg.el (pgg-gpg-encrypt-region):
4587         Check pgg-encrypt-for-me if no other recipients.
4589 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4591         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4593         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4594         shell-quote-argument.
4596 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4598         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4599         from the comint buffer instead of the temporary one.
4601 2007-02-23  David Reitter  <david.reitter@gmail.com>
4603         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4604         storing it in recentf-exclude.
4606 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4608         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4609         in splash screen.
4611 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4613         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4614         commands, for restart.
4615         (idlwave-shell-current-module): Fix handling of module name by type.
4616         (idlwave-shell-break-in): Update type handling.
4617         (idlwave-shell-bp-get): Encode type in BP structure.
4618         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4619         (idlwave-shell-module-source-query): Query routine info based on type.
4620         Fix path parsing for non-compiled files.
4621         (idlwave-shell-module-source-filter): Don't signal error in filter
4622         if no source found.
4623         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4624         filter race.
4626 2007-02-22  Kim F. Storm  <storm@cua.dk>
4628         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4629         (editable-field): Document need to put some text before the %v
4630         escape in :format string.
4632 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4635         (vc-svn-use-edit): Remove unused config var.
4636         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4638         * outline.el (hide-sublevels): Keep empty last line, if available.
4640         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4641         rather than the corresponding unicode char, to make the code
4642         more readable.
4644 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4646         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4647         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4648         (speedbar-item-info-tag-helper): Doc fixes.
4650 2007-02-19  Kenichi Handa  <handa@m17n.org>
4652         * international/mule-cmds.el (locale-language-names):
4653         Map "eo" to "Esperanto".
4655         * language/european.el ("Esperanto"): New language environment.
4657 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4659         * simple.el (kill-line): Doc fix.
4661 2007-02-17  Kim F. Storm  <storm@cua.dk>
4663         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4664         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4665         (bindat--unpack-group, bindat--pack-group):
4666         Handle vectors with optional element type.
4668 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4670         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4671         if PASSPHRASE is given.
4673 2007-02-17  Chris Moore  <dooglus@gmail.com>
4675         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4676         Recognize backups of bz2 compressed files.
4678 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4680         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4681         to nil to speed up lookup of the symbol in index nodes.
4683 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4685         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4686         Add indentation for the constants of Lisp.
4688 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * ps-print.el: Use (defvar <foo>) where applicable.
4691         (ps-print-emacs-type): Remove.
4692         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4693         (ps-frame-parameter): Align its call-convention with frame-parameter.
4694         (ps-begin-job): Adjust calls to it appropriately.
4695         (ps-setup): Don't print ps-print-emacs-type.
4696         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4697         Define in such a way that it's obvious that it's defined.
4698         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4699         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4700         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4702 2007-02-15  Alan Mackenzie  <acm@muc.de>
4704         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4705         an empty one-line C-style comment, post-position point properly.
4707 2007-02-15  Chris Moore  <dooglus@gmail.com>
4709         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4710         (isearch-lazy-highlight-new-loop): Bind it.
4711         (isearch-lazy-highlight-search): Use it.
4713         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4715 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * font-lock.el (font-lock-extend-region-wholelines):
4718         Only return non-nil if the region has really been changed.
4719         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4721 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4723         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4724         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4725         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4727 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4729         * faces.el (color-values): Revert changes to docstring from
4730         2007-01-31 and 2000-09-07.
4732         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4733         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4734         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4735         (ispell-help): Fix typos in docstring and output message.
4737 2007-02-14  Kim F. Storm  <storm@cua.dk>
4739         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4740         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4741         (grep): Fix lgrep reference.
4743         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4744         (standard-display-underline): Use make-glyph-code.
4746         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4748         * international/latin1-disp.el (latin1-display-char):
4749         Use make-glyph-code.
4751 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4753         * ehelp.el (with-electric-help, electric-help-exit)
4754         (electric-help-retain): Doc fixes.
4756         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4757         (byte-compile-file): Doc fixes.
4759 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4761         * term/mac-win.el: Change all uses of
4762         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4763         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4764         (mac-ae-get-url): Call select-frame-set-input-focus.
4765         (mac-dnd-handle-drag-n-drop-event): Don't call
4766         select-frame-set-input-focus.
4768 2007-02-13  Kenichi Handa  <handa@m17n.org>
4770         * international/characters.el: Fix documentation of category `a'.
4772 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4774         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4776 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4778         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4779         (tramp-get-remote-ln): Handle error case.
4780         Reported by Chris Moore <dooglus@gmail.com>.
4782 2007-02-11  Kim F. Storm  <storm@cua.dk>
4784         * bindings.el (ctl-x-map): Remove register compatibility bindings
4785         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4787 2007-02-11  Richard Stallman  <rms@gnu.org>
4789         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4790         in load history.
4792         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4793         condition -- don't fail to stop at endpos.
4795 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4797         * textmodes/org.el (org-agenda-get-todos)
4798         (org-agenda-get-timestamps, org-agenda-get-closed)
4799         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4800         (org-agenda-get-blocks, org-format-agenda-item)
4801         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4802         from `category' to `org-category'.
4804 2007-02-11  Kenichi Handa  <handa@m17n.org>
4806         * international/titdic-cnv.el (titdic-convert): Force files be written
4807         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4808         (miscdic-convert): Force files be written with Unix-like eol format.
4810 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4812         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4814         * calculator.el (calculator-prompt): Doc fix.
4815         (calculator-mode-map): Fix typo in menu entry.
4817 2007-02-10  Jay Belanger  <belanger@truman.edu>
4819         * calculator.el (calculator): Do more extensive checking for when
4820         3 lines should be used for the calculator.
4822 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4824         * info-look.el (info-lookup-make-completions):
4825         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4826         index nodes.
4828         * info.el (Info-fontify-maximum-menu-size): Document the effect
4829         of a nil value.
4830         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4831         non-nil before using it as size.
4833 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4835         * subr.el (insert-for-yank-1): Prevent read-only properties from
4836         interfering with text property operations.
4838         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4840         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4841         (image-type-auto-detected-p): Fail if another match is found in
4842         auto-mode-alist.
4844         * files.el (magic-mode-alist): Call image-mode instead of
4845         image-mode-maybe for autodetected images.
4847 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4849         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4850         Fix typos in docstrings.
4851         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4853 2007-02-09  Kim F. Storm  <storm@cua.dk>
4855         * emacs-lisp/float-sup.el: Remove obsolete comment.
4857 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4861 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4863         * simple.el: Revert previous change, at request of RMS:
4864         (fundamental-mode-hook): Remove.
4865         (fundamental-mode): Run after-change-major-mode-hooks manually,
4866         and don't run the now-nonexistent fundamental-mode-hook.
4868 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4870         * simple.el (fundamental-mode-hook): Declare new hook.
4871         (fundamental-mode): Run the new dedicated hook, and don't run
4872         after-change-major-mode-hooks manually anymore.
4874 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4877         added columns of chars.  Remove support for the "no-meta-info" format.
4878         Prompted by Romain Francoise <romain@orebokech.com>.
4880 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4882         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4883         (gdb-mouse-until, gdb-mouse-jump): Use it.
4885 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4887         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4888         work when there is just an assembler buffer (no source buffer).
4890 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4892         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4893         just because the diff was produced using "-p" (--show-c-function).
4895 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4897         * faces.el (frame-set-background-mode): Use `color-values' and
4898         `display-color-p', not `x-color-values' and `x-display-color-p'.
4899         (face-valid-attribute-values): Use `defined-colors' instead of
4900         `x-defined-colors'.
4902 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4904         * ps-print.el: The ps-print commands without face printing should not
4905         print background color.  Reported by Leo <sdl.web@gmail.com>.
4906         (ps-print-version): New version 6.7.3.
4907         (ps-begin-job): New arg.  Fix ps-default-background and
4908         ps-default-foreground initialization.
4909         (ps-face-attributes): Fix doc string.
4910         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4912         * printing.el: Fix ps-print link.
4914 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4916         * faces.el (face-set-after-frame-default): Compile attributes to
4917         be set by frame parameters before merging in X resources.
4919 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4921         * simple.el (blink-matching-paren-dont-ignore-comments):
4922         (blink-matching-paren-on-screen): Doc fixes.
4924 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4926         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4928 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4930         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4931         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4932         entries like `defun'.  Return nil.
4934 2007-02-05  Kim F. Storm  <storm@cua.dk>
4936         * ido.el: Doc fixes.
4938 2007-02-04  David Kastrup  <dak@gnu.org>
4940         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4941         `mpuz-allow-double-multiplicator' is non-zero, and correct
4942         calculation of `min'.
4944 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4946         * wid-edit.el (widget-default-create): Insert new text at the
4947         :from marker _after_ the marker, not before it.
4949 2007-02-04  Alan Mackenzie  <acm@muc.de>
4951         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4952         containing it is re-indented.
4954 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4956         * net/newsticker.el (newsticker--insert-image): Update docstring,
4957         and insert the image directly.
4958         (newsticker--buffer-redraw): Update docstring.
4960         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4961         Rename from define-global-minor-mode.
4963         * progmodes/cwarn.el (global-cwarn-mode):
4964         * emacs-lisp/autoload.el (make-autoload):
4965         * hi-lock.el (global-hi-lock-mode):
4966         * font-core.el (global-font-lock-mode): All callers changed.
4968 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4970         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4971         Don't copy @ignore lines into menu descriptions.
4972         (texinfo-multi-file-update): Goto the @node line before attempting
4973         to pluck the node name.
4974         (texinfo-multiple-files-update): Reverse the optional arguments'
4975         order, as per the doc string and the `interactive' form.
4977 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4979         * image-mode.el: Use autoload to avoid overriding disabled setting
4980         applied in .emacs.
4982 2007-02-03  Alan Mackenzie  <acm@muc.de>
4984         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4985         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4986         adjacent paren groups).
4988 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4990         * progmodes/ebnf2ps.el: Doc fixes.
4991         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4993 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4995         * dired-x.el (dired-do-relsymlink): Add reference to
4996         dired-do-symlink.  Add an autoload cookie.
4998         * dired-aux.el (dired-do-symlink): Add reference to
4999         dired-do-relsymlink.
5001 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
5003         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5004         <left-fringe mouse-3>: New bindings.
5006 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
5008         * net/newsticker.el (newsticker-version): Changed to "1.10".
5009         (newsticker--set-customvar): Doc string.
5010         (newsticker-new-item-face): Doc string.
5011         (newsticker-mode): Initialize `invisibility-spec' with t.
5012         (newsticker-mode-map): Added
5013         `newsticker-mark-all-items-at-point-as-read'.
5014         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5015         (newsticker-w3m-show-inline-images): Do not call
5016         `w3m-remove-image'.
5017         (newsticker--buffer-after-w3m-insert-image): New advice for
5018         w3m-insert-image to cache images.
5019         (newsticker-next-item-same-feed): New.
5020         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5021         (newsticker-mark-all-items-of-feed-as-read): New.
5022         (newsticker-mark-all-items-at-point-as-read): Use new functions.
5023         (newsticker-mark-item-at-point-as-read): Doc string.
5024         (newsticker-mark-item-at-point-as-read): Use new functions.
5025         (newsticker--do-mark-item-at-point-as-read): New, extracted from
5026         `newsticker-mark-item-at-point-as-read'.
5027         (newsticker-hide-entry): Use (t) instead of t for invisibility.
5028         (newsticker--sentinel): Yet another xml-parser workaround.
5029         (newsticker--decode-iso8601-date): Bugfix for datestrings without
5030         days.
5031         (newsticker--buffer-do-insert-text): Fix.
5032         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5033         (newsticker--buffer-make-item-completely-visible):
5034         `switch-to-buffer' not necessary.
5036 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5038         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5039         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5040         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5041         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5042         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5044 2007-02-02  Kenichi Handa  <handa@m17n.org>
5046         * international/quail.el (quail-show-key): Fix an error message.
5048 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5050         * faces.el (set-face-underline-p, modify-face): Rename arg
5051         UNDERLINE-P to UNDERLINE (it is not a flag).
5053 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
5055         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5056         when adding gdb-speedbar-update to gdb-input-queue.
5058 2007-02-01  Kenichi Handa  <handa@m17n.org>
5060         * international/quail.el (quail-show-key): Signal an error if the
5061         current input method is not using Quail.
5063 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
5065         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5066         Trim leading whitespace in sysvar names.
5068 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5070         * faces.el (internal-find-face, internal-get-face): Doc fixes.
5072 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5074         * ido.el (ido-set-common-completion): Use `let', not `let*'.
5076 2007-01-31  Romain Francoise  <romain@orebokech.com>
5078         * comint.el: Delete extra copy of `comint-copy-old-input' added in
5079         previous change to this file.
5081 2007-01-31  Jason Rumney  <jasonr@gnu.org>
5083         * files.el (magic-mode-alist): Use image-mode-maybe rather than
5084         image-mode.
5086         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5087         interfering with attempt to set major mode from modified
5088         auto-mode-alist.
5090 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5092         * faces.el (color-values): Doc fix.
5093         (face-differs-from-default-p): Don't check :foreground twice.
5095 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
5097         * comint.el (comint-mode): Prevent non-keyword fontification by default.
5099 2007-01-31  Kenichi Handa  <handa@m17n.org>
5101         * international/quail.el (quail-store-decode-map-key): Store a
5102         translated character too.
5103         (quail-char-equal-p): New function.
5104         (quail-find-key1): Check character equality by quail-char-equal-p.
5105         (quail-decode-map-generated): New variable.
5106         (quail-find-key): Check quail-decode-map-generated and re-generate
5107         a decode map if necessary.
5109 2007-01-30  Richard Stallman  <rms@gnu.org>
5111         * tutorial.el (tutorial--detailed-help): Make the list of
5112         changed keys look nicer.
5114 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
5116         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5117         (gdb-var-delete): Use it.
5118         (gdb-var-update-handler-1): Handle value "invalid" for MI field
5119         `in_scope'.
5121 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
5123         * files.el (get-free-disk-space): Return nil for remote directories.
5125         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5126         instead of "dir".
5128 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
5130         * type-break.el (type-break-catch-up-event): New function.
5131         (type-break-demo-hanoi, type-break-demo-life)
5132         (type-break-demo-boring): Use it.
5134         * image-mode.el (image-mode): Don't automatically view as image.
5135         (image-toggle-display): Add `disabled' property.
5137 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5139         * isearchb.el (isearchb-iswitchb):
5140         * ps-print.el (ps-build-face-reference):
5141         * emacs-lisp/shadow.el (list-load-path-shadows):
5142         * eshell/esh-cmd.el (eshell-rewrite-for-command):
5143         * international/mule.el (find-auto-coding):
5144         * mail/supercite.el (sc-attrib-selection-list):
5145         * progmodes/cc-defs.el (c-emacs-features):
5146         * progmodes/cc-vars.el (c-offsets-alist):
5147         * progmodes/flymake.el
5148         (flymake-init-create-temp-source-and-master-buffer-copy):
5149         Fix typos in docstrings (some suggested by Chris Moore).
5151         * progmodes/vhdl-mode.el (vhdl-components-package-name)
5152         (vhdl-get-library-unit, vhdl-corresponding-begin)
5153         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5154         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5155         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5156         (vhdl-font-lock-match-item): Fix typos in docstrings.
5157         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5158         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5159         (vhdl-speedbar-insert-project-hierarchy):
5160         Improve argument/docstring consistency.
5162 2007-01-29  Kenichi Handa  <handa@m17n.org>
5164         * international/titdic-cnv.el (py-converter): Fix previous change.
5166 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5168         * jka-compr.el (jka-compr-partial-uncompress)
5169         (jka-compr-call-process): Rebind default-directory if it is
5170         invalid.  Suggested by Chris Moore.
5172         * comint.el (comint-insert-input): Handle situation where the
5173         selected buffer is not the clicked buffer.
5175 2007-01-29  Kenichi Handa  <handa@m17n.org>
5177         * international/ja-dic-cnv.el (skkdic-convert):
5178         Add byte-compile-disable-print-circle:t at the head.
5180         * international/titdic-cnv.el (tit-process-header):
5181         Add byte-compile-disable-print-circle:t at the head.
5182         (miscdic-convert): Likewise.
5183         (py-converter): Skip the header comments.
5185         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5186         New variable.
5187         (byte-compile-output-file-form): Bing print-circle to nil if
5188         byte-compile-output-file-form is not nil.
5189         (byte-compile-output-docform): Likewise.
5191 2007-01-28  Kim F. Storm  <storm@cua.dk>
5193         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5194         Declare earlier to avoid byte compiler warnings.
5196 2007-01-28  Markus Triska  <markus.triska@gmx.at>
5198         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5200 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
5202         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5203         (gamegrid-add-score-with-update-game-score-1): Allow local quits
5204         when calling update-game-score program.  Remove unnecessary
5205         save-excursion.
5207         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5209 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
5211         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5212         avoid compiler warning.
5213         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5214         might have values other than "true" or "false".
5216 2007-01-28  Richard Stallman  <rms@gnu.org>
5218         * textmodes/fill.el (fill-paragraph-function): Doc fix.
5219         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5221         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5223         * image.el (image-type-header-regexps): Make GIF regex more specific.
5225         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5226         Don't check `backspace'.
5227         (tutorial--find-changed-keys): Look up bindings in a temp buffer
5228         in Fundamental mode.
5230         * startup.el (fancy-splash-text, normal-splash-screen):
5231         Mention C-g.
5233         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5234         when inserting in buffer.
5236         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5237         inside the if.
5239 2007-01-27  Richard Stallman  <rms@gnu.org>
5241         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5243 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
5245         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5246         enum/union/struct/class definition.
5247         Revert change to call `forward-sexp' multiple times.
5249 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
5251         * files.el (hack-local-variables-confirm): Don't keep trying to
5252         read an event from an empty kbd macro.
5254 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5256         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5258 2007-01-27  Ben North  <ben@redfrontdoor.org>
5260         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
5261         the arg CHILDREN -> WHICH.
5263 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
5265         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5266         default-directory to a sane value when calling start-process.
5268 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5270         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5271         (ls-lisp-format-time-list): Doc fix.  Mention
5272         ls-lisp-use-localized-time-format.
5273         (ls-lisp-format-time): Use ls-lisp-format-time-list if
5274         ls-lisp-use-localized-time-format is non-nil, even if a valid
5275         locale is defined.
5277 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
5279         * jka-compr.el (jka-compr-shell): Doc fix.
5281         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5283 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5285         * ps-print.ps: Fix background height.
5286         (ps-print-version): New version 6.7.2.
5288 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
5290         * makefile.w32-in (finder-data, custom-deps): Depend on
5291         $(lisp)/loaddefs.el.
5293 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5295         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5297 2007-01-24  Miles Bader  <miles@gnu.org>
5299         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5300         (byte-compile-output-docform): Bind `print-circle' to t.
5302 2007-01-24  Kenichi Handa  <handa@m17n.org>
5304         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5305         file name of the original SKK dictionary file.
5307 2007-01-24  Kim F. Storm  <storm@cua.dk>
5309         * ido.el (ido-initial-position): New variable.
5310         (ido-read-internal): Set it if default item is specified.
5311         (ido-minibuffer-setup): Position cursor accordingly if set.
5312         (ido-edit-input): C-e moves to end of input if not already there.
5313         (ido-magic-backward-char): C-b does like M-b if prev char is /.
5314         Don't switch to buffer mode if repeating C-b at start of input.
5315         (ido-toggle-ignore): C-a only toggles ignore at start or end of
5316         input; else it moves to start of input.
5317         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5318         not at end of input, delete rest of input, rather than normal op.
5320 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5322         * emulation/viper-keym.el (viper-insert-basic-map):
5323         Delete binding for S-TAB.
5325         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5326         of message.  Activate mark.
5327         (ediff-activate-mark): Set transient-mark-mode to t.
5329         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5331 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5333         * help-fns.el (describe-variable): Don't suppress display of
5334         buffer local value when the value is "large".
5336 2007-01-22  Kim F. Storm  <storm@cua.dk>
5338         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5339         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5340         (ido-tidy): Use ido-active.
5342 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
5344         * hexl.el (hexl-mode-exit): Add missing quote.
5346 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5348         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5349         (mac-ae-keyboard-modifiers): New function.
5350         (mac-handle-toolbar-switch-mode): Use it.
5351         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
5352         if keyboard modifiers on drop contain option key.
5353         (mac-dnd-drop-data): Add optional argument `action'.
5354         (special-event-map): Remove binding for M-drag-n-drop.
5356 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
5358         * add-log.el (add-log-current-defun): Use CC Mode functions to
5359         find the beginning and end of a defun.
5361 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5363         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5364         (gdb-var-create-handler): Handle value field in GDB output of
5365         -var-create.
5366         (gdb-max-frames): New variable.
5367         (gdb-stack-buffer, gdb-frames-select): Use it.
5368         (gdb-info-stack-custom): Help user customize gdb-max-frames,
5369         if necessary.
5370         (gdb-get-frame-number): Simplify.
5372 2007-01-21  Glenn Morris  <rgm@gnu.org>
5374         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5375         Update copyrights.
5377 2007-01-21  Alan Mackenzie  <acm@muc.de>
5379         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5380         handling of K&R stuff.
5382 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5384         * textmodes/bibtex.el (bibtex-files): Fix customization type.
5386 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5388         * ps-print.el: Handle frame parameters (background and/or foreground
5389         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5390         (ps-print-version): New version 6.7.1.
5391         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5392         (ps-frame-parameter): New fun.
5393         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5394         Fix doc and customization.
5395         (ps-begin-job): Get frame parameters (background and/or foreground
5396         colors).
5397         (ps-do-despool): Ensure ps-printer-name has a valid value.
5399 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5401         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5402         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5403         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5404         mean unlimited.
5406 2007-01-20  Alan Mackenzie  <acm@muc.de>
5408         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5409         much more rigorous analysis of putative K&R regions.
5411 2007-01-20  Alan Mackenzie  <acm@muc.de>
5413         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5414         New functions.
5416 2007-01-20  Alan Mackenzie  <acm@muc.de>
5418         * progmodes/cc-align.el, progmodes/cc-cmds.el,
5419         * progmodes/cc-defs.el, progmodes/cc-engine.el,
5420         * progmodes/cc-langs.el, progmodes/cc-styles.el,
5421         * progmodes/cc-vars.el: Add my name.
5423 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5425         * files.el (find-alternate-file): Revert query message to Emacs 21
5426         version.
5428 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5430         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5431         the doc string how to use personal abbrevs without electric
5432         keywords.
5434 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5436         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5437         Fixed cursor position when toggle abbreviated display.
5439 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
5441         * t-mouse.el: Update copyright following assignment by
5442         Alessandro Rubini.
5444 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5446         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5447         (type-break-demo-boring): Call read-event instead of read-char.
5449 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
5451         * progmodes/compile.el: Add handling for makepplog.
5453 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5455         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5456         aspell dictionaries are initialized when called non-interactively.
5458 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
5460         * progmodes/compile.el (compilation-loop): New arg limit.
5461         Handle case where the first error is at point-min.
5462         (compilation-next-error): New arg to compilation-loop call.
5464 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
5466         * info.el (Info-default-dirs): Change default info dir to
5467         share/info.
5469         * paths.el (Info-default-directory-list): Ditto.
5471 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
5473         * hexl.el (hexl-before-revert-hook): New function.
5474         (hexl-mode): Use it.
5475         (hexl-after-revert-hook): Just call hexl-mode.
5476         (hexl-mode-exit): Remove before-revert-hook.
5478 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5482 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
5484         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5485         by "-" in francais7 otherchars entry.
5486         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5487         otherchars entry.
5489 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
5491         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5492         path.  Rewrite function in `cond' style for readability.
5494         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5495         (The path shortening, that is, not the rearrarangement.)
5497 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5499         * term/mac-win.el (mac-ae-quit-application): New function.
5500         (mac-apple-event-map): Bind "quit application" Apple event to it.
5502 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5505         than the program's output.
5507 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5509         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5510         (kmacro-start-macro-or-insert-counter)
5511         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5512         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5514         * longlines.el (longlines-show-hard-newlines):
5515         * ruler-mode.el (ruler-mode-ruler):
5516         * emulation/keypad.el (keypad-setup):
5517         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5518         Fix typo in docstring.
5520 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
5522         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5523         Remove redirect character ">".
5525 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
5527         * replace.el (perform-replace): Remove leftover code.
5529 2007-01-12  Richard Stallman  <rms@gnu.org>
5531         * replace.el (perform-replace): Don't clear NODENT when computing
5532         the replacement string.
5534 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5536         * net/tramp.el (tramp-handle-file-local-copy):
5537         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5538         <christopher.ian.moore@gmail.com>.
5540 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * diff-mode.el (diff-sanity-check-context-hunk-half)
5543         (diff-sanity-check-hunk): New functions.
5544         (diff-find-source-location): Use'em to check the hunks are well-formed.
5546         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5547         activate undo when undo is not active.
5548         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5550 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5553         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5554         (ffap-url-at-point): Use char-classes rather than "a-z".
5556 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5558         * ediff-init.el (ediff-autostore-merges):
5559         * textmodes/fill.el (fill-region): Doc fix.
5561 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         * server.el (server-ensure-safe-dir): UIDs may be floats.
5565 2007-01-10  Richard Stallman  <rms@gnu.org>
5567         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5568         around calls to directory-files.
5570         * subr.el (momentary-string-display): Use save-excursion.
5572         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5573         argument, but read it as `X' does.
5575 2007-01-09  Juri Linkov  <juri@jurta.org>
5577         * info.el (Info-fontify-node): Don't hide node names of index entries.
5579         * faces.el (momentary): Change :group to basic-faces where all
5580         basic faces belong to.  Add :version.
5582 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5584         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5585         keybinding is found.
5586         (tutorial--find-changed-keys): Never treat null keybinding as a
5587         remapping.
5589 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5591         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5593 2007-01-09  Kenichi Handa  <handa@m17n.org>
5595         * international/mule-cmds.el
5596         (select-safe-coding-system-interactively): Fix message.
5598 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5600         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5601         (tramp-process-actions): Add optional parameter TIMEOUT.
5602         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5603         (tramp-open-connection-su): Add timeout of 60".
5605 2007-01-09  Richard Stallman  <rms@gnu.org>
5607         * progmodes/compile.el (compile): Doc fix.
5609 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5611         * tumme.el (tumme-display-thumb): Doc fix.
5613 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5615         * battery.el (battery-search-for-one-match-in-files):
5616         * bindings.el (mode-line-minor-mode-help):
5617         * x-dnd.el (x-dnd-types-alist):
5618         * calendar/icalendar.el (icalendar-import-buffer):
5619         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5621         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5623 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5625         * replace.el (replace-regexp): Fix typo in docstring.
5627 2007-01-07  Alan Mackenzie  <acm@muc.de>
5629         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5630         Amend doc-string and comments.
5632 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5634         * files.el (abbreviate-file-name): Doc fix.
5636 2007-01-06  Markus Triska  <triska@gmx.at>
5638         * subr.el (split-string): Remove spurious ")" from doc string.
5640 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5642         * textmodes/table.el (table--warn-incompatibility):
5643         Use display-warning instead of momentary-string-display.
5645 2007-01-05  Richard Stallman  <rms@gnu.org>
5647         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5649         * simple.el (backward-kill-word): Doc fix.
5651 2007-01-05  Romain Francoise  <romain@orebokech.com>
5653         * international/mule.el (sgml-html-meta-auto-coding-function):
5654         Ensure that the buffer contains a HTML document.
5656 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5658         * faces.el (momentary): Move here ...
5659         * subr.el (momentary): ... from here.
5661 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5663         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5664         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5665         large structures/arrays.
5667 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5669         * files.el (find-file-noselect-1, set-visited-file-name):
5670         Allow backup-enable-predicate to be nil.
5672 2007-01-04  Andreas Schwab  <schwab@suse.de>
5674         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5675         last change.
5677 2007-01-03  Richard Stallman  <rms@gnu.org>
5679         * woman.el (woman-decode-buffer): Clarify error message.
5681 2007-01-03  Alan Mackenzie  <acm@muc.de>
5683         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5685 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5687         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5689 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5693 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5695         * emulation/viper.el (viper-custom-file-name, viper-mode):
5696         Fix typos in docstrings.
5698         * subr.el (momentary-string-display): After moving point, set POS
5699         variable to it to avoid later errors once the buffer is modified.
5700         Doc fix.
5702 2007-01-02  Alan Mackenzie  <acm@muc.de>
5704         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5705         check that the "*/" is present before trying to manipulate it.
5707 2007-01-02  Richard Stallman  <rms@gnu.org>
5709         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5711         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5712         Fix format of value.
5714         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5715         Change messages accordingly.
5716         (customize-customized): Now alias.
5718 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5720         * files.el (version-control): Doc fix.
5722 2007-01-01  Alan Mackenzie  <acm@muc.de>
5724         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5725         Check the format of c-state-cache is valid for an optimisation before
5726         using it.
5728         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5729         are at a statement within a macro".  Other changes so that only
5730         the first continuation line in a macro gets the symbol
5731         `cpp-define-intro', the others getting `statement', or whatever.
5733         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5734         a string, preserve whitespace.  Add a backslash only when also in
5735         a macro.
5737         * progmodes/cc-defs.el: Correct typos.
5739         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5740         new line after an escaped EOL in a string.
5742         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5743         label when it directly follows "else", "do", ....
5745         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5746         angle brackets (as seen in "explicit specialisations" of C++
5747         templates).
5749         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5750         in the doc-string.
5752         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5753         when the comment ender looks like "=========*/" and is alone on
5754         its line.
5756         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5757         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5758         for the old name.
5760         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5761         c-\(beginning\|end\)-of-defun by default.
5763         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5764         New line-up function, for the DEFUN macro in the Emacs C sources.
5765         Only used in "gnu" style.
5767         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5768         the "gnu" style.
5770         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5771         clean-up comment-close-slash also to work when there's a comment
5772         terminator on the line.
5773         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5774         these for large arg - only take account of top level {..}, except
5775         for initial and final adjustments.  M-- C-M-[ae] now go to the
5776         right defuns when the starting point is between defuns.  They use
5777         the four new functions:
5778         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5779         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5780         support c-\(beginning\|end\)-of-defun.
5782         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5783         expressions more rigorously, to exclude bit-field specifiers from
5784         being classed as labels.
5785         (c-forward-label): When analyzing a ":" within a macro, be careful
5786         about using c-forward-syntactic-ws at the macro beginning.
5787         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5788         stmt boundary, check for "operator=", etc.
5790         * progmodes/cc-mode.el (c-postprocess-file-styles):
5791         Bind inhibit-read-only to t, around the call to
5792         c-remove-any-local-eval-or-mode-variables, so that it works on a
5793         RO file.
5795         * progmodes/cc-defs.el (c-version): Update the version number to
5796         "5.31.4".
5798 2007-01-01  Richard Stallman  <rms@gnu.org>
5800         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5801         only if we restored isearch-window-configuration.
5803 2006-12-31  Romain Francoise  <romain@orebokech.com>
5805         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5807 2006-12-31  Kim F. Storm  <storm@cua.dk>
5809         * files.el (auto-mode-case-fold): New defcustom.
5810         (set-auto-mode): If non-nil, perform second case-sensitive pass
5811         through auto-mode-alist if first pass failed.
5813 2006-12-30  Richard Stallman  <rms@gnu.org>
5815         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5817 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5819         * allout.el (allout-encrypt-string): Handle symmetric-key
5820         passphrase caching but leave keypair caching to pgg.
5822 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5824         Sync with Tramp 2.0.55.
5826         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5827         `integerp'.  `char-equal' could fail else in case of negative
5828         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5829         (top): Check for `font-lock-add-keywords' before calling; it
5830         doesn't exist under XEmacs.
5831         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5832         (tramp-completion-mode): Remove clause (not
5833         tramp-unified-filenames), because the function is called in other
5834         context too, where this check results in wrong results in the
5835         XEmacs case on Windows.
5836         (tramp-touch): UTC handling is not possible for XEmacs.
5838 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5840         * scroll-bar.el (previous-scroll-bar-mode): New variable
5841         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5842         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5844         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5846 2006-12-30  Richard Stallman  <rms@gnu.org>
5848         * files.el (make-backup-file-name-1): Precompute abs name
5849         but don't lose the relative name.
5851         * international/mule-cmds.el (select-safe-coding-system-interactively):
5852         Fix message.
5854 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5856         * files.el (backup-buffer): Show entire backup file name in msg.
5858 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5860         * image.el (image-type-header-regexps, image-type-from-data)
5861         (image-type-from-buffer, image-type-from-file-header):
5862         Revert changes from 2006-12-26.
5863         (image-type-auto-detectable): New variable.
5864         (image-type-auto-detected-p): New function.
5866         * files.el (magic-mode-alist): Detect image files with
5867         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5869 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5871         * dired.el (dired-sort-other): Move test for dired-mode...
5872         (dired-sort-set-modeline): ...to here.
5874 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5876         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5877         change.  Suggested by Stefan Monnier.
5879 2006-12-29  Kim F. Storm  <storm@cua.dk>
5881         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5882         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5884 2006-12-27  Kim F. Storm  <storm@cua.dk>
5886         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5887         so it doesn't accidentally match an fsf.org mail address.
5888         (authors-renamed-files-alist): Add tcover-*.el.
5890 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * vc-arch.el (vc-arch-find-version): New function.
5894         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5895         composed of arbitrary characters (even /) in some systems.
5897 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5899         * international/mule-cmds.el (select-safe-coding-system-interactively):
5900         Improve the message in the *Warning* buffer.
5902 2006-12-27  Kim F. Storm  <storm@cua.dk>
5904         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5905         current buffer, it is ok to be first.
5907 2006-12-27  Kenichi Handa  <handa@m17n.org>
5909         * international/mule-cmds.el (select-safe-coding-system-interactively):
5910         Use face `link' for problematic chars.
5912 2006-12-27  Kenichi Handa  <handa@m17n.org>
5914         * international/mule-cmds.el (select-safe-coding-system-interactively):
5915         Improve the message in *Warning* buffer.
5917 2006-12-27  Kim F. Storm  <storm@cua.dk>
5919         * ido.el (ido-set-matches-1): Never put current buffer first if
5920         there are other matches.
5922 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5924         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5925         expressions.
5926         (gdb-var-delete): Handle duplicate names.  Print message for non
5927         root expressions.
5928         (gdb-partial-output-name): Start buffer name with a space.
5929         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5930         buffer name.
5932 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5934         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5935         last footnote when `footnote-spaced-footnotes' is nil.
5937 2006-12-26  Richard Stallman  <rms@gnu.org>
5939         * cus-edit.el (custom-browse-sort-alphabetically)
5940         (custom-buffer-sort-alphabetically)
5941         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5943         * image.el (image-type-header-regexps): Change element format
5944         to include third item NOT-ALWAYS.
5945         (image-type-from-data): Handle new format.
5946         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5947         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5949 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5951         * add-log.el (add-log-current-defun): Call `forward-sexp'
5952         multiple times to pick a member function name defined as
5953         part of nested classes/namespaces.
5955 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5957         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5958         which keymap should be used to change menu.  It does not affect any
5959         existent code.
5961 2006-12-26  Richard Stallman  <rms@gnu.org>
5963         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5964         rather than for being in a minibuffer window.
5966 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5968         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5969         locale-coding-system.
5970         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5971         LF.
5973 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5975         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5976         (sql-mode-syntax-table): Disable double quoted strings.
5977         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5979 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5981         * startup.el (fancy-splash-last-input-event): New variable.
5982         (fancy-splash-special-event-action): New function.
5983         (fancy-splash-screens): Temporarily bind special events to it.
5984         Execute command for saved special event before exiting from
5985         recursive editing.
5987         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5988         New functions.
5989         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5990         Use mac-unread-string.
5992 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5994         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5995         an optimized comment regexp if `comment-start-skip' uses a ^.
5996         * bs.el (bs--up): Remove interactive spec.
5998 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6000         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6001         Suggested by James Cloos.
6003 2006-12-24  Kevin Ryde  <user42@zip.com.au>
6005         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6006         in March.
6007         (calendar-dst-ends): Default to first Sunday in November.
6009 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
6011         * allout.el (allout-encrypt-string): Inhibit use of agent within
6012         body of let form where encryption happens.  Acknowledge non-use of
6013         gpg-agent in docstring.
6014         (allout-toggle-subtree-encryption): Acknowledge non-use of
6015         gpg-agent in docstring.
6017 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6019         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6021 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6023         * ediff-diff.el (ediff-diff-options): Clarify docstring.
6024         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6026         * emulation/viper-cmd.el (viper-post-command-sentinel):
6027         Protect against errors in hooks.
6028         (viper-add-newline-at-eob-if-necessary): Add newline only if we
6029         actually modify buffer; ignore errors if occur.
6031 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
6033         * calendar/calendar.el (calendar-mode-map): Switch < and >.
6034         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6035         formatting.
6037 2006-12-23  Richard Stallman  <rms@gnu.org>
6039         * simple.el (delete-horizontal-space): Doc fix.
6041 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
6043         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6044         explicitly in a recursive Make, not implicitly through prerequisites,
6045         since the latter is wrong under parallel builds.
6047 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
6049         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6051 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6053         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6054         message string.
6056 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
6058         * outline.el (outline-next-visible-heading): Fix the case with a
6059         header at end-of-file with no final newline.
6061 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6063         * indent.el (tab-always-indent): Doc fix.
6065 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
6067         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6068         (Info-fontify-node): Do fontify indices.
6070         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6071         to the Emacs Lisp reference manual.
6072         (tutorial--tab-map): Remove.  All callers changed.
6073         (tutorial--find-changed-keys): New elt QUIET, used to...
6074         (tutorial--display-changes): ...ensure that warning messages are
6075         only issued once per changed key.
6076         (tutorial--remove-remarks): Delete unused code-path.
6077         (lang-strings): Remove extraneous formatting.
6078         (tutorial--save-tutorial): Prompt before saving tutorial state.
6080 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
6082         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
6083         Replace '?\ ' by '?\s' throughout.
6084         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
6085         `help' custom group.
6086         (tutorial--key-description): New function.
6087         (tutorial--display-changes): Remove redundant arg.  Scan for all
6088         key sequences to avoid false matches.  Cleanup.
6089         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6090         reduce homedir pollution.
6091         (help-with-tutorial): Call tutorial--display-changes with no arg.
6093 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
6095         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6097 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
6099         * net/tramp.el (tramp-default-method): We still need to check for
6100         `executable-find', because it is not bound under Emacs 20.
6101         (tramp-handle-file-name-completion)
6102         (tramp-completion-handle-file-name-completion): Handle optional
6103         parameter PREDICATE.
6104         (tramp-find-default-method): Add code for default values.
6106 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
6108         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6109         make gud-go send "continue".
6111 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
6113         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6114         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
6116 2006-12-19  Kim F. Storm  <storm@cua.dk>
6118         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6119         instead of global-map.
6121         * files.el (magic-mode-alist): Allow matching file type by
6122         calling a function at bob.  Check for image types by calling
6123         image-type-from-buffer.  Suggested by Juanma Barranquero.
6124         (set-auto-mode): Do it.
6126 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6128         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6129         Remove "ControlMaster" option from the other `scp*' methods.
6130         (tramp-default-method): Check for ssh-agent before setting to `scp'.
6132 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6134         * textmodes/org.el (org-mode): Show context after isearch.
6135         (org-show-siblings): New function.
6136         (org-show-context): Use `org-show-siblings'.
6138 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6141         Use syntax-ppss-toplevel-pos.
6143 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6145         * textmodes/org.el (org-current-line): Make sure that lines are
6146         counted from beginning of buffer.
6147         (org-table-copy-region, org-table-paste-rectangle): Make sure that
6148         lines are counted from beginning of buffer.
6150 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6152         * info.el (Info-build-node-completions): Signal error if tag-table
6153         marker is not found.
6155         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6157 2006-12-17  Alan Mackenzie  <acm@muc.de>
6159         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6160         speed) the case when open-paren-in-column-0-is-defun-start is nil.
6161         Based on code by Martin Rudalics.
6163         * progmodes/cc-mode.el (c-basic-common-init): Don't set
6164         open-paren-in-column-0-is-defun-start to nil any more.
6166 2006-12-17  Richard Stallman  <rms@gnu.org>
6168         * simple.el (delete-horizontal-space): Use prefix arg.
6170         * help-fns.el (describe-variable): Improve blank separator lines.
6172         * files.el (magic-mode-alist): Mark as risky.
6174         * files.el (make-backup-file-name-1):
6175         Expand backup-directory explicitly.
6177 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
6179         * net/tramp.el (tramp-default-method): Before setting to "pscp",
6180         check whether package password.el is loaded, or Pageant is running.
6182 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
6184         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6185         (icalendar--rris): First try Emacs, then XEmacs.
6186         (icalendar--convert-ical-to-diary): Doc fix.
6187         Insert newline at end of target file.
6189 2006-12-17  Kim F. Storm  <storm@cua.dk>
6191         * outline.el (outline-isearch-open-invisible-function): New defvar.
6192         (outline-flag-region): Use it if non-nil for isearch-open-invisible
6193         overlay property instead of outline-isearch-open-invisible.
6195 2006-12-16  Kim F. Storm  <storm@cua.dk>
6197         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6198         if ido-directory-too-big is set on entry.
6199         (ido-toggle-ignore, ido-completion-help): Print message while
6200         reading big directory.
6202 2006-12-15  Richard Stallman  <rms@gnu.org>
6204         * shell.el (shell): Doc fix.
6206 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6208         * emulation/edt.el (edt-xserver):
6209         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6210         to fix a problem on Cygwin.
6212         * emulation/edt.el
6213         * emulation/edt-mapper.el
6214         * emulation/edt-lk201.el
6215         * emulation/edt-pc.el
6216         * emulation/edt-vt100.el: Update maintainer's email address.
6218 2006-12-15  Simon Marshall  <simon@gnu.org>
6220         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6222 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6224         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6225         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6226         instead of mac-atsu-font-table.
6227         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6229 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
6231         * align.el (align-match-tex-pattern): Fix a rare bug which
6232         hanged Emacs.
6234 2006-12-14  Richard Stallman  <rms@gnu.org>
6236         * startup.el (use-fancy-splash-screens-p): Use frame-height
6237         instead of window-height.  Pass frame to image-size.
6239 2006-12-13  Kenichi Handa  <handa@m17n.org>
6241         * international/mule-cmds.el (set-locale-environment):
6242         Set default-sendmail-coding-system too.
6244 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
6246         * progmodes/idlw-help.el: Fix copyright notice.
6248 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6252 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6254         * subr.el (unread-command-char): Reformat obsolescence info.
6256 2006-12-11  Richard Stallman  <rms@gnu.org>
6258         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6259         about calls to cl-struct-setf-expander.
6261 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6263         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6264         (ediff-combination-pattern): Fix typo in docstring.
6266         * textmodes/refer.el (refer-find-entry): Doc fix.
6267         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6268         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6269         Fix tipos in docstrings.
6271         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6273 2006-12-10  Kim F. Storm  <storm@cua.dk>
6275         * ido.el (ido-init-completion-maps): Remap backward-kill-word
6276         instead of binding M-backspace.
6278 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
6280         * replace.el (replace-match-data, replace-match-maybe-edit):
6281         * calc/calc-aent.el (calc-eval-error):
6282         * emulation/vi.el (vi-char-argument):
6283         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6284         (c-vsemi-status-unknown-p-fn): Doc fixes.
6286 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6288         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6289         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
6291 2006-12-10  Masatake YAMATO  <jet@gyve.org>
6293         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6295 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
6297         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6299         * man.el (Man-xref-button-action): New function.  If the
6300         `Man-target-string' button property is a function, assume it
6301         accepts a position argument.
6302         (Man-abstract-xref-man-page): Use it.
6303         (Man-default-man-entry): New optional arg POS.
6305         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6306         symlink arrows read-only and non-rear-sticky.
6308 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
6310         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6311         (wdired-search-and-rename): Simplify code.
6312         (wdired-preprocess-files, wdired-preprocess-perms): Make
6313         read-only property of preceding character rear-nonsticky to
6314         avoid that it can be modified.  Put old-name and old-link
6315         properties on character preceding name and replace
6316         put-text-property by add-text-properties.
6317         (wdired-get-filename, wdired-get-previous-link): Get old-name
6318         and old-link properties from character preceding name and
6319         simplify code.
6320         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6321         (wdired-perms-to-number): Make local-map property
6322         rear-nonsticky to avoid that text following permissions may be
6323         modified.  Use add-text-properties instead of put-text-property
6324         when changing a permission bit.
6325         (wdired-change-to-dired-mode): Remove stickiness properties.
6327 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
6329         * international/mule-cmds.el (register-input-method): Doc fix.
6331 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
6333         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6335 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6337         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6338         Force buffer local defs evaluation on local variables loading.
6339         (flyspell-mode-on, flyspell-mode-off): Use it in
6340         `hack-local-variables-hook'.
6342 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
6344         * emacs-lisp/find-func.el (find-variable): Doc fix.
6346         * help-fns.el (variable-at-point): Doc fix.
6348         * w32-fns.el (w32-append-code-lines): New function.
6350 2006-12-09  Romain Francoise  <romain@orebokech.com>
6352         * comint.el (comint-insert-input): Delete obsolete comment.
6354 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6357         current frame, in case we're connected to several displays.
6359 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6361         * frame.el (other-frame): Doc fix.
6362         (set-frame-parameter): Fix typo in docstring.
6364 2006-12-07  Kim F. Storm  <storm@cua.dk>
6366         * info.el (Info-index): Strip leading colon from topic.
6368 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
6370         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6371         to pointers.
6373 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
6375         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6376         Trim out spurious class inheritance "None" entries.
6378 2006-12-05  Kim F. Storm  <storm@cua.dk>
6380         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6381         (cua-paste-pop): Rework last change for
6382         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6383         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6384         text inserted by the last M-y command.
6386 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6388         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6389         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6391         * shell.el (shell): Search the start file in ~/.emacs.d as
6392         `init_SHELLNAME.sh' instead.
6394 2006-12-05  Glenn Morris  <rgm@gnu.org>
6396         * progmodes/cperl-mode.el (cperl-mode)
6397         * progmodes/f90.el (f90-mode-abbrev-table)
6398         * progmodes/fortran.el (fortran-mode-abbrev-table)
6399         * progmodes/octave-mod.el (octave-abbrev-table)
6400         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6401         if abbrev-table is non-nil (saved user abbrevs may have been restored).
6403         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6404         clear abbrev table, else saved abbrevs will not be restored.
6406 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6408         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6409         the call to `make-obsolete-variable', not in the docstring.
6411 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
6413         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6415 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6417         * progmodes/ebnf-abn.el:
6418         * progmodes/ebnf-bnf.el:
6419         * progmodes/ebnf-dtd.el:
6420         * progmodes/ebnf-ebx.el:
6421         * progmodes/ebnf-iso.el:
6422         * progmodes/ebnf-otz.el:
6423         * progmodes/ebnf-yac.el:
6424         * progmodes/ebnf2ps.el:
6425         * delim-col.el:
6426         * printing.el:
6427         * ps-bdf.el:
6428         * ps-mule.el:
6429         * ps-print.el: Remove 'Time-stamp' comment mark.
6431         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6432         'easy-menu-add-item' when called in Emacs 21 or higher.
6434 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
6436         * progmodes/ada-xref.el (ada-check-current): Doc fix.
6437         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
6439 2006-12-04  Kim F. Storm  <storm@cua.dk>
6441         * bindings.el (global-map): Bind [signal t] to ignore, to have
6442         user signals ignored by default.
6444 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6446         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6447         Unicode data file pointed to by `describe-char-unicodedata-file'.
6449 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6451         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6452         O(n^2) regexp-search by anchoring the search.
6454 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6456         * whitespace.el (whitespace-cleanup-internal): Use current
6457         argument for recursive call.
6459 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
6461         * net/tramp.el (tramp-methods): Add "ControlPath" and
6462         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
6463         Andreas Schwab <schwab@suse.de>.
6464         (tramp-do-copy-or-rename-file-out-of-band)
6465         (tramp-open-connection-rsh): Compute format spec for ?t.
6466         (tramp-process-actions): Trace command parameters.
6468 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6470         * simple.el (toggle-truncate-lines): Clarify doc string.
6472         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6473         (gdb-speedbar-expand-node): Use it.
6475 2006-12-04  Richard Stallman  <rms@gnu.org>
6477         * progmodes/python.el (python-indent): Add safe-local-variable prop.
6479         * dired.el (dired-revert): Turn off dired-after-readin-hook
6480         around call to dired-readin.
6482         * menu-bar.el (menu-bar-make-toggle): Add "globally"
6483         to echo area messages.
6484         <indicate-empty-lines, case-fold-search>:
6485         Add "globally" to Help string.
6486         <case-fold-search>: MESSAGE arg need not say "globally".
6487         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6489 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
6491         * outline.el (outline-end-of-subtree): Don't leave an empty
6492         line hidden as we would a real next heading.
6494 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
6496         * allout.el (allout-ascend): Add an optional argument to preserve
6497         original position of point when unsuccessful.  Also, fix a
6498         docstring error.
6499         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6500         work again, using allout-ascend's new option.
6501         (allout-setup-mode-map): Extract from allout-mode to initialize
6502         allout-mode-map.  Call it on file load, so the mode docstring
6503         substitutions work even if allout mode has not yet been invoked.
6504         (allout-mode): Use new allout-setup-mode-map to track any keybinding
6505         customizations since the map was last processed.  Also, refine the
6506         docstring so it's ship-shape for release.
6507         (allout-default-layout, allout-beginning-of-line-cycles)
6508         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6509         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6510         (allout-version, allout-layout, allout-infer-body-reindent)
6511         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6512         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6513         (allout-previous-heading, allout-goto-prefix-doublechecked)
6514         (allout-current-bullet-pos, allout-next-sibling-leap)
6515         (allout-pre-command-business, allout-encrypted-type-prefix)
6516         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6517         (allout-rebullet-topic, allout-rebullet-topic-grunt)
6518         (allout-flag-region, allout-expose-topic, allout-expose-topic)
6519         (allout-old-expose-topic, allout-listify-exposed)
6520         (allout-process-exposed, allout-latex-verb-quote)
6521         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6522         (allout-toggle-current-subtree-encryption)
6523         (allout-toggle-subtree-encryption, allout-bullet-isearch):
6524         Remove extraneous open-paren and close paren string escapes.
6526 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
6528         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6529         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6530         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6531         Fix typos in docstrings.
6533 2006-12-03  Glenn Morris  <rgm@gnu.org>
6535         * progmodes/cc-align.el
6536         * progmodes/cc-awk.el
6537         * progmodes/cc-cmds.el
6538         * progmodes/cc-compat.el
6539         * progmodes/cc-defs.el
6540         * progmodes/cc-engine.el
6541         * progmodes/cc-langs.el
6542         * progmodes/cc-menus.el
6543         * progmodes/cc-mode.el
6544         * progmodes/cc-styles.el
6545         * progmodes/cc-vars.el
6546         * progmodes/vhdl-mode.el: Fix Copyright format.
6548 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6550         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6551         initial down event.
6553 2006-12-02  Kim F. Storm  <storm@cua.dk>
6555         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6556         (cua-repeat-replace-region): Make M-v more robust.
6557         (cua-paste-pop-rotate-temporarily): New defcustom.
6558         (cua-paste-pop): Use it.
6559         (cua-auto-mark-last-change): New defcustom.
6560         (cua-pop-to-last-change): New helper function.
6561         (cua-set-mark): Use them.
6563 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6565         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6566         mini-buffer message.
6568 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6570         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6572 2006-12-01  Ben North  <ben@redfrontdoor.org>
6574         * paren.el: Fix the highlight overlay extension when the user types a
6575         sequence of char very fast just before the open parenthesis.
6577 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6579         * ps-mule.el: Eliminate Emacs 20 compatibility.
6581         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6582         (ps-print-version): New version 6.7.
6583         (ps-print-quote): Replace '?\ ' by '?\s'.
6585 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6587         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6588         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6589         (hexl-end-of-1k-page): Doc fixes.
6590         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6591         Fix typos in docstrings.
6593 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6595         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6596         locally, i.e. without using file name handlers.
6597         (ido-read-internal): Allow mono letter host names, avoiding the
6598         `c:' problem by testing if the file exists locally.
6599         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6601 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6603         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6604         to avoid bytecomp warnings.
6605         (hexl-mode-old-ruler-function): New variable.
6606         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6607         and `hl-line-range-function' after `require' hl-line.
6608         Then bind `hl-line-range-function' and `hl-line-face'.
6609         Don't require frame.  Don't use `with-no-warnings'.
6610         (hexl-activate-ruler): Store the original value of
6611         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6612         (hexl-mode-exit): Restore the original value of
6613         `ruler-mode-ruler-function'.
6615 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6617         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6618         (hexl-mode-old-hl-line-face): New variable.
6619         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6620         line when exit from the hexl-mode.
6622 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6624         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6625         Doc fixes.
6627         * international/fontset.el (create-fontset-from-ascii-font)
6628         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6629         (fontset-name-p): Fix typo in docstring.
6631         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6633 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6635         * ps-bdf.el: Fix maintainer email.
6637         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6638         compatibility.
6640         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6641         21 compatibility.
6642         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6643         Emacs 20 & 21.
6645 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6647         * progmodes/idlwave.el (idlwave-auto-fill):
6648         Remove paragraph-start let to prevent auto-fill giving up.
6650 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6652         * vt100-led.el (led-state): Fix typo in previous change.
6654 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6657         Fix interactive spec of the functions getting defined to make them
6658         work as documented.
6660 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6662         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6664 2006-11-28  Kim F. Storm  <storm@cua.dk>
6666         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6667         icomplete-mode is enabled.
6669 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6671         * textmodes/org.el (require): Require gnus-sum during compilation
6672         to avoid problem with a macro call.
6674 2006-11-28  Glenn Morris  <rgm@gnu.org>
6676         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6678         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6679         (fortran-window-create-momentarily): Do not need string-to-char.
6681 2006-11-28  Richard Stallman  <rms@gnu.org>
6683         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6684         Replace incorrect use of assoc-default with a loop.
6686         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6688         * simple.el (next-error-find-buffer): Improve messages.
6690         * files.el (revert-buffer): Special error message if file
6691         is now not readable.
6693         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6694         constructed commands.
6696         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6697         in INSIDE_EMACS.
6699 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6703         * server.el: Remove spurious * in docstrings.
6704         (server-process-filter): Exit from recursive editing before processing
6705         a new request.
6707 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6709         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6710         line so hidden blocks will be correctly identified.
6712 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6714         * ledit.el (ledit-save-defun, ledit-mode):
6715         * resume.el (resume-emacs-args-buffer):
6716         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6717         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6718         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6719         (command-send-input, command-kill-line):
6720         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6722         * autoarg.el (autoarg-kp-mode): Doc fix.
6724         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6725         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6726         (check-emacs-lock): Doc fix.  Simplify.
6728         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6729         (iimage-mode-buffer): Fix typos in docstring.
6731         * misc.el (zap-up-to-char): Doc fix.
6733         * time-stamp.el: Fix comment and obsolescence string for old
6734         functions.  Use `dolist' instead of `while'.
6736         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6738         * disp-table.el (standard-display-8bit, standard-display-default):
6739         * ebuff-menu.el (electric-buffer-list):
6740         * ehelp.el (electric-help-command-loop):
6741         * font-core.el (font-lock-mode):
6742         * help-macro.el (make-help-screen):
6743         * help.el (describe-minor-mode-completion-table-for-indicator)
6744         (lookup-minor-mode-from-indicator):
6745         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6746         * info-look.el (info-lookup-guess-custom-symbol):
6747         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6748         * longlines.el (longlines-wrap-line):
6749         * macros.el (insert-kbd-macro):
6750         * menu-bar.el (menu-bar-update-buffers):
6751         * misc.el (copy-from-above-command):
6752         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6753         * newcomment.el (comment-indent):
6754         * novice.el (disabled-command-function):
6755         * sort.el (sort-fields-syntax-table):
6756         * subr.el (momentary-string-display):
6757         * tar-mode.el (tar-header-block-summarize)
6758         (tar-clear-modification-flags):
6759         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6760         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6761         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6762         (te-delete-char, te-down-vertically-or-scroll):
6763         * time-stamp.el (time-stamp-string-preprocess):
6764         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6766 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6768         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6769         in GUD mode.
6771         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6772         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6774 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6776         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6778 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6780         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6781         (ada-compile-goto-error): Adapt to new argument profile of
6782         compilation-goto-locus in Emacs 22.  Don't check if the various
6783         compile functions are defined; we already do "(require 'compile)".
6785 2006-11-26  Kim F. Storm  <storm@cua.dk>
6787         * kmacro.el: Fix commentary.
6789 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6791         * progmodes/gud.el (gdb): Explain how to run in text command mode
6792         more clearly.  Say in error message that multiple debugging
6793         requires restarting GDB.
6795 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6797         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6799 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6801         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6802         (flymake-popup-menu): Use it instead of posn-at-point.
6804 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6806         * progmodes/cc-vars.el (c-backslash-column):
6807         Mention c-backslash-max-column in documentation for c-backslash-column.
6809 2006-11-24  Lars Hansen  <larsh@soem.dk>
6811         * net/tramp.el (tramp-default-method): Under Windows, change from
6812         plink to pscp.
6813         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6814         (tramp-actions-copy-out-of-band):
6815         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6816         (tramp-action-out-of-band): Move "Permission denied" handling to
6817         tramp-action-copy-failed.
6818         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6819         process buffer.
6821 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6823         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6824         strings to a single string.  Quote `errors-file-name'.
6825         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6826         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6827         Adjust calls.  Use `shell-quote-argument'.
6829         * international/mule.el (load-with-code-conversion)
6830         (with-category-table): Use with-current-buffer.
6831         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6833 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6835         * mail/smtpmail.el (smtpmail-send-it):
6836         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6837         MIME header for the message encoding.
6838         Bind coding-system-for-write around the call to mail-do-fcc.
6839         Use smtpmail-code-conv-from to encode queued mail messages.
6841 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6843         * tabify.el (tabify-regexp): Doc fix.
6845         * net/rcirc.el (rcirc-buffer-maximum-lines):
6846         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6848         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6849         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6850         Fix typos in output messages.
6851         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6853 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6856         the horse's mouth.
6857         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6859 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6861         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6862         Remove condition-case.
6864 2006-11-23  Glenn Morris  <rgm@gnu.org>
6866         * progmodes/f90.el (f90-comment-indent): Do not move point in
6867         default case.
6869 2006-11-21  Romain Francoise  <romain@orebokech.com>
6871         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6872         from library name (reverts change of 2005-10-25).
6874 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6876         * tutorial.el (tutorial--default-keys): Add newline and
6877         delete-backward-char bindings.
6878         (tutorial--detailed-help): Save excursion when finding keys.
6879         Correct warning string for M-x FOO case.
6880         (tutorial--display-changes): Print special keys in tutorial style.
6881         Tweak search regexp for changed keys.
6883 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6885         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6886         redundant scheme.
6888 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6890         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6891         are new to the list at IANA.  Also added irc, mms, mmsh.
6893 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6895         * progmodes/idlw-help.el (idlwave-html-help-location):
6896         Fail gracefully for missing help packages.
6897         (idlwave-help-assistant-open-link): Open full links.
6898         (idlwave-help-assistant-help-with-topic): Direct help link.
6900         * progmodes/idlwave.el (idlwave-mode):
6901         Set add-log-current-defun-function.
6902         (idlwave-current-routine-fullname): Add, to support add-log.
6903         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6904         to reflect improvements to xml-parse-file.
6905         (idlwave-mode-menu-def): New binding for help-with-topic.
6907         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6908         Handle extra newlines and spaces.
6909         (idlwave-shell-mode-map): Add help-with-topic.
6911 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6913         * tutorial.el (tutorial-warning-face): New face.
6914         (tutorial--detailed-help, tutorial--display-changes): Use it.
6915         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6916         Improve search pattern for occurrences of changed keys.
6918 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6920         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6921         (x-select-text): Set it.
6922         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6923         when checking for newness.
6925 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6927         * subr.el (posn-image):
6928         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6930         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6932 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6934         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6935         Exceptions to the rule "add a space between an identifier and an
6936         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6937         (glasses-parenthesis-exception-p): New.  Check if the region is an
6938         exception regarding to that.
6939         (glasses-make-readable): Use it.
6940         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6941         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6943 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6945         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6947 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6949         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6951         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6952         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6954 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6956         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6957         conditions for function or variable bindings.
6959         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6961         * progmodes/compile.el (compilation-start): Ditto.
6963 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6965         * net/tramp.el (top): cl and custom are always required.
6967 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6969         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6970         cut-buffers with next-selection-coding-system if not nil.
6972 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6974         * textmodes/org.el (org-fix-decoded-time): New function.
6975         (org-display-custom-time): Use `org-fix-decoded-time'.
6977 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6979         * menu-bar.el (menu-bar-games-menu): Remove yow.
6981 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6983         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6984         (org-detach-overlay): Rename from `org-detatch-overlay'.
6985         (org-table-convert-region): Insert space after column separator.
6986         (org-agenda-kill): New command.
6987         (org-metaleft): Call `org-outdent-item' on bullets.
6988         (org-metaright): Call `org-indent-item' on bullets.
6989         (org-timestamp-change): Set `org-last-changed-timestamp'.
6990         (org-current-line): Make sure (bolp) returns correct result.
6991         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6993 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6997 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6999         * mouse.el (global-map): Change 2006-08-16 fix to call
7000         mouse-yank-at-click explicitly, since mouse events are not carried
7001         over into keyboard macros.
7003 2006-11-16  Kim F. Storm  <storm@cua.dk>
7005         * ido.el (ido-file-internal): Use current buffer's file name as default
7006         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
7008 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
7010         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7011         (allout-inhibit-aberrance-doublecheck): Rename from
7012         allout-during-yank-processing.  All callers changed.
7013         (allout-ascend): Provide for unusual case where some topic after
7014         the first in file is at lower depth than the first.
7015         (allout-shift-in): Ensure the offspring of the new containing
7016         topic are exposed.
7017         (allout-encrypt-string): Preserve the coding-system of the text,
7018         according to that of the containing buffer.
7019         (allout-toggle-subtree-encryption): When the text being encrypted
7020         requires a different coding system, offer to preserve the coding
7021         system using a file local var.
7023 2006-11-15  Simon Marshall  <simon@gnu.org>
7025         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7026         to recognise "T t()" as a function declaration, rather than a
7027         variable instantiation, iff at the top-level or inside a class
7028         declaration.  Suggested by Feng Li <fengli@gmail.com>.
7030 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
7032         * progmodes/ada-xref.el (ada-parse-prj-file):
7033         Don't delete project buffer; user may want to edit it.
7034         (ada-xref-set-project-field, ada-xref-current-project-file)
7035         (ada-xref-current-project, ada-show-current-project)
7036         (ada-set-main-compile-application): New functions.
7037         (ada-xref-get-project-field, ada-require-project-file):
7038         Normalize use of ada-prj-default-project-file.
7039         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7040         Normalize use of ada-require-project-file.
7041         (ada-prj-find-prj-file): Improve doc string, comments.
7043         * progmodes/ada-mode.el (ada-mode-version): Bump version.
7044         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7045         (ada-create-menu): Add ada-set-main-compile-application,
7046         ada-show-current-main, ada-show-current-project.
7048 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7051         (inferior-python-mode): Use it.
7053 2006-11-14  Andreas Schwab  <schwab@suse.de>
7055         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7057 2006-11-13  Kim F. Storm  <storm@cua.dk>
7059         * ido.el (ido-copy-current-word): C-o copies region if active.
7061 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7063         * textmodes/org.el (org-emph-face): Fix typo in variable name.
7065 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
7067         * ediff.el (ediff-revision):
7068         * files.el (set-visited-file-name):
7069         * mail/rmailout.el (rmail-output-body-to-file):
7070         Use `format', not `message', in `y-or-n-p' call.
7072 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7074         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7075         (org-metaright): Call `org-indent-item' on bullets.
7076         (org-timestamp-change): Set `org-last-changed-timestamp'.
7077         (org-current-line): Make sure (bolp) returns correct result.
7078         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7080 2006-11-12  Richard Stallman  <rms@gnu.org>
7082         * language/european.el (turkish-case-conversion-enable)
7083         (turkish-case-conversion-disable): New functions.
7084         ("Turkish" lang env): Use them.
7086         * international/characters.el (case table):
7087         Do nothing special for i and I.
7089         * subr.el (remove-overlays): Fix last change.
7091         * cus-edit.el (custom-save-all): Use find-file-visit-truename
7092         for visiting the custom file.
7094 2006-11-12  Markus Triska  <triska@gmx.at>
7096         * play/handwrite.el (handwrite): Also process lines not ending
7097         with newline.  Replace some position-fiddling with different
7098         logic.  Improve performance.
7100 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
7102         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7103         replacing deleted variable `ada-check-switch'.
7104         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7105         (ada-xref-project-files): Improve doc string.
7106         (ada-find-executable): New function.
7107         (ada-initialize-runtime-library): Use `ada-find-executable'.
7108         (ada-xref-set-default-prj-values): In compile commands, don't need
7109         `ada-cd-command'; `compile' does that more portably.
7110         Use ada-prj-default-check-cmd.
7111         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7112         properties if not specified in project file.
7113         (ada-goto-declaration): Display useful message for new error
7114         'error-file-not-found.
7115         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7116         'error-file-not-found.
7117         (ada-get-all-references): Match latest ali syntax.  Signal new
7118         error 'error-file-not-found.
7119         (ada-find-in-ali): Match latest ali syntax.
7120         (ada-make-filename-from-adaname): Handle different semantics of
7121         gnatkr in GNAT 3.15p vs later.
7123         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7124         ada-procedure-start-regexp.
7125         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7127         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7128         with defvar.
7129         (ada-language-version): Rename ada05 -> ada2005.
7130         (ada-align-region-separate): Add `eval-when-compile'.
7131         (ada-name-regexp): Remove unneeded escapes in regexp character
7132         alternative.
7133         (ada-compile-goto-error-file-linenr-re): New constant.
7134         (ada-matching-start-re): Handle additional cases `declare',
7135         `procedure', `function'.
7136         (ada-compile-goto-error): Handle "... at line nn".
7137         (ada-mode): Clearer syntax, comments for ff-special-constructs.
7138         Delete support for old versions of `align'.
7139         (ada-search-prev-end-stmt): Handle additional keyword `private'.
7140         (ada-check-defun-name): Simplify handling of `declare'.
7141         (ada-goto-matching-start): Handle nested `begin ... end'.
7142         Handle `declare', `protected', `procedure', `function'.
7143         (ada-create-menu): Presence of arm95 is not conditional on using
7144         GNAT compiler.
7146 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
7148         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7149         nil in the *RE-Builder* buffer (it causes spurious error messages).
7151         * server.el (server-visit-files): If `minibuffer-auto-raise' has
7152         been set to t, respect it.
7154 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
7156         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7157         Delete commented out code for old Emacs versions.  Autoloading of
7158         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7159         (ada-mode-version): Bump version number.
7160         (ada-95-string-keywords, ada-2005-string-keywords)
7161         (ada-2005-keywords, ada-name-regexp): New constant.
7162         (ada-language-version, ada-procedure-start-regexp, ada-mode)
7163         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7164         (ada-package-start-regexp): Support private packages, include package
7165         name (for ada-set-point-accordingly).
7166         (ada-next-procedure, ada-previous-procedure)
7167         (ada-which-function-are-we-in): Match changes to
7168         ada-procedure-start-regexp.
7169         (ada-make-body): Make non-interactive; not a user function.
7170         (ada-make-subprogram-body): Improve doc string.
7172 2006-11-11  Romain Francoise  <romain@orebokech.com>
7174         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7175         `compilation-error-regexp-alist' buffer-local, since we changed
7176         `compilation-error-regexp-alist-alist' locally.
7178 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
7180         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7181         to the value of `server-raise-frame'.
7183 2006-11-11  Glenn Morris  <rgm@gnu.org>
7185         * ido.el (ido-enable-prefix)
7186         * ses.el (ses-call-printer-return)
7187         * net/tramp.el (tramp-unified-filenames)
7188         * progmodes/cc-align.el (c-lineup-string-cont)
7189         * progmodes/compile.el (compilation-directory-matcher)
7190         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7191         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7192         (vhdl-clock-rising-edge)
7193         * textmodes/org.el (org-export-with-timestamps)
7194         (org-export-remove-timestamps-from-toc)
7195         (org-export-with-tags): Improve previous doc fixes.
7197 2006-11-11  Richard Stallman  <rms@gnu.org>
7199         * textmodes/flyspell.el (flyspell-mode-map):
7200         Bind C-c $ instead of M-RET.
7202 2006-11-10  Simon Marshall  <simon@gnu.org>
7204         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7205         fontification for "case" and "default" keywords.
7207 2006-11-10  Andreas Schwab  <schwab@suse.de>
7209         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7210         Avoid starting sentence with "nil".
7212 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7214         * server.el (server-raise-frame): New option.
7215         (server-switch-buffer): Use it.
7217 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
7219         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7220         with a capital.
7222 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
7224         * textmodes/org.el (org-show-hierarchy-above)
7225         (org-show-following-heading): Fix typo in default value.
7226         (org-scan-tags): Make the search case-sensitive.
7227         (org-tags-sparse-tree): Don't overrule
7228         `org-show-following-heading' and `org-show-hierarchy-above'.
7229         (org-reveal): New command.
7230         (org-show-context): Rename from `org-show-hierarchy-above'.
7231         (org-fast-tag-selection-single-key): New option.
7232         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7233         (org-tags-overlay): New variable.
7234         (org-agenda-todo-ignore-deadlines): New option.
7235         ("session"): Add circular data structure `org-mark-ring' to
7236         exceptions list in session.el.
7237         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7238         New options.
7239         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7240         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7241         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7242         (org-finalize-agenda): Activate bracket links in agenda.
7243         (org-at-timestamp-p, org-at-date-range-p): Additional argument
7244         INACTIVE-OK.
7245         (org-show-hierarchy-above, org-show-following-heading):
7246         List values allowed for fine-tuned configuration.
7247         (org-show-hierarchy-above): New argument CONTEXT, use the
7248         fine-tuned settings in `org-show-hierarchy-above' and
7249         `org-show-following-heading'.
7250         (org-display-custom-time): New function.
7251         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7252         (org-display-custom-times, org-time-stamp-custom-formats):
7253         (org-maybe-intangible): New macro.
7254         (org-activate-bracket-links, org-hide-wide-columns):
7255         Use `org-maybe-intangible'.
7256         (org-open-file): Use `shell-quote-argument'.
7257         (org-display-internal-link-with-indirect-buffer): New option.
7258         (org-file-remote-p): Get regexp from list.
7259         (org-link-expand-abbrev): New function.
7260         (org-link-abbrev-alist): New option.
7261         (org-open-at-point, org-cleaned-string-for-export):
7262         Call `org-link-expand-abbrev'.
7263         (org-timeline, org-agenda-list, org-todo-list)
7264         (org-tags-view): Remove the KEEP-MODES argument.
7265         (org-finalize-agenda-hook): New hook.
7266         (org-get-alist-option): New function.
7267         (org-follow-timestamp-link): New function.
7268         (org-open-at-point): Call `org-follow-timestamp-link'.
7269         (org-log-note-marker, org-log-note-purpose)
7270         (org-log-note-window-configuration): New variables.
7271         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7272         (org-log-note-headings): New option.
7273         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7274         (org-store-link): Support for dired-mode.
7275         (org-open-file): Substitute environment variables into filename.
7276         (org-last): New defsubst.
7277         (org-agenda-re-align-tags): New function.
7278         (org-agenda-align-tags-to-column): New option.
7279         (org-agenda-timeline): Group removed.
7280         (org-prepare-agenda, org-prepare-agenda-buffers)
7281         (org-run-agenda-series, org-timeline, org-agenda-list)
7282         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7283         the text property inticating the agenda type.
7284         (org-agenda-post-command-hook): Get agenda type from text property
7285         at point.
7286         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
7287         and obey `org-agenda-overriding-arguments'.
7288         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7289         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7290         (org-agenda-week-view, org-agenda-day-view):
7291         Use `org-agenda-overriding-arguments' to make updating work with
7292         multi-block agendas.
7293         (org-agenda-prefix-format): Allow different formats for the
7294         different agenda entry types.
7295         (org-timeline-prefix-format): Option removed, use
7296         `org-agenda-prefix-format' instead.
7297         (org-prepare-agenda): New function.
7298         (org-select-timeline-window): Option removed, use
7299         `org-select-agenda-window' instead.
7300         (org-respect-restriction): Variable removed.
7301         (org-cmp-tag): New function.
7302         (org-agenda-sorting-strategy, org-entries-lessp):
7303         Implement sorting by last tag.
7304         (org-complete): Better completion in in-buffer option lines.
7305         (org-in-item-p): New function.
7306         (org-org-menu): Add entries for checkboxes.
7307         (org-cycle): Extra brouping in outline-regexp, because it is used
7308         in a search with "^" prepended.
7309         (org-provide-checkbox-statistics): New option.
7310         (org-set-font-lock-defaults): Highlight checkbox statistics.
7311         (org-update-checkbox-count-maybe)
7312         (org-get-checkbox-statistics-face): New functions.
7313         (org-update-checkbox-count): New command.
7314         (org-insert-item, org-toggle-checkbox):
7315         Call `org-update-checkbox-count-maybe'.
7316         (org-export-as-html): XEmacs compatibility for coding system.
7317         (org-force-cycle-archived): New command.
7318         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7319         overrules cycling.
7320         (org-fix-position-after-promote): If the line contains only a todo
7321         keyword, add a final space.
7322         (org-promote-subtree, org-demote-subtree):
7323         Call `org-fix-position-after-promote'.
7325 2006-11-10  Glenn Morris  <rgm@gnu.org>
7327         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7328         date in every year.
7329         (calendar-dst-check-each-year-flag): New customizable variable.
7330         (calendar-dst-find-data): New function, extracted from
7331         calendar-current-time-zone.
7332         (calendar-current-time-zone): Use calendar-dst-find-data.
7333         (calendar-dst-transition-cache): New variable.
7334         (calendar-dst-find-startend, calendar-dst-starts)
7335         (calendar-dst-ends): New functions.
7336         (calendar-daylight-savings-starts)
7337         (calendar-daylight-savings-ends): Change value to use
7338         calendar-dst-starts, calendar-dst-ends; respectively.
7340         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7342         * ido.el (ido-enable-prefix)
7343         * ses.el (ses-call-printer-return)
7344         * net/tramp.el (tramp-unified-filenames)
7345         * progmodes/cc-align.el (c-lineup-string-cont)
7346         * progmodes/compile.el (compilation-directory-matcher)
7347         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7348         * progmodes/gdb-ui.el (gdb-many-windows)
7349         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7350         (vhdl-clock-rising-edge)
7351         * textmodes/org.el (org-export-with-timestamps)
7352         (org-export-remove-timestamps-from-toc, org-export-with-tags)
7353         (org-read-date): Doc fix (Nil -> nil).
7355 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7357         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7358         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7360 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7362         * bs.el (bs--window-for-buffer): Remove.
7363         (bs--show-with-configuration): Use `get-window-with-predicate'
7364         instead of `bs--window-for-buffer'.
7366 2006-11-10  Kenichi Handa  <handa@m17n.org>
7368         * files.el (revert-buffer): Fix previous change.
7370 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
7372         * bs.el (bs--redisplay): Fix typo in docstring.
7373         (bs--window-config-coming-from): Make frame-local.
7374         (bs--restore-window-config): New function.
7375         (bs-kill, bs-select, bs-select-other-window)
7376         (bs-select-other-frame): Use it.
7377         (bs--window-for-buffer): Return as soon as a matching buffer is found.
7378         (bs--show-with-configuration): Save the window configuration as a
7379         frame local var, and only if *buffer-selection* is not already
7380         visible on this frame.
7382 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
7384         * vc-svn.el (vc-svn-admin-directory): New var.
7385         (vc-svn-registered, vc-svn-responsible-p)
7386         (vc-svn-repository-hostname): Use it.
7387         Suggested by arit93@yahoo.com.
7389 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7391         * ldefs-boot.el: Regenerate.
7393 2006-11-08  Alan Mackenzie  <acm@muc.de>
7395         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7396         case (eq open-paren-in-column-0-is-defun-start nil) by searching
7397         for least nested open-paren.
7399 2006-11-08  Romain Francoise  <romain@orebokech.com>
7401         * subr.el (remove-overlays): Fix typo in last change.
7403 2006-11-08  Richard Stallman  <rms@gnu.org>
7405         * subr.el (remove-overlays): Call overlay-recenter.
7407 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7409         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7410         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7411         behaviour.
7412         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7413         directly.
7415 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7417         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7418         (ido-max-dir-file-cache, ido-decorations)
7419         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7420         (ido-magic-backward-char, ido-enter-dired)
7421         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7422         (ido-list-directory, ido-first-match, ido-only-match)
7423         (ido-subdir, ido-indicator): Fix typos in docstrings.
7424         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7425         (ido-read-internal): Fix typo in error message.
7427 2006-11-08  Kenichi Handa  <handa@m17n.org>
7429         * international/mule-cmds.el (set-default-coding-systems):
7430         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7432 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7434         * makefile.w32-in (setwins): Remove.
7435         (WINS_ALMOST): New macro.
7436         (WINS): Use it.
7437         (autoloads): Don't extract autoloads from files in obsolete/.
7439 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
7441         * whitespace.el (whitespace-buffer): Call remove-overlays after
7442         overlay-recenter for performance.  Suggested by Martin Rudalics.
7444 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7446         * net/tramp.el (tramp-default-method): scp is the default method.
7448 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
7450         * server.el (server-start): Save also the Emacs pid in the server file.
7452 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
7454         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7455         point when displaying a bibtex cross reference in the echo area.
7457 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7459         * international/mule.el (make-char): Fix typo in docstring.
7460         (load-with-code-conversion, charsetp): Doc fixes.
7462         * international/ja-dic-cnv.el (skkdic-convert):
7463         * cus-edit.el (hook): Fix typo in docstring.
7465 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7467         * cus-edit.el (custom-mode-map): Move defvar above code using it.
7468         (custom-mode-link-map): New variable.
7469         (custom-group-link, custom-manual): Use follow-link.
7471 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7473         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7474         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
7476 2006-11-06  Richard Stallman  <rms@gnu.org>
7478         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7479         New function broken out of flyspell-correct-word.
7480         (flyspell-mode-map): Bind it to M-RET.
7481         (flyspell-correct-word): Call it.
7483         * textmodes/fill.el (fill-minibuffer-function): New function.
7484         (fill-paragraph): Bind fill-paragraph-function to
7485         fill-minibuffer-function.
7487         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7488         so that they aren't undefined.
7490         * dired.el (dired-readin): Locally bind file-name-coding-system.
7492         * bindings.el: Shorten and clarify usual mode line mouse help string.
7494         * Makefile.in (autoloads): Don't include `obsolete'.
7496 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7498         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7499         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7500         Printing menu if it's not initialized.
7501         (pr-menu-bind): Act on menu-bar-file-menu directly.
7503 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7505         * help.el (view-emacs-news): Fix typo in error message.
7507         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7509         * shadowfile.el (shadow-define-regexp-group)
7510         (shadow-literal-groups, shadow-insert-var): Doc fixes.
7511         (shadow-read-files): Fix typo in message.
7512         (shadow-inhibit-overload, shadow-find, shadow-suffix)
7513         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7514         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7515         (shadow-file-match): Fix typos in docstrings.
7517         * terminal.el (terminal-emulator): Fix typo in message.
7519         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7521         * emacs-lisp/lselect.el (x-kill-primary-selection)
7522         (x-delete-primary-selection, x-copy-primary-selection):
7523         Fix typos in error messages.
7525         * emulation/edt-mapper.el: Fix typo in interactive message.
7527         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7529         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7530         (ispell-help): Fix typos in docstrings.
7531         (ispell-help): Fix typo in output message.
7533         * allout.el (allout-adjust-file-variable)
7534         (allout-passphrase-verifier-string)
7535         (allout-passphrase-hint-string)
7536         (allout-toggle-current-subtree-encryption):
7537         * apropos.el (apropos-synonyms):
7538         * cus-edit.el (hook):
7539         * emacs-lock.el (emacs-lock-from-exiting):
7540         * follow.el (follow-avoid-tail-recenter-p):
7541         * hexl.el (hexl-mode):
7542         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7543         * mouse.el (mouse-set-font):
7544         * resume.el (resume-emacs-args-file):
7545         * rfn-eshadow.el (file-name-shadow-tty-properties):
7546         * t-mouse.el (t-mouse-process, t-mouse-mode):
7547         * emacs-lisp/cust-print.el (custom-print-install)
7548         (custom-print-uninstall, custom-format):
7549         * emacs-lisp/shadow.el (list-load-path-shadows):
7550         * emulation/tpu-edt.el (tpu-help-text)
7551         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7552         (tpu-reset-control-keys):
7553         * emulation/vip.el (vip-emacs-local-map)
7554         (vip-change-mode-to-emacs):
7555         * emulation/viper.el (viper-mode, viper-set-hooks)
7556         (viper-major-mode-modifier-list):
7557         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7558         * emulation/viper-keym.el (viper-emacs-kbd-map)
7559         (viper-toggle-key):
7560         * mail/feedmail.el (feedmail-queue-reminder)
7561         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7562         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7563         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7564         (feedmail-sender-line, feedmail-force-binary-write)
7565         (feedmail-from-line, feedmail-deduce-envelope-from)
7566         (feedmail-x-mailer-line, feedmail-message-id-generator)
7567         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7568         (feedmail-enable-spray, feedmail-spray-this-address)
7569         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7570         (feedmail-queue-runner-confirm-global)
7571         (feedmail-ask-before-queue-prompt)
7572         (feedmail-ask-before-queue-reprompt)
7573         (feedmail-prompt-before-queue-standard-alist)
7574         (feedmail-prompt-before-queue-user-alist)
7575         (feedmail-prompt-before-queue-help-supplement)
7576         (feedmail-queue-use-send-time-for-message-id)
7577         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7578         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7579         (feedmail-mail-send-hook-queued)
7580         (feedmail-confirm-addresses-hook-example)
7581         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7582         (feedmail-queue-runner-mode-setter)
7583         (feedmail-queue-alternative-mail-header-separator)
7584         (feedmail-queue-runner-message-sender)
7585         (feedmail-buffer-eating-function, feedmail-binmail-template)
7586         (feedmail-run-the-queue-no-prompts)
7587         (feedmail-run-the-queue-global-prompt)
7588         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7589         (feedmail-envelope-deducer, feedmail-fiddle-date)
7590         (feedmail-default-message-id-generator)
7591         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7592         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7593         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7594         (vms-pmail-setup):
7595         * play/dunnet.el (dun-help):
7596         * play/handwrite.el (handwrite):
7597         * play/hanoi.el (hanoi-unix-64):
7598         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7599         * textmodes/enriched.el (fixed):
7600         * textmodes/org.el (org-file-apps)
7601         (org-emphasis-regexp-components, org-emphasis-alist):
7602         * textmodes/texinfmt.el (batch-texinfo-format):
7603         Fix typos in docstrings.
7605 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7607         * loadhist.el (read-feature): Don't complete features not loaded
7608         from a file (which make `unload-feature' to fail).
7610 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7612         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7614 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7616         * startup.el (command-line-1): Kill emacs if the last frame is
7617         deleted while evaluating the command-line arguments.
7619 2006-11-05  Richard Stallman  <rms@gnu.org>
7621         * startup.el (init-file-had-error): Add doc string.
7622         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7623         Use fixed-width font for keyboard key descriptions.
7625         * cus-edit.el (custom-save-all): Error if saving in .emacs
7626         and it had an error when loaded.
7628         * dired-aux.el (dired-copy-file-recursive): Catch errors
7629         from recursive copies in the loop, around the recursive call.
7631 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7633         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7634         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7635         `/proc/acpi/thermal_zone/*'.
7636         (battery-search-for-one-match-in-files): New.  Search a regexp in
7637         the content of some files.
7639 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7641         * window.el (mouse-autoselect-window-now): Remove variable.
7642         (mouse-autoselect-window-state): New variable.
7643         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7644         (mouse-autoselect-window-select, handle-select-window):
7645         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7646         Suspend delayed autoselection during menu or popup dialog.
7648         * info-look.el (info-lookup-guess-custom-symbol): New function
7649         for retrieving symbol at point in custom buffers.
7650         (top level) <info-lookup-maybe-add-help>: Add backquote and
7651         comma to ignored characters in regexps of help specifications
7652         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7653         looking up symbols in `...' and after a comma.  Add help
7654         specifications for custom-mode and help-mode.
7656 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7658         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7659         Don't encode body if RAW is non-nil, or if the old encoding is
7660         identical to the new encoding, or if the body contains only
7661         eight-bit-* characters.
7663 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7665         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7666         (faces-sample-overlay): Remove variable.
7667         (describe-face): Insert sample text in the face being described.
7669 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7671         * whitespace.el (whitespace-indent-regexp): Make this match any
7672         multiples of eight spaces near the beginning of a line.
7673         (whitespace-buffer): Use `remove-overlays' instead of
7674         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7675         speed up overlay handling.
7676         (whitespace-buffer-leading, whitespace-buffer-trailing):
7677         Make these functions highlight the text removed by
7678         `whitespace-buffer-leading-cleanup' and
7679         `whitespace-buffer-trailing-cleanup' respectively.
7680         (whitespace-buffer-search): Use `with-local-quit'.
7681         Move `format' out of loop to speed up scanning larger buffers.
7682         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7683         that function is never added to a hook.
7684         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7685         (whitespace-buffer-leading-cleanup)
7686         (whitespace-refresh-rescan-list): Fix docstrings.
7688 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7690         * allout.el (allout-during-yank-processing): Cue for inhibiting
7691         aberrance processing during yanks.
7692         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7693         the amount of yanked topics that can be aberrant.
7694         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7695         a function, and supplement with inihibition of doublechecking
7696         during yanks.
7697         (allout-beginning-of-line, allout-next-heading)
7698         (allout-previous-heading, allout-goto-prefix-doublechecked)
7699         (allout-back-to-current-heading, allout-next-visible-heading)
7700         (allout-next-sibling): Use new allout-do-doublecheck function.
7701         (allout-next-sibling): Ensure we made progress when returning
7702         other than nil.
7703         (allout-rebullet-heading): Preserve text property annotations
7704         indicating the text was hidden, if it was.
7705         (allout-kill-line): Remove any added was-hidden annotations.
7706         (allout-kill-topic): Remove any added was-hidden annotations.
7707         (allout-annotate-hidden): Inhibit adding was-hidden text
7708         properties to the undo list.
7709         (allout-deannotate-hidden): New function to remove was-hidden
7710         annotation.
7711         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7712         (allout-remove-exposure-annotation): Replace by
7713         allout-deannotate-hidden.
7714         (allout-yank-processing): Signal that yank processing is happening
7715         with allout-during-yank-processing.  Also, wrap
7716         allout-unprotected's closer to the text changes, for easier
7717         debugging.  We need to inhibit-field-text-motion explicitly, in
7718         lieu of the encompassing allout-unprotected.
7719         (outlineify-sticky): Adjust criteria for triggering new outline
7720         decorations to presence or absence of any topics, not just a topic
7721         at the beginning of the buffer.
7723 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7725         * bs.el (bs--show-all, bs--redisplay):
7726         * cus-edit.el (custom-unlispify-menu-entries)
7727         (custom-unlispify-tag-names, custom-prompt-variable):
7728         * expand.el (expand-pos):
7729         * speedbar.el (speedbar-generic-list-tag-p):
7730         * wid-edit.el (widget-image-enable):
7731         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7732         * emacs-lisp/find-func.el (find-function-noselect)
7733         (find-function, find-variable-noselect, find-variable)
7734         (find-definition-noselect, find-face-definition):
7735         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7736         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7737         * progmodes/ada-xref.el (ada-find-in-ali):
7738         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7739         * textmodes/org.el (org-copy-subtree):
7740         * textmodes/table.el (table--row-column-insertion-point-p):
7741         Use "non-nil" in docstrings.
7743 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7745         * sort.el (sort-columns): Set the field separator to tab; on
7746         NetBSD, sort complains if "\n" is used as field separator.
7748 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7750         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7752 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7754         * server.el (server-auth-key): Remove.  Replace by a process-property.
7755         (server-start): Don't remove the file of the previous process, but
7756         instead clear out the place for the new file.
7757         (server-start): Set the :auth-key property.
7758         (server-process-filter): Use the :auth-key property.
7760 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7762         * textmodes/org.el (org-mode-map): No longer copy
7763         `outline-mode-map' explicitly - this is already done by
7764         `define-derived-mode'.
7766 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7768         * server.el (server-visit-files): Use `when'.
7769         (server-process-filter): When authentication fails, send error
7770         message to client.  Wrap `process-send-region' in `ignore-errors'
7771         instead of `condition-case', and remove misleading comment.
7773 2006-11-01  Juri Linkov  <juri@jurta.org>
7775         * simple.el (yank): Doc fix.
7777 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7779         * server.el: Try and fit within 80 columns.
7780         (server-start): Make the auth file unreadable by other users.
7782 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7784         * battery.el (battery-linux-proc-acpi): Prevent range error when
7785         `full-capacity' is 0.
7787 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7789         * faces.el (faces-sample-overlay): New defvar.
7790         (faces-sample-overlay): New function to show face sample text.
7791         (describe-face): Use it.
7793 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7795         * progmodes/ada-stmt.el: Change maintainer, apply
7796         whitespace-cleanup, checkdoc.
7797         (ada-func-or-proc-name): Add doc string.
7799         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7800         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7801         strings and comments.
7802         (ada-prj-display-page): Change buffer name to more accurately
7803         reflect function.
7805         * progmodes/ada-xref.el: Change maintainer, apply
7806         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7807         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7808         (ada-compile-current): Don't add newlines to commands.
7810 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7812         * server.el: Add support for TCP sockets.
7813         (server-use-tcp, server-host, server-auth-dir): New options.
7814         (server-auth-key): New variable.
7815         (server-ensure-safe-dir): Create nonexistent parent dirs.
7816         Ignore Unix-style file modes on Windows.
7817         (server-start): Crete a TCP or Unix socket according to the value
7818         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7819         `server-auth-dir' directory.
7820         (server-process-filter): Delete process if authentication
7821         fails (which never happens for Unix sockets).
7823 2006-10-30  David Kastrup  <dak@gnu.org>
7825         * subr.el (add-to-list): Don't continue checking if a match has
7826         been found.
7828 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7830         * tutorial.el: Move defvars to avoid bytecomp warnings.
7831         (tutorial--find-changed-keys): Check if viper-current-state is
7832         bound before using it.
7833         (help-with-tutorial): Check if viper-tutorial is defined before
7834         using it.
7836 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7838         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7840         * tutorial.el: New file.
7841         (help-with-tutorial): Move here from help-fns.el.  Add help for
7842         rebound keys.  Fix resume of tutorial.
7843         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7844         (tutorial--find-changed-keys, tutorial--display-changes)
7845         (tutorial--saved-dir, tutorial--saved-file)
7846         (tutorial--save-tutorial): New functions to support the changes in
7847         help-with-tutorial.
7849 2006-10-30  Kenichi Handa  <handa@m17n.org>
7851         * files.el (revert-buffer): If a unibyte buffer is being reverted
7852         with a coding system for multibyte, set buffer multibyte before
7853         calling insert-file-contents.
7855 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * server.el (server-select-display): Use a dummy buffer to detect when
7858         the frame is later used.
7859         (server-select-display): New function.
7860         (server-process-filter): Use it to detect unused temp frames.
7862 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7864         * progmodes/ada-mode.el: Change maintainer, apply
7865         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7866         (ada-mode-version): New function.
7867         (ada-create-menu): Menu operations are available for all supported
7868         compilers.
7870 2006-10-29  Lars Hansen  <larsh@soem.dk>
7872         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7873         Highlight as keyword.
7874         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7875         Don't call tramp-method-out-of-band-p for local files.
7876         (tramp-touch): Quote file name.
7878 2006-10-28  Glenn Morris  <rgm@gnu.org>
7880         * calendar/calendar.el (cal-html-cursor-month)
7881         (cal-html-cursor-year): Add autoloads for this new package.
7882         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7884 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7886         * calendar/cal-html.el: New file.
7888 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7890         * emacs-lisp/authors.el (authors-aliases): Update.
7892 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7894         * version.el (emacs-version): Bump version number to 22.0.90.
7896 2006-10-26  John W. Eaton  <jwe@octave.org>
7898         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7899         New defvar.
7900         (inferior-octave-resync-dirs): Check to see whether Octave has
7901         built-in variables and set inferior-octave-has-built-in-variables.
7902         Check inferior-octave-has-built-in-variables to decide whether to
7903         send commands that set built-in variables or call functions to
7904         change Octave's behavior.
7905         Send "disp (pwd ())" to Octave instead of just "pwd".
7906         (inferior-octave-startup): Send "more off" to Octave instead of
7907         "page_screen_output = 0".
7909 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7911         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7912         pattern normally.
7914 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7916         * bindings.el (mode-line-mode-menu): Remove bindings for global
7917         minor modes (line/column number) as they are on the menubar.
7919 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7921         * term/w32-win.el (x-handle-name-switch): Doc fix.
7922         (w32-standard-fontset-spec): Fix typo in docstring.
7924         * midnight.el (midnight-buffer-display-time): Doc fix.
7925         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7927 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7929         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7931         * emulation/viper-ex.el (ex-read): Quote file argument.
7933         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7935         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7937 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7939         * textmodes/flyspell.el (flyspell-check-region-doublons):
7940         Fix last fix.
7942 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7944         * bindings.el (mode-line-mode-menu): List global minor modes
7945         before local ones.
7947 2006-10-23  Kim F. Storm  <storm@cua.dk>
7949         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7950         (sit-for): If last command was a prefix arg, add the read-ahead
7951         event to unread-command-events as (t . EVENT) so it will be added
7952         to this-command-keys by read-key-sequence.
7954 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7956         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7957         whitespace when checking doublons.
7958         (flyspell-check-region-doublons): Fix doublon regexp.
7959         (flyspell-highlight-incorrect-region): Highlight doublons using
7960         flyspell-duplicate face.
7962         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7964 2006-10-22  John Wiegley  <johnw@newartisans.com>
7966         * progmodes/python.el (python-use-skeletons): python-mode was
7967         auto-inserting templates (for those with abbrev-mode on), not only
7968         by default -- *but without a configuration variable to disable
7969         it*.  This rendered python-mode completely useless for me, so I
7970         have added `python-use-skeletons', which is now off by default.
7972 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7974         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7975         font-lock-multiline is auto-local (it's not).
7976         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7977         initialized before calling cperl-init-faces.
7979 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7981         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7982         gdb-stack-position a value when there is no fringe.
7984         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7985         indicator if not visiting a file.
7987 2006-10-20  David Kastrup  <dak@gnu.org>
7989         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7990         operation would still cause some window to collapse later.
7992 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7995         side-effect due to mixing various backends's file properties.
7997         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7998         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7999         Return `filename's status if applicable.  Update callers.
8001 2006-10-19  Kenichi Handa  <handa@m17n.org>
8003         * international/kkc.el (kkc-region): When a key sequence is not
8004         defined, append (this-single-command-raw-keys) to
8005         unread-input-method-events.
8007 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
8009         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8011 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8013         * version.el (emacs-version): Use mac-carbon-version-string.
8015         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8017 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8019         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8020         Kenichi Handa).
8021         (xselect-convert-to-string): Decline requests for UTF8_STRING if
8022         the selection is not UTF-8.
8024 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8026         * progmodes/ada-mode.el (ada-83-string-keywords)
8027         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8028         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8029         (ada-looking-at-semi-private, ada-get-body-name):
8030         Fix typos in docstrings.
8031         (ada-create-case-exception, ada-create-case-exception-substring):
8032         Fix typos in error messages.
8033         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8035 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8037         * term/x-win.el (res-geometry): Don't set geometry from Xresources
8038         to default-frame-alist if default-frame-alist already contains
8039         width/height.
8041 2006-10-18  Richard Stallman  <rms@gnu.org>
8043         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8044         Non-interactive arg is the value, not the expression.
8046         * simple.el (read-expression-map): Just set it, no defvar.
8048         * subr.el (insert-for-yank-1): If last inserted char has
8049         properties, mark them as rear-nonsticky.
8051         * recentf.el (recentf-mode): Doc fix.
8053         * facemenu.el (facemenu-add-new-face): Defend against symbol
8054         that isn't a face name.
8056         * dired-aux.el (dired-do-copy): Doc fix.
8058 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
8060         * simple.el (line-move-1): Ignore fields when moving to the
8061         beginning of line to avoid getting point stuck.
8063 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
8065         * textmodes/flyspell.el (flyspell-word-search-backward):
8066         Set inhibit-point-motion-hooks to avoid looping due to intangibile
8067         text.
8069 2006-10-16  Richard Stallman  <rms@gnu.org>
8071         * help-fns.el (describe-function-1): Special case optimization
8072         for self-insert-command.
8074 2006-10-16  Kim F. Storm  <storm@cua.dk>
8076         * ido.el (ido-reread-directory): Work in `dir' mode too.
8078 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
8080         * textmodes/table.el: Require 'regexp-opt.
8082 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8084         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8085         Use shell-quote-argument.
8087         * shell.el (explicit-bash-args): Likewise.
8089         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8090         Use grep -E rather than egrep.
8092 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8094         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8096 2006-10-15  Kim F. Storm  <storm@cua.dk>
8098         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8100 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8102         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8103         to protect whitespace and metacharacters from the shell.
8105 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8107         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8109 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
8111         * subr.el (start-process-shell-command): Doc fix.
8113 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
8115         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8116         the regexp for Maxima symbols.
8118 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8120         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8121         (vc-find-root): Don't walk higher up than ~.
8123 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
8125         * international/utf-8.el (utf-translate-cjk-load-tables):
8126         Avoid clobbering last-coding-system-used during load.
8128 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
8130         * textmodes/reftex-global.el (reftex-create-tags-file):
8131         Quote file arguments.
8133 2006-10-12  Richard Stallman  <rms@gnu.org>
8135         * files.el (file-name-history): Add defvar.
8136         (save-some-buffers-action-alist): Improve description strings.
8138 2006-10-12  Andreas Schwab  <schwab@suse.de>
8140         * files.el (auto-mode-alist): Match change log file name also with
8141         a dash before a numeric extension.
8143 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
8145         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8146         After 5.0:
8147         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8149         After 5.1: Major edit.  Summary of most visible changes:
8151         - Multiple <<HERE per line allowed.
8152         - Handles multiline subroutine declaration headers (with comments).
8153           (The exception is `cperl-etags' - but it is not used in the rest
8154           of the mode.)
8155         - Fontifies multiline my/our declarations (even with comments,
8156           and with legacy `font-lock').
8157         - Major speedup of syntaxification, both immediate and postponed
8158           (3.5x to 15x [for different CPUs and versions of Emacs] on the
8159           huge real-life document I tested).
8160         - New bindings, edits to imenu.
8161         - "_" is made into word-char during fontification/syntaxification;
8162           some attempts to recognize non-word "_" during other operations too.
8163         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8164         - autoload some more perldoc-related stuff
8165         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8166         - Attempt to incorporate XEmacs edits which reached me.
8168         Fine-grained changelog:
8169         (cperl-hook-after-change): New configuration variable.
8170         (cperl-vc-sccs-header): Likewise.
8171         (cperl-vc-sccs-header): Likewise.
8172         (cperl-vc-header-alist): Default via two preceding variables.
8173         (cperl-invalid-face): Remove double quoting under XEmacs
8174                 (still needed under 21.2).
8175         (cperl-tips): Update URLs for resources.
8176         (cperl-problems): Likewise.
8177         (cperl-praise): Mention new features.
8178         New C-c key bindings: for `cperl-find-bad-style',
8179         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8180         `cperl-perdoc', and `cperl-perldoc-at-point'.
8181         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8182         moved, new submenu of Tools with Ispell entries and narrowing.
8183         (cperl-after-sub-regexp): New defsubst.
8184         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8185                 Allows heads up to head4.
8186                 Allow "package;".
8187         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8188         (paren-backwards-message): ??? Something for XEmacs???
8189         (cperl-mode): Never auto-switch abbrev-mode off.
8190                 Try to allow '_' be non-word char.
8191                 Do not use `font-lock-unfontify-region-function' on XEmacs.
8192                 Reset syntax cache on mode start.
8193                 Support multiline facification (even on legacy `font-lock').
8194         (cperl-facemenu-add-face-function): ??? Some contributed code ???
8195         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8196                 refuse to inform us whether the fontification is due to lazy
8197                 calling or due to edit to a buffer, install our own hook
8198                 (controlled by `cperl-hook-after-change').
8199         (cperl-electric-pod): =cut may have been recognized as start.
8200         (cperl-block-p): Move, updated for attributes.
8201         (cperl-calculate-indent): Try to allow '_' be non-word char
8202                 Support subs with attributes.
8203         (cperl-where-am-i): Quiet (?) a warning.
8204         (cperl-cached-syntax-table): New function.
8205         (cperl-forward-re): Use `cperl-cached-syntax-table'.
8206         (cperl-unwind-to-safe): Recognize `syntax-type' property
8207                 changing in a middle of line.
8208         (cperl-find-sub-attrs): New function.
8209         (cperl-find-pods-heres): Allow many <<EOP per line.
8210                 Allow subs with attributes.
8211                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8212                 Recognize "extproc " (OS/2) case-folded and only at start.
8213                 /x on s///x with empty replacement was not recognized.
8214                 Better comments.
8215         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8216                 Allow subs with attributes, labels.
8217                 Do not confuse "else::foo" with "else".
8218                 Minor optimizations...
8219         (cperl-after-expr-p): Try to allow '_' be non-word char.
8220         (cperl-fill-paragraph): Try to detect a major bug in Emacs
8221                 with `looking-at' inside `narrow' and bulk out if found.
8222         (cperl-imenu--create-perl-index): Updates for new
8223                 `cperl-imenu--function-name-regexp-perl'.
8224         (cperl-outline-level): Likewise.
8225         (cperl-init-faces): Allow multiline subroutine headers
8226                 and my/our declarations, and ones with comments.
8227                 Allow subroutine attributes.
8228         (cperl-imenu-on-info): Better docstring.
8229         (cperl-etags): Rudimentary support for attributes.
8230                 Support for packages and "package;".
8231         (cperl-add-tags-recurse-noxs): Better (?) docstring.
8232         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8233         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8234         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8235         (cperl-perldoc): Add autoload.
8236         (cperl-perldoc-at-point): Likewise.
8237         (cperl-here-doc-spell): New function.
8238         (cperl-pod-spell): Likewise.
8239         (cperl-map-pods-heres): Likewise.
8240         (cperl-get-here-doc-region): Likewise.
8241         (cperl-font-lock-fontify-region-function): Likewise (backward
8242                 compatibility for legacy `font-lock').
8243         (cperl-font-lock-unfontify-region-function): Fix style.
8244         (cperl-fontify-syntaxically): Recognize and optimize away deferred
8245                 calls with no-change.  Governed by `cperl-hook-after-change'.
8246         (cperl-fontify-update): Recognize that syntaxification region
8247                 can be larger than fontification one.
8248                 XXXX we leave `cperl-postpone' property, so this is quadratic...
8249         (cperl-fontify-update-bad): Temporary placeholder until
8250                 it is clear how to implement `cperl-fontify-update'.
8251         (cperl-time-fontification): New function.
8252         (attrib-group): New text attribute.
8253         (multiline): New value: `syntax-type' text attribute.
8255         After 5.2:
8256         (cperl-emulate-lazy-lock): New function.
8257         (cperl-fontify-syntaxically): Would skip large regions.
8258         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8259         Some globals were declared, but uninitialized.
8261         After 5.3, 5.4:
8262         (cperl-facemenu-add-face-function): Add docs, fix U<>.
8263         Copyright message updated.
8264         (cperl-init-faces): Work around a bug in `font-lock'. May slow
8265                         facification down a bit.
8266                 Misprint for my|our|local for old `font-lock'
8267                         "our" was not fontified same as "my|local".
8268                 Highlight variables after "my" etc even in
8269                         a middle of an expression.
8270                 Do not facify multiple variables after my etc
8271                         unless parentheses are present.
8273         After 5.5, 5.6
8274         (cperl-fontify-syntaxically): after-change hook could reset.
8275         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8277         After 5.7:
8278         (cperl-init-faces): Allow highlighting of local ($/).
8279         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8280         (cperl-problems): Remove fixed problems.
8281         (cperl-find-pods-heres): Recognize #-comments in m##x too.
8282                 Recognize charclasses (unless delimiter is \).
8283         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8284         (cperl-regexp-scan): Update docs.
8285         (cperl-beautify-regexp-piece): Use information got from regexp scan.
8287         After 5.8:
8288         Major user visible changes:
8289         Recognition and fontification of character classes in RExen.
8290         Variable indentation of RExen according to groups.
8292         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8293                 Fontify REx charclasses in variable-name face.
8294                 Fontify POSIX charclasses in "type" face.
8295                 Fontify unmatched "]" in function-name face.
8296                 Mark first-char of HERE-doc as `front-sticky'.
8297                 Reset `front-sticky' property when needed.
8298         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8299         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8300         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8301                 constructs.  Support `narrow'ed buffers.
8302         (cperl-praise): Remove a reservation.
8303         (cperl-make-indent): New function.
8304         (cperl-indent-for-comment): Use `cperl-make-indent'.
8305         (cperl-indent-line): Likewise.
8306         (cperl-lineup): Likewise.
8307         (cperl-beautify-regexp-piece): Likewise.
8308         (cperl-contract-level): Likewise.
8309         (cperl-toggle-set-debug-unwind): New function.
8310                 New menu entry for this.
8311         (fill-paragraph-function): Use when `boundp'.
8312         (cperl-calculate-indent): Take into account groups when indenting RExen.
8313         (cperl-to-comment-or-eol): Recognize # which end a string.
8314         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8315         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8316         (cperl-fontify-syntaxically): More clear debugging message.
8317         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8318         (cperl-init-faces): More complicated highlight even on XEmacs (new).
8319         Merge cosmetic changes from XEmacs.
8321         After 5.9:
8322         (cperl-1+): Move to before the first use.
8323         (cperl-1-): Likewise.
8325         After 5.10:
8327         This code may lock Emacs hard!!!  Use at your own risk!
8329         (cperl-font-locking): New internal variable.
8330         (cperl-beginning-of-property): New function.
8331         (cperl-calculate-indent): Use `cperl-beginning-of-property'
8332         instead of `previous-single-property-change'.
8333         (cperl-unwind-to-safe): Likewise.
8334         (cperl-after-expr-p): Likewise.
8335         (cperl-get-here-doc-region): Likewise.
8336         (cperl-font-lock-fontify-region-function): Likewise.
8337         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8338                         recursively.
8339                 Bound `next-single-property-change' via `point-max'.
8340         (cperl-unwind-to-safe): Bound likewise
8341         (cperl-font-lock-fontify-region-function): Likewise.
8342         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8343                 Initialization of `cperl-font-lock-multiline-start' could be
8344                 missed if the "main" fontification did not run due to the
8345                 keyword being already fontified.
8346         (cperl-pod-spell): Return t from do-one-chunk function.
8347         (cperl-map-pods-heres): Stop when the worker returns nil.
8348                 Call `cperl-update-syntaxification'.
8349         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8350         (cperl-get-here-doc-delim): Remove unused function.
8352         After 5.11:
8354         The possible lockup of Emacs (introduced in 5.10) fixed.
8356         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8357         (cperl-syntaxify-for-menu): New customization variable.
8358         (cperl-select-this-pod-or-here-doc): New function.
8359         (cperl-get-here-doc-region): Extra argument.
8360                 Do not adjust pos by 1.
8362         New menu entries
8363                 (Perl/Tools): Selection of current POD or HERE-DOC section.
8364                 (Debugging CPerl:) backtrace on fontification.
8366         After 5.12:
8367         (cperl-cached-syntax-table): Use `car-safe'.
8368         (cperl-forward-re): Remove spurious argument SET-ST.
8369                 Add documentation.
8370         (cperl-forward-group-in-re): New function.
8371         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8372         (XXXX Temporary (?) hack is to syntax-mark them as comment).
8374         After 5.13:
8375         (cperl-string-syntax-table): Make { and } not-grouping
8376           (Sometimes they ARE grouping in RExen, but matching them would only
8377            confuse in many situations when they are not)
8378         (beginning-of-buffer): Replace two occurrences with goto-char...
8379         (cperl-calculate-indent): `char-after' could be nil...
8380         (cperl-find-pods-heres): REx can start after "[" too.
8381                 Hightlight (??{}) in RExen too.
8382         (cperl-maybe-white-and-comment-rex): New constant
8383         (cperl-white-and-comment-rex): Likewise.
8384                 XXXX Not very efficient, but hard to make
8385                 better while keeping 1 group.
8387         After 5.13:
8388         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8389                 Likewise for 1 << identifier.
8391         After 5.14:
8392         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8393                 Error-less condition-case could fail.
8394         (cperl-font-lock-fontify-region-function): Likewise.
8395         (cperl-init-faces): Likewise.
8397         After 5.15:
8398         (cperl-find-pods-heres): Support property REx-part2.
8399         (cperl-calculate-indent): Likewise.
8400                 Don't special-case REx with non-empty 1st line.
8401         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8402                 Invert highlighting of charclasses:
8403                         now the envelop is highlighted.
8404                 Highlight many others 0-length builtins.
8405         (cperl-praise): Mention indenting and highlight in RExen.
8407         After 5.15:
8408         (cperl-find-pods-heres): Highlight capturing parens in REx.
8410         After 5.16:
8411         (cperl-find-pods-heres): Highlight '|' for alternation
8412         Initialize `font-lock-warning-face' if not present.
8413         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8414                          `font-lock-function-name-face'.
8415         (cperl-look-at-leading-count): Likewise.
8416         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8417                         `font-lock-keyword-face' (needed for
8418                         batch processing), etc...
8419                 Use `font-lock-builtin-face' for builtin in REx
8420                         Now `font-lock-variable-name-face'
8421                         is used for interpolated variables
8422                 Use "talking aliases" for faces inside REx
8423                 Highlight parts of REx (except in charclasses)
8424                         according to the syntax and/or semantic
8425                 Syntax-mark a {}-part of (?{}) as "comment"
8426                         (it was the ()-part)
8427                 Better logic to distinguish what is what in REx
8428         (cperl-tips-faces): Document REx highlighting
8429         (cperl-praise): Mention REx syntax highlight etc.
8431         After 5.17:
8432         (cperl-find-sub-attrs): Would not always manage to print error message.
8433         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8435         After 5.18:
8436         (cperl-find-pods-heres): Misprint in REx for parsing REx.
8437                 Very minor optimization.
8438                 `my-cperl-REx-modifiers-face' got quoted.
8439                 Recognize "print $foo <<END" as HERE-doc.
8440                 Put `REx-interpolated' text attribute if needed.
8441         (cperl-invert-if-unless-modifiers): New function.
8442         (cperl-backward-to-start-of-expr): Likewise.
8443         (cperl-forward-to-end-of-expr): Likewise.
8444         (cperl-invert-if-unless): Works in "the opposite way" too.
8445                 Cursor position on return is on the switch-word.
8446                 Indents comments better.
8447         (REx-interpolated): New text attribute.
8448         (cperl-next-interpolated-REx): New function.
8449         (cperl-next-interpolated-REx-0): Likewise.
8450         (cperl-next-interpolated-REx-1): Likewise.
8451         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8452         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8453         (cperl-praise): Mention finded interpolated RExen.
8455         After 5.19:
8456         (cperl-init-faces): Highlight %$foo, @$foo too.
8457         (cperl-short-docs): Better docs for system, exec.
8458         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8459                 Would not find HERE-doc ended by EOF without NL.
8460         (cperl-short-docs): Correct not-doubled \-escapes.
8461         start block: Put some `defvar' for stuff gone from XEmacs.
8463         After 5.20:
8464         initial comment: Extend copyright, fix email address.
8465         (cperl-indent-comment-at-column-0): New customization variable.
8466         (cperl-comment-indent): Indentation after $#a would increasy by 1.
8467         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8468         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8469         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8470         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8471                         highlight $ in $foo too (UNTESTED).
8472         (cperl-set-style): Docstring missed some available styles.
8473         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8474                 Change "Current" to "Memorize Current".
8475         (cperl-indent-wrt-brace): New customization variable; the default is
8476                 as for pre-5.2 version.
8477         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8478         (cperl-style-alist): Likewise.
8479         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8480                 and `cperl-extra-newline-before-brace' etc
8481                 being t
8482         (cperl-indent-exp): Plans B and C to find continuation blocks even
8483                 if `cperl-extra-newline-before-brace' is t.
8485         After 5.21:
8486         Improve some docstrings concerning indentation.
8487         (cperl-indent-rules-alist): New variable.
8488         (cperl-sniff-for-indent): New function name
8489                 (separated from `cperl-calculate-indent').
8490         (cperl-calculate-indent): Separate the sniffer and the indenter;
8491                 uses `cperl-sniff-for-indent' now.
8492         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8493                 was inverted;
8494                 Support `comment-column' = 0.
8496 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
8498         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8499         * help-at-pt.el (scan-buf-move-to-region): Likewise.
8500         * longlines.el (longlines-window-change-function): Likewise.
8501         * simple.el (undo-ask-before-discard): Likewise.
8502         * wid-edit.el (widget-field-prompt-internal)
8503         (widget-documentation-link-p): Likewise.
8505 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8508         for a keyword.
8510 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * newcomment.el (comment-valid-prefix-p): Make the check
8513         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
8514         (comment-indent-new-line): Adjust call.
8516 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
8518         * allout.el (allout-back-to-current-heading): Base on lower-level
8519         routines to get proper disqualification of aberrant topics.
8521 2006-10-09  Richard Stallman  <rms@gnu.org>
8523         * textmodes/two-column.el (2C-two-columns): Doc fix.
8525 2006-10-09  Kim F. Storm  <storm@cua.dk>
8527         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8528         about implicit use.
8530 2006-10-08  Richard Stallman  <rms@gnu.org>
8532         * textmodes/two-column.el (2C-two-columns): Doc fix.
8534 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8536         * files.el: Mark `buffer-read-only' as safe-local-variable.
8538 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8540         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8541         Burp if GUD buffer has been killed.
8543 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * completion.el (add-completions-from-c-buffer):
8546         Don't presume an error's second element is a string.
8547         Use looking-at rather than buffer-substring + member.
8549 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8551         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8552         `undecided', call find-coding-systems-region to find a proper
8553         non-trivial encoding.
8554         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8555         and "text/plain".
8557 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8559         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8560         url-link.
8562         * strokes.el (defgroup strokes): Remove invalid url-link.
8564 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8566         * autoinsert.el (auto-insert-alist): Doc fix.
8568 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8570         * mouse-sel.el (mouse-insert-selection-internal):
8571         Use insert-for-yank, so that yank handlers are run.
8573 2006-10-07  Kim F. Storm  <storm@cua.dk>
8575         * ido.el (ido-file-extension-aux): Fix comparison.
8577 2006-10-06  Kim F. Storm  <storm@cua.dk>
8579         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8581 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8583         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8584         (ad-make-mapped-call): Use `let', not `let*'.
8586 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8588         * international/mule-cmds.el (coding-system-change-eol-conversion):
8589         Ensure the coding system is initialized before calling
8590         coding-system-eol-type.
8592 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8594         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8595         (org-activate-angle-links, org-activate-dates)
8596         (org-activate-target-links, org-activate-camels)
8597         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8598         textproperty keymaps from being active beyond the end of a line.
8599         (org-unfontify-region): Also remove `rear-nonsticky' property.
8601 2006-10-04  Kenichi Handa  <handa@m17n.org>
8603         * international/code-pages.el (next): Table fixed.
8605 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8608         that it's been made unnecessary by removing narrowing.
8610 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8612         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8613         control flow a bit, simplify another bit, and add comments.
8615 2006-10-03  David Kastrup  <dak@gnu.org>
8617         * help.el (describe-mode): For clicks on mode-line, use "@"
8618         interactive argument to get the major mode of the click instead of
8619         the current buffer.
8621         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8622         in order to better redirect mouse-2 clicks.  Also allow default
8623         bindings to apply.
8625 2006-10-03  Kim F. Storm  <storm@cua.dk>
8627         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8628         (pushnew): Fix last change.
8630 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8632         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8633         Use the interactive spec of `eval-expression'.
8635 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8637         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8639 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8641         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8642         2006-09-28 commit.
8644 2006-10-02  Kenichi Handa  <handa@m17n.org>
8646         * international/code-pages.el (iso-8859-6): Table fixed.
8648 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8650         * dired.el (dired-build-subdir-alist): Fix previous change.
8652 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8654         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8656 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8658         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8659         "define-button-type".
8661         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8662         they don't keep accumulating.
8664 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8666         * ffap.el (ffap-rfc-path): Change the address of the RFC
8667         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8669 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8671         * allout.el (allout-expose-topic): Rectify implementation of "+"
8672         spec, so that bodies are not exposed with headlines.
8674 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8676         * allout.el (allout-current-depth): Do aberrent check only at or
8677         below doublecheck depth.
8678         (allout-chart-subtree): Make it explicit that LEVELS being nil
8679         means unlimited depth.  Drop undocumented support for LEVELS value
8680         t meaning unlimited depth.  (This is consistent with
8681         allout-chart-to-reveal, but contrary to allout-show-children,
8682         which needs to use nil to default to depth of 1.)
8683         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8684         (allout-chart-to-reveal): Be explicit in docstring about meaning
8685         of nil LEVELS, and drop support for LEVELS value t.
8686         (allout-show-children): Translate the level spec used by this
8687         routine to that used by allout-chart-subtree and
8688         allout-chart-to-reveal.
8689         (allout-show-to-offshoot): Retry once when stuck, after opening
8690         subtree - improvements in discontinuity handling likely will
8691         enable progress.
8693 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8695         * wid-edit.el (widget-button-click-moves-point): New variable.
8696         (widget-button-click): If widget-button-click-moves-point is
8697         non-nil, set point after performing the button action.
8699         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8701 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8703         * files.el (find-file-existing): Modify to not allow wildcards.
8705 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8707         * simple.el (undo-more): When undo information for the region is
8708         exhausted, say "No further undo information FOR REGION".
8710 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8712         * progmodes/sh-script.el (sh-prev-thing):
8713         Take `sh-leading-keywords' into account.
8715 2006-09-29  Glenn Morris  <rgm@gnu.org>
8717         * custom.el (defcustom): Doc fix.
8719         * calendar/calendar.el (european-calendar-style):
8720         Call european-calendar or american-calendar as needed when set.
8721         (diary-view-entries, list-calendar-holidays): Move autoloads
8722         before use.
8724 2006-09-29  Juri Linkov  <juri@jurta.org>
8726         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8727         to nil if there is no previous property change.
8729 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8731         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8732         saving anything to be sure that `forward-sexp' behaves correctly.
8734 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8736         * simple.el (line-move-finish): Ignore field boundaries if the
8737         initial and final points have the same `field' property.
8739 2006-09-29  Kim F. Storm  <storm@cua.dk>
8741         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8742         to t while calling ido-read-internal.
8744 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8746         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8747         (org-archive-subtree): Remove erraneous `]' from character list.
8749 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8751         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8752         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8753         markers for data-area and parameters-area.
8755 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8759         * font-lock.el (font-lock-after-change-function): Refontify next line
8760         as well if end is at BOL.
8761         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8762         only extend the region as much as needed.
8764 2006-09-28  Richard Stallman  <rms@gnu.org>
8766         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8768         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8770         * international/mule.el (after-insert-file-set-coding):
8771         If VISIT, don't let set-buffer-multibyte make undo info.
8773 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8775         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8776         lines in base64-encoded authentication response.
8778 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8780         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8781         (ebnf-version): New version 4.3.
8782         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8783         (ebnf-prologue): Adjust PostScript programming.
8784         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8785         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8787 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * jit-lock.el (jit-lock-force-redisplay): Rename from
8790         jit-lock-fontify-again, and undo the mistaken change I've just done.
8792         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8793         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8795 2006-09-26  Kenichi Handa  <handa@m17n.org>
8797         * startup.el (display-splash-screen): Allow a prefix argument.
8799 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8801         * subr.el (shell-quote-argument): Use DOS logic for Windows
8802         shells with DOS semantics.
8804 2006-09-24  Richard Stallman  <rms@gnu.org>
8806         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8807         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8808         to delete the overlay.  Put it on pre-command-hook.
8810         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8812         * startup.el (fancy-splash-screens, normal-splash-screen):
8813         Call the splash buffer *About GNU Emacs*.
8815         * simple.el (next-error-highlight, next-error-highlight-no-select):
8816         Default to 0.5.
8817         (yank-excluded-properties): Add `fontified'.
8819         * font-lock.el (font-lock-compile-keywords): Allow value of
8820         syntax-begin-function to enable paren-column-0 highlighting.
8822 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8824         * dired.el (dired-build-subdir-alist): When file ends in colon,
8825         don't exit the loop, just disregard that file.
8827 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8829         * simple.el (line-move-finish): Handle corner case for fields in
8830         continued lines.
8831         (line-move-1): Remove flawed test for that case.
8833 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8835         * icomplete.el (icomplete-simple-completing-p): Use the correct
8836         name for the new variable, `icomplete-with-completion-tables'.
8837         (file local variables): Remove superfluous setting.
8839 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8841         * calendar/appt.el (appt-check): Fix typo for appointments just
8842         after midnight.
8844 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8846         * help.el (describe-key-briefly, describe-key): Don't expect an
8847         extra up event if a down-event is generated by a popup menu.
8849 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8851         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8852         local dictionary when changing the global dictionary.
8854 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8856         * icomplete.el (icomplete-with-completion-tables): List of
8857         specialized completion tables with which icomplete should
8858         operate.  Include the new `internal-complete-buffer', so icomplete
8859         works with interactive buffer-selection.
8860         (icomplete-simple-completing-p): Add acceptance of specialized
8861         completion tables listed in icomplete-with-completion-tables.
8863 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8865         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8867         * startup.el (command-line): Use `custom-reevaluate-setting' for
8868         `focus-follows-mouse'.
8870 2006-09-22  Richard Stallman  <rms@gnu.org>
8872         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8873         explain why Save is not available.
8875 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8877         * woman.el (woman0-so): Use `let*', not `let'.
8878         (woman-horizontal-line): Remove unbalanced parenthesis.
8880 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * woman.el: Make sure all the end-of-region markers we use have
8883         a non-nil insertion-type.
8884         (woman0-so): Move things around so we can use copy-marker.
8885         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8886         Adjust marker type.
8887         (woman2-process-escapes): Check marker type.
8888         (woman-horizontal-line): Dispense with the use of a marker.
8890 2006-09-22  Jay Belanger  <belanger@truman.edu>
8892         * calc/calc-lang.el: Add Greek letters to math-variable-table
8893         property of tex.
8895 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8897         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8899 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8901         * add-log.el (add-log-current-defun): Use `forward-sexp'
8902         instead of `forward-word' to pick c++::symbol.
8903         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8905 2006-09-22  Kenichi Handa  <handa@m17n.org>
8907         * bindings.el: Fix setting self-insert-command for multibyte
8908         characters in global-map.
8910 2006-09-21  David Kastrup  <dak@gnu.org>
8912         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8913         doc string.
8915 2006-09-21  Kenichi Handa  <handa@m17n.org>
8917         * language/european.el ("Latin-1"): Add windows-1252 to
8918         coding-priority.
8919         ("German"): Likewise.
8921 2006-09-21  Kim F. Storm  <storm@cua.dk>
8923         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8924         Suggested by Miles Bader.
8926         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8927         instead of add-to-list in the simple case.
8929 2006-09-20  Kenichi Handa  <handa@m17n.org>
8931         * isearch.el (isearch-process-search-char): Cancel the previous change.
8932         (isearch-search-string): New function.
8933         (isearch-search): Use isearch-search-string.
8934         (isearch-lazy-highlight-search): Likewise.
8936 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8938         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8939         string to become an option.
8941 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8943         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8945 2006-09-20  Kim F. Storm  <storm@cua.dk>
8947         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8948         position t instead of trying both window-end and window-end - 1.
8950 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8952         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8953         hidden trees.
8955 2006-09-20  David Kastrup  <dak@gnu.org>
8957         * mouse.el (mouse-posn-property): Improve doc string.
8958         (mouse-on-link-p): Change buffers for function calls on links.
8960         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8961         buffer is read-only.
8963 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8965         * allout.el (allout-unprotected): Let inhibit-read-only only when
8966         buffer-read-only isn't set.
8967         (allout-annotate-hidden): Enable topic annotation during copies even
8968         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8969         advances, even when the span extends beyond the deletion region.
8970         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8971         rather than allout-exposure-changed-hook, as a stronger assertion.
8972         (allout-keybindings-list): Add bindings for
8973         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8974         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8975         Copy wrappers for allout-kill-line and allout-kill-topic.
8976         (allout-listify-exposed): Position correctly to accumulate lines.
8978 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8980         * simple.el (line-move-1): Escape field boundaries occurring
8981         exactly at point.  Update goal column if constrained to a field.
8982         (line-move-finish): Escape field boundaries occurring exactly at point.
8984 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8987         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8989 2006-09-19  Kim F. Storm  <storm@cua.dk>
8991         * help.el (describe-key-briefly, describe-key): Simplify printing
8992         of descriptions by using format and %S.  Fix "is undefined"
8993         messages to say "at that spot" for mouse events.
8995         * simple.el (line-move-partial): Optimize.  Try window-line-height
8996         before posn-at-point to get vpos of current line.
8998 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9000         * emulation/viper.el: Bump up version/date of update to reflect the
9001         substantial changes done in August 2006.
9003         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9004         push-button are defined.
9006         * ediff-util.el (ediff-add-to-history): New function.
9008         * ediff.el: Use ediff-add-to-history instead of add-to-history.
9010 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9012         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9013         Delete duplicate make-local-variable form.
9014         (conf-space-keywords): Add autoload cookie.
9015         Fix typo (`keywords', not `keyword').
9017 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9019         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9020         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
9021         to x-gtk-use-old-file-dialog.
9023 2006-09-18  Richard Stallman  <rms@gnu.org>
9025         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9026         that might come in during mouse tracking.
9028 2006-09-18  Kim F. Storm  <storm@cua.dk>
9030         * simple.el (line-move-partial): Rework 2006-09-15 change to use
9031         new window-line-height function.  Further optimize by not calling
9032         pos-visible-in-window-p for window-end when window-line-height
9033         returns useful information.
9035 2006-09-16  Richard Stallman  <rms@gnu.org>
9037         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9038         (conf-space-mode): Don't handle prefix arg.
9039         Delete conf-space-keywords-override code.
9040         Use add-hook.
9041         (conf-space-keywords): New command.
9042         (conf-space-mode-internal): Be careful with imenu-generic-expression.
9043         Delete conf-space-keywords-override code.
9044         (conf-space-keywords-alist): Doc fix.
9045         (conf-space-font-lock-keywords): Doc fix.
9046         (conf-space-keywords-override): Var deleted.
9048 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9050         * startup.el (fancy-splash-screens): Don't switch to the scratch
9051         buffer; it may not be the next buffer.
9053 2006-09-16  Romain Francoise  <romain@orebokech.com>
9055         * saveplace.el (load-save-place-alist-from-file): Use expanded name
9056         in both messages.
9058 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
9060         * progmodes/python.el (python-preoutput-filter):
9061         Fix arg order to string-match.
9063 2006-09-16  Richard Stallman  <rms@gnu.org>
9065         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9066         font-lock-compile-keywords.
9068         * font-lock.el (font-lock-compile-keywords): Rename optional arg
9069         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
9071 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9073         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9075         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9076         and the data doesn't look like UTF8, send STRING instead.
9078 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
9080         * textmodes/flyspell.el (flyspell-check-region-doublons):
9081         New function to detect duplicated words.
9082         (flyspell-large-region): Use it.
9084 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9086         * simple.el (line-move-to-column): Revert 2006-08-03 change.
9088 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
9090         * help.el (describe-prefix-bindings): Use let, not let*.
9092 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
9094         * allout.el (allout-regexp, allout-line-boundary-regexp)
9095         (allout-bob-regexp): Correct grouping and boundaries to fix
9096         backwards traversal.
9097         (allout-depth-specific-regexp, allout-depth-one-regexp):
9098         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9099         worse time in allout-ascend.
9100         (allout-doublecheck-at-and-shallower): Identify depth threshold
9101         below which topics are checked for and disqualified by containment
9102         discontinuities.
9103         (allout-hotspot-key-handler): Correctly handle multiple-key
9104         strokes.  Remove some unused variables.
9105         (allout-mode-leaders): Clarify that mode-specific comment-start
9106         will be used.
9107         (set-allout-regexp): Correctly regexp-quote allout regexps to
9108         properly accept alternative header-leads and primary bullets with
9109         regexp-specific characters (eg, C "/*", mathematica "(*").
9110         Include new regular expressions among those configured.
9111         (allout-infer-header-lead-and-primary-bullet):
9112         Rename allout-infer-header-lead.
9113         (allout-recent-depth): Manifest as a variable as well as a function.
9114         (allout-prefix-data): Simplify into an inline instead of a macro,
9115         assuming current match data rather than being explicitly passed
9116         it.  Establish allout-recent-depth value as well as
9117         allout-recent-prefix-beginning and allout-recent-prefix-end.
9118         (allout-aberrant-container-p): True when an item's immediate
9119         offspring discontinuously contained.  Useful for disqualifying
9120         unintended topic prefixes, likely at low depths.
9121         (allout-goto-prefix-doublechecked): Elaborate version of
9122         allout-goto-prefix which disqualifies aberrant pseudo-items.
9123         (allout-pre-next-prefix): Layer on top of lower-level routines, to
9124         get disqualification of aberrant containers.
9125         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9126         containers.
9127         (allout-beginning-of-current-entry): Position at start of buffer
9128         when in container (depth 0) entry.
9129         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9130         (allout-current-bullet): Strip text properties.
9131         (allout-get-prefix-bullet): Use right match groups.
9132         (allout-beginning-of-line, allout-next-heading):
9133         Disqualify aberrant containers.
9134         (allout-previous-heading): Disqualify aberrant containers, and
9135         change to regular (rather than inline) function, to allow
9136         self-recursion.
9137         (allout-get-invisibility-overlay): Increment so progress is made
9138         when the first overlay is not the sought one.
9139         (allout-end-of-prefix): Disqualify aberrant containers.
9140         (allout-end-of-line): Cycle something like allout-beginning-of-line.
9141         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9142         outline.el outlines) functional again.  Change the primary bullet
9143         along with the header-lead - level 1 new-style bullets now work.
9144         Engage allout-before-change-handler in mainline Emacs, not just
9145         XEmacs, to do undo handling.
9146         (allout-before-change-handler): Expose undo changes occurring in
9147         hidden regions.  Use allout-get-invisibility-overlay instead of
9148         reimplementing it inline.
9149         (allout-chart-subtree): Use start rather than end of prefix in
9150         charts.  Use allout-recent-depth variable.
9151         (allout-chart-siblings): Disqualify aberrant topics.
9152         (allout-beginning-of-current-entry): Position correctly.
9153         (allout-ascend): Use new allout-depth-specific-regexp and
9154         allout-depth-one-regexp for linear instead of O(N^2) or worse
9155         behavior.
9156         (allout-ascend-to-depth): Depend on allout-ascend, rather than
9157         reimplementing an algorithm.
9158         (allout-up-current-level): Depend on allout-ascend, rather than
9159         reimplementing an algorithm.  Return to start-point if we fail.
9160         (allout-descend-to-depth): Use allout-recent-depth variable
9161         instead of function.
9162         (allout-next-sibling): On traversal of numerous intervening
9163         topics, resort to economical allout-next-sibling-leap.
9164         (allout-next-sibling-leap): Specialized version of
9165         allout-next-sibling that uses allout-ascend cleverly, to depend on
9166         a regexp search to leap large numbers of contained topics, rather
9167         than arbitrarily many one-by-one traversals.
9168         (allout-next-visible-heading): Disqualify aberrant topics.
9169         (allout-previous-visible-heading): Position consistently when
9170         interactive.
9171         (allout-forward-current-level): Base on allout-previous-sibling
9172         rather than (differently) reimplmenting the algorithm.  Remove some
9173         unused variables.
9174         (allout-solicit-alternate-bullet): Present default choice stripped
9175         of text properties.
9176         (allout-rebullet-heading): Use bullet stripped of text properties.
9177         Register changes using allout-exposure-change-hook.
9178         Disregard aberrant topics.
9179         (allout-shift-in): With universal-argument, make topic a peer of
9180         it's former offspring.  Simplify the code by separating out
9181         allout-shift-out functionality.
9182         (allout-shift-out): With universal-argument, make offspring peers
9183         of their former container, and its siblings.  Implement the
9184         functionality here, rather than inappropriately muddling the
9185         implementation of allout-shift-in.
9186         (allout-rebullet-topic): Respect additional argument for new
9187         parent-child separation function.
9188         (allout-yank-processing): Use allout-ascend directly.
9189         (allout-show-entry): Disqualify aberrant topics.
9190         (allout-show-children): Handle discontinuous children gracefully,
9191         extending the depth being revealed to expose them and posting a
9192         message indicating the situation.
9193         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9194         Leave cursor in correct position.
9195         (allout-hide-current-subtree): Use allout-ascend directly.
9196         Disqualify aberrant topics.
9197         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9198         a way that the yanks can restore it, as used to happen.
9199         (allout-yank-processing): Restore exposure layout as recorded by
9200         allout-kill-*, as used to happen.
9201         (allout-annotate-hidden, allout-hide-by-annotation): New routines
9202         for preseving and restoring exposure layout across kills.
9203         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9204         (allout-encrypt-string): Strip text properties.
9205         Rearranged order and outline-headings for some of the
9206         miscellaneous functions.
9207         (allout-resolve-xref): No need to quote the error name in the
9208         condition-case handler section.
9209         (allout-flatten): Classic recursive (and recursively intensive,
9210         without tail-recursion) list-flattener, needed by allout-shift-out
9211         when confronted with discontinuous children.
9213 2006-09-16  Jason Rumney  <jasonr@gnu.org>
9215         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9216         on ms-windows.
9217         (dnd-open-unc-file): Remove.
9218         (dnd-open-local-file): Mention in doc string that it also handles
9219         remote files if the system natively supports unc file-names.
9221 2006-09-15  Kim F. Storm  <storm@cua.dk>
9223         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9224         all necessary information about the event before erasing *Help*.
9226         * simple.el (line-move-partial): Use window-line-visiblity to
9227         quickly check whether last line is partially visible, and only do
9228         the hard (and slow) part in that case.
9230 2006-09-15  Jay Belanger  <belanger@truman.edu>
9232         * COPYING: Replace "Library Public License" by "Lesser Public
9233         License" throughout.
9235 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9237         * term/x-win.el (x-menu-bar-open): New function for F10.
9239 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
9241         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9242         Disallow filenames containing " -" to avoid confusion with libtool
9243         compilation messages.  Suggested by Stefan Monnier.
9245 2006-09-15  David Kastrup  <dak@gnu.org>
9247         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9248         instead of buffer position for `mouse-on-link-p'.
9250         * mouse.el (mouse-posn-property): New function looking up the
9251         properties at a click position in overlays and text properties in
9252         either buffer or strings.
9253         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9254         of both `follow-link' as well as `mouse-face' properties.
9255         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9256         buffer position.
9258         * help.el (describe-key-briefly): When reading a down-event on
9259         mode lines or scroll bar, swallow the following up event, too.
9260         Use the new mouse sensitity of `key-binding' for lookup.
9261         (describe-key): The same here.
9263 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
9265         * play/life.el (life-patterns): Add a few more interesting patterns.
9266         (life-setup): Force `show-trailing-whitespace' to nil.
9268 2006-09-14  Richard Stallman  <rms@gnu.org>
9270         * startup.el (fancy-splash-text): Change text to improve alignment.
9271         (fancy-splash-screens): Don't set non-standard tab width.
9272         Bind cursor-type temporarily, and make it easy to patch to
9273         preserve the splash buffer.
9274         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9275         (fancy-splash-screens): Display echo-area message explicitly.
9276         Don't set fancy-splash-help-echo.
9278         * simple.el (line-number-mode): Group mode-line instead of
9279         editing-basics.
9280         (column-number-mode, size-indication-mode): Likewise.
9282         * faces.el (mode-line-faces): Group mode-line instead of modeline.
9284         * time.el (display-time): Group mode-line instead of modeline.
9286         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
9288 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
9290         * startup.el (fancy-splash-text): Move editing instructions to
9291         fancy-splash-head.
9292         (fancy-splash-head): Issue editing instructions.
9293         (fancy-splash-screens): Fixup whitespace.
9295 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * bindings.el (mode-line-buffer-identification-keymap):
9298         Remove duplicate line.
9300 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9302         * ido.el (ido-ignore-item-p): Allow any kind of functions in
9303         ignore lists.
9305 2006-09-14  Kim F. Storm  <storm@cua.dk>
9307         * jit-lock.el (jit-lock-fontify-again): New function.
9308         (jit-lock-fontify-now): Use it instead of lambda form.
9310 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
9312         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9313         (flyspell-auto-correct-word): Make ispell-filter local to these
9314         functions.  Check that ispell-filter has new stuff before calling
9315         ispell-parse-output.
9317 2006-09-13  Kim F. Storm  <storm@cua.dk>
9319         * simple.el (line-move-partial): Optimize.
9321 2006-09-13  Richard Stallman  <rms@gnu.org>
9323         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9324         Delete spurious backquote.
9326 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9328         * net/rcirc.el (rcirc-print): Fix last change.
9330 2006-09-12  Jay Belanger  <belanger@truman.edu>
9332         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9334 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9336         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9337         rcirc-show-maximum-output.
9338         (rcirc-mode): Remove window-scroll-function hook.
9339         (rcirc-scroll-to-bottom): Remove function.
9340         (rcirc-print): Recenter so point stays at the bottom of the window
9341         if point was already there.
9343 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9345         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9346         not to "t".
9347         * progmodes/compile.el (compilation-start): Likewise.
9348         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9349         Don't use expand-file-name on invocation-directory, since this
9350         might mishandle special characters in invocation-directory.
9352 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9354         * pcvs-defs.el: Remove * in defcustom's docstrings.
9356 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
9358         * progmodes/compile.el (compilation-directory-properties):
9359         Doc fix for help-echo.
9361 2006-09-12  Lars Hansen  <larsh@soem.dk>
9363         * desktop.el (desktop-read): Add comment.
9365 2006-09-12  Kim F. Storm  <storm@cua.dk>
9367         * simple.el (next-error-highlight, next-error-highlight-no-select):
9368         Fix spelling error.
9370         * subr.el (sit-for): Rework to use input-pending-p and cond.
9371         Return nil input is pending on entry also for SECONDS <= 0.
9372         (while-no-input): Use input-pending-p instead of sit-for.
9374 2006-09-11  Richard Stallman  <rms@gnu.org>
9376         * simple.el (next-error-highlight, next-error-highlight-no-select):
9377         Fix custom type and doc strings.
9379 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9382         (diff-apply-hunk): Use it to ask for confirmation.
9384 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
9386         * emacs-lisp/cl.el (pushnew): Add missing `,'.
9388 2006-09-11  David Kastrup  <dak@gnu.org>
9390         * help.el (string-key-binding, describe-key-briefly)
9391         (describe-key): Remove `string-key-binding' and its callers since
9392         `key-binding' already caters for the proper lookup now.
9394 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9396         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9397         (cfengine-mode): Use it.  Fix \ syntax to be like /.
9399         * bindings.el (mode-line-buffer-identification-keymap):
9400         Move initialization into declaration.
9402 2006-09-10  Kim F. Storm  <storm@cua.dk>
9404         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9405         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9406         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9407         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9409 2006-09-10  Richard Stallman  <rms@gnu.org>
9411         * dired-aux.el: Handle errors in recursive copy usefully.
9412         (dired-create-files-failures): New variable.
9413         (dired-copy-file): Remove condition-case.
9414         (dired-copy-file-recursive): Check for errors on all file
9415         operations, and add them to dired-create-files-failures.
9416         Check file file-date-erorr here too.
9417         (dired-create-files): Check dired-create-files-failures
9418         and report those errors too.
9420         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9422         * subr.el (add-to-list): New argument COMPARE-FN.
9424 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9426         * filecache.el (file-cache-add-directory)
9427         (file-cache-add-directory-list, file-cache-add-file)
9428         (file-cache-add-directory-using-find)
9429         (file-cache-add-directory-using-locate)
9430         (file-cache-add-directory-recursively): Add autoloads.
9432 2006-09-09  Richard Stallman  <rms@gnu.org>
9434         * textmodes/conf-mode.el (conf-space-mode):
9435         Use hack-local-variables-hook instead of calling hack-local-variables.
9436         (conf-space-keywords-override): New variable.
9437         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
9438         (conf-space-mode): Always make conf-space-keywords and
9439         conf-space-keywords-override local.
9440         Call conf-space-mode-internal directly as well as via hook.
9442 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9444         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9445         quasi-keywords.
9447 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9450         (python-send-string): Be slightly more careful about adding \n.
9452         * startup.el (normal-splash-screen): Don't display the buffer if we'll
9453         kill it right away anyway.
9455 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
9457         * international/codepage.el (cp850-decode-table): Fix a few codes.
9458         (cp858-decode-table): New variable.
9460 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9462         * net/ldap.el (ldap-search-internal): Doc fix.
9464 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9466         * play/life.el (life-display-generation): Test for input manually if
9467         `sleeptime' is negative or null.
9469         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9470         (print-region-1): Substitute `%s' with the page title.
9472 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
9474         * locate.el (locate-current-search): New variable.
9475         (locate): Set buffer local value.  Use current buffer if it is
9476         in Locate mode.
9477         (locate-mode): Disable undo here.
9478         (locate-do-setup): Use locate-current-filter from buffer to be killed.
9479         (locate-update): Use locate-current-search and locate-current-filter.
9481 2006-09-08  David Kastrup  <dak@gnu.org>
9483         * desktop.el (desktop-read): When loading a desktop, disable
9484         saving it while the load progresses, and switch off a pending lazy
9485         load by calling `desktop-lazy-abort'.
9487 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
9489         * window.el (mouse-autoselect-window-timer)
9490         (mouse-autoselect-window-position)
9491         (mouse-autoselect-window-window)
9492         (mouse-autoselect-window-now): New vars.
9493         (mouse-autoselect-window-cancel)
9494         (mouse-autoselect-window-select)
9495         (mouse-autoselect-window-start): New functions.
9496         (handle-select-window): Call `mouse-autoselect-window-start' when
9497         delayed window autoselection is enabled.
9499         * cus-start.el (mouse-autoselect-window): Handle delayed window
9500         autoselection.
9502         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9503         commands after which it is allowed to print in the echo area.
9505 2006-09-08  Richard Stallman  <rms@gnu.org>
9507         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9509         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9510         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9512         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9513         (cancel-timer-internal): Add doc string.
9514         (cancel-function-timers): Doc fix.
9515         (with-timeout-handler, timer-event-last*): Add doc strings.
9517         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9519         * files.el (risky-local-variable-p): Match ...-bindat-spec.
9521         * dired.el (dired-log-summary): Add doc string.
9523         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9524         (custom-group-menu-create): Not here.
9526 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
9528         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9530 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9532         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9533         (mac-apple-event-map): Define its handler.
9535 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9537         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9539 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9541         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9542         clause.
9544 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9546         * info.el (Info-index): Bind completion-ignore-case.
9548 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9550         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9551         previous commit.
9552         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9553         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9554         burp in dedicated windows.
9555         (inferior-prolog-self-insert-command): New command.
9556         (inferior-prolog-mode-map): Use it.
9558 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9562         * international/code-pages.el: Add cp858.
9564 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9566         * dnd.el: Fix bootstrapping.
9568 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9570         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9571         (dnd-open-remote-url): New function.
9572         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9573         not windows-nt.
9575 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9577         * dnd.el (dnd-open-remote-file-function): New variable.
9578         (dnd-open-unc-file): New function.
9579         (dnd-open-file): Call dnd-open-remote-file-function if set.
9581 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9583         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9584         pgg-passphrase-coding-system rather than locale-coding-system.
9585         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9587 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * progmodes/prolog.el: Remove * in docstrings.
9590         (prolog-program-name): Add SWI prolog.
9591         (prolog-mode-menu): New menu.
9592         (prolog-mode): Set comment-add.
9593         (prolog-indent-line): Simplify.  Use indent-line-to.
9594         (inferior-prolog-buffer): New var.
9595         (inferior-prolog-run, inferior-prolog-process): New funs.
9596         (run-prolog, switch-to-prolog): Rewrite, using them.
9597         (prolog-consult-region): Use inferior-prolog-buffer.
9598         (inferior-prolog-load-file): New function.
9599         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9601         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9602         last word, if it's not the end of the paragraph.
9604         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9605         file name.
9607 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9609         * frame.el (display-mm-dimensions-alist): New defcustom.
9610         (display-mm-height, display-mm-width): Use it.
9612 2006-09-06  Simon Josefsson  <jas@extundo.com>
9614         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9616 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9618         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9619         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9620         string values.
9622 2006-09-06  Kim F. Storm  <storm@cua.dk>
9624         * simple.el (line-move-partial): New function to do vscrolling for
9625         partially visible images / tall lines.  Rewrite based on code
9626         previously in line-move.  Simplify backwards vscrolling.
9627         (line-move): Use it.  Simplify.
9629 2006-09-05  Kim F. Storm  <storm@cua.dk>
9631         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9633 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9635         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9636         Process the `gcc-include' after the `gnu' rule.
9638 2006-09-05  Kim F. Storm  <storm@cua.dk>
9640         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9642 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9644         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9645         compatibility.
9647         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9648         inhibit-redisplay; encode passphrase with locale-coding-system.
9650 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9652         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9654 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9656         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9657         (gdb-var-list-children-regexp): Make type field optional.
9659         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9660         e.g public, protected in C++.
9662 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9664         * simple.el (completion-show-help): New defcustom.
9665         (completion-setup-function): Heed it.
9667 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9669         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9671 2006-09-04  Richard Stallman  <rms@gnu.org>
9673         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9674         (rsf-min-region-to-spam-list): Doc fix.
9675         (rsf-add-content-type-field): Doc fix.
9677         * simple.el (kill-region): Explicitly test there is a region.
9679 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9681         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9682         sendmail in several common directories.
9684         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9686         * paths.el (sendmail-program): Removed.
9688 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9690         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9691         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9692         http://article.gmane.org/gmane.emacs.gnus.general/50457
9694 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9696         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9697         mark after running the menu filter.
9699 2006-09-03  Juri Linkov  <juri@jurta.org>
9701         * international/quail.el (quail-defrule-internal): Add a check
9702         if a key is a vector.
9704 2006-09-02  Juri Linkov  <juri@jurta.org>
9706         * man.el (Man-topic-history): New variable.
9707         (man): Use it.
9709         * woman.el (woman-topic-history): Change defvar to defvaralias
9710         for symbol `Man-topic-history'.
9712         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9713         `comint-last-output-start' is a marker by using `markerp' and
9714         check if it has a position by using `marker-position', and use
9715         this position for `goto-char'.
9717         * international/quail.el (quail-defrule-internal): Add missing
9718         `error' call for null key.
9720 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9722         * net/rcirc.el (rcirc-keywords): New variable.
9723         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9724         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9725         variables.
9726         (rcirc-responses-no-activity): New function.
9727         (rcirc-handler-generic): Check for responses in above.
9728         (rcirc-process-command): Add ?: character to arguments of raw
9729         server commands.
9730         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9731         `rcirc-dim-nicks'.
9732         (rcirc-gray-toggle): Remove unused variable.
9733         (rcirc-print): Remove some tracking logic, which is moved into
9734         markup functions.
9735         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9736         types.
9737         (rcirc-activity-string): Look for 'keyword in activity-types.
9738         (rcirc-window-configuration-change): Don't erase overlay-arrow
9739         unnecessarily.
9740         (rcirc-add-or-remove): New function.
9741         (rcirc-cmd-ignore): Use it.
9742         (rcirc-message-leader): Remove unused function.
9743         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9744         (rcirc-add-face): New function.
9745         (rcirc-facify): Use rcirc-add-face.
9746         (rcirc-url-regexp): Add parens.
9747         (rcirc-map-regexp): Remove function.
9748         (rcirc-mangle-regexp): Remove function.
9749         (rcirc-markup-text-functions): New variable.
9750         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9751         (rcirc-markup-body-text, rcirc-markup-attributes)
9752         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9753         (rcirc-markup-bright-nicks): New markup handler functions.
9754         (rcirc-nick-in-message-full-line): New face.
9755         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9756         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9758 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9760         * cus-start.el (hscroll-margin, hscroll-step)
9761         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9762         (x-use-underline-position-properties): Change version to "22.1"
9763         since they will appear there for the first time.
9765 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9767         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9769 2006-08-31  Richard Stallman  <rms@gnu.org>
9771         * cus-edit.el (custom-save-variables): Slight cleanup.
9772         (Custom-no-edit): Renamed from custom-no-edit.
9773         (Custom-newline): Renamed from custom-newline.
9774         (custom-mode-map): Use new names.
9776         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9777         about customization, rather than M-x customize, in the doc string
9778         made for the defcustom.
9780         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9782 2006-08-31  Romain Francoise  <romain@orebokech.com>
9784         * dired-x.el (dired-guess-shell-alist-default): Update.
9786 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9788         * custom.el (custom-theme-set-variables): Autoload packages before
9789         sorting the variables.
9791 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9793         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9794         Convert events to chars if XEmacs.
9795         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9797 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9800         waiting for process.
9802 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9804         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9805         results in ASCII-only string, encode original one directly.
9807 2006-08-29  Romain Francoise  <romain@orebokech.com>
9809         * startup.el (normal-splash-screen, fancy-splash-screens):
9810         Make buffer read-only and arrange to enter view mode if necessary.
9812 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9814         * hl-line.el (hl-line): New face.
9815         (hl-line-face): Use it.
9817         * image-mode.el (image-mode): Fix last fix.
9818         Suggested by Kim F. Storm.
9820 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9822         Sync with Tramp 2.0.54.
9824         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9825         of `=', because `tramp-get-remote-gid' might not always return an
9826         integer when expected.
9827         (tramp-register-file-name-handlers): `partial-completion-mode' is
9828         unknown to XEmacs.
9829         (tramp-time-diff): Don't use `floor', it might fail for large
9830         differences.
9831         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9832         `tramp-auto-save-directory' if unset in order to guarantee unique
9833         auto-save file names.
9835 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9837         * image-mode.el (image-mode): Display image as text on a terminal.
9839 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * progmodes/python.el (python-send-command): Simplify.
9842         (run-python): Don't generate a new buffer unless `new' was specified.
9843         Make sure we send `import emacs' to the proper process.
9845         * progmodes/python.el (python-send-command): Don't wait for the command
9846         to terminate.  Don't fiddle with compilation-parsing-end.
9848 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9850         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9851         Insert commentary after first line summary.
9853         * woman.el (woman-follow): New function, based on `man-follow'.
9854         (woman-mode-map): Use it.
9856         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9857         since ibuffer-do-sort-by-recency does not define a sorter.
9859 2006-08-28  Kim F. Storm  <storm@cua.dk>
9861         * find-dired.el (find-dired): Use shell-quote-argument to properly
9862         escape ( and ) args.  Also use it on {} and ; args in default
9863         value of find-ls-option string.
9864         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9866 2006-08-27  Michael Olson  <mwolson@gnu.org>
9868         * emacs-lisp/tq.el: Small grammar fix in comments.
9869         (tq-enqueue): Check for existence of queue rather than the
9870         head queue item's question, which was a no-op.
9871         (tq-filter, tq-process-buffer): Make sure the process buffer
9872         exists before making it the current buffer.
9874 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9876         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9877         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9878         (special-event-map): Apply 2006-08-16 change for x-win.el.
9880 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9882         * progmodes/python.el (python-send-receive): Wait in the
9883         process's buffer so as to check the right buffer-local variables.
9885 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9888         (defgroup checkdoc): Move to beginning.
9890         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9891         (python-preoutput-continuation): Remove.
9892         (python-preoutput-filter): Simplify correspondingly.
9893         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9894         Loop around to catch embedded _emacs_out output.
9895         (run-python): Send the import&print command on a single line.
9896         (python-send-command): Send command&print on a single line.
9897         (python-send-string): Only add double \n if needed.
9898         (python-send-receive): Loop until the result comes.
9899         (python-mode-running): Defvar it.
9900         (python-setup-brm): Remove unused var `menu'.
9901         Only bind py-mode-map and `features' around brm-init.
9902         (python-calculate-indentation): Remove unused var `point'.
9903         (python-beginning-of-defun): Remove unused var `def-line'.
9905 2006-08-25  Richard Stallman  <rms@gnu.org>
9907         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9909 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9911         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9912         viper-vi-state-cursor-color.
9913         (viper-non-hook-settings): Don't set default
9914         mode-line-buffer-identification.
9916         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9917         New fun.
9918         (viper-set-cursor-color-according-to-state)
9919         (viper-get-saved-cursor-color-in-replace-mode)
9920         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9921         viper-emacs-state-cursor-color.
9923         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9924         (viper-undo): Use point if undo-beg-posn is nil.
9925         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9926         (viper-after-change-undo-hook): Don't use
9927         viper-emacs-state-cursor-color by default.
9928         (viper-undo): More sensible positioning after undo.
9930         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9931         (viper-emacs-state-cursor-color): Default to nil, since this feature
9932         doesn't work well yet.
9934         * ediff-mult.el (ediff-intersect-directories)
9935         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9936         always expand filenames.
9938 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * tumme.el: Remove * in defcustoms's docstrings.
9942 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9944         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9945         Accept internal time format for SECS arg.
9946         (timer-relative-time): Doc fix.
9948         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9949         adapted from Martin Rudalics.
9950         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9951         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9952         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9953         using sit-for.
9955 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9957         * cus-start.el (all): Add `overline-margin' and
9958         `x-underline-at-descent-line'.
9960 2006-08-24  Kim F. Storm  <storm@cua.dk>
9962         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9963         to mean "use find -exec"; nil now unambiguously means auto-detect.
9964         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9965         Use shell-quote-argument to build grep-find-command and
9966         grep-find-template.
9967         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9968         Reported by Tom Seddon.
9970 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9972         * startup.el (fancy-splash-head): Give instructions for dismissing
9973         the splash screen for default startup too.
9974         (display-startup-echo-area-message, fancy-splash-screens)
9975         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9976         all splash text at once and keep the splash buffer around.
9977         (command-line-1): Give display-startup-echo-area-message a t arg.
9979 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9981         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9982         gnus frame is selected.
9984 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9986         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9988 2006-08-22  Kim F. Storm  <storm@cua.dk>
9990         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9991         Add suffix matching for subdirs.
9993 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9995         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9996         mouse-yank-at-point is non-nil.
9998 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
10000         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10001         a bit wider and remove fringes to fit initial output on line.
10003 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * frame.el (blink-cursor-end): Only ignore the error we care about.
10006         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10008 2006-08-21  Richard Stallman  <rms@gnu.org>
10010         * whitespace.el (whitespace-cleanup): Doc fix.
10012 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
10014         * net/rcirc.el (rcirc-show-maximum-output): New var.
10015         (rcirc-buffer-process): If no buffer argument is supplied, use
10016         current-buffer.
10017         (rcirc-complete-nick): Complete to the last completed nick first.
10018         (rcirc-mode): Preserve the value of `rcirc-urls' across
10019         connections.  Setup scroll function.
10020         (rcirc-scroll-to-bottom): New function.
10021         (rcirc-print): Use nick syntax around regexp work.
10022         Notice dim-nicks speaking only if they say our nick.
10023         (rcirc-update-activity-string): Do not show the modeline indicator
10024         if there are no live rcirc processes.
10025         (rcirc-cmd-ignore): Ignore case.
10026         (rcirc-browse-url-at-point): Fix off-by-one error.
10028 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10030         * progmodes/python.el: Remove * in defcustom docstrings.
10031         (run-python, python-proc, python-try-complete): Use derived-mode-p.
10032         (python-mode): Set tab-width and indent-tabs-mode.
10034 2006-08-20  Dave Love  <fx@gnu.org>
10036         * progmodes/python.el: Update to Dave Love's latest version.
10037         (python-font-lock-keywords, python-mode): Don't use
10038         font-lock-syntax-table, but match symbol elements explicitly instead.
10039         (python-mode-map): Add help, and a few more key bindings.
10040         (python-skip-comments/blanks): Move out of comments as well.
10041         (python-continuation-line-p): Behave better with unbalanced parens.
10042         (python-blank-line-p): New fun.
10043         (python-open-block-statement-p): Don't use a heuristic.
10044         (python-outdent-p): Better handle blocks-in-the-same-line.
10045         (python-calculate-indentation): Misc improvements.
10046         (python-comment-indent): Remove.
10047         (python-block-pairs): New var.
10048         (python-first-word): New fun.
10049         (python-indentation-levels): Handle more common cases.
10050         (python-indent-line-1): Add `leave' argument.
10051         (python-indent-region): New fun.
10052         (python-skip-out): New fun.
10053         (python-beginning-of-statement, python-end-of-statement): Use it.
10054         (python-next-statement): Return correct count even at eob.
10055         (python-end-of-block): Fix paren-typo.
10056         (python-imenu-create-index): Add module variables.
10057         (run-python): Add `new' arg.
10058         Check we're at a prompt before returning.
10059         (python-send-command): Move to end of buffer.
10060         Wait for prompt to return.
10061         (python-set-proc): New fun.
10062         (python-imports): New var.
10063         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
10064         (python-eldoc-function): Try to move out of arg list.
10065         (python-outline-level): Offset by 1.
10066         (python-find-imports): New fun.
10067         (python-symbol-completions): Use python-imports.
10068         (python-module-path, ffap-alist): Add support for ffap.
10069         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10070         (python-insert-*, python-default-template, python-expand-template):
10071         Add templates/skeletons.
10072         (python-setup-brm): Support for Bicycle Repair Man.
10073         (python-abbrev-syntax-table): New var.
10074         (python-abbrev-pc-hook, python-pea-hook): New funs.
10076 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
10078         * frame.el (blink-cursor-start): Set timer first.
10079         (blink-cursor-end): Ignore timer cancelling errors.
10080         Suggested by Ken Manheimer.
10082 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
10084         * newcomment.el (comment-box): Call `comment-normalize-vars'.
10085         Add autoload cookie.
10087 2006-08-20  Richard Stallman  <rms@gnu.org>
10089         * simple.el (line-number-at-pos): Doc fix.
10091         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10092         timer-activate-when-idle, so timer can run before Emacs becomes
10093         non-idle again.
10095 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10097         * whitespace.el (whitespace-cleanup-internal): New optional arg
10098         REGION-ONLY.  If it's non-nil, modify the message to the user
10099         accordingly.
10100         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10101         a non-nil argument.
10103 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
10105         * rect.el (spaces-string): Simplify and add doc string.
10107 2006-08-17  Romain Francoise  <romain@orebokech.com>
10109         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10111 2006-08-17  Richard Stallman  <rms@gnu.org>
10113         * compare-w.el (compare-windows): lambda's take an arg and pass
10114         it to compare-windows-skip-whitespace.
10116 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
10118         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10119         the right buffer.
10121 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10124         removed files.
10126 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
10128         * progmodes/gdb-ui.el (gdb-locals-watch-map)
10129         (gdb-locals-watch-map-1): Suppress keymap first.
10130         (gdb-edit-locals-map-1): New variable.
10131         (gdb-edit-locals-value): New function.
10132         (gdb-stack-list-locals-handler): Use them.
10134 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10137         cursor would normally be drawn in the fringe.
10139         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10140         Reported by Martin Rudalics <rudalics@gmx.at>.
10142 2006-08-16  Richard Stallman  <rms@gnu.org>
10144         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10145         (special-event-map): Process drag-n-drop events this way.
10147         * simple.el (move-beginning-of-line): Test whether fields
10148         would prevent motion back to line's first visible character.
10149         If so, stop where the fields would stop the motion.
10151         * newcomment.el (comment-indent): Fully update INDENT
10152         before checking to see if it will change the text.
10154         * cus-edit.el (custom-newline): New function.
10155         (custom-mode-map): Bind newline to custom-newline.
10157         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10158         into ignore-whitespace.
10159         Check each buffer for its skip-function.
10160         Handle compare-windows-skip-whitespace special-case test
10161         by returning t from default skip function.
10163 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
10165         * textmodes/org.el (org-clock-special-range)
10166         (org-clock-update-time-maybe): New functions.
10167         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10168         not only a-z.
10169         (org-agenda-get-blocks): Allow multiple blocks per headline.
10170         (org-timestamp-change): Call `org-clock-update-time-maybe'.
10171         (org-export-html-title-format)
10172         (org-export-html-toplevel-hlevel): New options.
10173         (org-export-language-setup): Add support for Czech.
10174         (org-mode, org-insert-todo-heading, org-find-visible)
10175         (org-find-invisible, org-invisible-p, org-invisible-p2)
10176         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10177         (org-show-subtree, org-show-entry, org-make-options-regexp):
10178         Remove compatibility support for old outline-mode.
10179         (org-check-occur-regexp): Funtion removed.
10180         (org-on-heading-p, org-back-to-heading): Made defalias.
10181         (org-set-local): New defsubst.
10182         (org-set-regexps-and-options, org-mode)
10183         (org-set-font-lock-defaults, org-edit-agenda-file-list)
10184         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10185         (org-remember-apply-template, org-table-edit-field)
10186         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10187         (org-set-autofill-regexps): Use `org-set-local'.
10188         (org-table-eval-formula): Fix bug with parsing of display flags.
10190 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
10192         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10193         frame with fringe arrow.  Suggested by Simon Marshall
10194         <simon.marshall@misys.com>.
10195         (gdb-stack-position): New variable.
10196         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10197         (gdb-frames-mode): Set gdb-stack-position to nil.
10198         Add to overlay-arrow-variable-list
10199         (gdb-reset): Delete gdb-stack-position from above list.
10201 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10203         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10204         read only.
10206 2006-08-13  Romain Francoise  <romain@orebokech.com>
10208         * cus-theme.el (customize-create-theme)
10209         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10211         * filesets.el (filesets-add-buffer): Ditto.
10213         * pcvs.el (cvs-change-cvsroot): Ditto.
10215 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
10217         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10218         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10219         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10220         expressions.
10221         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10222         Only search till end of line.
10223         Add face to function names in case of no filename.
10224         Add face to variable names of watchpoints.
10226 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
10228         * cus-start.el <indent-tabs-mode>: Move to the `indent'
10229         customization group.
10231 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
10233         * allout.el (allout-prior-bindings, allout-added-bindings):
10234         Remove, after long deprecation.
10235         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10236         Add customization vars controlling allout-beginning-of-line and
10237         allout-end-of-line conveniences.
10238         (allout-header-prefix, allout-use-mode-specific-leader)
10239         (allout-use-mode-specific-leader, allout-mode-leaders):
10240         Revise docstrings.
10241         (allout-infer-header-lead): Change to be an alias for
10242         allout-infer-header-lead-and-primary-bullet.
10243         (allout-infer-header-lead-and-primary-bullet): New version of
10244         allout-infer-header-lead which assigns the primary bullet to the
10245         same as the header lead, when its being changed.
10246         (allout-infer-body-reindent): Apply regexp-quote instead of
10247         unconditionally prepending "\\", so that all literal
10248         allout-header-prefix and allout-primary-bullet strings are
10249         properly handled.
10250         (allout-add-resumptions): Add optional qualifier for extending or
10251         appending to existing values, rather than replacing them.
10252         (allout-view-change-hook): Clarify docstring.
10253         (allout-exposure-change-hook): Take explicit arguments, via
10254         run-hook-with-args.
10255         (allout-structure-added-hook)
10256         (allout-structure-deleted-hook)
10257         (allout-structure-shifted-hook): New hooks analogous to
10258         allout-exposure-change-hook for other kinds of structural outline
10259         edits.
10260         (allout-encryption-plaintext-sanitization-regexps): New encryption
10261         customization variable, by which cooperating modes can provde
10262         massage of the plaintext without actually being passed it.
10263         (allout-encryption-ciphertext-rejection-regexps)
10264         (allout-encryption-ciphertext-rejection-ceiling): New encryption
10265         customization variables, by which cooperating modes can prohibit
10266         rare but possible ciphertext patterns from fouling their
10267         operation, with actually being passed the ciphertext.
10268         (allout-mode): Run activation and deactivation hooks after the
10269         minor-mode variable has been toggled, to clarify the mode
10270         disposition.  The new encryption ciphertext rejection variable is
10271         used to ensure that the ciphertext does not contain text that
10272         would be recognized as outline structural elements by allout.
10273         Substite allout-beginning-of-line and allout-end-of-line for
10274         conventionall beginning-of-line and end-of-line bindings.
10275         If allout-old-style-prefixes is non-nil, don't nullify it on mode
10276         activation!
10277         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10278         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10279         (allout-chart-subtree): Implement new mode, charting only the
10280         visible items in the subtree, when new 'visible' parameter is non-nil.
10281         (allout-end-of-subtree): Properly handle the last item in the buffer.
10282         (allout-pre-command-business, allout-command-counter):
10283         Increment an advertised counter so that cooperating enhancements can
10284         track revisions of items.
10285         (allout-open-topic): Run allout-structure-added-hook with suitable
10286         arguments.
10287         (allout-shift-in): Run allout-structure-shifted-hook with suitable
10288         arguments.
10289         (allout-shift-out): Fix doubling for negative args and ensure call
10290         of allout-structure-shifted-hook by solely using allout-shift-in.
10291         (allout-kill-line, allout-kill-topic):
10292         Run allout-structure-deleted-hook with suitable arguments.
10293         (allout-yank-processing): Run allout-structure-added-hook with
10294         proper arguments.
10295         (allout-yank): Enclose activity in allout-unprotected.
10296         (allout-flag-region): Run allout-exposure-change-hook with
10297         suitable arguments, instead of making the callee infer the arguments.
10298         (allout-encrypt-string):
10299         Support allout-encryption-plaintext-sanitization-regexps,
10300         allout-encryption-ciphertext-rejection-regexps, and
10301         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
10302         en/de cryption mode in symmetric encryption failure message.
10303         (allout-obtain-passphrase): Use copy-sequence to get a distinct
10304         copy of the passphrase, and don't zero it or we'll corrupt the
10305         stashed copy.
10306         (allout-create-encryption-passphrase-verifier)
10307         (allout-verify-passphrase): Respect the new signature for
10308         allout-encrypt-string.
10309         (allout-get-configvar-values): Convenience for getting a
10310         configuration variable value and handling its absence gracefully.
10312 2006-08-11  Romain Francoise  <romain@orebokech.com>
10314         * obsolete/zone-mode.el: Delete.
10316 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10318         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10320 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
10322         * emacs-lisp/bindat.el (bindat-ip-to-string):
10323         Use `format-network-address' if possible.
10325 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10327         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10329 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
10331         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10332         restore unread-command-events here.
10333         (edebug-display): Do it here, to detect sit-for interruptions.
10335 2006-08-10  Romain Francoise  <romain@orebokech.com>
10337         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10338         (dns-mode-soa-auto-increment-serial): New user option.
10339         (dns-mode-soa-maybe-increment-serial): New function.
10340         (dns-mode): Add the latter to `write-contents-functions'.
10342         * obsolete/zone-mode.el: Move to obsolete/ from net/.
10343         Delete autoload cookies.
10345 2006-08-10  John Wiegley  <johnw@newartisans.com>
10347         * eshell/em-glob.el (eshell-glob-chars-list)
10348         (eshell-glob-translate-alist): Add support for [^g] in character globs.
10350 2006-08-10  Richard Stallman  <rms@gnu.org>
10352         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10353         (facemenu-set-face): Doc fix.
10354         (facemenu-listed-faces): Doc fix.
10356 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
10358         * avoid.el (mouse-avoidance-animating-pointer): New var.
10359         (mouse-avoidance-nudge-mouse): Use it.
10360         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10361         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10362         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10363         Don't activate if currently animating.  All callers changed.
10365 2006-08-09  John Wiegley  <johnw@newartisans.com>
10367         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10368         variable, which causes timeclock to report elapsed time worked,
10369         instead of just work remaining.
10371 2006-08-09  Kenichi Handa  <handa@m17n.org>
10373         * international/latexenc.el (latexenc-find-file-coding-system):
10374         Fix for the case that the 2nd element of arg-list is a cons.
10376 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
10378         * info.el (Info-fontify-node): Handle preceding `in' for note
10379         reference hiding rules.
10381 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10383         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10384         mistake a closing " for an opening one.
10386 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10388         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10390 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10392         * complete.el (PC-do-completion): Filter out completions matching
10393         completion-ignored-extensions before checking whether there are
10394         multiple completions.
10395         Don't use `list' unnecessarily when building completion tables.
10397 2006-08-06  Richard Stallman  <rms@gnu.org>
10399         * help.el (describe-mode): Make minor mode list more concise.
10401 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
10403         * bindings.el: Give mode-line-format, mode-line-modes, and
10404         mode-line-position `standard-value' properties.
10406 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
10408         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10409         "(file)node" instead of the file name.
10411 2006-08-05  Richard Stallman  <rms@gnu.org>
10413         * faces.el (escape-glyph): Doc fix.
10415 2006-08-04  Kenichi Handa  <handa@m17n.org>
10417         * international/mule-diag.el (describe-font): Improve docstring
10418         and error message.  Use frame-parameter (not frame-parameters).
10420 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10422         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10423         Correctly mark the end-of-docstring char.
10425 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
10427         * simple.el (line-move-to-column): Constrain move-to-column to
10428         current field.
10430 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10432         * font-lock.el (font-lock-beg, font-lock-end)
10433         (font-lock-extend-region-functions): New vars.
10434         (font-lock-extend-region-multiline)
10435         (font-lock-extend-region-wholelines): New functions.
10436         (font-lock-default-fontify-region): Use them.
10437         (font-lock-extend-jit-lock-region-after-change): Only round up
10438         if font-lock-default-fontify-region will do it as well.
10440         * font-lock.el (font-lock-extend-after-change-region-function):
10441         Rename from font-lock-extend-region-function.
10442         (font-lock-extend-region): Remove by inlining at call sites.
10443         (font-lock-after-change-function): Don't needlessly round up to a whole
10444         number of lines.
10445         (font-lock-extend-jit-lock-region-after-change): Be more careful about
10446         the boundary conditions and the interactions between the various ways
10447         to extend the region.
10449 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10451         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10452         modification status when forcing the second redisplay.
10454 2006-08-03  Kim F. Storm  <storm@cua.dk>
10456         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10458 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10460         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10461         doesn't look like a file name.
10463         * complete.el (PC-expand-many-files): Avoid signalling an error when
10464         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10466 2006-08-02  Andreas Schwab  <schwab@suse.de>
10468         * bindings.el (mode-line-format): Simplify reference to vc-mode.
10470 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10472         * bindings.el (map): Make mode-line-buffer-identification-keymap
10473         before defining propertized-buffer-identification.
10475 2006-08-01  Richard Stallman  <rms@gnu.org>
10477         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10479 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10481         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10482         default value.
10483         (gdb-find-source-frame): New function.
10484         (menu): Add to menu bar.
10486 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * font-core.el (font-lock-extend-region-function)
10489         (font-lock-extend-region): Move to font-lock.el.
10491         * font-lock.el (font-lock-extend-region-function)
10492         (font-lock-extend-region): Move from font-core.el.  Simplify.
10494         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10495         if needed.
10496         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10497         (jit-lock-after-change-extend-region-functions): New hook.
10498         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10500         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10501         (font-lock-turn-on-thing-lock): Use it.
10503         * longlines.el (longlines-show-region): Make it work on read-only
10504         buffers as well.
10506 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
10508         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10510 2006-07-31  Richard Stallman  <rms@gnu.org>
10512         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10513         (vhdl-speedbar-display-projects): Update old obsolete
10514         speedbar variable names.
10516 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
10518         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10519         (gdb-stopped): Use it.
10521         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10523 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
10525         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10526         for load-history elements.
10528 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
10530         * files.el (convert-standard-filename): For Cygwin, replace
10531         characters not allowed in Windows file names.
10532         (make-auto-save-file-name): Add Cygwin to the list of systems
10533         where the auto-save file name needs to be run through
10534         convert-standard-filename.
10536 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10538         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10540 2006-07-28  Richard Stallman  <rms@gnu.org>
10542         * bindings.el (mode-line-frame-identification)
10543         (propertized-buffer-identification): Centralize the code
10544         to initialize the variable.
10546         * progmodes/grep.el (grep-default-command): Catch errors from
10547         wildcard-to-regexp.
10549 2006-07-29  Kim F. Storm  <storm@cua.dk>
10551         * progmodes/grep.el (grep-tag-default): New function.
10552         (grep-default-command, grep-read-regexp): Use it.
10553         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10554         as default if nothing else applies.
10556 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10558         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10559         Throw error if buffer is not in Dired and Wdired mode, respectively.
10561 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10563         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10564         self-insert-command keys don't activate buttons.
10565         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10567 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10569         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10570         faces for enable character.
10572 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10574         * Makefile.in (recompile): Update comment to reflect change
10575         on 2004-04-21.
10577 2006-07-27  Richard Stallman  <rms@gnu.org>
10579         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10580         (customize-package-emacs-version): Change msg when pkg has no entry.
10581         (custom-no-edit): On a button, do like widget-button-press.
10583 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10585         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10586         S-tab and C-S-tab.
10588 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10590         * progmodes/which-func.el (which-function): Fix documentation/
10591         comment typo.
10593 2006-07-26  Richard Stallman  <rms@gnu.org>
10595         * textmodes/ispell.el (ispell-word): If we replace the word,
10596         move point to the end.  Insert before deleting.
10598 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10600         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10601         a timer.
10603 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10605         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10606         when at first image.
10607         (tumme-forward-image): Add prefix argument.  Add error when at last
10608         image.
10610 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * tabify.el (tabify-regexp): Use more specific regexps.
10613         (tabify): Avoid modifying the buffer unnecessarily.
10615 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10617         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10618         (tumme-format-properties-string): Handle empty `buf'.
10619         (tumme-get-comment): Change variable names inside `let'.
10620         Add missing `let' variable that cause font-lock problems.
10621         (tumme-write-comments): Change variable names inside `let'.
10622         Add missing `let' variable that cause font-lock problems.
10623         (tumme-forward-image): Rename from `tumme-forward-char'.
10624         (tumme-backward-image): Rename from `tumme-backward-char'.
10626 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10628         * progmodes/ld-script.el (ld-script-keywords)
10629         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10630         and add comments.
10632 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10634         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10635         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10636         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10637         for status indicator.
10639 2006-07-24  Richard Stallman  <rms@gnu.org>
10641         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10643         * subr.el (dolist, dotimes): Use interned symbols for locals.
10644         (--dotimes-limit--, --dolist-tail--): New defvars.
10645         (looking-back): Doc fix.
10647         * replace.el (replace-match-string-symbols): Handle dotted lists.
10649 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10651         * tumme.el (tumme-write-tags): Add.
10652         (tumme-write-comments): Add.
10653         (tumme-tag-files): Change to use `tumme-write-tags'.
10654         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10655         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10656         (tumme-save-information-from-widgets): Change to use
10657         `tumme-write-comments' and `tumme-write-tags'.
10658         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10659         (tumme-write-tag): Remove.
10660         (tumme-write-comment): Remove.
10661         (tumme-display-previous-thumbnail-original): Remove empty line.
10662         (tumme-widget-list): Add punctuation.
10664 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10666         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10668 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10670         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10671         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10672         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10674 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10676         * mouse.el (mouse-on-link-p): Doc fix.
10678 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10680         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10681         Handle "C-h f `".
10683 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10685         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10686         column.
10688 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10690         * textmodes/table.el: Add move-beginning-of-line and
10691         move-end-of-line to Point Motion Only Group.
10693 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10695         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10697 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10699         * startup.el (user-mail-address): Initialize from the `EMAIL'
10700         environment variable first.  Document this.
10701         (command-line): Ditto.
10703 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10705         * help-mode.el (help-function-def, help-variable-def)
10706         (help-face-def): Print a message in the minibuffer.
10708 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10710         * term/xterm.el (terminal-init-xterm): Fix key bindings
10711         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10713 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10715         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10716         where `(nth 1 command)' is a cons cell.  Doc fix.
10718         * textmodes/po.el (po-find-charset): Doc fix.
10720 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10722         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10723         (allout-beginning-of-current-line, allout-end-of-current-line)
10724         (allout-next-visible-heading, allout-open-topic)
10725         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10726         (allout-flag-current-subtree, allout-show-to-offshoot)
10727         (allout-hide-current-entry, allout-show-current-branches)
10728         (allout-hide-region-body, allout-old-expose-topic)
10729         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10730         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10731         containing `beginning-of-line' and `end-of-line' with
10732         `inhibit-field-text-motion' t.
10734 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10736         * frame.el (focus-follows-mouse): Document that it doesn't have
10737         any effect on MS-Windows.
10739 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10743 2006-07-20  Jay Belanger  <belanger@truman.edu>
10745         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10747         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10748         New variables.
10749         (calc-alg-entry): Use `calc-alg-entry-history'.
10750         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10751         Remove reference to `calc-previous-alg-entry'.
10752         (calcAlg-edit, calcAlg-enter): Remove reference to
10753         `calc-previous-alg-entry'.
10754         (calcAlg-previous): Use `previous-history-element' instead of
10755         `calc-previous-alg-entry'.
10756         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10757         Change keybinding for `calcAlg-plus-minus', add keybindings for
10758         `previous-history-element' and `next-history-element'.
10760         * calc/calc-rewr.el (calc-match): Remove reference to
10761         `calc-previous-alg-entry'.
10763         * calc/calc-sel.el (calc-selection-history): New variable.
10764         (calc-enter-selection, calc-sel-mult-both-sides)
10765         (calc-sel-add-both-sides): Use `calc-selection-history'.
10767         * calc/calc-map.el (calc-get-operator-history): New variable.
10768         (calc-get-operator): Use `calc-get-operator-history'.
10770         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10771         (calc-curve-fit): Use `calc-curve-fit-history'.
10773 2006-07-20  Kenichi Handa  <handa@m17n.org>
10775         * international/mule-cmds.el (select-safe-coding-system): Fix the
10776         way of deciding eol-type of the coding system.
10778 2006-07-20  Alan Mackenzie  <acm@muc.de>
10780         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10781         (c-lang-setvar): New macro.
10782         (c-make-init-lang-vars-fun): Use the initialization forms in
10783         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10784         (comment-start, comment-end, comment-start-skip): Change these from
10785         c-lang-defvar's to c-lang-setvar's.
10787         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10788         which calls make-local-variable on the elements of
10789         c-emacs-variable-inits.
10790         (c-init-language-vars-for): Call this new macro.
10792 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10794         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10795         Try to rule out false positives due to time stamps.
10796         (compilation-mode-font-lock-keywords): Remove rules made redundant
10797         because of the above change.  Add `segmentation fault' to the known and
10798         highlighted compilation termination messages.
10800 2006-07-19  Kim F. Storm  <storm@cua.dk>
10802         * progmodes/grep.el (grep-find-ignored-directories):
10803         Add .svn and _darcs to list.
10805 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10807         * dired.el (dired-mode-map): Add key binding `C-te' for
10808         `tumme-dired-edit-comment-and-tags'.
10810         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10811         image display buffer is displayed before call to
10812         `tumme-display-image.
10813         (tumme-dired-display-image): Make sure image display buffer is
10814         displayed before call to `tumme-display-image.
10815         (tumme-mouse-display-image): Make sure image display buffer is
10816         displayed before call to `tumme-display-image.
10817         (tumme-widget-list): Add.
10818         (tumme-dired-edit-comment-and-tags): Add.
10819         (tumme-save-information-from-widgets): Add.
10821 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10825 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10828         Revert inadvertently installed patch hunk.
10830         * progmodes/compile.el (compilation-find-file): Handle the
10831         cases where the user selects a non-existent file.
10833 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10837 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10839         * subr.el (sit-for): Just sleep-for if noninteractive.
10841 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10845         * custom.el (custom-autoload): Add `noset' argument.
10846         (custom-push-theme): Don't autoload the variable, let callers do it.
10847         (custom-theme-set-variables): Autoload the variable if necessary.
10849         * cus-edit.el (custom-variable-state-set): If the variable was
10850         originally set outside custom, but to the same value as the default,
10851         consider it to be standard.
10853         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10854         file *before* telling Emacs to add the autoloads, in case it fails.
10856         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10857         Use `cond', push', and `dolist'.
10859 2006-07-17  Richard Stallman  <rms@gnu.org>
10861         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10862         Add defvars to silence warnings.
10864 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10866         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10867         Don't highlight "Compiling file" messages as error.
10869         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10870         file already exists.
10872 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10874         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10875         entry, don't assign to free var; simply return the extracted filename.
10876         (ff-treat-as-special): Incorporate common preamble from callers.
10877         (ff-other-file-name, ff-find-the-other-file):
10878         Update call to ff-treat-as-special.
10880         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10882 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10884         * tumme.el (tumme-get-comment): Fix bug.
10886 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * files.el: Remove spurious * in docstrings.
10890 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10892         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10893         grammar.
10894         (allout-beginning-of-current-line): Beware beginning of buffer.
10895         Also, a comment is simplified.
10896         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10897         when appropriate.  (This fix enables use for other than
10898         bullet-hotspot operation.)
10899         (allout-hide-current-subtree): While escalating to sibling-close,
10900         make sure to situate on a topic.
10902 2006-07-14  Kim F. Storm  <storm@cua.dk>
10904         * emulation/cua-base.el (cua-delete-selection)
10905         (cua-toggle-set-mark): New defcustoms.
10906         (cua-rectangle-modifier-key): Add `alt' modifier.
10907         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10908         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10909         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10911         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10913 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10915         * allout.el: Require 'cl during byte-compilation/interactive load,
10916         for the `assert' macro.
10917         (allout-mode-deactivate-hook): New hook, run when allout mode
10918         deactivates.
10919         (allout-developer): New allout customization subgroup.
10920         (allout-run-unit-tests-on-load): New allout-developer
10921         customization variable, when true allout unit tests are run towards
10922         end of file load/eval.
10923         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10924         auto-fill-mode.
10925         (allout-resumptions): Remove, to be replaced by...
10926         (allout-add-resumptions): Register variable settings to be
10927         reinstated by `allout-do-resumptions'.  The settings are made
10928         buffer-local, but the locality/globality of the suspended setting
10929         is restored on resumption.
10930         (allout-do-resumptions): Reinstate all settings suspended using
10931         `allout-add-resumptions'.
10932         (allout-test-resumptions): Unit tests (and intermediate variables)
10933         for resumptions.
10934         (allout-tests-globally-unbound, allout-tests-globally-true)
10935         (allout-tests-locally-true): Intermediate variables for
10936         resumptions unit tests.
10937         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10938         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10939         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10940         instead of retired `allout-resumptions'.  For hook functions, use
10941         `local' parameter so hook settings are created and removed as
10942         buffer-local settings.  Revise (resumptions) setting
10943         auto-fill-function so it is set only if already active.  (The
10944         related fill-function settings are all made in either case, so
10945         that activating auto-fill-mode activity will have the custom
10946         allout-mode behaviors (hanging indent on topics, if configured for it).
10947         Remove all allout-exposure-category overlays on mode deactivation.
10948         (allout-hotspot-key-handler): New function extracted from
10949         `allout-pre-command-business', so the functionality can be used
10950         for other purposes, eg as a binding in an overlay.
10951         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10952         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10953         customization variable.
10954         (allout-run-unit-tests): Run the (currently quite small)
10955         repertoire of unit tests.  Called just before the provide iff user
10956         has customized `allout-run-unit-tests-on-load' non-nil.
10958 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10960         * emacs-lisp/authors.el (authors-aliases): Update.
10962 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10964         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10965         gdb-source-window.  Add dedicated argument.
10966         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10967         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10968         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10969         (gdb-display-locals-buffer): Use it.
10971         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10972         Set gdb-source-window.
10974 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10976         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10977         minor modes, redundant with the custom-autoload line above.
10979 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10981         * longlines.el (longlines-post-command-function): Handle open-line too.
10983 2006-07-12  Richard Stallman  <rms@gnu.org>
10985         * progmodes/grep.el (grep-last-buffer): Doc fix.
10987         * info.el (Info-try-follow-nearest-node): Doc fix.
10989         * emacs-lisp/edebug.el (edebug-instrument-function):
10990         Err if find-function-noselect gives no position.
10992         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10993         If can't find definition, return nil for position.
10994         (find-function-do-it): Handle new return value
10995         of find-definition-noselect.
10996         (find-definition-noselect, find-variable-noselect): Doc fix.
10997         (find-function-noselect): Doc fix.
10999         * help-mode.el (help-variable-def): Handle find-variable-noselect
11000         returning no position.
11001         (help-function-def): Likewise for find-function-search-for-symbol.
11002         (help-face-def): Likewise.
11004         * help-fns.el (describe-variable): Handle find-variable-noselect
11005         returning no position.
11007         * files.el (locate-file-completion): Avoid duplicates in result.
11009         * cus-edit.el (custom-no-edit): New command.
11010         (custom-mode-map): Remap to custom-no-edit instead of
11011         using suppress-keymap.
11013 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
11015         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11016         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11017         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11019         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11021 2006-07-11  Kim F. Storm  <storm@cua.dk>
11023         * ido.el (ido-copy-current-file-name): Use buffer-name if
11024         buffer-file-name is nil.
11026 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
11028         * simple.el (undo-ask-before-discard): Set to nil.
11030         * vc.el (vc-exec-after): Don't delete process manually.
11031         (vc-print-log): Run log-view-mode in process sentinel inside
11032         inhibit-read-only.  Don't shrink window due to timing issues.
11034         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11035         Avoid using with-output-to-temp-buffer, which clobbers local vars.
11037 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11039         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11040         Fix ambiguity introduced by last change.
11041         (compilation-find-file): Move save-excursion to where it may
11042         make sense.  Fix a left over `find-file'.
11044 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
11046         * textmodes/texinfmt.el (texinfo-format-separate-node):
11047         Insert a string before point, which fits documentation, not after.
11048         (texinfo-multitable-item): In a multitable row, insert any
11049         additional needed @tabs and spaces.
11051 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
11053         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11054         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11055         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11056         instead of shell-command.
11057         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11058         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11059         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11060         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11061         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11062         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11064 2006-07-11  Kim F. Storm  <storm@cua.dk>
11066         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
11067         Remove special case for seconds < 0.  Use (redisplay t) instead.
11069 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
11071         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11072         avoid compilation error.
11074         * subr.el (sit-for): New function.
11076         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11078 2006-07-10  Richard Stallman  <rms@gnu.org>
11080         * ldefs-boot.el (edebug): Update page.
11082 2006-07-10  Kim F. Storm  <storm@cua.dk>
11084         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11085         to FOR-RELEASE and TODO.
11087 2006-07-10  Romain Francoise  <romain@orebokech.com>
11089         * emacs-lisp/authors.el (authors-aliases): Update.
11091 2006-07-10  Alan Mackenzie  <acm@muc.de>
11093         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11094         * cc-mode.el: Changes to eradicate eval-after-load.
11096 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
11098         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11099         on non-char events.
11101 2006-07-09  Romain Francoise  <romain@orebokech.com>
11103         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11104         Don't highlight start/end markers as compilation messages.
11106         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11107         to t.
11109 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11113 2006-07-08  Richard Stallman  <rms@gnu.org>
11115         * term/x-win.el (x-handle-display): Add doc string.
11117         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11119         * subr.el (def-edebug-spec): Move here.
11120         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11122         * imenu.el (imenu-choose-buffer-index): Doc fix.
11124 2006-07-08  Romain Francoise  <romain@orebokech.com>
11126         * term/x-win.el (x-display-name): Fix typo.
11128 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
11130         * hexl.el (hexl-find-file): Doc fix.
11132         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11134 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
11136         * term/x-win.el (x-display-name): Doc fix.
11138 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11141         long prefixes.
11142         (fill-region-as-paragraph): Don't round up to a whole line.
11143         (fill-comment-paragraph): Don't include the code-before-the-comment
11144         when calling fill-region-as-paragraph.
11146         * international/mule.el (make-char): Remove redundancy.
11148         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11149         property may contain an anonymous function rather than a symbol.
11151         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11153         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11154         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
11156         * dirtrack.el (dirtrack-default-directory-function): Remove.
11157         (dirtrack-directory-function): Use file-name-as-directory.
11158         (dirtrack-windows-directory-function): Simplify.
11159         (dirtrack-forward-slash, dirtrack-backward-slash)
11160         (dirtrack-replace-slash): Remove.
11161         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11162         (dirtrack): Fix wrong parenthesizing; use match-string.
11164         * progmodes/octave-inf.el: Remove spurious * in docstrings.
11165         (inferior-octave-mode): Only change the buffer-local value of
11166         comint-dynamic-complete-functions.
11167         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11168         Move the initialization to the declaration.
11169         (inferior-octave-complete): Remove unused var `filter'.
11171         * shell.el (shell-mode): Only change the buffer-local value of
11172         comint-dynamic-complete-functions.
11174 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
11176         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11177         entry is skipped because it has been scheduled.
11178         (org-prepare-agenda-buffers): Don't mark buffers as modified when
11179         changing `:org-archived' and `:org-comment' properties.
11181 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
11183         * server.el (server-select-display): Don't make the temp frame
11184         minibuffer-only, in case it's not a temp frame.
11185         (server-process-filter): Don't delete the temp frame if it's the
11186         only one we have on that display.
11188         * files.el (find-alternate-file): Doc fix.
11190 2006-07-05  Richard Stallman  <rms@gnu.org>
11192         * files.el (abbreviate-file-name): Add save-match-data.
11194 2006-07-03  Richard Stallman  <rms@gnu.org>
11196         * faces.el (read-face-name): Doc fix.
11198 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
11200         * net/goto-addr.el (goto-address): Mark as safe for local evals.
11202 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
11204         * vc.el (vc-diff-internal): Fix prev change.
11206 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
11208         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11209         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11211 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11213         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11214         fails if the symbol contains chars like ( or '.
11215         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11216         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11217         `short'.
11219 2006-07-04  Kenichi Handa  <handa@m17n.org>
11221         * international/mule-cmds.el (set-language-info): If LANG-ENV is
11222         the current one, don't call set-language-environment, but call one
11223         of set-language-environment-XXX to make INFO effective now.
11224         (set-language-environment): Call set-language-environment-XXX
11225         functions instead of doing the various setups directly.
11226         (set-language-environment-coding-systems): Delete argument eol-type.
11227         (set-language-environment-input-method)
11228         (set-language-environment-nonascii-translation)
11229         (set-language-environment-charset)
11230         (set-language-environment-fontset)
11231         (set-language-environment-unibyte): New functions.
11233 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11235         * locate.el (locate-update-when-revert): New option.
11236         (locate-update-path): New option (suggested by Michael Albinus).
11237         (locate-prompt-for-command): Whitespace change.
11238         (locate-update): No longer offer to update the locate database by
11239         default.  Implement the two new options.
11241 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
11243         * tooltip.el: Move comment about track-mouse...
11245         * progmodes/gud.el: ...to here.
11247 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
11249         * facemenu.el (facemenu-listed-faces): New var.
11250         (facemenu-unlisted-faces): Variable deleted.
11251         (facemenu-add-new-face): Use facemenu-listed-faces.
11253         * emulation/viper-init.el, calendar/calendar.el:
11254         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11256 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
11258         * textmodes/org.el (org-mode): Remove no invalid settings for
11259         calc embedded mode.
11260         (org-mode-p): New defsubst.
11261         (org-save-all-org-buffers): New function.
11262         (org-first-headline-recenter): Enclose outline-regexp in group
11263         delimiters.
11264         (org-set-tags): Keep single space after stars.
11266 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * window.el (set-window-text-height): Only set window-min-height to
11269         1 if that's the requested size.
11271         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11272         (diff-unified->context, diff-context->unified)
11273         (diff-reverse-direction): Make sure the end marker stays at the end.
11274         (diff-mode): Add the keymap table at the end of docstring.
11275         Use lexical-let rather than constructing a closure manually.
11277         * files.el (find-file-noselect-1): Remove unused var assignment.
11278         (hack-local-variables-confirm): Print lists of strings as lists of
11279         strings rather than lists of symbols.
11280         (abbreviate-file-name, hack-local-variables-prop-line):
11281         Use match-string.
11282         (hack-one-local-variable): Move `make-local-variable' nearer its use.
11283         (recover-session-finish): Use line-end-position.
11285 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
11287         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11289 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
11291         * progmodes/make-mode.el (makefile-macroassign-regex):
11292         Accept preceding keyword.
11293         (makefile-gmake-statements): Reorganize, now that makepp has
11294         "override" and also handle forgotten "override define".
11295         (makefile-makepp-statements): Add new "global", "override export"
11296         and "override global".
11298 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
11300         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11301         (ada-compile-mouse-goto-error, ada-deactivate-properties)
11302         (ada-no-auto-case): Fix typos in docstrings.
11304 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
11306         * info.el (Info-find-node-2): Search for makeinfo version more
11307         carefully.
11309 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
11311         * textmodes/org.el (org-prepare-agenda-buffers):
11312         Use `invisible-OK' argument for `org-end-of-subtree'.
11313         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11314         (org-beginning-of-item): Fix bug in regular expression for white line.
11315         (org-export-as-html): Enforce space after bullet in plain list items.
11316         (org-set-autofill-regexps): Require space after plain list bullet
11317         for paragraph-start.
11318         (org-ts-regexp3): New constant.
11319         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11320         (org-timestamp-up-day, org-timestamp-down-day)
11321         (org-timestamp-change): Work with inactive timestamps.
11322         (org-ts-regexp1): Don't allow brackets in time stamps.
11324 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
11326         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11327         for ignoring links.
11329         * faces.el (read-face-name): Use it.
11331 2006-06-28  Juri Linkov  <juri@jurta.org>
11333         * buff-menu.el (list-buffers-noselect): Compare Info file
11334         with the string "dir" to detect Info directory.
11336         * complete.el (partial-completion-mode): In lambda for
11337         `choose-completion-string-functions' use full function signature
11338         with 4 args, and move point to the end of the minibuffer only if arg
11339         `mini-p' is non-nil.
11341 2006-06-28  John Paul Wallington  <jpw@pobox.com>
11343         * ibuffer.el (ibuffer-mode): Doc fix.
11345 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
11347         * textmodes/org.el (org-context): New contexts :item-bullet,
11348         :latex-fragment, :latex-preview.
11349         (org-overlays-at, org-overlay-start, org-overlay-end):
11350         New compatibility functions.
11351         (org-inside-LaTeX-fragment-p): More accurate matching, using the
11352         exact regexp that will be used during export.
11353         (org-latex-regexps): New variable.
11354         (org-cdlatex-mode): Improve advice for `texmathp'.
11355         (turn-on-org-cdlatex): New function.
11357 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11359         * term/mac-win.el (mac-handle-font-selection): Change keys of
11360         mac-atsu-font-table from strings to numbers.
11361         (mac-ts-caret-position): Use also when cursor-type is nil.
11362         (mac-ts-update-active-input-area): Add Mac OS Classic support.
11363         Relax condition for using overlay strings.
11364         Use mac-ts-caret-position face when cursor-type is nil.
11366 2006-06-26  Kim F. Storm  <storm@cua.dk>
11368         * help.el (view-emacs-news): Declare `res' in the right let* form.
11370 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
11372         * net/rcompile.el (remote-compile): Replace ange-ftp based
11373         implementation by Tramp functions.
11374         Suggested by Marc Abramowitz <msabramo@gmail.com>.
11376         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11378 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
11380         * international/fontset.el (setup-default-fontset): Fix a typo in
11381         the "Oriya-Akruti" registry name.
11383 2006-06-23  Lars Hansen  <larsh@soem.dk>
11385         * desktop.el (desktop-full-file-name): New function.
11386         (desktop-kill, desktop-save, desktop-remove, desktop-read)
11387         (desktop-revert): Use it.
11388         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11389         (desktop-after-read-hook): Add option list-buffers.
11390         (desktop-locals-to-save): Add tab-width.
11391         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11392         Fix docstring.
11394 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
11396         * textmodes/org.el (org-cdlatex-mode-map)
11397         (org-cdlatex-texmathp-advice-is-done): New variables.
11398         (org-cdlatex-mode): New minor mode.
11399         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11400         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11401         (org-export-with-archived-trees): New option.
11402         (org-open-file): Remove the call to `convert-standard-filename'.
11403         (org-archive-tag, org-agenda-skip-archived-trees)
11404         (org-cycle-open-archived-trees)
11405         (org-sparse-tree-open-archived-trees): New options.
11406         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11407         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11408         New functions.
11409         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11410         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11411         (org-mode-map): Add binding for `org-toggle-archive-tag'.
11412         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11413         Call `org-prepare-agenda-buffers'.
11414         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11415         (org-file-apps, org-file-apps-defaults-gnu)
11416         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11417         Handle remote files by forcing them to be opened in Emacs.
11419 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
11421         * vc.el (vc-diff-knows-L): New variable.
11422         (vc-diff-internal): Use it to handle "diff" programs that don't
11423         understand -L.  This works automatically, no user action is necessary.
11425 2006-06-23  Daniel Brockman  <daniel@brockman.se>
11427         * net/rcirc.el (rcirc-default-user-full-name): Default to
11428         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11429         longer exists).
11430         (rcirc-process-list): Check `buffer-live-p' before attempting to
11431         switch to a buffer.
11433 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
11435         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11436         based on rcirc-coding-system-alist.
11438 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
11440         * cus-edit.el (customize-apropos): A better error message.
11441         (top level) <debug-ignored-errors>: Extend and update the list of
11442         ignored error messages.
11444 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
11446         * complete.el (PC-do-completion): Retain capitalization of user
11447         input, when possible, even if completion-ignore-case is set.
11449 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
11451         * generic-x.el (bat-generic-mode): Support .cmd files.
11453         * dos-w32.el (top level): Use find-file-not-found-functions
11454         instead of the obsolete find-file-not-found-hooks.
11456 2006-06-22  Kim F. Storm  <storm@cua.dk>
11458         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11459         to recognize mode name containing submodes, such as Grep/lw.
11461 2006-06-21  Kim F. Storm  <storm@cua.dk>
11463         * simple.el (line-move-1): Check for move-end-of-line instead of
11464         end-of-line when setting temporary-goal-column.
11466 2006-06-21  Miles Bader  <miles@gnu.org>
11468         * play/cookie1.el (cookie): Work properly when there's only one entry.
11470 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
11472         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11473         (gdb-frame-handler): Generalize frame regexp for templates.
11475 2006-06-20  Glenn Morris  <rgm@gnu.org>
11477         * calendar/appt.el (appt-display-format): Default value must be
11478         one of the customize options.
11480 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11482         * term/xterm.el (terminal-init-xterm): Update key availability info.
11483         Bind C-return.
11485         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11487 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
11489         * files.el (hack-local-variables): Run `hack-local-variables-hook'
11490         whether or not a local variables list is defined.
11492         * msb.el (msb): Move `sit-for' hack here to handle both
11493         "mouse-down and drag" and "mouse-up and select" situations.
11494         (mouse-select-buffer): Move `sit-for' hack to `msb'.
11496 2006-06-20  Kenichi Handa  <handa@m17n.org>
11498         * international/characters.el (word-combining-categories):
11499         Add entries for 2-byte Han characters.
11501 2006-06-19  Richard Stallman  <rms@gnu.org>
11503         * bindings.el (mode-line-format): Save some mode line space.
11505         * files.el (find-file-noselect): Improve the question wording.
11506         (basic-save-buffer-2): Mask UMASK against 666.
11508         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11509         (mouse-drag-vertical-line): Call it.
11511         * cus-edit.el (customize-option, customize-option-other-window):
11512         Error if SYMBOL is nil.
11514 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
11516         * textmodes/org.el: Require noutline, also on XEmacs.
11517         (org-end-of-subtree): Return point.
11518         (org-dblock-start-re, org-dblock-end-re): New constants.
11519         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11520         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11521         (org-update-all-dblocks, org-find-dblock): New functions.
11522         (org-collect-clock-time-entries): New function.
11523         (org-html-handle-time-stamps): Never export CLOCK timeranges.
11524         (org-fixup-indentation): Modify to deal correctly with lines
11525         starting with TAB.  Only one argument DIFF now.
11526         (org-demote, org-promote): Call `org-fixup-indentation' with just
11527         one argument, DIFF.
11528         (org-mode): Don't mark buffer as modified when aligning tables.
11529         (org-clock-sum): Don't mark buffer modified when adding time sum
11530         properties.
11531         (org-export-as-html): Add support for a link validation function.
11532         (org-archive-all-done): New function.
11533         (org-archive-subtree): New prefix argument.  When set, archive all
11534         done subtrees in this buffer.
11535         (org-remove-clock-overlays)
11536         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11537         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11538         (org-put-clock-overlay): Don't swallow last headline character
11539         when displaying overlay.
11540         (org-store-link): Link to `image-mode' with just the file name.
11542 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11544         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11545         Use read-key-sequence.
11546         (viper-after-change-undo-hook): Misc enhancements.
11547         (viper-after-change-undo-hook): New hook.
11548         (viper-undo): Use viper-after-change-undo-hook.
11549         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11550         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11551         clicking on that widget/button.
11553         * emulation/viper.el (viper-mode): Allow a separate cursor color
11554         in Emacs state.
11556         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11557         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11558         (ediff-set-actual-diff-options): New function.
11559         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11560         Use ediff-set-actual-diff-options.
11561         (ediff-extract-diffs): Catch errors.
11562         (ediff-whitespace): Add non-breakable space.
11563         (ediff-same-file-contents): Catch errors.
11565         * ediff-mult.el (ediff-collect-custom-diffs):
11566         Save coding-system-for-read.
11568         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11569         (ediff-vc-internal, ediff-vc-merge-internal):
11570         Use ediff-delete-version-file.
11571         (ediff-delete-version-file): New function.
11573         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11575         * ediff.el (ediff-directories, ediff-directory-revisions)
11576         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11577         (ediff-directories-internal, ediff-merge-directory-revisions)
11578         (ediff-merge-directory-revisions-with-ancestor)
11579         (ediff-directories3): Use read-directory-name.
11581 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11583         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11584         Remove superfluous part of regexp for brace matching which is handled
11585         by `scan-lists' call.
11587 2006-06-16  Richard Stallman  <rms@gnu.org>
11589         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11591         * files.el (basic-save-buffer-2): For a new precious file,
11592         use the default modes in the return value.
11594         * facemenu.el (facemenu-color-alist): Doc fix.
11596         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11598 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11600         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11602         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11603         (mac-utxt-to-string): Use it.
11604         (mac-ts-update-active-input-area): Use mac-ae-number.
11606 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11608         * term.el (term-handle-scroll, term-delete-lines)
11609         (term-insert-lines): Fix off by one errors.
11611 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11613         * net/tramp.el (tramp-touch): Use UTC to express time.
11615 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11617         * mail/sendmail.el (mail-send): Search explicitly for
11618         mail-header-separator when checking for corrupted header lines.
11620 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11622         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11623         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11624         (gdb-init-1): Initialise them.
11625         (gdb-starting): Reset gdb-printing
11626         (gdb-starting): Save value of gud-overlay-arrow-position.
11627         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11628         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11629         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11630         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11632 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11634         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11636 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11638         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11639         (ldap-search-internal): Keep error messages, and a regexp fix.
11641 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11643         * files.el (hack-local-variables-confirm):
11644         Display string value using its printed representation.
11646 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11648         * server.el (server-edit): No-op if no server buffers exist.
11650 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11652         * textmodes/page-ext.el (pages-directory-for-addresses):
11653         Including `pages-directory-address-mode' in the function results
11654         in the message "Buffer in which pages were found is deleted".
11656 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11658         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11659         clocking functions.
11661         (org-agenda-clock-in, org-check-running-clock)
11662         (org-clock-out-if-current, org-remove-clock-overlays)
11663         (org-put-clock-overlay): New functions.
11664         (org-clock-marker, org-clock-file-total-minutes)
11665         (org-clock-overlays): New variables.
11666         (org-clock-display, org-clock-sum, org-clock-cancel)
11667         (org-clock-out, org-clock-in): New commands.
11668         (org-export): New function.
11669         (org-emph-re): New constant.
11670         (org-set-emph-re, org-do-emphasis-faces): New functions.
11671         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11672         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11673         (org-export-html-convert-emphasize): Use the configurable emphasis.
11674         (org-cleaned-string-for-export): Make multiline emphasis visible
11675         to the exporter.  New optional argument PARAMETERS.
11676         (org-export-as-html): Specify :emph-multiline parameter to
11677         `org-cleaned-string-for-export'.
11679 2006-06-10  Richard Stallman  <rms@gnu.org>
11681         * help.el (help-for-help-internal): Clean up help text.
11683 2006-06-10  Andreas Schwab  <schwab@suse.de>
11685         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11686         in doc string.
11688         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11690 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11692         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11693         spaces after the comment start.
11695 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11697         * play/pong.el (pong-init-buffer):
11698         Fill buffer with spaces instead of ^A.
11700         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11701         launched asynchronously, delete its process instead of being cool.
11702         (ispell-async-processp): Check for `delete-process' existence
11703         instead of `kill-process' one for consistency.
11705 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11707         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11708         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11709         in mode line at startup.
11711 2006-06-08  Kim F. Storm  <storm@cua.dk>
11713         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11714         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11715         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11716         (ido-file-internal): Pass full file name to write-file.
11717         (ido-read-internal): Only pop stack elements automatically if they
11718         actually match an existing directory or file name.
11720 2006-06-07  Kenichi Handa  <handa@m17n.org>
11722         * international/mule.el (find-auto-coding): Don't handle the short
11723         name `char-trans'.
11725         * files.el (hack-local-variables-prop-line)
11726         (hack-local-variables): Cancel the previous change.
11728 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11730         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11732 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11734         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11735         diff-default-read-only is non-nil.
11736         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11737         (diff-refine-hunk): Set inhibit-read-only to t.
11739         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11740         modifying the *Diff* buffer.
11741         (diff-process-filter): New filter function for diff process that
11742         sets inhibit-read-only to t when modifying the *Diff* buffer.
11744 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11746         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11747         insertion point and control the number of empty lines.
11748         (org-paste-subtree): Limit the number of empty lines at the end of
11749         the inserted tree.
11750         (org-agenda): Use buffer name of current file for narrowing.
11751         (org-export-as-xml): Command removed.
11752         (org-export-xml-type): Option removed.
11753         (org-mode-map): Call `org-export-as-xoxo' directly.
11754         (org-get-indentation): New optional argument LINE.
11755         (org-fix-indentation, org-remove-tabs): New functions.
11756         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11757         correct indentation for headlines that are converted it items.
11758         (org-skip-comments): Remove table lines that contain narrowing
11759         cookies but no other non-empty fields.
11760         (org-set-tags): Allow groups of mutually exclusive tags.
11761         (org-cmp-time): Sort 24:21 before items without time.
11762         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11763         (org-open-at-point): Require double colon also for numbers.
11765 2006-06-06  Kim F. Storm  <storm@cua.dk>
11767         * ido.el (ido-default-file-method, ido-default-buffer-method):
11768         Make choice values consistent with corresponding command names.
11769         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11771 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11773         * progmodes/gud.el (gud-running): Fix doc string.
11774         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11775         (gud-tooltip-modes): Add python-mode.
11776         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11778 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11780         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11781         Quote $(EMACS).
11783 2006-06-05  Richard Stallman  <rms@gnu.org>
11785         * faces.el (defined-colors): Doc fix.
11787 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11789         * vc.el (vc-process-filter): Inhibit undo info collection around
11790         call to insert.
11791         (vc-setup-buffer): Likewise for call to erase-buffer.
11792         (vc-do-command): Likewise for call to process-file.
11794 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11796         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11797         for gud-go.
11798         (gud-common-init): Other debuggers may trigger error.
11800 2006-06-05  Kenichi Handa  <handa@m17n.org>
11802         * international/mule.el (find-auto-coding):
11803         Handle enable-character-translation in file header.
11805 2006-06-04  Kim F. Storm  <storm@cua.dk>
11807         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11808         (authors-fixed-entries): Fix spelling.
11809         (authors-canonical-file-name): Don't report error for wildcards.
11811         * help.el (view-emacs-news): Rewrite to support new NEWS,
11812         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11813         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11814         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11816 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11818         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11819         exec constructs like `foo bar`.
11820         (sh-quoted-subshell): New helper function to search for a possibly
11821         nested subshell (like `` or $()) within a "" quoted string.
11822         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11823         (sh-apply-quoted-subshell): Flag quote characters inside a
11824         subshell, which is itself already in a quoted region, as
11825         punctuation, since this is the closest to what they actually are.
11826         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11827         sh-apply-quoted-subshell.
11828         (sh-font-lock-syntactic-face-function): Apply the new face for
11829         text inside `` instead of the old font-lock-string-face.
11831 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11833         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11834         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11835         (mac-bytes-to-text-range, mac-ae-text-range-array)
11836         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11837         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11838         (mac-ts-unicode-for-key-event): New functions.
11839         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11840         (mac-handle-font-selection): Use mac-ae-number.
11841         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11842         New variables.
11843         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11844         (mac-ts-converted-text, mac-ts-selected-converted-text)
11845         (mac-ts-block-fill-text, mac-ts-outline-text)
11846         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11847         (mac-ts-hilite-style-faces): New constant.
11848         (mac-apple-event-map): Bind text input events.
11849         (mac-dispatch-apple-event): Use command-execute instead of
11850         call-interactively.
11851         (global-map): Don't bind mac-apple-event.
11852         (special-event-map): Bind mac-apple-event.
11854 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11856         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11857         file name.
11858         (emacs): Enclose the value of $(EMACS) in quotes.
11860 2006-06-02  Juri Linkov  <juri@jurta.org>
11862         * international/mule.el (sgml-html-meta-auto-coding-function):
11863         Remove the condition `(search-forward "<html" size t)'.
11864         Replace `\"' with `[\"']?' in `re-search-forward'.
11866 2006-06-02  Kenichi Handa  <handa@m17n.org>
11868         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11869         as well as `coding'.
11870         (hack-local-variables): Likewise.
11872         * international/mule.el (enable-character-translation):
11873         Put permanent-local and safe-local-variable properties.
11874         (find-auto-coding): Handle char-trans: tag.
11876 2006-06-02  Juri Linkov  <juri@jurta.org>
11878         * international/mule.el (sgml-html-meta-auto-coding-function):
11879         Limit the search by the end of the HTML header (if any).
11881 2006-06-01  Richard Stallman  <rms@gnu.org>
11883         * subr.el (with-current-buffer): Doc fix.
11885 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11887         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11888         Almost rewrite.  Underlines over all lines of gcov output are too
11889         uncomfortable to read.  Suggested by Dan Nicolaescu.
11891 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11893         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11895         * shell.el (shell-mode): Use shell-mode-map in docstring.
11897         * comint.el (comint-send-input): Do not add help-echo and
11898         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11900 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11902         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11904 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11906         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11907         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11908         look up the stack and pop up GUD buffer if necessary.
11909         (gdb-frames-select): Remove redundant call to gud-display-frame.
11910         (gdb-info-threads-custom): Keep point at start of buffer.
11911         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11913 2006-05-31  Juri Linkov  <juri@jurta.org>
11915         * replace.el (query-replace-read-from, query-replace-read-to):
11916         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11918 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11920         * textmodes/table.el: Convert all HTML tags to lower case for
11921         XHTML compatibility.
11923 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11925         * progmodes/compile.el:
11926         (compilation-error-regexp-alist-alist::gcov-called-line):
11927         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11929 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11931         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11932         Revert inadvertent changes made with last commit.
11934 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11936         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11937         New functions.
11939         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11941 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11943         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11944         only matches in the right place.
11945         (org-upcoming-deadline): New face.
11946         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11947         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11948         and make it an option.
11949         (org-export-ascii-bullets): New option.
11950         (org-export-as-html): Many changes to emit valid XHTML.
11951         (org-par-open): New variable.
11952         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11953         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11954         (org-timeline): Pass `org-timeline-show-empty-dates' to
11955         `org-get-all-dates'.  Interpret empty dates returned by
11956         `org-get-all-dates'.
11957         (org-get-all-dates): New argument EMPTY.  Add dates without
11958         entries to the list, mark large ranges of empty dates.
11959         (org-point-in-group, org-context): New functions.
11961 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11963         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11965         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11966         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11967         to C-mouse-3 (for 2 button mice).
11968         (gdb-send): Do the right thing for C-d.
11970         * speedbar.el (speedbar-detach): Delete.
11971         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11972         it breaks things.
11973         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11975 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11977         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11978         Makeppfile.
11980         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11981         Add makepp diagnostic.
11983 2006-05-29  Richard Stallman  <rms@gnu.org>
11985         * window.el (fit-window-to-buffer): Doc fix.
11987         * help.el (temp-buffer-max-height): Doc fix.
11989         * subr.el (with-current-buffer): Doc fix.
11991 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11993         * term/x-win.el: Bind F10 to menu-bar-start if available.
11995 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11997         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11998         uses with a simple test.
11999         (term-set-escape-char, term-mode, term-check-kill-echo-list)
12000         (term-send-raw-string, term-send-raw, term-mouse-paste)
12001         (term-char-mode, term-line-mode, term-exec, term-sentinel)
12002         (term-handle-exit, term-read-input-ring)
12003         (term-previous-matching-input-string)
12004         (term-previous-matching-input-string-position)
12005         (term-previous-matching-input-from-input)
12006         (term-replace-by-expanded-history, term-send-input)
12007         (term-skip-prompt, term-bol, term-send-invisible)
12008         (term-kill-input, term-delchar-or-maybe-eof)
12009         (term-backward-matching-input, term-check-source)
12010         (term-proc-query, term-emulate-terminal)
12011         (term-handle-colors-array, term-process-pager, term-pager-line)
12012         (term-pager-bob, term-unwrap-line, term-word)
12013         (term-dynamic-complete-filename)
12014         (term-dynamic-complete-as-filename)
12015         (term-dynamic-simple-complete): Replace one arm ifs with whens or
12016         unlesses.
12018 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12021         during bootstrapping.
12023         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12024         Basically undo the change of 2006-05-26: use extra arguments instead of
12025         dynamic scoping.
12026         (ewoc-locate): Remove unused var `footer'.
12028 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12032         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12033         (generate-file-autoloads): Obey it.  Return whether autoloads were
12034         added at point or not.
12035         (update-file-autoloads): Use this new return value.
12036         Remove redundant test for the presence of an autoload cookie.
12038         * emacs-lisp/autoload.el (autoload-find-file): New fun.
12039         This one calls hack-local-variables.
12040         (generate-file-autoloads, update-file-autoloads): Use it.
12042         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12043         (bibtex-sort-entry-class): Add safe-local-variable predicate.
12044         (bibtex-sort-entry-class-alist): Don't set the global value.
12045         (bibtex-init-sort-entry-class-alist): New fun.
12046         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12047         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12048         of bibtex-init-sort-entry-class.
12050 2006-05-28  Richard Stallman  <rms@gnu.org>
12052         * subr.el (load-history-regexp): If FILE is relative, insist
12053         entire last name component must match it.
12054         (load-history-filename-element, load-history-regexp): Doc fixes.
12056 2006-05-29  Kim F. Storm  <storm@cua.dk>
12058         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12059         `pos' and `raw-data' for clarity, as eval forms may access these.
12061 2006-05-28  Kim F. Storm  <storm@cua.dk>
12063         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12065 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12067         * progmodes/make-mode.el (makefile-browser-map)
12068         (makefile-mode-syntax-table): Move initialization inside declaration.
12069         (makefile-fill-paragraph): Use the default comment-filling code.
12071 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
12073         * replace.el (query-replace-defaults): New variable.
12074         (query-replace-read-from): Use `query-replace-defaults' for
12075         default value, instead of history list.
12076         (query-replace-read-to): Update `query-replace-defaults'.
12078 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
12080         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12081         with no X toolkit.
12083 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
12085         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12086         (tumme-show-all-from-dir): Add autoload.
12088 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12090         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12091         (tumme-remove-tag): Fix bug.
12093 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
12095         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12096         FOOTER args.  Update unique caller.
12097         (ewoc-delete): Compute last node once before looping.
12098         (ewoc--node-branch): Merge into unique caller.
12099         (ewoc--node): Don't define constructor make-ewoc--node for this
12100         structure.
12101         (ewoc): Add member `hf-pp' to this structure.
12102         (ewoc--wrap): New func.
12103         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
12104         header/footer pretty-printers.  Save header/footer pretty-printer.
12105         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12107         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12109 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12111         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12112         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
12113         Tag'.  Change "Compare directories..." to "Change Directories...".
12114         Move tumme commands to Operate, Regexp and Immediate menus.
12115         Change "Add Comment" to "Add Image Comment".  Change "Add Image
12116         Tag" to "Add Image Tags".
12118         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12119         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12120         `tumme-delete-tag'.
12122 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12124         * shell.el (shell-mode): Call shell-dirtrack-mode after
12125         list-buffers-directory is made a local variable, to avoid setting
12126         the default value.
12128 2006-05-26  Kevin Ryde  <user42@zip.com.au>
12130         * info.el (Info-index-next): Use where-is-internal to report
12131         actual binding of Info-index-next, rather than hard-coded `,'.
12133 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
12135         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12136         and "Find Command in Manual" to here.
12138         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12139         Info-current-file as the file name.
12141 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
12143         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
12144         overrides will now be done a different way.
12145         (ses-set-parameter): Reapply this function for undo.
12146         (ses-set-header-row): Reconstruct header row during undo.
12147         (ses-widen): New function.
12148         (ses-goto-data, ses-reconstruct-all): Use new function.
12149         (ses-command-hook): Widen buffer during undo, before unupdating
12150         the cells.
12151         (ses-insert-row, ses-delete-row): Widen buffer during undo.
12152         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12153         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12154         formula hasn't been executed yet.
12156 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12158         * comint.el (comint-kill-whole-line): Rename arg to count.
12159         Fix doc string.
12161 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
12163         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12164         to copy-file.
12166 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12168         * simple.el (toggle-truncate-lines): Make arg optional for
12169         backward compatibility.
12171 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
12173         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12174         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12175         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
12176         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12177         (ewoc--adjust): Use ewoc--current-dll.
12178         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12180 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
12182         * textmodes/org.el (org-next-item, org-previous-item): Emit more
12183         compact error message.
12184         (org-tags-view): Refresh category table in each file.
12185         (org-table-justify-field-maybe): Remove superfluous arguments to
12186         `format'.
12187         (org-export-as-html): Insert "<p>" before postamble.
12188         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12190 2006-05-26  Kenichi Handa  <handa@m17n.org>
12192         * textmodes/po.el (po-find-charset): Pay attention to the case
12193         FILENAME is a cons (NAME . BUFFER).
12194         (po-find-file-coding-system-guts): Likewise.
12196         * arc-mode.el (archive-set-buffer-as-visiting-file):
12197         Call find-operation-coding-system with (FILENAME . BUFFER).
12199         * tar-mode.el (tar-extract): Call find-operation-coding-system
12200         with (FILENAME . BUFFER).
12202         * international/mule.el (decode-coding-inserted-region):
12203         Call find-operation-coding-system with (FILENAME . BUFFER).
12205 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
12207         * image-mode.el (image-toggle-display): Use buffer contents to
12208         generate image for a remote file.
12210 2006-05-25  Juri Linkov  <juri@jurta.org>
12212         * replace.el (query-replace-read-from, query-replace-read-to):
12213         Remove 8th arg KEEP-ALL in read-from-minibuffer.
12215 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
12217         * whitespace.el (whitespace-cleanup): Change to cleanup
12218         region if one is active.
12219         * whitespace.el (whitespace-cleanup-internal): New internal method.
12221 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12223         * dired.el (dired-mode-map): Add help-echo strings to tumme
12224         commands.  Bind `tumme-dired-display-image' to C-t i.
12226         * tumme.el (tumme-display-image): Change documentation string slightly.
12227         (tumme-dired-display-image): Add call to `display-buffer'.
12229 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12231         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12232         Signal error if RAW-DATA is a multibyte string.
12234 2006-05-24  Richard Stallman  <rms@gnu.org>
12236         * subr.el (with-local-quit): When handling `quit' signal,
12237         make a chance for quit-flag to cause a quit.
12239         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12240         (ad-disable-advice): Add autoloads.
12242         * subr.el (read-passwd): Copy PROMPT before changing its properties.
12244 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12246         * dired.el (dired-mode-map): Change menu items for tumme as per
12247         suggestions in emacs-devel.
12249 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12251         * dired.el (dired-mode-map): Fix breakage.
12253 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12255         * tumme.el (tumme-display-dired-image): Rename to...
12256         (tumme-dired-display-image): ...this.
12257         (tumme-track-movement): Change default value to t.
12258         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12259         used from `tumme-next-line-and-display' and similar commands.
12261         * dired.el (dired-mode-map): Add Thumbnail submenu under the
12262         Immediate menu.  Add some tumme commands there.
12264 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
12266         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12268 2006-05-24  Chong Yidong  <cyd@mit.edu>
12270         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12271         menu entries that open submenus.
12273 2006-05-24  Alan Mackenzie  <acm@muc.de>
12275         * startup.el (command-line): For names of preloaded files, don't
12276         append ".elc" (now done in Fload), and call file-truename on the
12277         lisp directory.
12279         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
12280         match ANY loaded file with the right name, not just those in
12281         load-path.  Put a regexp matching the file name into
12282         after-load-alist, rather than the name itself.
12284         * subr.el (load-history-regexp, load-history-filename-element)
12285         (do-after-load-evaluation): New functions.
12287         * international/mule.el (load-with-code-conversion): Do the
12288         eval-after-load stuff by calling do-after-load-evaluation.
12290 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12292         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12293         has not been killed.
12295 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12297         * term/mac-win.el: Set idle timer to clean up expired Apple events.
12298         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12299         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12300         Optionally set error message in reply.
12302 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
12304         * textmodes/org.el (org-open-at-point): Use renamed variable
12305         `org-confirm-shell-link-function'.
12306         (org-confirm-shell-link-function): Rename from
12307         `org-confirm-shell-links'.
12308         (org-export-directory): New function.
12309         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12310         (org-export-icalendar): Use `org-export-directory'.
12311         (org-indent-item): Keep cursor position.
12312         (org-link-file-path-type): New option.
12313         (org-export-as-html): Fix bug with plain lists starting in
12314         column 0.
12315         (org-export-as-html): Remove deadline formatting, this happens
12316         now already in `org-html-handle-time-stamps'.
12317         (org-export-html-style): Deadline class removed.
12318         (org-insert-labeled-timestamps-at-point): New option.
12319         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12320         of `hide-sublevels 1', in case the first headline is not level 1.
12321         (org-overview, org-content): New fuction.
12322         (org-cycle-global-status, org-cycle-subtree-status): Make these
12323         variables buffer-local.
12324         (org-global-cycle): New command.
12325         (org-shifttab): Use `org-global-cycle'.
12326         (org-insert-heading, org-insert-item): Go to end of new
12327         headline/item after creating it.
12328         (org-export-visible): Rename from `org-export-copy-visible'.
12329         Now creates a temporary org-file and applies an exporting command
12330         to it.
12331         (org-table-eval-formula): Support for lisp forms.
12332         (org-agenda-todo-ignore-scheduled): New option.
12333         (org-agenda-get-todos): Use new option
12334         `org-agenda-todo-ignore-scheduled'.
12335         (org-export-html-inline-images): New value `maybe'.
12336         (org-export-as-html): Inlining of images dependent on link description.
12337         (org-archive-subtree): Check for end-of-buffer before trying
12338         `kill-line'.
12339         (org-agenda-follow-mode): New option.
12340         (org-export-with-tags, org-export-with-timestamps): New options.
12341         (org-html-handle-time-stamps): New function.
12342         (org-keyword-time-regexp): New variable.
12343         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12344         (org-agenda-todo-list-sublevels): New option.
12345         (org-html-level-start): When TITLE is nil, just close all levels.
12346         (org-parse-key-lines, org-parse-export-options): Remove functions,
12347         replaced by `org-infile-export-plist'.
12348         (org-combine-plists, org-infile-export-plist)
12349         (org-default-export-plist): New functions.
12350         (org-export-html-preamble, org-export-html-postamble)
12351         (org-export-html-auto-preamble, org-export-html-auto-postamble):
12352         New variables.
12353         (org-export-publishing-directory): New option.
12354         (org-export-as-html, org-export-as-ascii): Use the new property
12355         lists for settings.
12356         (org-export-copy-visible, org-export-as-xoxo):
12357         Respect `org-export-publishing-directory'.
12358         (org-link-search, org-store-link, org-file-apps): Support for
12359         links to BibTeX database entries..
12360         (org-get-current-options, org-set-regexps-and-options):
12361         Implement logging as a startup option.
12362         (org-store-link): Make sure context string is never empty
12363         (org-insert-link): Use relative path when possible.
12364         (org-at-item-checklet-p): New function.
12365         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12366         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12367         (org-metaright, org-metaup, org-metadown, org-shiftup)
12368         (org-shiftdown, org-shiftright, org-shiftleft)
12369         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12370         Dispatch using `call-interactively'.
12371         (org-call-with-arg): New defsubst.
12372         (org-tag-alist, org-use-fast-tag-selection): New options.
12373         (org-complete): Use `org-tag-alist'.
12374         (org-fast-tag-insert, org-fast-tag-selection): New functions.
12375         (org-next-item, org-previous-item): New commands.
12376         (org-beginning-of-item, org-end-of-item): Add (interactive) to
12377         make command.
12378         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12380 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
12382         * emacs-lisp/ewoc.el (ewoc-delete): New function.
12383         (ewoc-filter): Use `ewoc-delete'.
12385         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12387 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12390         Signal more user-friendly error messages.
12392         * complete.el (PC-do-completion): Undo the addition of implicit
12393         wildcards if they did not lead to finding any match.
12394         (read-file-name-internal): Don't add the final > if the completion is
12395         not finished.
12397 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12399         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12400         Quote safe-local-variable predicate.
12402 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12404         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12406 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12408         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12410         * progmodes/make-mode.el (makefile-special-targets-list)
12411         (makefile-macro-table, makefile-target-table): Mark as risky.
12412         (makefile-query-one-target-method): Make this the alias for the
12413         following variable.
12414         (makefile-query-one-target-method-function): Make this the real name.
12416         * textmodes/artist.el (artist-text-renderer): Make this the alias
12417         for the following variable.
12418         (artist-text-renderer-function): Make this the real name.
12420         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12421         the alias for the following variable.
12422         (flyspell-generic-check-word-predicate): Make this the real name.
12424         * textmodes/ispell.el (ispell-format-word): Make this the alias
12425         for the following variable.
12426         (ispell-format-word-function): Make this the real name.
12427         (ispell-message-text-end): Mark as risky.
12429         * skeleton.el (skeleton-transformation, skeleton-filter)
12430         (skeleton-pair-filter): Make these the aliases for the following
12431         variables.
12432         (skeleton-transformation-function, skeleton-filter-function)
12433         (skeleton-pair-filter-function): Make these the real names.
12435         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12436         and skeleton-pair-filter-function.
12438         * textmodes/sgml-mode.el (sgml-transformation): Make this the
12439         alias for the following variable.
12440         (sgml-transformation-function): Make this the real name.
12441         (sgml-tag-alist): Mark as risky.
12443 2006-05-21  Richard Stallman  <rms@gnu.org>
12445         * simple.el (kill-region): Interactively, pass point, then mark.
12447 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12449         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12451 2006-05-21  Romain Francoise  <romain@orebokech.com>
12453         * dired-x.el (dired-mode-map): Don't bind M-g.
12455 2006-05-20  Richard Stallman  <rms@gnu.org>
12457         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12458         (dired-goto-file): Doc fix.
12460 2006-05-21  Kim F. Storm  <storm@cua.dk>
12462         * emulation/cua-base.el: Mention customizing cua-mode as alternative
12463         way to enable built-in cua-mode if user loads older CUA-mode package.
12465         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12466         if default-filename is specified.
12468 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12470         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12472         * info.el (info-apropos): Make sure current-file and current-node
12473         have non-nil values.  Speed up by using add-to-list instead of
12474         manual consing.
12476 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12478         * progmodes/make-mode.el (makefile-mode): Doc fix.
12480 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12482         * dired-aux.el (dired-do-shell-command): Doc fix.
12484 2006-05-20  Kevin Ryde  <user42@zip.com.au>
12486         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12487         ``(custom-manual :tag "Foo" "(foo)Node")''.
12489 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
12491         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12492         value is an integer.
12494 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12496         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12497         "format".
12498         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12500 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
12502         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12503         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12505 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12507         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12508         regexp for keywords.
12510 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
12512         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12513         replace-regexp-in-string.
12515         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12516         encode, and escape file name on conversion to URL.
12518 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12520         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12521         Don't unescape URL.
12522         (dnd-get-local-file-name): Unescape URL on conversion to file name.
12524         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12525         on conversion to URLs.
12527         * net/browse-url.el (browse-url-file-url): Encode file name on
12528         conversion to URL.
12530         * term/mac-win.el (mac-ae-open-documents): Escape file name on
12531         conversion to URL.
12533 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12535         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12537 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12539         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12540         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12542 2006-05-19  Glenn Morris  <rgm@gnu.org>
12544         * calendar/diary-lib.el (diary-bahai-date)
12545         (list-bahai-diary-entries, mark-bahai-diary-entries)
12546         (mark-bahai-calendar-date-pattern): Not interactive.
12547         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12548         (diary-entries-list): Change format of 4th element in each entry.
12549         (diary-list-entries): Use add-to-diary-list.
12550         (diary-goto-entry): Handle the case where the buffer visiting the
12551         diary has been killed.
12552         (fancy-diary-display): Add 'locator to button rather than 'marker.
12553         Only generate temp-face when there are marks to apply.
12554         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12555         (diary-fancy-date-pattern): New variable.
12556         (diary-time-regexp): Doc fix.
12557         (diary-anniversary, diary-time): New faces.
12558         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12559         diary-time-regexp.  Add font-lock-multiline property where needed.
12560         Use new faces diary-anniversary and diary-time.
12561         (diary-fancy-font-lock-fontify-region-function): New function, to
12562         handle multiline font-lock pattern in fancy diary.
12563         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12564         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12565         diary-time.
12567 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12569         * international/code-pages.el (mik): Table corrected.
12571 2006-05-18  Kim F. Storm  <storm@cua.dk>
12573         * progmodes/grep.el (grep-find): Don't check grep-find-command
12574         before running command (breaks non-interactive usage).
12576 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12578         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12579         (ewoc--insert-new-node): Don't insert trailing newline.
12580         Instead, adjust successor nodes's start markers.
12581         (ewoc--refresh-node): Delete all text from current node's start
12582         marker to the next one's; adjust successor nodes's start markers.
12583         (ewoc--create): Doc fixes.
12584         (ewoc--refresh): Don't insert newline.
12585         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12586         * pcvs.el (cvs-make-cvs-buffer):
12587         Specify extra newline for ewoc's header and footer.
12588         (cvs-update-header): Update initial header recognition.
12589         Append newline to final header and footer values.
12590         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12592 2006-05-17  Richard Stallman  <rms@gnu.org>
12594         * files.el (file-name-extension): Doc fix.
12596 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12598         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12599         we can explicitly enable/disable rather than toggle.
12600         (shell-mode): Use it.
12601         (shell-cd): Don't try to reproduce what `cd' does.
12603 2006-05-17  Kim F. Storm  <storm@cua.dk>
12605         * ido.el (ido-read-internal): Use only nondirectory part of
12606         default item.
12608 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12610         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12611         (ewoc-nth): Doc fix.
12613         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12615 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12617         * international/mule.el (auto-coding-alist): Add .lha to files
12618         read with no-conversion.
12620         * files.el (auto-mode-alist): Add .lha files to archive file
12621         extensions.
12623         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12624         Convert csize to integer when computing offsets within the
12625         compressed archive file.
12627 2006-05-16  Kim F. Storm  <storm@cua.dk>
12629         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12630         with read-from-minibuffer.
12632 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12634         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12635         (byte-compile-warnings): Fix safe-local-variable property.
12637 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12639         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12640         (allout-stylish-prefixes, allout-numbered-bullet)
12641         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12642         predicates to qualify `safe-local-variable' property, when
12643         available, else use equivalent lambda.
12644         (allout-current-topic-collapsed-p): Do the right thing regarding
12645         trailing blank lines.
12647 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * server.el (server-start): Only create a directory if needed.
12650         (server-edit, server-unload-hook): server-start => server-mode.
12651         (kill-emacs-hook): Cleanup upon exit.
12653 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         * hexl.el (hexlify-buffer): Encode process arguments manually.
12657 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12659         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12660         call to gdb-tooltip-print.
12662 2006-05-15  Romain Francoise  <romain@orebokech.com>
12664         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12665         systems, default to "tar" since those systems probably have GNU tar.
12667 2006-05-14  Lars Hansen  <larsh@soem.dk>
12669         * desktop.el (desktop-missing-file-warning): Fix docstring.
12670         (desktop-restore-file-buffer): Correct question asked on missing file.
12672 2006-05-14  Kim F. Storm  <storm@cua.dk>
12674         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12675         Add CUA move property.
12677 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12679         * custom.el (custom-push-theme): Load the variable before checking
12680         its `standard-value'.
12682 2006-05-13  Lars Hansen  <larsh@soem.dk>
12684         * desktop.el (desktop-save): Use with-temp-buffer.
12686 2006-05-12  Glenn Morris  <rgm@gnu.org>
12688         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12689         * calendar/calendar.el (calendar-mode-map):
12690         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12691         * calendar/appt.el (appt-check, appt-make-list): Refer to
12692         diary-view-entries, diary-list-entries, diary-show-all-entries
12693         rather than obsolete aliases.
12695 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12697         * simple.el (line-move-finish): Avoid calling point motion hooks
12698         while processing intangibility.
12700 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12702         * term/xterm.el (terminal-init-xterm): Fix typo.
12704 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12706         * allout.el (allout-view-change-hook): Mark as being deprecated,
12707         to be replaced by `allout-exposure-change-hook'.
12708         (allout-exposure-change-hook): New, replacing
12709         `allout-view-change-hook'.
12710         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12711         in addition to `allout-view-change-hook'.
12712         (allout-show-bodies, allout-old-style-prefixes)
12713         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12714         lambda forms to prevent their showing up in variable help
12715         presentations as inscrutable byte-compiled code.
12716         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12717         Use string-or-null-p to qualify safe-local-variable values.
12718         (allout-reindent-bodies): Use memq to qualify matches against
12719         valid safe-local-variable values.  Also, quote the lambda as above.
12720         (allout-use-mode-specific-leader): Add missing candidate-value
12721         symbols, use memq, and quote the lambda.
12722         (allout-overlay-interior-modification-handler): Remove unused
12723         variables `msg' and 'opened'.
12724         (allout-hidden-p): Constrain invisibility consideration to allout's
12725         invisibility spec, disregarding invisibility for other reasons.
12727 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12729         * files.el (version-control): Correct safe values.
12731 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12733         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12735         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12736         (ewoc--insert-new-node): New func.
12737         Update callers of deleted funcs to use it, instead.
12739 2006-05-11  Glenn Morris  <rgm@gnu.org>
12741         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12742         obsolete alias `show-all-diary-entries'.
12743         (make-diary-entry): Not interactive.
12744         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12745         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12746         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12747         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12748         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12749         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12751 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12753         * calendar/calendar.el (calendar-french-date-string)
12754         (calendar-mayan-date-string, calendar-chinese-date-string)
12755         (calendar-astro-date-string, calendar-iso-date-string)
12756         (calendar-islamic-date-string, calendar-bahai-date-string)
12757         (calendar-hebrew-date-string, calendar-coptic-date-string)
12758         (calendar-ethiopic-date-string, calendar-persian-date-string):
12759         These functions are not interactive.
12761 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12763         * files.el: Balance parentheses.
12765 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12767         * files.el, newcomment.el, outline.el, simple.el,
12768         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12769         * progmodes/cc-vars.el, progmodes/compile.el:
12770         Move `safe-local-variable' declarations to the respective files.
12772         * help-fns.el (describe-variable): Don't print safe-var if it is
12773         byte-code.  Improve wording as suggested by Luc Teirlinck.
12775 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12777         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12778         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12779         Use a token for pending-triggers to ensure gdb-var-update
12780         gets called once per user input again for pre-GDB 6.4.
12781         (gdb-var-delete): Match on more complex expressions.
12782         (gdb-var-list-children-handler, gdb-var-create-handler):
12783         Use a token for consistency.
12785 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12787         * textmodes/org.el (org-read-date, org-goto-calendar)
12788         (org-agenda-goto-calendar):
12789         Bind `view-calendar-holidays-initially' to nil.
12791 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12793         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12794         Update all callers to do it there, instead.
12796 2006-05-10  Glenn Morris  <rgm@gnu.org>
12798         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12799         prefix arg case, to avoid view-diary-entries-initially error.
12800         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12801         (calendar-date-is-legal-p): Handle dates with no day part.
12803 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12805         * comint.el (comint-insert-input): Just make it when
12806         comint-use-prompt regexp is nil (default) and with the mouse.
12807         (comint-copy-old-input): Reinstate from 2004-06-23.
12808         (comint-mode-map): Bind C-c C-m to it.
12810 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12812         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12813         Remove spurious move to point-max (new comint behavior fixes).
12815         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12816         compatibility function (Emacs 18/19).
12817         (idlwave-is-continuation-line): Always return point at start of
12818         previous non-blank continuation line.
12819         (keyword-parameters): Fix continued comment font-lock matcher.
12820         (idlwave-font-lock-fontify-region): Written, use as
12821         font-lock-fontify-region-function, to fix continued keyword
12822         fontification issues.
12824 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12826         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12827         (mac-service-selection, mac-service-open-file)
12828         (mac-service-open-selection, mac-service-mail-selection)
12829         (mac-service-mail-to, mac-service-insert-text): Rename from
12830         mac-services-*.  All uses changed.
12831         (mac-apple-event-map): Rename event symbol `services' to `service'.
12833 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12835         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12836         (ewoc--node-enter-first, ewoc--node-enter-last)
12837         (ewoc--delete-node-internal): Merge funcs into unique callers.
12839 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12841         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12842         return value of read-from-minibuffer for empty input.
12844 2006-05-09  Miles Bader  <miles@gnu.org>
12846         * comint.el (comint-insert-input): Remove redundant calls to setq
12847         and goto-char.
12849 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12851         * comint.el (comint-insert-input): Make it work when
12852         comint-use-prompt-regexp is t.
12854 2006-05-10  Miles Bader  <miles@gnu.org>
12856         * subr.el (field-at-pos): New function.
12858         * comint.el (comint-insert-input): Use it.
12860 2006-05-09  Juri Linkov  <juri@jurta.org>
12862         * battery.el (battery-linux-proc-acpi): Also try
12863         `/proc/acpi/thermal_zone/THR2/temperature'.
12865         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12866         for now unused lambda `string-or-null'.
12868         * add-log.el (change-log-default-name): Put `string-or-null-p'
12869         instead of lambda on `safe-local-variable' property.
12871         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12872         `region-end' instead of `mark' and `point'.
12873         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12874         Operate on region in Transient Mark mode when the mark is active.
12875         Use `region-beginning' and `region-end' instead of `mark' and
12876         `point'.
12877         (diff-hunk-text, diff-goto-source): Doc fix.
12879         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12880         face `mode-line-buffer-id' for mode-line buffer face instead of
12881         hard-coded `(:weight bold)'.
12883         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12884         buffer-undo-list to t (undo-ask is reproducible by visiting
12885         nested archives).
12887 2006-05-09  Kim F. Storm  <storm@cua.dk>
12889         * progmodes/grep.el (rgrep): Set default directory of *grep*
12890         buffer if we start M-x rgrep in the *grep* buffer and choose
12891         a different base directory.
12893 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12895         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12896         completion also when ido is loaded.
12898 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12900         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12901         "warning" and "import".
12902         (cpp-font-lock-keywords): Added "warning".
12904 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12906         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12908 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12911         pages at a time, if we signal the end, we should indeed reach that end.
12913 2006-05-08  David Reitter  <david.reitter@gmail.com>
12915         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12916         output during execution of the body.
12918 2006-05-08  Kim F. Storm  <storm@cua.dk>
12920         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12922 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12924         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12925         Use with-current-buffer.
12927 2006-05-07  Kim F. Storm  <storm@cua.dk>
12929         * subr.el (add-to-history): Remove keep-dups arg.
12931         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12932         to nil around call to add-to-history.
12934 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12936         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12937         than after a buffer modification.
12939 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12941         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12942         call to...
12943         (gud-watch): ...here so speedbar is raised for already watched
12944         expressions.
12945         (gdb-speedbar-refresh): Delete function.
12946         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12947         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12948         earlier change).
12949         (gdb-var-evaluate-expression-handler)
12950         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12952         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12953         Update localized contents for all buffers except ignored modes.
12955 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12957         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12958         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12959         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12960         (mac-handle-font-panel-closed, mac-handle-font-selection):
12961         New functions.
12962         (mac-font-panel-mode): New minor mode.
12963         (mac-apple-event-map): Add bindings for toolbar toggle button and
12964         font panel.
12965         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12967 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12969         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12970         Avoid `regexp-opt'; simplify regexp for readability.
12972 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12974         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12975         * files.el (buffer-stale-function):
12976         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12977         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12978         links to the main manual, not to emacs-xtra.
12980 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12982         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12983         MacJapanese if text is ASCII-only.
12985 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12987         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12988         unless so nil isn't returned.
12989         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12991 2006-05-06  Kim F. Storm  <storm@cua.dk>
12993         * subr.el (add-to-history): New function.
12995         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12996         (ediff-merge-files-with-ancestor):
12997         * env.el (setenv):
12998         * isearch.el (isearch-update-ring):
12999         * server.el (server-visit-files):
13000         * progmodes/grep.el (lgrep, rgrep):
13001         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13002         * progmodes/xscheme.el (xscheme-insert-expression):
13003         Use add-to-history.
13005         * kmacro.el (kmacro-push-ring): Use add-to-history.
13006         (kmacro-ring-length): Remove unused defun.
13007         (kmacro-start-macro): Use kmacro-push-ring.
13009 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
13011         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13012         directly instead of a lambda expression that calls it.
13014 2006-05-06  Kim F. Storm  <storm@cua.dk>
13016         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13017         instead of compute-motion.
13019 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
13021         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13022         change.
13024 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
13026         * startup.el (command-line-1): Refer to "Pure Storage" on
13027         pure-space-overflow.
13029 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
13031         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13032         provided faces once they all have been used up.
13034 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13036         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13037         reference to the Lisp manual to the warning about pure space
13038         overflow.
13040 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13042         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13043         argument to avoid the call to `ispell-internal-change-dictionary'
13044         when not needed.
13045         (ispell-change-dictionary): Use this argument and call
13046         `ispell-internal-change-dictionary' after the possible change
13047         to `ispell-local-dictionary'.
13048         (ispell-internal-change-dictionary): Check for a change in
13049         personal dictionary use too.
13051 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13053         * startup.el (command-line): On MS-Windows, probe "~", not
13054         "~USER", for warning about non-existent home directory.
13056         * arc-mode.el (archive-l-e): New optional argument `float' means
13057         generate a float value.
13058         (archive-arc-summarize, archive-lzh-summarize)
13059         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13060         with 3rd argument non-nil when file's size is being computed.
13061         Format the file sizes with %8.0f instead of %8d.
13063 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13065         * cus-start.el (all): Add mac-dnd-known-types.
13067         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13068         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13069         (mac-TIFF-to-string): New functions.
13070         (x-get-selection, x-selection-value)
13071         (mac-select-convert-to-string): Use them.
13072         (mac-text-encoding-mac-japanese-basic-variant): New constant.
13073         (mac-dnd-types-alist): New customization variable.
13074         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13075         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13076         (mac-dnd-handle-drag-n-drop-event): New functions.
13077         (mac-drag-n-drop): Remove function.
13078         (global-map): Bind drag-n-drop and M-drag-n-drop to
13079         mac-dnd-handle-drag-n-drop-event.
13081 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
13083         * progmodes/perl-mode.el (perl-beginning-of-function):
13084         Skip anonymous subs.
13086 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
13088         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13089         regexp-opt at run time.
13091         * term.el (term-handle-ansi-escape): Fix off by one error.
13093 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
13095         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13096         (gdb-init-1, gdb-post-prompt): ...and references to it.
13097         (gdb-frame-handler): Strip directory name from filename if present.
13099         * progmodes/gud.el (gdb-force-update): Delete defvar
13100         (gud-speedbar-buttons): ...and references to it.  Use window-start
13101         to try to keep positon in watch expression.
13103 2006-05-03  Richard Stallman  <rms@gnu.org>
13105         * simple.el (next-history-element, previous-history-element): Doc fix.
13107         * isearch.el (isearch-update-ring): Doc fix.
13109 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
13111         * isearch.el (isearch-update-ring): Take history-delete-duplicates
13112         into consideration.  Replace one arm ifs with whens.
13114 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
13116         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13117         (menu): Fix typo.
13119 2006-05-02  Miles Bader  <miles@gnu.org>
13121         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13123 2006-05-02  Jay Belanger  <belanger@truman.edu>
13125         * calc/calc-embed.el (calc-override-minor-modes-map)
13126         (calc-override-minor-modes): New variables.
13127         (calc-do-embedded): Make sure that Calc keystrokes aren't
13128         overwritten by minor modes.
13130 2006-05-02  Chong Yidong  <cyd@mit.edu>
13132         * msb.el (msb): If EVENT is a down event, read and discard the up event.
13134 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13136         * startup.el (command-line-1): Refer to Lisp manual when
13137         pure-space-overflow occurs.
13139         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13140         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13141         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13142         (version-control): Don't use `t' for safe-local-variable declarations.
13144 2006-05-01  Richard Stallman  <rms@gnu.org>
13146         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13147         M-r, M-R, M-A, M-SPC or M-DEL.
13148         (diff-mode-map): diff-refine-hunk now on C-c C-w
13149         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13151         * help-mode.el (help-mode): view-exit-action calls delete-window
13152         only when it is safe and possible.
13154         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13155         in messages.
13157         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13159         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13160         in the default tool-bar-map.
13162 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
13164         * net/tramp.el (tramp-completion-file-name-handler-alist)
13165         (tramp-run-real-handler, tramp-completion-run-real-handler)
13166         (tramp-completion-handle-file-name-all-completions)
13167         (tramp-completion-handle-file-name-completion): Autoload them.
13168         (tramp-completion-handle-file-exists-p)
13169         (tramp-completion-handle-file-name-directory)
13170         (tramp-completion-handle-file-name-nondirectory)
13171         (tramp-completion-handle-expand-file-name): Remove them.
13172         (tramp-handle-file-name-directory): Return the real directory name.
13173         Returning "/" only doesn't need to be necessary any longer.
13174         (tramp-file-name-handler): Make special attention when in hostname
13175         completion mode.
13176         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13177         (tramp-register-file-name-handlers):
13178         Register `tramp-completion-file-name-handler' only when
13179         `partial-completion-mode' is enabled.
13180         (tramp-completion-handle-file-name-all-completions):
13181         Delete directory part from results.
13182         (tramp-get-completion-methods, tramp-get-completion-user-host):
13183         Discard deleting "/", it doesn't work after the change of
13184         `tramp-handle-file-name-directory' above.
13186 2006-05-01  Kim F. Storm  <storm@cua.dk>
13188         * progmodes/grep.el (grep-expand-template): Use save-match-data
13189         and symbol-value.
13191 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13193         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13194         Use select-frame-set-input-focus instead of raise-frame.
13195         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13197 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
13199         * progmodes/gud.el (gud-def): Add %c case.
13200         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13201         (gud-format-command): Make match case sensitive.  Match on %F.
13203 2006-04-30  Glenn Morris  <rgm@gnu.org>
13205         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13206         (cal-tex-preamble): Use cal-tex-preamble-extra.
13207         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13208         than alias `list-diary-entries'.
13210 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
13212         * help-fns.el (describe-variable): Add info about safe local variables.
13214 2006-04-29  Richard Stallman  <rms@gnu.org>
13216         * bindings.el (mode-line-format): help-echo doc fixes.
13218         * net/tramp.el (tramp-file-name-handler-alist): Delete
13219         expand-file-name and other operations that can cause spurious loading.
13221 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * files.el (safe-local-variable-p): Remove support for the special
13224         value t.
13226         * textmodes/paragraphs.el (sentence-end-without-space):
13227         Fix safety predicate.
13228         (sentence-end-double-space, sentence-end-without-period)
13229         (paragraph-ignore-fill-prefix):
13230         * textmodes/fill.el (colon-double-space):
13231         * abbrev.el (abbrev-mode): Tighten the safety predicate.
13233         * subr.el (booleanp): New fun.
13235         * textmodes/reftex-vars.el (reftex-guess-label-type):
13236         Tighten the safety predicate.
13238 2006-04-28  Kim F. Storm  <storm@cua.dk>
13240         * progmodes/grep.el (defgroup grep): Doc fix.
13241         (grep-auto-highlight): Remove.
13242         (grep-template): New defcustom.
13243         (grep-find-template): Rename from grep-tree-template.
13244         (grep-files-aliases): Rename from grep-tree-files-aliases.
13245         Remove "all" alias, add "l" alias.
13246         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13247         (grep-find-ignored-directories): New defcustom to replace
13248         grep-tree-ignore-CVS-directories, to facilitate ignoring
13249         subdirectories for multiple version control systems.
13250         (grep-mode-map): Add Recursive grep item to GREP menu.
13251         (grep-regexp-history, grep-files-history): New defvars.
13252         (grep-probe): New helper function.
13253         (grep-compute-defaults): Use it to simplify code.
13254         Adapt to name changes.
13255         Use `.' as base in grep-find-template rather than <D>.
13256         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
13257         Call grep-compute-defaults unconditionally.
13258         (grep-expand-keywords): New defconst.
13259         (grep-expand-template): Rename from grep-expand-command-macros.
13260         Simplify via grep-expand-keywords.  Look at case-fold-search instead
13261         of grep-tree-ignore-case to add -i option.
13262         Bind case-fold-search to nil while matching keywords.
13263         (grep-tree-last-regexp, grep-tree-last-files): Remove.
13264         (grep-read-regexp, grep-read-files): New helper functions.
13265         (rgrep): Rename from grep-tree.  Rework to use proper histories.
13266         Adapt to changes in defcustoms and functions above.
13267         (lgrep): New command, as grep, but using same interactive UI as rgrep.
13269 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
13271         * net/tramp.el (tramp-completion-file-name-handler):
13272         Disable Tramp's functionality while loading Tramp itself.
13273         (tramp-register-file-name-handlers): That's a defsubst now.
13274         Code from `tramp-repair-jka-compr' moved here.  Apply it via
13275         `after-init-hook'.
13276         (tramp-repair-jka-compr): Remove.
13278 2006-04-27  Jay Belanger  <belanger@truman.edu>
13280         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13281         read expression when `math-read-big-expr' doesn't work.
13283 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
13285         * startup.el (command-line-1): Display warning when
13286         pure-space-overflow is non-nil.
13288 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13290         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13291         risky.
13293 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13295         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13296         Return the URL or nil if none can be generated.
13298 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
13300         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13301         byte compiler warnings.
13302         (gud-basic-call, gud-find-expr): Let user select an expression
13303         for printing.  Print expression as well as value in GUD buffer.
13305 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
13307         * allout.el: Remove local autoload declaration for
13308         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13309         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13310         (allout-plain-bullets-string, allout-distinctive-bullets-string)
13311         (allout-use-mode-specific-leader, allout-old-style-prefixes)
13312         (allout-stylish-prefixes, allout-numbered-bullet)
13313         (allout-file-xref-bullet, allout-presentation-padding)
13314         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13315         safe-local-variable with suitable value spec, and add autoload
13316         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
13317         (move-beginning-of-line, move-end-of-line): Repair so these compat
13318         functions now actually resituate the point, when appropriate.
13320 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13324         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13325         (add-log-iso8601-time-string): Fix call to format-time-string.
13327 2006-04-26  Kim F. Storm  <storm@cua.dk>
13329         * subr.el (posn-string, posn-image, posn-object): Doc fix.
13331 2006-04-26  Masatake YAMATO  <jet@gyve.org>
13333         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13334         Add support for "//" style comments.  Remove `b' flag
13335         from ?* in `asm-mode-syntax-table'.
13337 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13339         * follow.el: Use (featurep 'xemacs) everywhere.
13340         (follow-mode): Use define-minor-mode.
13341         (follow-mode-map): Move initialization into the declaration.
13342         Use command remapping.
13343         (follow-emacs-version-xemacs-p): Remove.
13344         (follow-submit-feedback): Remove.
13346         * allout.el (allout-layout, allout-passphrase-verifier-string)
13347         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13349         * textmodes/reftex-vars.el (reftex-vref-is-default)
13350         (reftex-fref-is-default, reftex-guess-label-type):
13351         Tighten up a bit the safety predicate.
13353         * textmodes/paragraphs.el (sentence-end-double-space)
13354         (sentence-end-without-period, sentence-end-without-space)
13355         (page-delimiter, paragraph-ignore-fill-prefix):
13356         Tighten up a bit the safety predicate.
13358         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13360         * progmodes/python.el (python-continuation-line-p)
13361         (python-beginning-of-statement): syntax-ppss may return
13362         a negative depth.
13363         (python-mode): Don't forcefully enable font-lock.
13365         * time-stamp.el (time-stamp-start, time-stamp-end)
13366         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13368         * add-log.el: Remove spurious * in docstrings.
13369         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13370         (add-change-log-entry): Use it here, since it's not specific
13371         to iso8601.
13372         (add-log-iso8601-time-string): Don't use it here any more.
13373         (change-log-indent-text, change-log-indent): Rename from add-log-*.
13375         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13377 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
13379         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13380         (rcirc-toggle-low-priority): Doc fix.
13381         (rcirc-handler-NOTICE): Remove beginning of line anchor in
13382         ChanServ regexp.
13383         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13384         #emacs.
13385         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13386         (rcirc-decode-coding-system): Use utf-8 as the default.
13387         (rcirc-multiline-minor-mode): Set the fill-column.
13388         (rcirc-format-response-string): Display bright and dim nicks.
13389         (rcirc-browse-url): Update interactive spec to fill ARG.
13390         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13391         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13393 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
13395         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13396         case for @Article, etc.
13398 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
13400         * net/tramp.el (tramp-register-file-name-handlers): New defun.
13401         Added with autoload cookie.
13402         (tramp-unload-file-name-handlers): Rename from
13403         `tramp-unload-file-name-handler-alist'.
13405 2006-04-23  Romain Francoise  <romain@orebokech.com>
13407         * comint.el (comint-match-partial-filename): Doc fix.
13409 2006-04-21  Glenn Morris  <rgm@gnu.org>
13411         * calendar/cal-menu.el (calendar-mode-map): Refer to
13412         `diary-view-entries' rather than alias `view-diary-entries'.
13413         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13415 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
13417         * progmodes/antlr-mode.el (antlr-default):
13418         * cus-edit.el (custom-documentation):
13419         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13420         in defface.
13422 2006-04-21  Kim F. Storm  <storm@cua.dk>
13424         * image.el (image-type): New defun split out of create-image.
13425         (create-image): Use it.
13427 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
13429         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13430         (org-open-at-point): Remove the "...done" message to keep output
13431         in the echo area visible.
13432         (org-export-as-xoxo): Fix call to `indent-region'.
13434 2006-04-21  Kevin Ryde  <user42@zip.com.au>
13436         * international/mule.el (keyboard-coding-system): defcustom
13437         info-link fixes: "Specify Coding" has been split, keyboard now in
13438         "Terminal Coding", and "Single-Byte Character Support" is now
13439         "Unibyte Mode".
13441 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
13443         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13444         Use font-lock-warning-face for any errors e.g. no stack.
13445         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13447 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13449         * progmodes/sh-script.el (sh-shell): Mark as safe.
13451         * newcomment.el (comment-start, comment-start-skip)
13452         (comment-end-skip, comment-end): Mark as safe.
13454 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
13456         * textmodes/org.el (org-deadline-announce): Face removed.
13457         (org-level-faces, org-n-levels): Convert to constant.
13458         (org-compatible-face): New function.
13459         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13460         (org-level-5, org-level-6, org-level-7, org-level-8)
13461         (org-special-keyword, org-warning, org-headline-done, org-link)
13462         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13463         (org-scheduled-today, org-scheduled-previously, org-time-grid):
13464         Face definition revised for better color tty support.
13465         (org-bold-re, org-italic-re, org-underline-re): New constants.
13466         (org-set-font-lock-defaults): Use the new constants.
13467         (org-agenda-highlight-todo): New function.
13468         (org-agenda-todo): Fix bug with point at end of line.
13469         (org-agenda-change-all-lines, org-finalize-agenda-entries):
13470         Fontify TODO keywords.
13471         (org-insert-link): Preserve relative path in ../ links.
13472         (org-export-as-html): Convert links pointing to .org files into
13473         links that will work beteen the exported HTML files.
13474         (org-todo-list): Fix bug when arg=0.
13475         (org-insert-heading): More fine-tuning.
13477 2006-04-19  Romain Francoise  <romain@orebokech.com>
13479         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13480         from `rmail-mime-charset-pattern'.
13482 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13484         * progmodes/python.el (python-mode): Fix typo.
13486 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
13488         * comint.el (comint-previous-input): Don't clobber input line
13489         when moving off either end of the input history ring.
13490         (comint-delete-input): New function, used by
13491         `comint-previous-input' and others.
13492         (comint-previous-matching-input):
13493         Use `coming-delete-input'.  Save the partial input if leaving the
13494         edit line.  Goto point-max before deleting input to avoid
13495         partial input fragments hanging around.
13496         (comint-restore-input): New function, used by `comint-previous-input'.
13498 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
13500         * imenu.el (imenu--index-alist): Balance parentheses.
13502 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13504         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13506 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
13508         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13509         file is nil.
13511 2006-04-18  Richard Stallman  <rms@gnu.org>
13513         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13515         * imenu.el (imenu-create-index-function, imenu--index-alist)
13516         (imenu--last-menubar-index-alist, imenu--make-index-alist)
13517         (imenu-default-create-index-function, imenu--generic-function):
13518         Doc fixes.
13520         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13522         * help-mode.el (help-mode): Set view-exit-action to delete window.
13524         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
13525         now works by passing nil as arg.
13527         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13529         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13530         (read-abbrev-file): Provide default when reading filename.
13532         * files.el (enable-local-variables): Allow :all as value.
13533         (hack-local-variables): Implement that value.
13534         (safe-local-variable-values, safe-local-eval-forms)
13535         (enable-local-variables): Mark as risky.
13536         (find-file-visit-truename, kept-old-versions): Mark safe.
13538         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13539         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13540         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13542 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13544         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13545         Use forward-line so as to get to BOL even in the presence of fields.
13546         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13547         in return.
13548         (inferior-tcl): Tell tclsh to work in interactive mode.
13550         * complete.el (partial-completion-mode):
13551         Use 'choose-completion-string-functions to make sure that
13552         choose-completion fills the minibuffer properly.
13554         * complete.el (PC-old-read-file-name-internal): Remove.
13555         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13556         of read-file-name-internal.
13557         (partial-completion-mode): Enable/disable this advice.
13559 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13561         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13562         of 2006-04-17.
13564 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13566         * textmodes/org.el (org-insert-heading): Insert heading before
13567         current if at beginning of line.
13568         (org-todo, org-date): New faces.
13569         (org-table-align): Make sure tooltip window contains full text.
13570         (org-no-properties): New defsubst.
13571         (org-set-font-lock-defaults): Use new faces.
13573 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13575         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13576         for root variables.
13578         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13579         (gdb-frame-address): Re-use to identify frame for watch expression.
13580         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13581         variables.
13582         (gdb-init-1, gdb-source, gdb-post-prompt)
13583         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13584         (gdb-frame-handler): Get gdb-frame-address.
13586 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13588         Sync with Tramp 2.0.53.
13590         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13591         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13592         (tramp-completion-file-name-handler): Add autoload cookie for
13593         adding to `file-name-handler-alist'.
13595         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13596         the prompt.  If it returns earlier (when detecting an error
13597         message), the rest of the output will merge accidently with the
13598         output of the next command.  Reported by M Jared Finder
13599         <jared@hpalace.com>.
13601         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13602         for `process-file', in order to let it work for older Emacsen too.
13604 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13606         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13607         (tex-font-lock-keywords-3): Use it.
13609 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * newcomment.el (comment-add): New function.
13612         (comment-region-default, comment-dwim): Use it.
13614 2006-04-15  Michael Olson  <mwolson@gnu.org>
13616         * emacs-lisp/tq.el: Improve comments.
13617         (tq-queue-head-question): New accessor function.
13618         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13619         Update for modified queue structure.
13620         (tq-queue-add): Accept `question' argument.
13621         (tq-queue-pop): If a question is pending, send it.
13622         (tq-enqueue): Accept new optional argument `delay-question'.
13623         If this is non-nil, and at least one other question is pending a
13624         response, queue the question rather than sending it immediately.
13626 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13628         * calendar/appt.el (appt-add): Check whether an appointment is
13629         already present in appt-time-msg-list.  Simplify code.
13631 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * progmodes/cc-langs.el (c-mode-menu):
13634         Don't presume c-subword-mode is bound.
13636 2006-04-13  Bill Wohler  <wohler@newt.com>
13638         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13639         (customize-package-emacs-version): Use cdr instead of cadr now
13640         that alists use dotted pairs.
13642         * custom.el (defcustom): Fix docstring for :package-version.
13644 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13646         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13647         (tramp-handle-shell-command): Display output buffer only when
13648         `tramp-display-shell-command-buffer' is true.
13649         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13651 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13653         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13654         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13656 2006-04-13  Romain Francoise  <romain@orebokech.com>
13658         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13659         leaving temporary .cvsignore buffers behind.
13661 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13663         * textmodes/org.el (org-set-regexps-and-options)
13664         (org-get-current-options): Better names for the startup folding
13665         options.
13667 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13669         * vc.el (vc-annotate): Arrange for point to end up at the same
13670         line number as in the original, but only when using a new buffer.
13672 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13674         * files.el (hack-one-local-variable-eval-safep):
13675         Recognize `edebug-form-spec' for `put', but only if it passes
13676         `edebug-basic-spec'.  Generalize `put' handling.
13678         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13679         vetting file-local form specs.
13681         * allout.el (allout-layout): Autoload its `safe-local-variable'
13682         property.
13684 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13686         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13687         (org-agenda-mouse-1-follows-link)
13688         (org-mouse-1-follows-link): New options.
13689         (org-format-agenda-item): Fix bug if TAGS is nil.
13690         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13692 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13694         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13695         GDB 6.1+ gives full filename for "info sources" so use
13696         file-name-nondirectory.
13698 2006-04-12  Romain Francoise  <romain@orebokech.com>
13700         * subr.el (read-passwd): Bind `message-log-max' to nil.
13702 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13704         * progmodes/perl-mode.el (perl-indent-new-calculate):
13705         Recompute parse-start after jumping backward by a whole sexp.
13707 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13709         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13710         window configuration.
13711         (vc-annotate-display-select): Select the buffer so that current-buffer
13712         (and selected-window) is the output buffer at the end of vc-annotate.
13714 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13716         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13717         8-color terminals, to use all of the colors in a sensible order.
13718         256-color terminals work well with the standard map.
13719         (vc-annotate-lines): Only strip the first color character if it
13720         is "#", to allow for terminal-style named colors.
13721         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13722         the correct buffer is scrolled.
13724 2006-04-11  Richard Stallman  <rms@gnu.org>
13726         * emacs-lisp/bytecomp.el (byte-compile-file):
13727         Bind enable-local-variables to :safe, and make normal-mode obey it.
13729         * files.el (enable-local-variables): Allow value :safe.
13730         (normal-mode): Doc fix.
13731         (hack-local-variables): Implement enable-local-variables = :safe.
13732         (hack-local-variables-confirm): Don't prevent quitting.
13734 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13736         * loadhist.el (unload-feature): A bit of sanity check of
13737         load-history entries.  Cancel timer-vars before unbinding them.
13739         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13740         quote special chars, and make the trick work on the hex part of the
13741         buffer as well.
13742         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13743         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13745         * startup.el (normal-splash-screen): Fix last change so we don't wait
13746         2 minutes if we don't show the splash screen.
13748 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13750         * textmodes/org.el (org-export-plain-list-max-depth)
13751         (org-table-spaces-around-separators)
13752         (org-radio-targets, org-activate-camels)
13753         (org-table-spaces-around-invisible-separators): Options removed.
13754         (org-time-stamp-rounding-minutes, org-remember-templates)
13755         (org-ellipsis, org-activate-links, org-descriptive-links):
13756         New options.
13757         (org-remember-apply-template, org-current-time)
13758         (org-finish-edit-table-field)
13759         (org-link-unescape, org-link-escape)
13760         (org-string-width, org-table-clean-line, org-html-do-expand)
13761         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13762         (org-read-agenda-file-list): New functions.
13763         (org-table-edit-field)
13764         (org-table-create-or-convert-from-region): New commands
13765         (org-table-toggle-vline-visibility): Command removed.
13766         (org-table-convert-region): Made a command.
13767         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13768         Replace with the normal org- functions.
13769         (org-self-insert-command): Don't trigger realign unnecessarily
13770         when blanking a field that is not full.
13771         (org-mode): `Set buffer-invisibility-spec' for links.
13772         (org-activate-links2): Hide link part and only show descriptive
13773         part of the link.
13774         (org-insert-link): Modify for new linking system.
13775         (org-store-link): Store description separately, for use by
13776         `org-insert-link'.
13777         (org-table-align): Use `org-string-width'.
13778         (defgroup): Completely new group structure for custom variables.
13779         (org-agenda-files): Option: Single file name allowed.  Function:
13780         Optional argument unrestrited means ignore any restricitons.
13781         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13782         trying to modify the menu.  Use generalized access to
13783         `org-agenda-files.'
13784         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13785         (org-agenda-file-to-front, org-remove-file, org-diary)
13786         (org-tags-view, org-export-icalendar-all-agenda-files)
13787         (org-export-icalendar-combine-agenda-files): Use generalized
13788         access to `org-agenda-files'.
13789         (org-remember-handler): Correctly preserve heading if present.
13790         (org-table-insert-row, org-table-insert-hline): Deal with
13791         invisible characters.
13793 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13795         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13796         (vc-annotate-color-map): New 18 element constant
13797         value/saturation, rotating hue colormap, from red->blue.
13798         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13799         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13800         (vc-annotate): To avoid killing the required local variables,
13801         set them before the end of `with-output-to-temp-buffer', and
13802         after first switching to annotate-mode.
13803         (vc-annotate-warp-version): Add buffer argument in goto-line to
13804         ensure annotation, not source, is scrolled.
13806 2006-04-10  Bill Wohler  <wohler@newt.com>
13808         * custom.el (defcustom, custom-handle-keyword):
13809         Add :package-version keyword.
13810         (custom-add-package-version): New function.  Sets value of new
13811         property 'custom-package-version from :package-version keyword.
13812         (defcustom): Create Common Keywords section in docstring.
13813         (defface, defgroup): Replace definitions of a select few keywords
13814         with a reference to the Common Keywords in defcustom.
13815         (defcustom, defface, defgroup): Replace reference to Customization
13816         chapter in manual with hyperlink.
13818         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13819         (customize-changed-options): Add check for custom-package-version.
13820         (customize-package-emacs-version): New function to look up Emacs
13821         version corresponding to the given package version.
13823         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13824         defun name, in similar fashion to find-variable-regexp.
13826 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13828         * international/mule-cmds.el (set-locale-environment): Fix last
13829         change for when the locale's preferences don't specify any encoding.
13831 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13833         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13834         so the defined var/fun doesn't need to be quoted.
13836 2006-04-10  Richard Stallman  <rms@gnu.org>
13838         * finder.el (finder-mode-map): Add n and p bindings.
13840 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13842         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13843         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13844         (gdb-setup-windows): Put something in source window if we can't find
13845         the source file.
13846         (gdb-frame-handler): Make it work again with just assembly.
13847         (gdb-data-list-register-values-handler): Make it work when there is
13848         no stack.
13850 2006-04-09  Richard Stallman  <rms@gnu.org>
13852         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13853         specs while looking for charset.
13855         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13857         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13858         Make them faces.
13859         (lm-font-lock-keywords): Update appropriately.
13861 2006-04-10  Kim F. Storm  <storm@cua.dk>
13863         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13864         it can also replace buffer-substring-no-properties.
13866         * emulation/cua-base.el (cua-delete-region, cua-paste)
13867         (cua-repeat-replace-region): Use filter-buffer-substring.
13869         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13870         (cua-cut-region-to-global-mark): Likewise.
13872         * emulation/cua-rect.el (cua--extract-rectangle)
13873         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13875 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13877         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13878         entry-type.  Add field delimiters to numerical fields if they are
13879         not present.
13881 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13883         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13884         string-const to return value.
13885         (bibtex-remove-delimiters): Use it.
13887 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13889         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13890         cl-byte-compile-compiler-macro unless it exists.
13892 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13894         * files.el (hack-local-variables-confirm) <offer-save>:
13895         Clarify message text.  Suggested by Ralf Angeli.
13897 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13899         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13900         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13901         instead of `buffer-substring' and `delete-region'.  (Most of the
13902         code actually copied from `kill-region'.)
13904 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13906         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13907         (rcirc-default-port): Rename from rcirc-port.
13908         (rcirc-default-nick): Rename from rcirc-nick.
13909         (rcirc-default-user-name): Rename from rcirc-user-name.
13910         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13911         (rcirc-low-priority-flag): New variable.
13912         (rcirc-decode-coding-system): New defcustom.
13913         (rcirc-encode-coding-system): New defcustom.
13914         (rcirc-coding-system-alist): New defcustom.
13915         (rcirc-multiline-major-mode): New defcustom.
13916         (rcirc-nick): New internal variable.
13917         (rcirc-process): Remove variable.
13918         (rcirc-server-buffer): New variable.
13919         (rcirc): Update to use rcirc-default-* variables above.
13920         (rcirc-connect): Do not add window-configuration-hook-here.
13921         (rcirc-server): New internal variable.
13922         (rcirc-connect): Do not send keepalive pings if
13923         rcirc-keepalive-seconds is nil.
13924         (with-rcirc-server-buffer): New macro.
13925         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13926         (rcirc-server-name): Rename from rcirc-server.
13927         (rcirc-buffer-process): New function.
13928         (rcirc-buffer-nick): New function.
13929         (rcirc-buffer-target): Remove function.
13930         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13931         New commands.
13932         (rcirc-mode-map): Change binding of C-c C-l to
13933         rcirc-toggle-low-priority.
13934         (rcirc-mode): Initialize coding system based on
13935         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13936         channel on a mode change.  Make kill-buffer-hook buffer-local.
13937         (rcirc-change-major-mode-hook): New function.
13938         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13939         (rcirc-last-post-time): New variable.
13940         (rcirc-process-message): Store the last time user posted a message
13941         to this target.
13942         (rcirc-multiline-minor-mode): New mode.
13943         (rcirc-multiline-minor-mode-map): New mode map.
13944         (rcirc-edit-multiline): Put multiline-edit buffer in
13945         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13946         (rcirc-print): Ignore any line starting with an ignored nick.
13947         (rcirc-print): Decode using rcirc-decode-coding-system.
13948         (rcirc-track-minor-mode): Update global-mode-string when disabling
13949         this mode.
13950         (minor-mode-alist): Add LowPri indicator.
13951         (rcirc-toggle-low-priority): New function.
13952         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13953         next lowpriority buffer with activity.
13954         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13955         last time the user posted a message in to the target.
13956         (rcirc-update-activity-string): New formatting for low priority
13957         buffers.
13958         (rcirc-split-activity): New function.
13959         (rcirc-handler-PART, rcirc-handler-KICK)
13960         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13961         (rcirc-nick-away-alist): New variable.
13962         (rcirc-handler-301): New handler.  Away messages are printed once
13963         per change.
13965 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13967         * info.el (Info-follow-nearest-node): Doc fix.
13969         * international/mule-cmds.el (set-locale-environment): Make sure
13970         the coding-system preferred by the locale's language has the same
13971         EOL conversion type as the original buffer-file-coding-system.
13972         (locale-language-names): Add a few MS Windows language codes.
13974 2006-04-07  Richard Stallman  <rms@gnu.org>
13976         * simple.el (eval-expression): Doc fix.
13978         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13979         (eval-defun): Doc fixes.
13981 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13983         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13985 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13987         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13988         GDB list command without argument for greater generality.
13990 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13992         * subr.el (string-or-null-p): New function.
13994         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13996         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13998         * files.el: Update comment about safe-local-variable declarations.
14000 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
14002         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14003         See idlwave.org.
14005         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14006         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
14008         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14009         See idlwave.org.
14011         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14012         version 6.0 (minimal changes).  See idlwave.org.
14014         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14015         6.0 (minimal changes).  See idlwave.org.
14017         * progmodes/idlw-rinfo.el: File obsoleted and removed.
14019 2006-04-06  Romain Francoise  <romain@orebokech.com>
14021         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14022         symmetric encryption features and a new asynchronous interface to
14023         GnuPG.  This new version is version 1.4, plus whitespace changes.
14025 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14027         * files.el: Move some `safe-local-variable' declarations to the
14028         respective files.
14030         * textmodes/ispell.el (ispell-check-comments)
14031         (ispell-local-dictionary): Mark as safe.
14033         * abbrev.el (abbrev-mode): Mark as safe.
14035         * add-log.el (change-log-default-name): Mark as safe.
14037         * textmodes/reftex-vars.el (reftex-vref-is-default)
14038         (reftex-fref-is-default, reftex-level-indent)
14039         (reftex-guess-label-type): Mark as safe.
14041         * textmodes/fill.el (colon-double-space): Mark as safe.
14043         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14044         (sentence-end-double-space, sentence-end-without-period)
14045         (sentence-end-without-space, sentence-end, sentence-end-base)
14046         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14048 2006-04-06  Kim F. Storm  <storm@cua.dk>
14050         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14051         the :set-after list.
14052         (ido-downcase-unc-hosts): New user option.  Default on.
14053         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14054         when it is set, as regexps are now applied on the fly.
14055         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14056         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14057         on the fly, but only when ido-process-ignore-lists is set.
14058         Do case insensitive filtering if ido-downcase-unc-hosts is set.
14059         Only downcase names if ido-downcase-unc-hosts is set.
14061 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
14063         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14065         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14067 2006-04-05  Kim F. Storm  <storm@cua.dk>
14069         * ido.el (ido-mode): Set after ido-unc-hosts and
14070         ido-ignore-unc-host-regexps.
14071         (ido-save-history): Save ido-unc-hosts-cache.
14072         (ido-load-history): Load ido-unc-hosts-cache.
14073         (ido-reread-directory): Refresh unc hosts cache in // dir.
14075         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14076         to nil while displaying slash screen.
14078 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14080         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14081         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14083 2006-04-05  Kenichi Handa  <handa@m17n.org>
14085         * international/characters.el: Setup cases of Latin, Greek, and
14086         Cyrillic characters in CJK charsets.
14088 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14090         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14091         default-enable-multibyte-characters.  This reverts the change from
14092         revision 6.17 which is no longer necessary because the passphrase
14093         is sent separately now.  GnuPG messages are unreadable under
14094         multibyte locales with default-enable-multibyte-characters set to nil.
14096 2006-04-04  Andreas Schwab  <schwab@suse.de>
14098         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14099         and `byte-compile-warnings' as `safe-local-variable'.
14101 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14103         * man.el (Man-mode-map): Restore the \r binding.
14104         (Man-abstract-xref-man-page): If Man-target-string is a function,
14105         call it.
14106         (Man-highlight-references): Use Man-default-man-entry to get the
14107         target.  Deal with xrefs too.
14108         (Man-highlight-references0): Don't call the target function.
14110         * woman.el (WoMan-xref-man-page): Strip the section number, woman
14111         cannot deal with it.
14113 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14115         * pgg-gpg.el: Clean up process buffers every time gpg processes
14116         complete.
14118 2006-04-04  Kenichi Handa  <handa@m17n.org>
14120         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14121         here.
14122         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14123         Temporarily bind inhibit-field-text-motion to t.
14125 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14127         * startup.el (normal-splash-screen): Only set mode-line-format in the
14128         splash buffer, so as not to interfere when debugging the code.
14129         Ignore errors when switching buffer.
14131 2006-04-03  Romain Francoise  <romain@orebokech.com>
14133         * dired.el (dired-dnd-protocol-alist): Fix typo.
14135 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14137         * savehist.el (savehist): Add :version.
14138         (savehist-ignored-variables): New variable.
14139         (savehist-minibuffer-hook): Don't save variables listed in
14140         `savehist-ignored-variables'.
14142         * dired.el (dired-dnd-protocol-alist): Mention that change does
14143         only apply to new buffers in doc string.
14145 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14147         * recentf.el (recentf-open-files-item): Include newline in button
14148         field, so opening a file will work, when the point is at the end
14149         of the file name.  Allow, for example, to [i]search a file by
14150         extension and just push RET to open it.
14152 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14154         * pgg-gpg.el (pgg-gpg-process-filter)
14155         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14157         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14158         lines, temporary fix.
14160 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14162         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14164 2006-04-02  Richard Stallman  <rms@gnu.org>
14166         * progmodes/compile.el (compilation-message-face): Make it defcustom.
14168 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14170         * ibuf-macs.el (define-ibuffer-column): Add a new key:
14171         header-mouse-map.
14173         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14174         (ibuffer-mode-header-map): New keymaps.
14175         (ibuffer-update-title-and-summary): Enable mouse face highlighting
14176         and keybindings for column headers.
14177         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14178         property.
14180 2006-04-02  Drew Adams  <drew.adams@oracle.com>
14182         * speedbar.el (speedbar-after-create-hook): Doc fix.
14184 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
14186         * shell.el (shell-directory-tracker)
14187         (shell-dynamic-complete-command): Doc fixes.
14189 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
14191         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14192         terminals.
14194 2006-04-01  Kim F. Storm  <storm@cua.dk>
14196         * ido.el (ido-unc-hosts-cache): New defvar.
14197         (ido-unc-hosts): If value of defcustom is a function, call it to
14198         get list of UNC hosts.  Add function-item choices to specify
14199         ido-unc-hosts-net-view or user function.
14200         (ido-ignore-unc-host-regexps): New defcustom.
14201         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14202         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14203         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14205 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14208         wwidth.
14210 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
14212         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14213         (ido-max-work-file-list, ido-switch-buffer)
14214         (ido-read-file-name-as-directory-commands):
14215         Fix typos in docstrings.
14217 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14219         * term/mac-win.el (mac-system-coding-system): Define and use after
14220         Mac-specific coding systems are ready.
14222 2006-03-27  Romain Francoise  <romain@orebokech.com>
14224         * net/rcirc.el (rcirc-connect): Add autoload cookie.
14226         * ldefs-boot.el: Update.
14228 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14230         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14231         passphrases when it is not needed.
14232         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14233         passphrase stuff from gpg, should only be necessary when you use
14234         gpg with a smartcard.
14236 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
14238         * comint.el (comint-dynamic-list-completions): Allow user to
14239         select *Completions* buffer.
14241 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
14243         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14245 2006-03-26  Andreas Schwab  <schwab@suse.de>
14247         * progmodes/gud.el (gdb): Only complain about multiple debugging
14248         when the gdb process is still running.
14250 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
14252         * mail/rmail.el (tool-bar-map): Defvar it.
14253         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14254         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14256 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14258         * help.el (print-help-return-message): Suggest to use
14259         display-buffer instead of switch-to-buffer-other-window to restore
14260         the previous window without selecting it.
14262 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14264         * frame.el (select-frame-by-name): Call x-focus-frame also when
14265         window-system is mac.
14267         * term/mac-win.el: Adjust Courier font specifications in
14268         x-fixed-font-alist.
14269         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14270         when directly encoding to UTF-16 in native byte order, no BOM.
14272 2006-03-25  Kim F. Storm  <storm@cua.dk>
14274         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14275         (cua--init-keymaps): Use it instead of fixed C-return.
14276         (cua-mode): Set after it.
14278         * emulation/cua-rect.el (cua--init-rectangles):
14279         Use cua-rectangle-mark-key instead of fixed C-return.
14281 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
14283         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14284         "run" in .gdbinit.
14285         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14287 2006-03-24  Romain Francoise  <romain@orebokech.com>
14289         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14290         `display-buffer-other-frame'.
14292 2006-03-24  Kim F. Storm  <storm@cua.dk>
14294         * apropos.el (apropos-synonyms): Add selection => region.
14296 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14298         * progmodes/gdb-ui.el (gdb-var-create-regexp)
14299         (gdb-var-list-children-regexp, gdb-var-update-regexp)
14300         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14301         (gdb-data-list-register-values-regexp)
14302         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14303         Future proof against new fields being added to MI output.
14304         (gdb-send): Don't treat backslashes for program input as
14305         continuations.
14306         (gdb-assembler-handler): Don't use window-start for this handler.
14307         (gdb-frame-handler): Don't change to hollow arrow if overlay
14308         arrow doesn't move to new frame.
14310 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14312         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14313         prevent compiler warnings.
14314         (gdb-stopped): Check for gud-last-last-frame (case: signal).
14315         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14316         (gdb-assembler-custom): Use hollow-right-triangle for assembler
14317         buffer too.
14319 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
14321         * pgg-gpg.el (pgg-gpg-update-agent): Check for
14322         make-network-process, so we can use the same code in Gnus v5-10
14323         too and have this file fully synchronized with that release.
14325 2006-03-23  Romain Francoise  <romain@orebokech.com>
14327         * ibuf-ext.el (ibuffer-read-filter-group-name):
14328         Use `ibuffer-generate-filter-groups' to make completion list match
14329         the filter groups that are really displayed in the Ibuffer buffer.
14330         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14332 2006-03-23  Kenichi Handa  <handa@m17n.org>
14334         * international/mule-cmds.el (sort-coding-systems): Describe that
14335         the argument is modified in docstring.
14337 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14339         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14340         (pgg-gpg-update-agent): New function.
14341         (pgg-gpg-use-agent-p): New function.
14342         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14343         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14344         (pgg-gpg-sign-region): Use it.
14346 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
14348         * cus-edit.el (custom-face-set): Call custom-push-theme before
14349         face-spec set so that `changed' theme is correctly saved.
14350         (custom-face-reset-standard): Reset to recalculated face rather
14351         than defface spec.
14353         * custom.el (custom-push-theme): Only save `changed' theme if the
14354         current face does not match the defface specs.
14356 2006-03-21  Simon Josefsson  <jas@extundo.com>
14358         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14359         <wilde@sha-bang.de>.
14360         (pgg-gpg-use-agent): New variable.
14361         (pgg-gpg-process-region): Use it.
14362         (pgg-gpg-encrypt-region): Likewise.
14363         (pgg-gpg-encrypt-symmetric-region): Likewise.
14364         (pgg-gpg-decrypt-region): Likewise.
14365         (pgg-gpg-sign-region): Likewise.
14366         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14368 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
14370         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14371         bracket links.
14373 2006-03-21  Kim F. Storm  <storm@cua.dk>
14375         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14376         fringe-indicator-alist instead of modifying global value.
14377         (gdb-frame-handler): Likewise.
14379 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
14381         * diff-mode.el (diff-function): Make it inherit from diff-header
14382         instead of diff-context.
14384         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14385         bitmap.
14386         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14387         change names in macro above for consistency.
14388         (gdb-frame-handler): Use hollow-right-triangle for all selected
14389         frames which except the innermost (where execution has stopped).
14390         (gdb-reset): Reset buffer-local values of overlay-arrow.
14392 2006-03-20  Richard Stallman  <rms@gnu.org>
14394         * simple.el (set-mark-command): Doc fix.
14396         * files.el (display-buffer-other-frame): New command.
14397         (ctl-x-4-map): Bind C-x 5 C-o to it.
14399 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14401         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14402         rather than just defer-time, in case defer-time has been changed but
14403         the timer isn't running yet.
14404         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14406 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
14408         * help-mode.el (help-follow-symbol): New function.
14409         Essentially identical to the old `help-follow', but do not let
14410         `push-button' do the work when on an xref.
14411         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14413 2006-03-19  Richard Stallman  <rms@gnu.org>
14415         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14416         preceded by the word `program'.
14417         (help-follow-mouse, help-follow): Throw error if not on xref.
14418         Delete no longer used args.
14420 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
14422         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14423         annotation ensure gud-overlay-arrow-position is redisplayed.
14425 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14427         * textmodes/bibtex.el (bibtex-include-OPTkey)
14428         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14429         (bibtex-autokey-name-case-convert)
14430         (bibtex-autokey-titleword-case-convert): Make these the aliases
14431         for the following two variables.
14432         (bibtex-autokey-name-case-convert-function)
14433         (bibtex-autokey-titleword-case-convert-function): Make these the
14434         real names.
14435         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14436         bibtex-font-lock-crossref sublists.
14437         (bibtex-mode): Revert 2005-12-30 change (which made
14438         completion-ignore-case buffer-local).
14439         (bibtex-url): Simplify.
14441 2006-03-19  Kim F. Storm  <storm@cua.dk>
14443         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14444         cursor property value to 2 (to align with C level change).
14446 2006-03-19  Bill Wohler  <wohler@newt.com>
14448         * image.el (image-load-path-for-library): Shorten first line in
14449         docstring.
14451 2006-03-18  Richard Stallman  <rms@gnu.org>
14453         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14455 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
14457         * isearch.el (isearch-other-meta-char): Handle user bindings for
14458         shifted control characters.
14460 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
14462         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14463         part that matches email addresses, file names, etc.
14465 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
14467         * term/w32-win.el (mouse-set-font):
14468         Mention w32-list-proportional-fonts in the doc string.
14470 2006-03-18  Kim F. Storm  <storm@cua.dk>
14472         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14473         (ido-unc-hosts): New user option to explicitly define list of know
14474         UNC-style hosts for completion.
14475         (ido-cache-unc-host-shares-time): New user option.
14476         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14477         New helper functions for UNC file-name support.
14478         (ido-may-cache-directory): Check for UNC host.  Simplify.
14479         (ido-wash-history): Clean out old UNC hosts.
14480         (ido-nonreadable-directory-p): UNC hosts are always readable.
14481         (ido-directory-too-big-p): UNC hosts are never too big.
14482         (ido-set-current-directory): Handle UNC root path.
14483         (ido-file-name-all-completions): Complete UNC host names from
14484         ido-unc-hosts list.  Cache UNC host shares.
14485         (ido-make-file-list-1): Don't filter UNC root.
14486         (ido-exhibit): Check for // in root directory, and switch to UNC
14487         mode by setting ido-current-directory to //.
14489 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
14491         * cus-edit.el (customize-changed-options): Mention explicit
14492         version number as default in prompt.
14494 2006-03-17  Bill Wohler  <wohler@newt.com>
14496         * image.el (image-load-path-for-library): Minor docstring fix.
14498 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
14500         * textmodes/org.el (org-read-date): Include subgroup 5 into
14501         replacement text.
14502         (org-popup-calendar-for-date-prompt): Fix customization type.
14504 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
14506         * progmodes/gdb-ui.el (gud-watch): Provide completion.
14507         (gdb-continuation): New variable.
14508         (gdb-send): Deal with continuation lines.
14510         * progmodes/gud.el (gud-gdb-complete-command)
14511         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14512         expressions.
14513         (gud-tooltip-mode): Use buffer-local value.
14515 2006-03-16  Kim F. Storm  <storm@cua.dk>
14517         * ido.el (ido-edit-input): Use selected match, if any.
14519 2006-03-16  Bill Wohler  <wohler@newt.com>
14521         * image.el (image-load-path-for-library): Prefer user's images in
14522         image-load-path.
14524 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
14526         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14527         when checking for attempt to drag leftmost or rightmost scrollbar.
14529 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
14531         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14532         (gdb-force-mode-line-update): New function.
14533         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14534         (gdb-exited): Use them.
14535         (gdb-signal): New function.
14536         (gdb-annotation-rules): Provide a rule for it.
14538 2006-03-16  Kenichi Handa  <handa@m17n.org>
14540         * international/mule.el (auto-coding-regexp-alist): Add entries
14541         for Unicode BOM.
14543         * sort.el (sort-build-lists): Temporarily bind
14544         inhibit-field-text-motion to t.
14546 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14548         * locate.el (locate-command, locate-make-command-line)
14549         (locate-fcodes-file, locate-update-command)
14550         (locate-prompt-for-command, locate, locate-with-filter)
14551         (locate-get-file-positions): Doc fixes.
14552         (locate-buffer-name, locate-header-face): Remove leading `*' in
14553         defcustom.
14554         (locate-filter-output): Use `keep-lines' instead of its alias
14555         `delete-non-matching-lines'.
14556         (locate-get-filename, locate-get-dirname): Add introductory comment.
14557         (locate-find-directory-other-window): Give appropriate error
14558         message if used outside main listing.
14560 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14562         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14563         the new extend-region feature.
14564         (font-lock-after-change-function): Update correspondingly.
14565         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14566         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14568 2006-03-15  Bill Wohler  <wohler@newt.com>
14570         * image.el (image-load-path-for-library): Fix example by not
14571         recommending that one binds image-load-path.  Just defvar it to
14572         placate compiler and only use it if previously defined.
14574 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14576         * textmodes/org.el (org-insert-centered): Use `string-width' to
14577         make underlining work for wide characters.
14578         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14579         TAB to `org-cycle', to make sure that no binding in
14580         `outline-mode-map' can supercede it.
14582 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14584         * allout.el: Increment version to 2.2.1 in file commentary.
14586         (allout-version): Increment to 2.2.1.
14588         (allout-default-layout): New customization variable, used when the
14589         file lacks a specific allout-layout.  Uses allout-layout-type for
14590         recursively nested definition.
14592         (allout-layout-type): Widget defining allout layouts, necessary for
14593         self-recursive definition.
14595         (allout-mode): Incorporate allout-default-layout as fallback for
14596         allout-layout.
14598         (allout-layout): Mark as 'safe-local-variable', and refer mention
14599         fallback to `allout-default-layout' in absence of a specified value.
14600         (allout-passphrase-verifier-string)
14601         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14603         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14605         (allout-get-encryption-passphrase-verifier): Use correct name of
14606         passphrase verifier in docstring.
14608 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14610         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14611         elements.
14612         (gdb-find-watch-expression): Make it work for arrays too.
14613         Follow change to gdb-var-list.
14614         (gud-watch): Allow the user to enter variable name with a prexix
14615         arg.  Create keybindings.
14616         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14617         (gdb-var-list-children-handler, gdb-var-update-handler)
14618         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14619         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14620         Follow change to gdb-var-list.
14621         (gdb-starting): Don't show the overlay arrows when program is running.
14623         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14624         gdb-var-list.
14626 2006-03-14  Bill Wohler  <wohler@newt.com>
14628         * image.el (image-load-path-for-library): Pass value of path
14629         rather than symbol.  Always return list of directories.
14630         Guarantee that image directory comes first.
14632 2006-03-14  Alan Mackenzie  <acm@muc.de>
14634         * font-core.el (font-lock-extend-region\(-function\)?.):
14635         New function/variable.
14637         * font-lock.el (font-lock-after-change-function):
14638         Call font-lock-extend-region.  Obey font-lock-lines-before.
14639         (font-lock-default-fontify-region): Remove reference to
14640         font-lock-lines-before.
14642         * jit-lock.el (jit-lock-after-change):
14643         Call font-lock-extend-region.  Obey font-lock-lines-before.
14645 2006-03-14  David Ponce  <david@dponce.com>
14647         * tree-widget.el (tree-widget-themes-load-path)
14648         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14650 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14652         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14653         (rcirc-print): Mark the start of text at the end of the prompt.
14654         (rcirc-track-minor-mode): Add autoload cookie.
14655         (rcirc-update-activity-string): Add space to front of mode-line
14656         indicator.
14658 2006-03-13  Miles Bader  <miles@gnu.org>
14660         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14661         (rcirc-abbrev-nick): Remove function.
14662         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14664 2006-03-13  David Ponce  <david@dponce.com>
14666         * tree-widget.el: Handle themes across all occurrences of the main
14667         themes sub-directory found in tree-widget-themes-load-path.
14668         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14669         (tree-widget--locate-sub-directory): Return all occurrences.
14670         (tree-widget-themes-path): New function.
14671         Replace tree-widget-themes-directory, and return a list of directories.
14672         (tree-widget-set-parent-theme)
14673         (tree-widget-lookup-image): Use it.
14675 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14677         * textmodes/org.el (org-link-search): Avoid self-matching of
14678         links, allow target text to be distributed over several lines.
14679         (org-search-not-link): New function.
14680         (org-set-regexps-and-options, org-get-current-options):
14681         New startup options.
14682         (org-export-as-html): Take odd-level setting from local variable.
14683         (org-fontify-emphasized-text): New option.
14684         (org-set-font-lock-defaults): Include emphasized text.
14685         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14686         (org-font-lock): Customize group renamed from `org-faces'.
14688 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14690         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14691         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14693 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14695         * cus-start.el (all): Delete :version keyword for members of the
14696         fringe group, since the entire group is new in 22.1.
14698 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14700         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14701         map if value is hexadecimal (an address).
14702         (gud-watch): Only search roots for existing watch expressions.
14703         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14704         prevent caching problems with speedbar-update-directory-contents.
14706 2006-03-12  Juri Linkov  <juri@jurta.org>
14708         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14709         before comparing with `low' and `warn'.
14711         * info.el (Info-dir-remove-duplicates): Move point to the
14712         beginning of the current line after deleting the entries from
14713         redundant heading.  Use marker for `limit' and compare it with
14714         point before calling `re-search-forward'.
14716 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14718         * simple.el (yank): Fix typo in docstring.
14720 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14722         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14723         messages, where "D" is the 6th character.
14725 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14727         * simple.el (yank): Fix last change.
14729 2006-03-11  David Ponce  <david@dponce.com>
14731         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14732         before merging elements from the standard ispell-dictionary-alist.
14733         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14734         alist, and return the new alist.
14736 2006-03-11  Richard Stallman  <rms@gnu.org>
14738         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14740         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14741         the way it is implemented is too unclean.
14743         * simple.el (kill-region, yank): Doc fix.
14745         * battery.el (battery-echo-area-format): Doc fix.
14746         (battery-mode-line-format): Likewise.
14747         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14748         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14750 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14752         * progmodes/octave-mod.el (octave-indent-for-comment):
14753         Behave according to do string.
14755 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14757         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14758         Be visible only if major mode is Mail Mode.
14760         * textmodes/flyspell.el (flyspell-external-point-words)
14761         (flyspell-process-localwords): Fix last changes.
14763 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14765         * calendar/holidays.el (list-holidays): Doc fix.
14767         * international/mule.el (auto-coding-alist): Add .odt
14768         (OpenOffice's open document) files.
14770         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14771         document) files.  Mention in the doc string the need to sync with
14772         auto-coding-alist.
14774 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14776         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14777         enable-local-variables is set to always query, or there is no
14778         savable variable.
14780 2006-03-10  Bill Wohler  <wohler@newt.com>
14782         * image.el (image-load-path-for-library): Merge at least three
14783         functions from Gnus and MH-E into this one function that can now
14784         be shared.
14786 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14788         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14789         gdb-remove-mouse-face and remove help-echo too.
14790         (gdb-enqueue-input): Correct conditional clause.
14792 2006-03-10  Glenn Morris  <rgm@gnu.org>
14794         * calendar/calendar.el (calendar-holidays): Doc fix.
14795         * calendar/holidays.el (list-holidays): Doc fix.
14797 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14799         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14800         it gets called in gdb-prompt anyway.
14801         (gdb-use-separate-io-buffer): Only restore window arrangement for
14802         gdb-many-windows.
14803         (gdb-enqueue-input): Make it harder to send GDB input when program
14804         is running.
14805         (gdb-buffer-list): New variable.
14806         (gdb-remove-mouse-face): New function.
14807         (gdb-starting): Use it when GDB input won't get sent.
14809 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14811         * help.el (view-lossage): Remove trailing whitespace before
14812         inserting "\n".
14814 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14816         * files.el (hack-local-variables-confirm):
14817         Set coding-system-for-read to nil before writing to .emacs.
14819         * arc-mode.el (archive-extract): Check if an existing buffer name
14820         comes from a different archive.
14822         * help.el (describe-key-briefly): If KEY is a down event, read and
14823         discard the up event.
14825 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14827         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14828         be edited and use font-lock-warning-face for any changes.
14830         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14831         (gdb-edit-value): Use it to report any errors.
14833 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14835         * help.el (describe-key): Remove leftover test code.
14837 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14839         * textmodes/org.el: Move defvars out of eval-when-compile.
14840         Use buffer-file-name variable.
14841         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14842         arg `file'.
14843         (org-level-faces): Remove startup dependency.
14844         (org-cycle, org-map-tree, org-scan-tags)
14845         (org-remember-handler): Don't call `outline-level' directly.
14846         (org-mhe-search-all-folders): New option.
14847         (org-mhe-get-message-folder-from-index)
14848         (org-mhe-get-message-folder): Fix indexing search.
14849         (org-format-agenda-item): Handle nil TAGS argument.
14850         (org-cleaned-string-for-export, org-activate-target-links)
14851         (org-make-target-link-regexp): Deal with empty radio target list.
14852         (org-tag): New face.
14853         (org-get-level-face): New function.
14854         (org-set-font-lock-defaults): Simplify setup for headlines.
14855         (org-complete): Pass common substring to `display-completion-list'.
14857 2006-03-06  David Ponce  <david@dponce.com>
14859         * tree-widget.el: Update Commentary header.
14860         (tree-widget-theme-name): Ignore parent themes.
14861         (tree-widget-set-parent-theme): New function.
14862         (tree-widget-set-theme): Use it.
14863         (tree-widget-set-image-properties): Move definition.  Does nothing
14864         if image properties have already been set.
14865         (tree-widget-image-properties): Move definition.  Receive an image
14866         name.  Set the :pointer property.
14867         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14868         Don't set the :pointer image property.
14869         (tree-widget-convert-widget): New function.  Handle :dynargs
14870         compatibility here.
14871         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14872         predicate to control when the :expander function is entered.
14873         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14874         (tree-widget-value-create): Handle :expander-p.  widget-apply
14875         :expander.
14876         (tree-widget-expander-p): New function.  Default value of the
14877         :expander-p property.
14879 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14881         * help.el (describe-key): Properly handle the return value of
14882         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14883         remaps.  Handle string and vector `follow-link' values.
14885 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14887         * complete.el (PC-expand-many-files): Try be more careful when parsing
14888         the shell's output.
14890 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14892         * outline.el (hide-sublevels): Provide better interactive default.
14894 2006-03-06  Kenichi Handa  <handa@m17n.org>
14896         * international/fontset.el (create-fontset-from-fontset-spec):
14897         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14899 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14901         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14902         backslashes instead of one in regexp.
14903         (gud-tooltip-dereference): Add missing optional argument.
14905 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14907         * wdired.el (toplevel): Require `cl' at compile-time.
14909 2006-03-04  Andreas Schwab  <schwab@suse.de>
14911         * server.el (server-process-filter): Handle errors during
14912         evaluation of the argument.
14914 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14916         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14917         escape parentheses at beginning of line.
14918         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14919         (t-mouse-mode): Remove period from end of error message.
14921 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14923         * textmodes/flyspell.el (flyspell-process-localwords):
14924         Be case-sensitive.
14926 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14928         * cus-edit.el (custom-quote): Remove function, since it has been
14929         moved to custom.el.
14931         * font-lock.el (lisp-font-lock-keywords-2)
14932         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14933         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14934         they have no special meaning.
14936         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14937         indirect buffer gets killed before indirect buffer.  Use dolist.
14939 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14941         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14942         value instead of a literal constant (1) on more pauses.
14944 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14946         * textmodes/flyspell.el (flyspell-external-point-words):
14947         Be case-sensitive.
14949 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14951         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14952         with "www".
14954 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14956         * allout.el: Restablish intermediate missing comment header to
14957         preserve outline structure.
14958         (allout-beginning-of-current-entry): Skip invisible text.
14959         (allout-open-topic): Fix opening a topic at end-of-buffer.
14960         (allout-minor-mode): Move nearer to allout-mode function.
14962 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14964         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14966 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14968         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14969         is nil.
14971         * progmodes/gud.el (gud-speedbar-menu-items):
14972         Use buffer-local-value and add missing :visible keyword.
14974         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14976 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14978         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14979         must be `follow-link'.
14981         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14983         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14984         formatting: No nested anchors.
14985         (org-all-targets): Fix bug with XEmacs compatibility.
14986         (org-read-date): Add (require 'parse-time).
14987         (org-set-tags): Fix bug with extra inserted space.
14988         (org-export-html-style): Define a style class for targets.
14989         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14990         (org-hide-leading-stars): New option.
14991         (org-hide): New face.
14992         (org-set-font-lock-defaults): Allow to hide leading stars.
14993         (org-get-legal-level, org-tr-level): New functions.
14994         (org-odd-levels-only): New option.
14995         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14996         (org-demote, org-promote): Deal with double-star levels.
14997         (org-convert-to-odd-levels): New command.
14999 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
15001         * speedbar.el (speedbar-update-localized-contents): Try to
15002         preserve window-start.
15003         (speedbar-update-directory-contents): Try to preserve window-start
15004         and window-point.
15005         (speedbar-update-special-contents): Don't move back to start of window.
15007         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15008         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
15009         speedbar-timer-fn.
15010         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15011         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15012         instead of gdb-speedbar-timer-fn.
15014 2006-02-28  Jay Belanger  <belanger@truman.edu>
15016         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15017         (math-compose-expr): Use latex option when calling
15018         `math-compose-tex-matrix' for latex mode.
15020 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
15022         * speedbar.el: Re-instate comments about developing for speedbar
15023         [this is what info and gdb-ui use even if better methods exist now].
15025         * t-mouse.el: New file.
15026         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
15027         (t-mouse-lispy-buffer-posn-from-coords): Remove.
15028         (t-mouse-make-event-element): Use posn-at-x-y instead.
15029         (t-mouse-make-event): Deal with Fedora Core 3.
15030         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15031         (t-mouse-mouse-position-function): New function.  Use it instead
15032         of advising mouse-position.
15033         (t-mouse-mode): New minor mode.
15034         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
15036 2006-02-27  Glenn Morris  <rgm@gnu.org>
15038         * calendar/calendar.el (calendar-holidays): Doc fix.
15040 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
15042         * progmodes/gdb-ui.el (gdb-source-window): New variable.
15043         Re-introduce the concept of a source window.
15044         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15045         consistency with get-buffer-create.
15046         (def-gdb-auto-update-handler, gdb-info-locals-handler)
15047         (gdb-data-list-register-values-handler)
15048         (gdb-stack-list-locals-handler): Try to preserve window-start as
15049         well as window-point.
15050         (gdb-display-source-buffer): New function (old concept).
15051         (gdb-goto-breakpoint): Use it.
15053         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15054         for gdb-ui/gdb-mi (old concept).
15056 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
15058         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15059         binding.
15061         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15063         * textmodes/reftex-sel.el (reftex-select-label-map)
15064         (reftex-select-bib-map): Add `follow-mouse' binding.
15066 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
15068         * jka-cmpr-hook.el (jka-compr-compression-info-list)
15069         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15070         Give :set functions to provide automatic updating.
15071         Update docstring.  Give compiler defvars early in the file
15072         and move the defcustoms to a later spot where all called functions
15073         are defined.
15074         (jka-compr-file-name-handler-entry): Doc fix.
15075         (jka-compr-compression-info-list--internal)
15076         (jka-compr-mode-alist-additions--internal)
15077         (jka-compr-load-suffixes--internal): New variables.
15078         (jka-compr-install): Set the three above variables.
15079         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15080         (jka-compr-update, jka-compr-set): New functions.
15081         (auto-compression-mode): Doc fix.
15083         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15084         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15085         Use jka-compr-compression-info-list--internal,
15086         jka-compr-mode-alist-additions--internal and
15087         jka-compr-load-suffixes--internal.
15089         * files.el (load-library):
15090         * loadhist.el (file-loadhist-lookup):
15091         * startup.el (command-line):
15092         * subr.el (locate-library):
15093         * emacs-lisp/autoload.el (update-directory-autoloads):
15094         * emacs-lisp/find-func.el (find-library-suffixes):
15095         Use `get-load-suffixes' instead of `load-suffixes'.
15097         * subr.el (locate-library):
15098         * emacs-lisp/find-func.el (find-library-name):
15099         Use `load-file-rep-suffixes' instead of '("").
15101 2006-02-26  Kim F. Storm  <storm@cua.dk>
15103         * ido.el (ido-save-history, ido-load-history): Simplify.
15104         Don't use find-file-noselect to avoid interference from other modes.
15106 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
15108         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15109         to use the default shell if filename is not available.
15110         Reported by Giorgos Keramidas.
15112 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
15114         * progmodes/etags.el (tags-completion-table): Do completion from
15115         all the tables in the current list, as documented in the manual.
15117 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15119         * CC Mode Update to 5.31.3.
15121 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15123         * progmodes/cc-mode.el (c-postprocess-file-styles):
15124         Bind inhibit-read-only to t, around the call to
15125         c-remove-any-local-eval-or-mode-variables, so that it works on a
15126         RO file.
15128 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15130         * progmodes/cc-awk.el: Correct a typo.
15132 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15134         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15135         c-hungry-delete-backwards, at the request of RMS.  Leave the old
15136         name as an alias.
15138 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15140         * progmodes/cc-mode.el: Correct a typo.
15142 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15144         * progmodes/cc-defs.el: Update the version number to 5.31.3.
15146 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15148         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15149         brace-else-brace (error due to mbeg, mend being undefined).
15151 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15153         * progmodes/cc-mode.el: File Local variables: Solve the problem
15154         where both `mode' and c-file-offsets are specified: `mode' will
15155         overwrite c-f-o's settings:
15156         (c-remove-any-local-eval-or-mode-variables): New function.
15157         (c-postprocess-file-styles): Call the above new function, within
15158         c-tentative-buffer-change, to splat `mode' and `eval' before the
15159         second hack-local-variables.
15161 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15163         * progmodes/cc-mode.el:
15164         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15165         (c-after-change): Protect the match data with save-match-data.
15166         It was getting corrupted by c-after-change-check-<>-operators.
15168         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15169         (top level): Check for a buggy font-lock-compile-keywords ONLY in
15170         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
15172         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15173         with save-match-data.  It was being corrupted when Font Lock was
15174         not enabled.
15176 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15178         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15179         Mode and Subword Mode.
15181         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15182         real labels ("case 1:" or "foo:") from non-labels ("public:").
15183         (c-forward-objc-directive): Replace c-forward-token-2 with crude
15184         coding; c-f-t-2 doesn't move over a token at EOB.
15186         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15188         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15189         (c-update-modeline): Concatenate the minor mode indicators
15190         directly onto mode-name, removing c-submode-indicators.
15191         Sometimes, c-s-i got separated from the mode name on the mode line.
15193         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15194         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15196 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15198         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15199         error message when there's an evaluation error to show whether
15200         it's loaded from source or not.
15201         (c-filter-ops): Make it available at runtime too to work when
15202         `c-make-init-lang-vars-fun' needs to evaluate from source.
15204 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
15206         * help.el (help): Revert last part of 2006-02-23 change (deletion
15207         of the `provide' call).
15209 2006-02-23  Juri Linkov  <juri@jurta.org>
15211         * compare-w.el (compare-windows-highlight): Add new value
15212         `persistent' and change :type from `boolean' to `choice'.
15213         (compare-windows-overlays1, compare-windows-overlays2):
15214         New internal variables.
15215         (compare-windows-highlight): If compare-windows-highlight is
15216         `persistent', add current overlays to compare-windows-overlays[12]
15217         instead of adding compare-windows-dehighlight to pre-command-hook.
15218         (compare-windows-dehighlight): Delete all overlays from
15219         compare-windows-overlays[12].
15221         * info.el (Info-search): Don't bind search-spaces-regexp to
15222         Info-search-whitespace-regexp in non-regexp isearch mode.
15224 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15226         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15228 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
15230         * textmodes/org.el (org-xemacs-p)
15231         (org-export-html-show-new-buffer, org-table-may-need-update)
15232         (org-insert-item, org-mhe-get-message-real-folder)
15233         (org-mhe-get-message-folder-from-index)
15234         (org-mhe-get-message-folder, org-mhe-get-message-num)
15235         (org-mhe-get-header, org-make-org-heading-search-string)
15236         (org-make-org-heading-camel, org-table-sort-lines)
15237         (org-format-org-table-html, org-format-table-table-html):
15238         Fix typos in docstrings.
15240 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
15242         * textmodes/org.el (org-cleaned-string-for-export)
15243         (org-solidify-link-text): New function.
15244         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15245         XEmacs, just to silence the compiler.
15246         (org-export-as-ascii, org-export-as-html-and-open):
15247         Use `org-cleaned-string-for-export' and create internal links.
15248         (org-follow-mhe-link): Require mh-e, use folder.
15250 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15252         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15254         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15255         gdb-debug-log-length.
15256         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
15257         it a real ring but...
15258         (gud-gdba-marker-filter): ...make it work like mark-ring.
15259         (gdb-enable-debug): Rename from gdb-enable-debug-log.
15260         (gdb-mouse-jump): New function.  Add bindings.
15262 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15264         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15265         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15266         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15267         (gdb-debug-log-length): Customize it's length.
15268         (gud-watch, gdb-var-create-handler): Display function::var format
15269         but don't use to create variable object.
15270         (gdb-var-create-handler): Use message-box in place of message.
15271         (gdb-stopped): Call gdb-exited if signalled.
15273 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
15275         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15277         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15279         * textmodes/reftex.el (reftex-locate-file): Search all extensions
15280         if `reftex-try-all-extensions' is set.
15282         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15283         fail silently when there is no valid argument at point.
15284         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15285         `fail-silently' argument.  From a patch by David Reiter.
15287         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15288         New commands.
15289         (org-mark-ring): New variable.
15290         (org-mark-ring-length): New option.
15291         (org-open-at-point, org-goto, org-open-file): Push old position
15292         onto the mark ring.
15293         (org-add-hook): New function.
15294         (org-export-table-remove-special-lines): New option.
15295         (org-skip-comments, org-format-org-table-html): Respect new
15296         option `org-export-table-remove-special-lines'.
15297         (org-open-file): Allow special command configuration for
15298         directory link.
15299         (org-file-apps): Fix bugs in customize type, added setting
15300         for directories.
15301         (org-activate-tags, org-format-agenda-item, org-complete)
15302         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15303         (org-get-tags, org-get-buffer-tags, org-open-at-point)
15304         (org-link-search, org-make-org-heading-search-string)
15305         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15306         (org-radio-targets, org-file-link-context-use-camel-case)
15307         (org-activate-camels): New options.
15308         (org-update-radio-target-regexp, org-all-targets)
15309         (org-make-target-link-regexp, org-activate-target-links):
15310         New functions.
15311         (org-make-org-heading-search-string): New function.
15312         (org-store-link, org-insert-link): Use new option
15313         `org-file-link-context-use-camel-case'.
15314         (org-activate-camels): Use new option `org-activate-camels'.
15315         (org-link-regexp): Add mhe prefix.
15316         (org-open-at-point, org-store-link): Support for mhe links.
15317         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15318         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15319         (org-mhe-get-header, org-follow-mhe-link): New functions.
15320         (org-remove-angle-brackets, org-add-angle-brackets):
15321         New functions.
15322         (org-bracket-link-regexp): New constant.
15323         (org-read-date): Fix bug that was rejecting all typed dates.
15324         (org-link-search): Make hierarchy above visible after a match.
15325         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15326         (org-store-link): Fix bug with link creation when cursor is in
15327         an empty line.
15328         (org-open-at-point): Fix bug with matching a link.
15329         Fixed buggy argument sequence in call to `org-view-tags'.
15330         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15331         (org-prefix-has-tag): New variable.
15332         (org-format-agenda-item): Remove tags from headline
15333         if appropriate.
15334         (org-agenda-remove-tags-when-in-prefix): New option.
15336 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
15338         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15339         Fix the regular expressions.
15341 2006-02-21  Richard M. Stallman  <rms@gnu.org>
15343         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15344         if there's no other specific basis.
15346         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15347         as variables at all.
15348         (unsafep-variable): Rename arg; doc fix.
15350         * abbrevlist.el (list-one-abbrev-table): Add autoload.
15352         * calendar/appt.el (diary-selective-display): Add defvar.
15354         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15356         * isearch.el (search-whitespace-regexp): Fix custom type.
15358         * help.el (describe-key-briefly): Compute interactive args
15359         in same was as before previous change.
15361         * files.el (enable-local-variables): Doc fix.
15363 2006-02-21  Kim F. Storm  <storm@cua.dk>
15365         * fringe.el: Cleanup as file is now pre-loaded.
15366         (fringe-bitmaps): Initialize unconditionally.
15367         (fringe-mode, set-fringe-style): Remove autoload cookies.
15369 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
15371         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15372         `horizontal-bar'.
15373         (fringe-cursor-alist): Use `horizontal-bar'.
15375 2006-02-20  Kim F. Storm  <storm@cua.dk>
15377         * fringe.el (fringe-bitmaps): Update to new bitmap names.
15378         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15380         * loadup.el: Load "fringe" on window systems.
15382 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15384         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15385         out of scope components.
15387         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15388         default.
15390 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
15392         * custom.el (customize-mark-to-save, customize-mark-as-set):
15393         Load the symbol first.
15395 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
15397         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15398         strech spec so it doesn't display as "^J" on the header line
15399         when `Buffer-menu-use-header-line' is t.
15401 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15403         * speedbar.el (speedbar-make-button): Keep text properties
15404         of string arguments if desired.
15406         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15407         expessions.
15409         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15410         of speedbar.
15412 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
15414         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15415         to value of `read-file-name-completion-ignore-case'.
15417 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
15419         * custom.el (customize-mark-as-set): Push to `user' theme.
15421         * cus-edit.el (custom-save-variables): Allow unthemed values.
15422         (customize-set-variable): Push setting to `user' theme.
15424 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15426         * progmodes/gud.el: Don't require font-lock as it's now
15427         automatically loaded.
15428         (gud-speedbar-buttons): Replace gdb-var-changed with
15429         gdb-force-update.
15431         * progmodes/gdb-ui.el (gdb-force-update): Rename from
15432         gdb-var-changed.
15433         (gdb-post-prompt): Use it.
15434         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15435         (gdb-var-update-handler, gdb-var-delete)
15436         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15437         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15438         gdb-force-update in gdb-post-prompt.
15439         (gdb-reset): Clear watch expressions from speedbar when quitting.
15441 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15443         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15444         (viper-change-state-to-vi, viper-change-state-to-emacs):
15445         Make aware of cursor coloring in the Emacs state.
15446         (viper-special-read-and-insert-char): Use read-char-exclusive.
15447         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15449         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15450         New variable.
15452         * emulation/viper-util.el (viper-save-cursor-color)
15453         (viper-get-saved-cursor-color-in-replace-mode)
15454         (viper-get-saved-cursor-color-in-insert-mode)
15455         (viper-restore-cursor-color): Make aware of the cursor color
15456         in Emacs state.
15457         (viper-get-saved-cursor-color-in-emacs-mode): New function.
15459         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15460         (ediff-ignore-case-option3, ediff-actual-diff-options)
15461         (ediff-actual-diff3-options): New variables to control case sensitivity.
15462         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15463         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15464         (ediff-toggle-ignore-case): New function.
15465         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15467         * ediff-help.el (ediff-long-help-message-narrow2)
15468         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15469         (ediff-long-help-message-word-mode): Add ignore-case command.
15470         (ediff-help-for-quick-help): Add ignore-case command.
15472         * ediff-merg.el: Move provide to the end.
15474         * ediff-ptch.el: Move provide to the end.
15476         * ediff-wind.el: Move provide to the end.
15478         * ediff-mult.el: Move provide to the end.
15479         (ediff-set-meta-overlay): Enable follow-link.
15481         * ediff.el: Move provide to the end.
15482         Break recursive load cycle in eval-when-compile.
15483         (ediff-patch-buffer): Better heuristics.
15485         * ediff-util.el: Move provide to the end.
15486         Break recursive load cycle in eval-when-compile.
15487         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
15488         defuns.
15489         (ediff-submit-report): Pass the values of ediff-diff3-program,
15490         ediff-diff3-options.
15492 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
15494         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15495         the opening bracket of the following bracketing pairs: {}, [], (), <>,
15496         `' (for example, in the docstring of `windmove-default-keybindings').
15498 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15500         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15501         shadow face.  Don't provide binding to edit variable when it is
15502         out of scope.
15504         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15505         (gdb-var-update-handler): Detect out of scope variables with pre
15506         GDB 6.4 too.
15507         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15508         Reset status of variable objects to nil in update handlers.
15509         (gdb-var-update-handler-1): Detect when a variable object comes
15510         in scope.  setcar on var changes gdb-var-list directly.
15512 2006-02-17  Juri Linkov  <juri@jurta.org>
15514         * ffap.el (ffap) <defface>: Add explicit face declaration.
15515         (ffap-highlight): Use face `ffap' directly instead of checking
15516         for its existence.
15518         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15519         `visible-ok' of `other-buffer' to find the right original buffer.
15521         * info.el (Info-search): Skip `Local Variables' node.
15523 2006-02-17  Juri Linkov  <juri@jurta.org>
15525         * info.el (Info-find-file): Check for symbols `apropos', `history',
15526         `toc' in the input filename, and return these symbols as is.
15527         (Info-find-node-2): Set Info-current-file to symbols `apropos',
15528         `history', `toc' instead of strings.
15529         (Info-set-mode-line): For non-string Info-current-file use the
15530         symbol's name inside **.
15531         (Info-isearch-push-state): Add quote before Info-current-file and
15532         Info-current-node.
15533         (Info-isearch-pop-state): Use `equal' instead of `string='.
15534         (Info-extract-pointer, Info-following-node-name): Use
15535         `match-string-no-properties' instead of `match-string'.
15536         (Info-up): Check `old-file' for `stringp'.
15537         (Info-history): Use `equal' instead of `string-equal'.
15538         Check `file' for `stringp'.
15539         (Info-history): Use symbol `history' instead of string as first arg
15540         of `Info-find-node'.
15541         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15542         `toc' instead of string.
15543         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15544         instead of `buffer-substring', and `match-string-no-properties'
15545         instead of `match-string'.
15546         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15547         instead of strings.
15548         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15549         Use symbol `apropos' instead of string.
15550         (Info-copy-current-node-name): Check `Info-current-file' for
15551         `stringp' and construct a command with `Info-find-node' from it.
15552         (Info-fontify-node): Use `match-string-no-properties' instead of
15553         `match-string' and check file names for `stringp'.
15554         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15555         `history', `toc' instead of strings.
15557 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15559         * files.el: Rearrange functions and variables in the file local
15560         variables section.
15562 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15564         * files.el: Add truncate-lines, ispell-check-comments and
15565         ispell-local-dictionary as safe local variables.
15567 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15569         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15570         out of scope variables.
15571         (gud-speedbar-buttons): Use unless.
15573         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15574         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15575         (gdb-show-changed-values): Also use for out of scope variables.
15576         (gdb-var-update-handler-1): Note if variable goes out of scope.
15578 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15580         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15581         default to global variable values for unsupplied args.
15582         (rcirc-get-buffer-create): Fix bug with setting the target.
15583         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15584         test for rcirc-always-use-server-buffer-flag here.
15585         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15586         uses the default face.  Change the ACTION format string.  If the
15587         "nick" is the server, don't print anything for that field.
15588         Comment fixes.
15589         (rcirc-target-buffer): Don't test
15590         rcirc-always-use-server-buffer-flag here.
15591         (rcirc-print): Squeeze extra spaces out of the text before message.
15592         (rcirc-put-nick-channel): Strip potential "@" char from nick
15593         before adding them to nick table.
15594         (rcirc-url-regexp): Improve to match address like "foo.com".
15596 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15598         * allout.el (allout-hidden-p): Move this defsubst before
15599         allout-overlay-interior-modification-handler, where it is first
15600         used.
15602 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15604         * allout.el: Use allout invisible-text overlays instead of
15605         selective display for concealed text.  Also, lots of general
15606         cleanup, and improved compatibility code.
15608         (allout-version): Incremented, corrected, revised, and refined
15609         module commentary.
15611         (provide 'allout): Moved to the bottom, added a require of overlay.
15613         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15614         `except-current'.
15615         (allout-write-file-hook-handler): Minimize delay.
15616         (count-trailing-whitespace-region): New function so
15617         auto-encryption of current topic can resituate cursor exactly.
15618         PGP/GPG encryption trims trailing whitespace from lines, which
15619         must be accounted for across encryption then decryption.
15621         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15622         just plain "\C-c", to avoid intruding on user's keybinding space.
15624         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15625         parameter, so user request to provide a new password is done.
15627         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15628         Refined mechanism for auto-filling behavior while in allout mode.
15630         (allout-mode): Explicitly specify the mode map in the docstring.
15631         Clarify provision for various write-file hook var names.
15632         Adjusted for invisible-text overlays instead of selective-display.
15634         (allout-depth): Really return 0 if not within any topic.  This
15635         rectifies `allout-beginning-of-level' and sequence numbering
15636         errors that occur when cutting and pasting numbered topics.
15637         Changed from a in-line subst to a regular function, as well.
15639         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15641         (allout-end-of-subtree, allout-end-of-subtree)
15642         (allout-end-of-entry, allout-end-of-current-heading)
15643         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15644         (allout-show-children, allout-show-to-offshoot)
15645         (allout-hide-current-entry, allout-show-current-entry): Rectified
15646         handling of trailing blank lines between items.
15648         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15649         (allout-current-depth, allout-unprotected, allout-hidden-p)
15650         (allout-on-current-heading-p, allout-listify-exposed)
15651         (allout-chart-subtree, allout-goto-prefix)
15652         (allout-back-to-current-heading, allout-get-body-text)
15653         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15654         (allout-hide-region-body, allout-toggle-subtree-encryption)
15655         (allout-encrypt-string, allout-encrypted-key-info)
15656         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15657         (allout-file-vars-section-data): Adjusted for use with
15658         invisible-text overlays instead of selective-display.
15660         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15661         Reworked for use with invisible text overlays.
15663         (allout-current-topic-collapsed-p): New function.
15665         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15666         to know when to close the containing topic.
15668         (allout-pre-command-business, allout-post-command-business):
15669         Simplify undo-batching and dynamic isearch exposure.
15671         (allout-set-overlay-category): New for invisible-text overlays.
15672         Sets properties of allout-overlay-category, used by
15673         allout-flag-region to set invisible-text overlay properties.
15674         (allout-get-invisibility-overlay): Get the first qualifying
15675         invisibility overlay, so we can find the extent of it.
15676         (allout-back-to-visible-text): Get to just before the beginnining
15677         of the current invisibility overlay, if any.
15679         (allout-overlay-insert-in-front-handler)
15680         (allout-overlay-interior-modification-handler)
15681         (allout-before-change-handler, allout-isearch-end-handler): New
15682         functions to handle extraordinary actions affecting concealed
15683         text.
15685         (allout-flag-region): Use overlays instead of selective-display
15686         for invisible text - by inheritence from the properties of
15687         allout-overlay-category in mainline Emacs, and applied
15688         property-by-property in XEmacs, some recent versions of which
15689         don't inherit the properties from the category.  Provisions to
15690         respond to concealed-text edits simplified drastically.
15692         (allout-isearch-rectification, allout-isearch-was-font-lock)
15693         (allout-isearch-expose, allout-enwrap-isearch)
15694         (allout-isearch-abort, allout-pre-was-isearching)
15695         (allout-isearch-prior-pos, allout-isearch-did-quit)
15696         (allout-isearch-dynamic-expose)
15697         (allout-hide-current-entry-completely): Functions deleted.
15699         (allout-undo-aggregation): Explicit undo aggregation no longer
15700         necessary due to transition away from selective-display.
15702         (set-allout-regexp, allout-up-current-level)
15703         (allout-next-visible-heading, allout-forward-current-level)
15704         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15705         (allout-kill-line, allout-yank-processing, allout-show-children)
15706         (allout-expose-topic, allout-old-expose-topic)
15707         (allout-listify-exposed, allout-insert-latex-header)
15708         (allout-toggle-subtree-encryption, allout-encrypt-string)
15709         (remove-from-invisibility-spec, allout-hide-current-subtree):
15710         Ditched unused variables.
15712 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15714         * textmodes/ispell.el (ispell-change-dictionary): Call
15715         ispell-buffer-local-dict instead of
15716         ispell-accept-buffer-local-defs.
15717         (ispell-local-dictionary-alist): Accept as valid any coding-system
15718         supported by Emacs.
15719         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15720         changed to iso-8859-3.
15722 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15724         * speedbar.el (speedbar-frame-width): Make an inline function
15725         instead of a macro.  Use frame-width.
15726         (speedbar-try-completion, speedbar-update-contents)
15727         (speedbar-timer-fn): Use consp.
15728         (speedbar-update-localized-contents): Try to preserve point.
15730         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15731         (menu): Re-order menu items.
15732         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15733         field.
15734         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15735         (gdb-post-prompt): Speed things by not forcing update.
15737 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15739         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15740         press and perform default action if we get a mouse movement event.
15742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15744         * calendar/icalendar.el (icalendar--get-event-property)
15745         (icalendar--get-event-property-attributes): Fix typos in
15746         docstrings.
15748         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15749         docstring.
15751 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15753         * bs.el (bs-mode): Use `buffer-disable-undo'.
15754         (bs--get-file-name): Simplify.
15755         (bs-show-in-buffer): Mark the buffer as not modified.
15757 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15759         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15760         widget-button-click.
15762         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15763         (custom-mode): Update docstring.
15765         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15766         binding.
15768         * files.el (hack-local-variables-confirm): Allow scrolling if the
15769         file variable list is too long.  Kill temp buffer after use.
15771 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15773         * progmodes/gud.el (gdb): Improve doc string.
15774         (gdb-script-font-lock-keywords): Expand allowed character set.
15776         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15777         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15778         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15779         (gdb-separate-io-stop, gdb-separate-io-eof):
15780         Rename from gdb-inferior-* to gdb-separate-*.
15781         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15783 2006-02-14  Jay Belanger  <belanger@truman.edu>
15785         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15786         expression is a symbol before checking that it is bound.
15788         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15789         test to see if equation can be solved.
15791 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15793         * wid-edit.el (widget-button-click): Use :pressed-face property
15794         for overlay face, if it exists.
15796         * cus-edit.el (custom-manual, custom-add-see-also)
15797         (custom-add-parent-links, custom-group-link): Add :pressed-face
15798         property to links.
15800         * files.el (hack-local-variables): Remove ignored variables before
15801         checking if any variables need setting.
15803 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15805         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15807 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15809         * help.el (where-is): Fix message for remapped commands.
15811         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15812         Fix typos in docstrings.
15814 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15816         * files.el (safe-local-variable-values): New option.
15817         (hack-local-variables-prop-line): Return a list of variable-value
15818         pairs if MODE-ONLY is non-nil.
15819         (hack-local-variables): Construct list of variable-value pairs,
15820         and apply or reject them in one go.  Ask for confirmation if
15821         variables are not known safe.
15822         (hack-local-variables-confirm): Complete rewrite.  Support
15823         `safe-local-variable-values'.
15824         (enable-local-variables): Update docstring to reflect new
15825         behavior.
15826         (ignored-local-variables): Ignore ignored-local-variables and
15827         safe-local-variable-values.
15828         (safe-local-variable-p): New function.
15829         (risky-local-variable-p): `safe-local-variable' property check
15830         moved to safe-local-variable-p.
15831         (hack-one-local-variable): Checks moved to hack-local-variables.
15833         (byte-compile-dynamic, c-basic-offset, c-file-style)
15834         (c-indent-level, comment-column, fill-column, fill-prefix)
15835         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15836         (no-update-autoloads, outline-regexp, page-delimiter)
15837         (paragraph-start, paragraph-separate, sentence-end)
15838         (sentence-end-double-space tab-width, version-control):
15839         Add `safe-local-variable' property.
15841         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15843         * icomplete.el, play/landmark.el: Change nonexistent
15844         `outline-layout' file variable to `allout-layout'.
15846 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15848         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15849         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15850         to gud-comint-buffer.
15851         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15852         gdb-ui.el for gdb-mi.el.
15853         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15854         registers buffer to gdb-get-changed-registers.
15855         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15856         deletion of catchpoints (throw and catch).
15857         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15858         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15859         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15860         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15861         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15863 2006-02-13  Jay Belanger  <belanger@truman.edu>
15865         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15866         expression is a symbol before checking that it is bound.
15868 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15870         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15871         for the minibuffer too, but not if resize-mini-windows will interfere.
15873         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15874         inside `interactive' spec.
15875         (describe-key-briefly-internal, describe-key-internal):
15876         Functions merged back into their callers.
15878 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15880         * info.el (info-xref-visited): Inherit from info-xref too.
15881         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15882         when propertizing Info-current-file and Info-current-node.
15884 2006-02-13  Juri Linkov  <juri@jurta.org>
15886         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15887         (tumme-thumb-name): Fix per-directory format.
15889 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15891         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15893 2006-02-12  Miles Bader  <miles@gnu.org>
15895         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15897 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15899         * tumme.el: Remove history section.  If someone needs the it, it
15900         can always be found in CVS.
15902 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15904         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15905         about the Thumbnail Managing Standard option.
15907 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15909         * subr.el (substitute-key-definition): Doc fix.
15911         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15913         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15915         * info.el (Info-mode): Doc fix.
15917         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15919 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15921         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15922         because on Solaris a POSIX compatible "id" is needed.  Reported by
15923         Magnus Henoch <mange@freemail.hu>.
15925 2006-02-12  Juri Linkov  <juri@jurta.org>
15927         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15928         (tumme) <defgroup>: Change :group to `multimedia'.
15929         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15930         Managing Standard.
15931         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15932         Fix dostring.
15933         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15934         and %y.  Fix docstring.
15935         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15936         (tumme-cmd-create-standard-thumbnail-command): New user options.
15937         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15938         is `standard'.  Fix docstring.
15939         (tumme-thumb-width, tumme-thumb-height): New user options.
15940         (tumme-external-viewer): Try to find various viewers.
15941         (tumme-get-thumbnail-image): Use `create-image' instead of
15942         constructing the `image' structure.
15943         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15944         `standard'.
15945         (tumme-thumb-name): Add file name generation for standard storage.
15946         Simplify code for other storages.
15947         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15948         Add modification time %m and thumbnail-nq8 %q.
15949         Use `tumme-cmd-create-standard-thumbnail-command' if
15950         tumme-thumbnail-storage is `standard'.
15951         (tumme-dired-insert-marked-thumbs): New autoload command.
15952         (tumme-dired-after-readin-hook): New function.
15953         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15954         `tumme-thumb-size'.
15955         (tumme-display-image): Replace size-x %x and size-y %y with
15956         width %w and height %h.
15958         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15959         `tumme-dired-insert-marked-thumbs'.
15961 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15963         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15964         include path).
15965         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15966         matching tag.
15968 2006-02-12  Miles Bader  <miles@gnu.org>
15970         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15971         New variables.
15972         (rcirc-abbrev-nick): New function.
15973         (rcirc-format-response-string): Rewrite to use the formats in
15974         `rcirc-response-formats' and expand escape sequences therein.
15975         A text-property `rcirc-text' is added over the actual response
15976         text to make easy to find inside the returned string.
15977         (rcirc-print): When filling, just look for the `rcirc-text'
15978         text-property to find the appropriate fill prefix, instead of
15979         using hardwired patterns.
15981 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15983         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15984         Managing Standard.
15986 2006-02-11  Kim F. Storm  <storm@cua.dk>
15988         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15989         Don't use insert-buffer; do insert-buffer-substring directly.
15990         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15992 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15994         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15995         with inhibit-read-only.  Suggested by Stefan Monnier.
15996         (revert-buffer): Let insert-file-contents discard
15997         buffer-undo-list.  Simplify code.
15998         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16000 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
16002         * menu-bar.el (menu-bar-select-yank): Add a doc string.
16004         * help.el (describe-key-briefly): Now a wrapper for
16005         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
16006         to t.  Populate yank-menu if empty.
16007         (describe-key-briefly-internal): Renamed from describe-key-briefly.
16008         (describe-key): Now a wrapper for describe-key-internal.  Bind
16009         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
16010         (describe-key-internal): Renamed from describe-key.
16012 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
16014         * progmodes/glasses.el (glasses-separator): Doc fix.
16015         (glasses-original-separator): New defcustom.
16016         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16018 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16020         * mwheel.el (mouse-wheel-up-event): Doc fix.
16022 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16024         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16025         (tumme-dir): New function.  Copied from thumbs.el.
16027 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
16029         * desktop.el (desktop-outvar): Fix typo.
16030         (desktop-save-buffer-p): Doc fix.
16032         * subr.el (substitute-key-definition): Fix typo.
16034 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16036         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16037         when window-system is mac.
16039         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16041 2006-02-10  Kim F. Storm  <storm@cua.dk>
16043         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16044         indirect-function instead of using condition-case.
16046 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
16048         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16049         less `colloquial'...
16051 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
16053         * tumme.el: Add a couple of todo items.
16055 2006-02-09  Lars Hansen  <larsh@soem.dk>
16057         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16058         (highlight-changes-mode): Don't change desktop-locals-to-save.
16060 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
16062         * image-mode.el (image-toggle-display): Clear image cache if using
16063         filename.
16065 2006-02-09  Masatake YAMATO  <jet@gyve.org>
16067         * dired-x.el (dired-guess-shell-alist-default): Add .man as
16068         a `dired-man' target.
16070         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16071         boundary of symbols.
16073 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
16075         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16077 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
16079         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16080         `mapcar'; return nil.
16082 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
16084         * mouse.el (mouse-drag-track): Don't change window if we rebind to
16085         some other event.
16087 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
16089         * net/rcirc.el (rcirc-startup-channels-alist):
16090         Add irc.freenode.net and #emacs as defaults.
16091         (rcirc-ignore-all-activity-flag): Remove variable.
16092         (rcirc-authinfo): New variable.
16093         (rcirc-authinfo-filename): Remove variable.
16094         (rcirc-always-use-server-buffer-flag): New flag.
16095         (rcirc): M-x rcirc will automatically connect without prompting.
16096         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
16097         connection in lisp.
16098         (rcirc-process-server-response-1): Remove everything but the nick
16099         portion of the sender so it doesn't need to be done everywhere
16100         else.  Update related code.
16101         (global-map): Remove global keybindings.
16102         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16103         (rcirc-send-input): Split into several functions.
16104         (rcirc-process-input-line, rcirc-process-message)
16105         (rcirc-process-command): New functions.
16106         (rcirc-target-buffer): New function to determine where to route
16107         messages.
16108         (rcirc-user-nick): Save match data.
16109         (rcirc-toggle-ignore-buffer-activity)
16110         (rcirc-update-activity-string): Remove global ignore functionality,
16111         which can be done now by toggling rcirc-track-minor-mode.
16112         (rcirc-track-minor-mode-map): New keymap.
16113         (rcirc-track-minor-mode): New minor-mode.
16114         (ignore): Make the ignore output nicer.  Always print it when
16115         adding or removing nicks.
16116         (rcirc-url-regexp): Improve.
16117         (rcirc-mangle-text): Remove properties before using text in the
16118         modeline.
16119         (rcirc-authenticate): Authentication data comes from
16120         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16121         (rcirc-server-prefix): Inherit from rcirc-server.
16123 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
16125         * Makefile.in (compile): Append "|| true" to the end of the `find'
16126         command, like compile-always does.
16128 2006-02-08  Sam Steingold  <sds@gnu.org>
16130         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16131         output from a dead connection.
16133 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16135         * dired.el (dired-mode-map): Add more bindings for tumme.
16137 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16139         * wdired.el (wdired-mode-map): Use remap.
16140         (wdired-get-filename): Massage.
16141         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16142         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16143         `keymap' property rather than `local-map'.
16145 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16147         * tumme.el (tumme-get-thumbnail-image): New utility function.
16148         Suggested by from Chong Yidong.
16149         (tumme-dired-with-window-configuration): Rename from
16150         `tumme-dired'.  Add code to save window configuration.
16151         (tumme-restore-window-configuration): New command to restore the
16152         window configuration that `tumme-dired-with-window-configuration'
16153         saves before it changes the window configuration.
16154         (tumme-show-all-from-dir): New command to display thumbnails for
16155         all files in a directory entered by the user, like M-x thumbs.
16156         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16157         have been created.
16158         (tumme-display-thumbnail-original-image): Call `display-buffer'.
16159         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16160         Remove obsolete test function.
16162 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
16164         * vc.el (small-temporary-file-directory): Remove defvar; there's
16165         a defcustom for it in files.el.
16167         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16168         Fix typo in message.
16169         (tumme-gallery-generate): Fix typo in `error' message.
16170         (tumme-display-window-height-correction)
16171         (tumme-display-window-width-correction, tumme-line-up-dynamic)
16172         (tumme-line-up-interactive): Dox fixes.
16173         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16174         (tumme-restore-window-configuration, tumme-format-properties-string)
16175         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16176         Fix typos in docstrings.
16178 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16180         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16182 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
16184         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16185         User should use hook if desired.
16187         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16188         buffer if necessary.
16189         (gdb-delete-frame-or-window): New function.
16190         (gdb-breakpoints-mode-map): Bind "q" to it.
16192 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16194         * textmodes/nroff-mode.el: Clean up name space.
16195         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16196         (nroff-mode): Obey the global setting of nroff-electric-mode.
16197         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16199         * calendar/calendar.el (calendar-increment-month): Typo in last change.
16201 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
16203         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16205 2006-02-06  Lars Hansen  <larsh@soem.dk>
16207         * generic-x.el (etc-fstab-generic-mode): Add file system types
16208         cifs and usbdevfs.  Allow special chars in file names.
16210 2006-02-05  Jay Belanger  <belanger@truman.edu>
16212         Update copyright notices of the files in lisp/calc.
16214 2006-02-05  Romain Francoise  <romain@orebokech.com>
16216         Update copyright notices of all files in the lisp/play directory.
16218 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
16220         * ldefs-boot.el: Regenerate.
16222         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16224 2006-02-05  Kim F. Storm  <storm@cua.dk>
16226         * files.el (magic-mode-regexp-match-limit): New defvar.
16227         (set-auto-mode): Use it to limit magic-mode-alist matching.
16229 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
16231         * info.el (Info-index, Info-mode): Improve the description of the
16232         `i' command.
16234         * ldefs-boot.el: Regenerate.
16236 2006-02-03  Werner Lemberg  <wl@gnu.org>
16238         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16239         greedy to find the closing bracket in \*[...] and similar
16240         expressions.  This is a first rough fix -- many additional
16241         refinements are necessary to make nroff mode really usable with groff.
16243 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
16245         * international/mule-cmds.el (set-locale-environment):
16246         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16247         libX11.
16249 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16251         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16252         archive are created in archive-tmpdir.
16254 2006-02-02  John Paul Wallington  <jpw@pobox.com>
16256         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16257         (ibuffer-fontification-alist): Use it.
16258         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16259         to "* z" and the Ibuffer Mark menu.
16261         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16263 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16265         * textmodes/table.el (*table--cell-describe-mode)
16266         (*table--cell-describe-bindings): Undo last change since
16267         print-help-return-message is not obsoleted by anything at all.
16269 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
16271         * emulation/cua-base.el (cua-mode): Doc fix.
16273 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
16275         * dframe.el (dframe-handle-make-frame-visible)
16276         (dframe-handle-iconify-frame, dframe-get-focus)
16277         (dframe-select-attached-frame, dframe-power-click)
16278         (dframe-frame-mode): Fix typos in docstrings.
16280         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16281         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16282         Fix typos in docstrings.
16284         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16285         (hi-lock-face-buffer, hi-lock-font-lock-hook)
16286         (hi-lock-archaic-interface-message-used)
16287         (hi-lock-file-patterns-range): Fix typos in docstrings.
16289         * savehist.el (savehist-loaded, savehist-load, savehist-install)
16290         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16292         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16293         Fix typo in docstring.
16295         * net/newsticker.el (newsticker--decode-iso8601-date)
16296         (newsticker--set-customvar, newsticker--buffer-insert-item)
16297         (newsticker--do-run-auto-mark-filter)
16298         (newsticker--parse-generic-feed): Doc fixes.
16299         (newsticker--retrieval-timer-list, newsticker-url-list)
16300         (newsticker-hide-immortal-items-in-echo-area)
16301         (newsticker-hide-obsolete-items-in-echo-area)
16302         (newsticker-new-item-face, newsticker--enclosure)
16303         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16304         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16305         (newsticker--parse-generic-feed, newsticker--cache-contains)
16306         (newsticker--stat-num-items, newsticker-download-enclosures):
16307         Fix typos in docstrings.
16309         * net/rcirc.el (rcirc-debug): Doc fix.
16310         (rcirc-fill-column, rcirc-receive-message-hooks)
16311         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16312         (rcirc-mode, rcirc-generate-new-buffer-name)
16313         (rcirc-startup-channels, rcirc-ignore-update-automatic)
16314         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16315         Fix typos in docstrings.
16316         (rcirc-print): "?\ " -> "?\s".
16317         (rcirc-cmd-join): Improve argument/docstring consistency.
16319 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
16321         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16322         before narrow-to-region.
16324 2006-02-01  Richard M. Stallman  <rms@gnu.org>
16326         * simple.el (move-beginning-of-line): Scan properly for invis change.
16328         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16330 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
16332         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16333         change bit only when id-format is 'integer.  Reported by Matt
16334         Hodges <M.P.Hodges@rl.ac.uk>.
16336 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
16338         * hilit-chg.el (highlight-changes-initial-state)
16339         (highlight-changes-global-initial-state): Doc fixes.
16340         (highlight-changes-global-modes, global-highlight-changes):
16341         Fix typos in docstrings.
16343 2006-02-01  Kim F. Storm  <storm@cua.dk>
16345         * emulation/cua-base.el (cua-mode): Mention that CUA enables
16346         transient-mark-mode in doc string.
16348 2006-01-31  Richard M. Stallman  <rms@gnu.org>
16350         * replace.el (multi-occur): Doc fix.
16351         (multi-occur-in-matching-buffers): Rename from
16352         multi-occur-by-filename-regexp.  Prefix arg says match
16353         buffer names instead of file names.
16355 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
16357         * bs.el: Allow non-default values of `bs-header-lines-length'.
16358         (bs--running-in-xemacs): Remove (not needed anymore).
16359         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16360         instead of `shrink-window', thus avoiding having to compute the
16361         height of the window.
16362         (bs--up): Wrap around even when there's no header.
16363         (bs--down): Use `forward-line' instead of `next-line'.
16365 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
16367         * image-mode.el (image-toggle-display): Use file name if possible,
16368         instead of unnecessarily allocating a (possibly huge) lisp string.
16370 2006-01-30  John Paul Wallington  <jpw@pobox.com>
16372         * subr.el (toplevel): Define `cl-assertion-failed' condition here
16373         because the `assert' macro signals it at runtime.
16375         * emacs-lisp/cl.el (toplevel): Remove definition of
16376         `cl-assertion-failed' condition.
16378 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
16380         * thumbs.el (thumbs-marked-list): Make buffer-local and
16381         permanent-local.
16382         (thumbs-insert-thumb): Make help-echo non-sticky.
16383         (thumbs-file-alist): Use eolp as check for (non)-image.
16385 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
16387         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16388         (ediff-before-session-group-setup-hooks)
16389         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16390         Fix typos in docstrings.
16392         * window.el (bw-dir, bw-eqdir, balance-windows)
16393         (split-window-keep-point): Fix typos in docstrings.
16395         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16396         (org-quote-string, org-calendar-to-agenda-key)
16397         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16398         (org-show-following-heading, org-tags-column)
16399         (org-use-tag-inheritance, org, org-allow-space-in-links)
16400         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16401         (org-enable-table-editor, org-calc-default-modes)
16402         (org-table-allow-automatic-line-recalculation)
16403         (org-export-html-style, org-export-with-fixed-width)
16404         (org-export-with-sub-superscripts, org-special-keyword)
16405         (org-formula, org-time-grid, org-table-may-need-update)
16406         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16407         (org-goto-quit, org-get-indentation, org-end-of-item)
16408         (org-move-item-down, org-move-item-up)
16409         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16410         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16411         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16412         (org-agenda-log-mode, org-agenda-toggle-diary)
16413         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16414         (org-agenda-file-to-end, org-agenda-no-heading-message)
16415         (org-agenda-get-closed, org-format-agenda-item)
16416         (org-cmp-priority, org-cmp-category, org-cmp-time)
16417         (org-agenda-change-all-lines, org-agenda-diary-entry)
16418         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16419         (org-link-search, org-camel-to-words, org-open-file)
16420         (org-remember-handler, org-table-convert-region)
16421         (org-table-move-row-down, org-table-move-row-up)
16422         (org-table-copy-region, org-table-wrap-region)
16423         (org-table-toggle-vline-visibility)
16424         (org-table-get-vertical-vector, org-table-modify-formulas)
16425         (org-table-get-specials, org-recalc-commands)
16426         (org-table-rotate-recalc-marks, org-table-eval-formula)
16427         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16428         (org-level-color-stars-only, org-insert-heading):
16429         Fix typos in docstrings.
16430         (last-arg): Add defvar.
16432         * makefile.w32-in (WINS): Add erc.
16433         (MH_E_SRC): Update (copied from lisp/Makefile.in).
16435 2006-01-29  Bill Wohler  <wohler@newt.com>
16437         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16438         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16439         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
16440         (mh-autoloads): Don't use comments on otherwise empty lines.
16442 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
16444         * emulation/viper.el (viper-major-mode-modifier-list):
16445         Add insert-state and vi-state entries for erc-mode.
16446         (viper-go-away, viper-set-hooks): Add and remove
16447         viper-comint-mode-hook from erc-mode-hook as appropriate.
16449         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16451 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
16453         * bs.el (bs--format-aux): Implement `middle' alignment as
16454         described in the docstring for `bs-attributes-list'.
16455         (bs--get-name): Simplify.  Don't pad the buffer name.
16457 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
16459         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16460         English aspell dictionary is installed, use the first entry of
16461         ispell-dictionary-alist-1.
16463 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16465         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16466         Doc fix.
16468 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
16470         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16471         for `process-file', in order to let it work for older Emacsen too.
16473 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
16475         * international/latexenc.el: Add a suitable `coding:' tag.
16476         (latexenc-find-file-coding-system): Undo last change.
16478 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16480         * international/latexenc.el (latexenc-find-file-coding-system):
16481         Make sure latexenc-main-file is a regular file and is readable.
16483 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
16485         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16486         Pass FILE to vc-user-login-name.
16488         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16490 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
16492         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16493         there are no more images to display.
16494         (thumbs-mark, thumbs-unmark): Revert change so that they move to
16495         the next image.
16497 2006-01-26  Richard M. Stallman  <rms@gnu.org>
16499         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16501         * wid-edit.el (advertised-widget-backward): New alias.
16502         (widget-keymap): Use advertised-widget-backward for S-TAB.
16504         * tumme.el: Correct the keywords.
16505         (tumme-dir-max-size): Use defvar.
16506         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16508         * simple.el (move-beginning-of-line): Take account of fields.
16509         (clone-indirect-buffer-other-window): Take args like
16510         clone-indirect-buffer, and work like it.
16512         * help-fns.el (describe-function): Don't pass `nil' as default.
16514         * files.el (risky-local-variable-p): Follow var aliases.
16516         * subr.el (lazy-completion-table): Doc fix.
16518         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16519         global binding of `line'.
16521 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
16523         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16524         Tramp.
16526         * vc.el (vc-default-dired-state-info): Pass FILE to
16527         vc-user-login-name.
16528         (vc-default-update-changelog): Don't use vc-user-login-name, we
16529         don't need it here.
16531         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16532         no longer necessary.
16534 2006-01-25  Kenichi Handa  <handa@m17n.org>
16536         * international/mule.el (decode-char): Avoid the overhead of
16537         calling utf-lookup-subst-table-for-decode if
16538         utf-translate-cjk-mode is nil.
16539         (encode-char): Avoid the overhead of calling
16540         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16541         nil.
16543 2006-01-22  Kenichi Handa  <handa@m17n.org>
16545         * international/mule.el (make-subsidiary-coding-system): Reset
16546         `coding-system-define-form' property of subsidiaries to nil.
16547         Avoid duplicated entry in coding-system-alist.
16548         (make-coding-system): Avoid duplicated entry in
16549         coding-system-alist.
16550         (define-coding-system-alias): Likewise.
16552 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16554         * completion.el: Minor fixes in introductory comment.
16555         (completion-def-wrapper): Fix alist.
16557 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16559         * thumbs.el (thumbs-new-image-size): New function.
16560         (thumbs-increment-image-size-element)
16561         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16562         (thumbs-decrement-image-size): Delete.
16563         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16564         temp files and use to resize.
16565         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16566         Use increment argument to enlarge/shrink.  Preserve point.
16567         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16568         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16569         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16570         (thumbs-mark, thumbs-unmark): Preserve point.
16571         (thumbs-modify-image): Keep old temp files and use to modify.
16572         Cleanup old temp files at load time.  Preserve point.
16573         (thumbs-view-image-mode-map): Use new command names.
16575 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16577         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16579         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16580         the nastiest part of the cyclic dependency.
16581         (cal-menu-update): Use dotimes and calendar-increment-month.
16583         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16584         (calendar-week-start-day): Add an :initializer.
16585         (calendar-mode-map): Use suppress-keymap, and command remapping.
16586         (describe-calendar-mode): Setup xref-stack info for the back button.
16587         (calendar-star-date): Insert before delete.
16588         (calendar-set-mode-line): Add file-modified info if applicable.
16589         (calendar-increment-month): New function.
16591 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16593         * font-lock.el (lisp-font-lock-keywords-2):
16594         Recognize "& keywords" only at word boundaries.
16596 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16598         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16599         and permanent-local.
16600         (thumbs-max-image-number): New variable.
16601         (thumbs-do-thumbs-insertion): Use them.
16602         (thumbs-per-line): Change default to 4.
16603         (thumbs-marked-list): Rename from thumbs-markedL.
16604         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16605         (thumbs-rename-images): Use -list instead of L for internal variables.
16606         (thumbs-call-convert): Use call-process instead of shell-command.
16607         (thumbs-insert-thumb): Add filename as help-echo to each image.
16608         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16609         Give dir to thumbs-show-thumbs-list.
16610         (thumbs-show-thumbs-list): Set default-directory to that of images.
16611         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16612         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16613         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16614         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16616 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16618         * ses.el (ses-read-cell): Provide a default value.
16620 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16622         * term/w32-win.el (image-library-alist): Add additional names for
16623         GIF library.
16625 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16627         * international/latexenc.el (latexenc-find-file-coding-system):
16628         Add file-regular-p check.
16630 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * simple.el (clone-buffer): Don't show the new buffer in the same
16633         window.
16635 2006-01-23  Juri Linkov  <juri@jurta.org>
16637         * faces.el (link, link-visited): New faces based on default values
16638         of `info-xref' and `info-xref-visited'.
16640         * info.el (info-xref): Inherit from `link'.
16641         (info-xref-visited): Inherit from `link-visited'.
16643         * cus-edit.el (custom-buffer-create-internal): Use widget type
16644         `custom-manual' instead of `info-link' and don't set properties
16645         `button-face' and `mouse-face' explicitly.
16646         (custom-browse-group-tag, custom-browse-variable-tag)
16647         (custom-browse-face-tag): Inherit from widget class
16648         `custom-group-link' instead of `push-button'.
16649         (custom-button-unraised): Inherit from `underline' face.
16650         (custom-link): Inherit from `link' face.  Fix doc and group.
16651         (custom-add-parent-links, custom-group-value-create): Don't set
16652         properties `button-face' and `mouse-face' explicitly for
16653         `custom-group-link' widget.
16654         (custom-group-link): Add properties `button-face' and `mouse-face'
16655         to widget definition.
16656         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16657         editable-field's :keymap property.
16658         (custom-mode): Fix docstring: substitute keybindings for
16659         `widget-forward' and `widget-backward' from `widget-keymap',
16660         `widget-complete' from `custom-field-keymap', replace old
16661         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16663         * desktop.el (desktop-load-file): Check for `fboundp' before
16664         calling `symbol-function'.
16666         * simple.el (clone-buffer, clone-indirect-buffer)
16667         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16668         `read-string'.  Fix prompts.
16670         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16672 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16674         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16676 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16678         * startup.el (inhibit-splash-screen, initial-scratch-message):
16679         Doc fixes.
16681 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16683         Sync with Tramp 2.0.52.
16685         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16686         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16687         `tramp-unload-tramp' for checklist.
16689         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16690         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16691         (tramp-unload-file-name-handler-alist)
16692         (tramp-unload-tramp): New defuns.
16693         (tramp-advice-PC-expand-many-files): New defadvice.
16694         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16695         removed.
16696         (tramp-handle-expand-file-name): Remove double slash.
16697         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16698         It doesn't matter, because it will be converted later on.
16699         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16700         implementation was just heuristic.
16701         (tramp-post-connection): Set uid and gid properties.
16702         (tramp-convert-file-attributes): Set file's gid change bit.
16703         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16704         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16705         in case of su(do)? methods.  The home directory of the local user
16706         will be taken else.
16707         (tramp-open-connection-telnet)
16708         (tramp-open-connection-rsh, tramp-open-connection-su)
16709         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16710         local shell prompt could hurt.  Reported by Romain Francoise
16711         <romain@orebokech.com>.
16712         (tramp-let-maybe): Add `edebug-form-spec' property.
16713         (tramp-handle-expand-file-name): Bind `default-directory' locally
16714         to "/" in order to avoid problems with UNC shares or Cygwin
16715         mounts.
16716         (tramp-md5-function): Fix typo in error message.
16718         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16720         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16721         for byte-compiler pacification.
16723 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16725         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16726         ID-FORMAT `string'.  This allows us to get rid of
16727         `vc-user-login-name UID'.
16729         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16731 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16733         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16735 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16737         * emacs-lisp/find-func.el (find-definition-noselect)
16738         (find-variable-noselect): Search variables in C source code too.
16739         (find-function-C-source, find-function-noselect, find-function)
16740         (find-function-other-frame, find-variable-noselect, find-variable)
16741         (find-variable-other-frame, find-variable-at-point):
16742         Fix docstrings.
16744 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16746         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16748 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16750         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16751         Default to disabling the "Save affix" question.
16753 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16755         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16756         the first arg to run-python.
16758 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16760         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16761         is not loaded.
16763 2006-01-20  Jay Belanger  <belanger@truman.edu>
16765         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16766         limit is 0.
16768         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16769         the correct variable.
16771 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16773         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16774         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16775         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16776         (org-prefix-has-tag): New variable.
16777         (org-format-agenda-item): Remove tags from headline if
16778         appropriate.
16779         (org-agenda-remove-tags-when-in-prefix): New option.
16780         (org-get-tags-at): New function.
16782 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16784         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16785         (thumbs-find-image): Move image name and number from buffer name
16786         to mode name.  Set thumbs-buffer.  Preserve point so that large
16787         images remain visible.
16788         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16789         order.
16790         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16791         mode name.
16792         (thumbs-next-image, thumbs-previous-image): Make them work.
16794 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16796         * cus-edit.el (custom-buffer-create-internal): State in the text above
16797         the whole buffer buttons that they do not operate on hidden items.
16798         (custom-face-menu): Use `custom-face-save' instead of
16799         `custom-face-save-command'.
16800         (custom-face-save-command): Make it an alias for `custom-face-save'
16801         and declare it obsolete.
16802         (custom-face-save): Doc fix.
16804         * dired.el (dired-no-confirm): Add quote.
16805         (dired-subdir-alist-pre-R): Add quote in
16806         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16808 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * textmodes/table.el (table-mode-indicator): Typo in last change.
16812 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16814         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16815         Fixes bug reported in Nov 2005.
16817         * isearch.el (isearch-forward): Doc fix.
16819         * dired.el (dired-move-to-filename-regexp): Define as alias.
16820         (dired-no-confirm): Use defcustom.
16821         (dired-subdir-alist-pre-R): Put defvar at top level.
16823         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16825         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16826         Mark as risky.
16828         * simple.el (set-mark-command): Doc fix.
16829         (clone-indirect-buffer-other-window):
16830         Read arg like clone-indirect-buffer.
16831         (move-beginning-of-line): Skip invisible newlines.
16833 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16835         * progmodes/cpp.el (cpp-edit-load): Make the order of
16836         listed conditions in a base C code buffer and its associate
16837         CPP Edit buffer the same.
16839 2006-01-19  Kenichi Handa  <handa@m17n.org>
16841         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16842         (rmail-mime-feature): Likewise.
16843         (rmail-require-mime-maybe): Use display-warning to show a warning
16844         message.
16846         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16847         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16849 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16851         * array.el: Move defvars out of eval-when-compile.
16852         (array-make-template): Replace undeclared global var with a local one.
16853         (array-mode): Inline initialization functions.
16854         (array-init-local-variables, array-init-max-row)
16855         (array-init-max-column, array-init-columns-per-line)
16856         (array-init-field-width, array-init-rows-numbered)
16857         (array-init-line-length, array-init-lines-per-row): Remove.
16859         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16860         (doc-mode-map): Define explicitly.
16861         (doctor-txtype): Use mapc.
16863         * textmodes/table.el: Move defvars out of eval-when-compile.
16864         Remove harmful code meant to avoid byte-compiler warnings.
16865         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16866         specification that checks table-fixed-width-mode directly.
16867         (table-recognize-region, table-recognize-cell):
16868         Use restore-buffer-modified-p.
16869         (table-fixed-width-mode): Remove code that refreshes
16870         table-fixed-mode-indicator.
16871         (*table--cell-describe-bindings, *table--cell-describe-mode):
16872         Avoid obsolete name print-help-return-message.
16873         (table--test-cell-list): Don't use replace-regexp from elisp.
16874         (table--point-entered-cell-function, table--point-left-cell-function):
16875         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16877         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16878         that was after the end of file.  Use buffer-file-name variable.
16879         (org-timestamp-change): Use with-current-buffer.
16880         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16881         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16882         `file'.
16884         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16885         (fortran-break-line): Remove unused var `opoint'.
16886         (fortran-abbrev-start): Obey help-event-list.
16888 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16890         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16892 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16894         * progmodes/make-mode.el (makefile-imake-mode): New mode
16895         derived from makefile-mode.
16896         (makefile-imake-mode-syntax-table): New syntax table
16897         derived from makefile-mode-syntax-table.
16898         (makefile-mode): Write about makefile-imake-mode in doc string.
16899         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16900         (makefile-imake-font-lock-keywords): New font lock keywords.
16902         * files.el (auto-mode-alist): Add Imakefile.
16904 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16906         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16907         loading the file rather than when turning on flyspell-mode.
16909 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16911         * cus-edit.el (customize-rogue): Minor doc fix.
16913 2006-01-17  Juri Linkov  <juri@jurta.org>
16915         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16916         instead of the file at the mark as default if the file at the mark
16917         is the same as the file at point or if dired-dwim-target-directory
16918         is not the same as the current directory and the mark is not active.
16920         * log-view.el (log-view-minor-wrap): Use the same logic to get
16921         revisions as `log-view-diff'.
16923         * info.el (Info-revert-find-node): Check for Info-current-file
16924         before preserving new-history.
16926         * man.el (Man-heading-regexp): Add `/'.
16928         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16929         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16931 2006-01-16  Juri Linkov  <juri@jurta.org>
16933         * faces.el (mode-line-faces): New defgroup.
16934         (mode-line-highlight): Move definition after new defgroup.
16935         (mode-line, mode-line-inactive, mode-line-highlight):
16936         Replace :group `modeline' with `mode-line-faces'.
16937         (mode-line-buffer-id): New face.
16938         (modeline-buffer-id): New face alias.
16939         (vertical-border): Remove :group `modeline'.
16941         * bindings.el (propertized-buffer-identification): Use face
16942         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16943         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16944         (mode-line-buffer-identification-keymap): For mouse-1 replace
16945         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16946         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16947         mouse-3.
16949         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16950         Buffer-menu-buffer.  Doc fix.
16951         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16952         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16953         `Buffer-menu-buffer'.
16955         * info.el (Info-mode-line-node-keymap): New defvar.
16956         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16957         Propertize Info-current-node with `mode-line-buffer-id' and
16958         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16960         * time.el (display-time-mail-face): Replace :group `faces' with
16961         `mode-line-faces'.
16963 2006-01-16  Kenichi Handa  <handa@m17n.org>
16965         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16967         * language/european.el (cp1252): New alias for windows-1252.
16969         * international/mule.el (autoload-coding-system): Prepare for EOL
16970         variants.
16972 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16974         * term.el (term-raw-map): Add mapping for insert.
16975         (term-send-insert): New.
16976         (term-mode): Make variables local here instead of doing it in
16977         `term-emulate-terminal'.
16978         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16979         Scroll reverse needs to take into account the scroll region.
16980         Saving and restoring the cursor should save the color attributes too.
16981         (term-reset-terminal): Reset the scroll region.
16982         (term-handle-ansi-escape): Cursor up and down should take into
16983         account the scroll region.
16984         (term-set-scroll-region): Rename from `term-scroll-region'.
16985         Move to 0,0 after setting the region.
16986         (term-handle-scroll): Handle scroll up.
16987         (term-down): Fix off by one error.
16988         (term-delete-lines): Do not delete outside the scroll region.
16989         (term-insert-lines): Take into account the scroll region.
16991 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16993         * textmodes/ispell.el (ispell-internal-change-dictionary)
16994         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16995         (start, end): Move declaration outside of eval-when-compile.
16997         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16998         (flyspell-mode-on): Use it.
17000         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17001         ispell-kill-ispell-hook.
17003 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
17005         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17006         (Custom-reset-saved): Do not ask for confirmation in single option
17007         buffers.
17009 2006-01-13  Richard M. Stallman  <rms@gnu.org>
17011         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17013 2006-01-13  Romain Francoise  <romain@orebokech.com>
17015         * add-log.el (add-change-log-entry, change-log-merge):
17016         Conditionally use `hard-newline'.
17018 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
17020         * wid-edit.el (widget-field-end): If the overlay is no longer
17021         associated with a buffer, behave as if the overlay didn't exist.
17023         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17024         Make sure the links use the `custom-link' face.
17026 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17028         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17029         (ld-script-mode): Don't set indent-line-function since we don't
17030         have one.
17032 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
17034         * textmodes/org.el (org-open-file): Use mailcap for selecting an
17035         application.
17036         (org-file-apps-defaults-gnu): Use mailcap as the default for
17037         selecting an application on a UNIX system.
17038         (org-agenda-show-tags): New command.
17039         (org-table-insert-hline): Keep cursor in current table line.
17040         (org-table-convert): Offset effect of modifying
17041         `org-table-insert-hline'.
17042         (org-format-agenda-item): New optional argument TAG.
17043         (org-compile-prefix-format): Handle %T format for the tag.
17044         (org-expand-wide-chars): New function.
17045         (org-table-insert-row, org-table-insert-hline):
17046         Use `org-expand-wide-chars'.
17047         (org-open-file): Fix bug in program launch.
17048         (org-get-time-of-day): Fix bug with times before 1am.
17049         (org-agenda-menu): Add tags commands.
17051 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
17053         * textmodes/ispell.el (ispell-init-process): Include the used
17054         dictionary in ispell process start message.
17055         (ispell-internal-change-dictionary): When flyspell-mode is active
17056         and dictionary is changed, make sure ispell process is restarted
17057         and flyspell word cache cleared out for the current buffer.
17058         (ispell-change-dictionary): Make sure flyspell word cache is
17059         cleared out in all buffers with active flyspell mode when
17060         dictionary is globally changed.
17061         Call ispell-internal-change-dictionary after dictionary change.
17063 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
17065         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17067         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17068         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17069         years.  Fix small differences wrt Makefile.in.
17070         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17071         Makefile.in does.
17073 2006-01-12  Bill Wohler  <wohler@newt.com>
17075         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17076         mh-search.el.
17078 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17080         * progmodes/ld-script.el: Update copyright year.
17082 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
17084         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17085         Don't add widget if setting undefined.
17087 2006-01-12  John Paul Wallington  <jpw@pobox.com>
17089         * help-fns.el (describe-variable): Remove newlines from void
17090         variable output.
17092 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
17094         * wdired.el (wdired-mode-map): Add help echo for
17095         wdired-abort-changes.
17097         * man.el (Man-file-name-regexp): Adjust for a list of files.
17099 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17101         * progmodes/ld-script.el (auto-mode-alist): Support
17102         suffix conventions used in netbsd and eCos.
17104 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
17106         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17107         (custom-variable-menu, custom-face-menu, custom-group-menu)
17108         (Custom-mode-menu): Change names of menu items.  (As discussed on
17109         emacs-devel.)
17110         (custom-face-menu): Add "Undo Edits" item.
17112         * startup.el (init-file-user): defcustom -> defvar.
17114         * tooltip.el (tooltip-mode): Doc fix.
17116 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17118         * reveal.el (reveal-post-command): window-buffer signals an error on
17119         dead windows rather than returning nil.
17120         (reveal-open-new-overlays): An overlay might die while we open others.
17122 2006-01-11  Bill Wohler  <wohler@newt.com>
17124         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17125         phrasing in docstring.
17127         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17128         can give some systems gas.  Add new file mh-buffers.el.
17130 2006-01-06  Masatake YAMATO  <jet@gyve.org>
17132         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17133         C preprocessor forward ported from GNU Emacs 21.2.
17135         * progmodes/asm-mode.el (asm-font-lock-keywords):
17136         Use `cpp-font-lock-keywords'.
17138         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17140         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17141         of $ for "\\.ld[s]?".
17143 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17145         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17146         (tcl-indent-line): Return `noindent' if inside a string.
17148         * progmodes/flymake.el (flymake-split-string): Remove more than one
17149         empty string at beg/end of the result.
17150         (flymake-find-buildfile, flymake-find-possible-master-files):
17151         Use expand-file-name.
17152         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17153         since expand-file-name does it for us.  Use directory-file-name.
17154         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17155         (flymake-ler-get-type, flymake-ler-get-text)
17156         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
17157         (flymake-current-line-no): Remove spurious interactive spec.
17158         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17159         (flymake-check-include): Remove arg inc-path merged into inc-name.
17160         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17161         Arg regexp-list replaced by a simple regexp.
17162         (flymake-master-make-header-init, flymake-master-tex-init):
17163         Correspondingly replace regexp-list with a regexp.  Fix regexp.
17165 2006-01-10  Simon Josefsson  <jas@extundo.com>
17167         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17168         describing AUTH PLAIN fix.
17170 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17172         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17173         (report-emacs-bug): Don't record initial prompt text.
17174         Instead, add text properties to prompting text.
17175         (report-emacs-bug-hook): Delete prompting text.
17177 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17179         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17180         `dirs'.  Adjust callers.
17182 2006-01-09  John Paul Wallington  <jpw@gnu.org>
17184         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17186 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17188         * reveal.el (reveal-open-new-overlays): New extracted fun.
17189         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
17190         using them.  Simplify the code.
17191         (reveal-post-command): Use them.  Fix up obsolete windows in
17192         reveal-open-spots.
17194         * progmodes/flymake.el: Use `require' rather than autoload for
17195         XEmacs's overlays.
17196         (flymake-get-common-file-prefix, flymake-build-relative-filename):
17197         Delete.  Use file-relative-name instead.
17198         (flymake-get-syntax-check-program-args, flymake-perl-init):
17199         Simplify the resulting code.
17201         * log-view.el (log-view-file-re, log-view-message-re): Add support
17202         for DaRCS output.
17204 2006-01-09  Alex Schroeder  <alex@gnu.org>
17206         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17207         identifiers sometimes added in square brackets at the beginning of
17208         subject lines.
17210 2006-01-07  Richard M. Stallman  <rms@gnu.org>
17212         * cus-edit.el (Custom-set, Custom-save): Doc fix.
17213         (Custom-reset-current, Custom-reset-saved): Change question text.
17214         (Custom-reset-standard): Likewise.
17215         (custom-variable-reset-saved): Doc fix.
17217 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
17219         * startup.el (init-file-user): Doc fix.
17221 2006-01-07  Alex Schroeder  <alex@gnu.org>
17223         * mail/rmail.el (rmail-current-subject): New function.
17224         (rmail-current-subject-regexp): New function.
17225         (rmail-next-same-subject): Use it.
17227         * mail/rmailsum.el (rmail-summary-by-topic):
17228         Use rmail-current-subject and rmail-current-subject-regexp.
17229         (rmail-summary-next-same-subject): Ditto.
17231         * net/rcirc.el (rcirc-send-input): No longer check whether the
17232         process is open, since not all commands need an open process.
17233         (rcirc-send-string): Check whether the process is open before
17234         sending anything.
17235         (rcirc-ignore-list): New option.
17236         (rcirc-ignore-list-automatic): New variable.
17237         (rcirc-print): Take rcirc-ignore-list into account.
17238         (rcirc-cmd-ignore): New command.
17239         (rcirc-ignore-update-automatic): New function.
17240         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17241         list if ignored nicks.
17242         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17244 2006-01-06  David Reitter  <david.reitter@gmail.com>
17246         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17247         reflect the address to which the report will be sent.
17249 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
17251         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17252         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17254 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
17256         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17258         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17259         the doc string: "functoin" => "function".
17260         * ldefs-boot.el: Likewise.
17262         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17263         message text: "Duplicat" => "Duplicate".
17265 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17267         * files.el (basic-save-buffer-2): If backing-up failed, reset
17268         buffer-backed-up to nil.
17270 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
17272         * progmodes/gud.el (gdb-script-skip-to-head)
17273         (gdb-script-calculate-indentation): Indent for breakpoint command
17274         lists also.
17276 2006-01-05  Bill Wohler  <wohler@newt.com>
17278         * Makefile.in (compile-always): Add mh-autoloads dependency.
17279         (bootstrap): Remove mh-autoloads dependency, as compile dependency
17280         provides it.
17281         (updates): Remove mh-autoloads dependency, since it probably has
17282         already run recently (via recompile).
17284 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17286         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17287         argument `force' to disable the flyspell-last-buffer optimization.
17288         (flyspell-mode-on): Use it.
17290         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17291         flymake-simple-cleanup.
17292         (flymake-allowed-file-name-masks): Use this new default.
17293         All the functions are now called in the right buffer rather than
17294         passing the buffer as argument.
17295         (flymake-process-sentinel): Switch to buffer before calling cleanup.
17296         (flymake-parse-err-lines): Remove redundant buffer arg.
17297         (flymake-get-program-dir): Comment out unused function.
17298         (flymake-start-syntax-check, flymake-start-syntax-check-process):
17299         Remove redundant buffer argument.
17300         (flymake-get-real-file-name, flymake-simple-java-cleanup)
17301         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17303 2006-01-05  Richard M. Stallman  <rms@gnu.org>
17305         * info.el (Info-find-node): Don't record previous node if have none.
17306         (info): Go to directory only if history is empty.
17308         * simple.el (mark): Doc fix.
17310 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17312         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17313         already of desired type.
17314         (mac-ae-list): Coerce parameter to "list" type.
17315         (mac-dispatch-apple-event): Replace cadr part of event with a
17316         dummy position so that event-start returns it.
17318 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
17320         * textmodes/org.el (org-end-of-subtree): New function.
17321         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17322         Use `org-end-of-subtree'.
17323         (org-agenda, org-agenda-convert-date): Protect calls to
17324         `fit-window-to-buffer'.
17325         (org-tags-view): Force matching of sublevels when doing a
17326         todo-only search.  Define the correct redo command, including the
17327         arguments.
17328         (org-agenda-redo): Display message.
17329         (org-check-for-org-mode): New function.
17330         (org-agenda-type): New variable.
17331         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17332         Set `org-agenda-type'.
17333         (org-agenda-check-type): New function.
17334         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17335         (org-agenda-week-view, org-agenda-day-view)
17336         (org-agenda-next-date-line, org-agenda-previous-date-line)
17337         (org-agenda-log-mode, org-agenda-toggle-diary)
17338         (org-agenda-toggle-time-grid, org-agenda-date-later)
17339         (org-agenda-date-prompt, org-agenda-diary-entry)
17340         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17341         (org-agenda-convert-date, org-agenda-menu):
17342         Use `org-agenda-check-type'.
17343         (org-make-overlay, org-delete-overlay)
17344         (org-detatch-overlay, org-move-overlay, org-overlay-put):
17345         New compatibility functions.
17346         (org-calendar-select-mouse): New command.
17348 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
17350         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17351         (Custom-reset-standard): Fix y-or-n-p messages.
17352         (custom-link): New face for links.
17353         (custom-buffer-create-internal, custom-manual): Use it.
17354         (custom-face-save): Push to theme-face before setting face spec.
17356         * wid-edit.el (widget-default-mouse-face-get): New function.
17357         (widget-specify-button): Handle mouse-face like button-face.
17359         * custom.el (load-theme): Clear old theme settings if reloading.
17361 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17363         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17364         "Erase Customization" button back to same position it occupies in
17365         the individual State menus.
17367 2006-01-04  Kim F. Storm  <storm@cua.dk>
17369         * wid-edit.el (key-sequence): Rework widget to read key binding
17370         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
17371         (widget-key-sequence-default-value): Default value for empty sequence.
17372         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
17373         (widget-key-sequence-read-event): New command for C-q.
17374         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17375         (widget-key-sequence-value-to-external): New functions.
17377 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17379         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17380         Use expand-file-name.
17381         (flymake-delete-temp-directory): Use expand-file-name,
17382         file-name-directory, and directory-file-name.
17383         (flymake-strrchr): Delete.
17384         (flymake-start-syntax-check): Don't pass the redundant buffer argument
17385         to the init-f function.
17386         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17387         (flymake-init-find-buildfile-dir)
17388         (flymake-init-create-temp-source-and-master-buffer-copy)
17389         (flymake-simple-make-init-impl, flymake-simple-make-init)
17390         (flymake-master-make-init, flymake-master-make-header-init)
17391         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17392         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17393         (flymake-xml-init): Remove corresponding redundant buffer argument.
17394         (flymake-allowed-file-name-masks): Remove last elems that are equal to
17395         the default anyway.  Clean up regexps.
17397         * progmodes/flymake.el (flymake-temp-source-file-name)
17398         (flymake-master-file-name, flymake-temp-master-file-name)
17399         (flymake-base-dir): New buffer-local vars.
17400         (flymake-buffer-data, flymake-get-buffer-value)
17401         (flymake-set-buffer-value): Replace those hash-tables by the new
17402         buffer-local vars.  Update callers.
17404         * progmodes/flymake.el (flymake-check-start-time)
17405         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17406         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17407         Move definition, so we can remove redundant earlier declaration.
17408         (flymake-replace-regexp-in-string, flymake-split-string)
17409         (flymake-get-temp-dir): Use defalias.
17410         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17411         (flymake-xemacs-window-edges): Remove unused function.
17412         (flymake-get-point-pixel-pos): Move.
17413         (flymake-pid-to-names, flymake-reg-names)
17414         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17415         Replace by a simple list flymake-processes and by process-buffer.
17416         Update callers.  Other than simplify the code, it uses buffers rather
17417         than buffer-names so it doesn't get confused by uniquify.
17418         (flymake-buffer-data): The global value should just be nil.
17420         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17421         Optimize the body of a defalias like any other code.
17423         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17424         Make sure we've setup font-lock's vars.  It may influence which
17425         function we then call.
17426         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17427         here since it's too late anyway.
17429 2006-01-03  Romain Francoise  <romain@orebokech.com>
17431         * startup.el (fancy-splash-tail, normal-splash-screen):
17432         Update copyright year.
17434 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
17436         * mouse.el (mouse-drag-track): Rename, from
17437         `mouse-drag-region-1'.  Includes optional argument required to
17438         enable post-drag event processing (e.g. delete region keys).
17439         Can be used without this argument to track a mouse region and operate
17440         on it as soon as the drag completes.
17441         (mouse-drag-region): Use `mouse-drag-track'.
17443 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
17445         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17446         Move to `custom-buffer' group.
17448         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17449         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17450         (custom-theme-insert-face-marker, custom-theme-variable-menu)
17451         (custom-theme-face-menu): New variables.
17452         (custom-theme-add-variable, custom-theme-variable-action)
17453         (custom-variable-reset-theme, custom-theme-delete-variable)
17454         (custom-face-reset-theme, custom-theme-face-action)
17455         (custom-theme-delete-face, custom-theme-merge-theme)
17456         (custom-theme-add-face, custom-theme-visit-theme): New functions.
17458 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
17460         * custom.el: Move Custom Themes commentary to start of theme code.
17461         (custom-known-themes): Rename `standard' theme to `changed'.
17462         (custom-push-theme): Caller no longer specifies what theme to use
17463         when doing `reset'---the setting is simply removed from the theme.
17464         Delete MODE from `theme-value' and `theme-settings' properties.
17465         (custom-declare-theme): Ignore &rest args since we don't use them.
17467         (custom-loaded-themes): Delete variable.
17468         (custom-theme-load-themes, custom-theme-loaded-p)
17469         (custom-theme-value): Delete functions.
17471         (custom-declare-theme): Signal error on invalid theme names.
17472         (provide-theme): custom-loaded-themes was deleted.
17473         (load-theme): Load the file unconditionally.
17474         (enable-theme): Call `load-theme' if theme is undefined.
17475         (custom-enabled-themes): Only update value for successful loads.
17476         (disable-theme): Complete from enabled themes when interactive.
17477         (custom-variable-theme-value): Calculate theme value directly.
17479         (custom-theme-reset-variables, custom-reset-variables): Mark as
17480         XEmacs compatibility functions.  We don't actually use these.
17482         * cus-edit.el (custom-variable-state-set):
17483         Use custom-variable-theme-value instead of custom-theme-value.
17484         (custom-face-state-set): Rename `standard' theme to `changed'.
17485         (custom-save-variables, custom-save-faces): Delete unneeded
17486         references to custom-reset-variables.
17487         (custom-save-resets): Delete function.
17488         (custom-save-variables, custom-save-faces): MODE argument deleted.
17489         (custom-save-variables, custom-save-faces): Ignore theme values.
17491         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17492         compatibility function.
17494 2006-01-01  Richard M. Stallman  <rms@gnu.org>
17496         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17497         (Custom-reset-current, Custom-reset-saved): Likewise.
17498         (Custom-reset-standard): Show message if aborted.
17499         (custom-mode): Doc fix, describing those commands.
17501         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17502         put on event-kind property.
17504 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
17506         * custom.el (provide-theme): Ban `user' theme name.
17507         (custom-enabling-themes): New variable.
17508         (enable-theme): Don't enable user if custom-enabling-themes is t.
17509         (custom-enabled-themes): Make it a defcustom.
17510         (custom-theme-recalc-face): No-op if face is undefined.
17512         * cus-edit.el (custom-button-mouse): New variable.
17513         (custom-button-mouse): New face.
17514         (custom-raised-buttons, custom-mode): Use it.
17516         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17518 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17520         * progmodes/gud.el (gud-display-line): Support hl-line in the
17521         source buffer.
17523 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
17525         * mouse.el (mouse-drag-window-above): Verify that the found window
17526         overlaps with the given window in the horizontal dimension.
17528 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17530         * Makefile.in (cvs-update): New target.
17532         * makefile.w32-in (cvs-update): Ditto.
17534 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17536         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17537         (custom-new-theme-mode-map): New variable.
17539 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17541         * custom.el (custom-load-themes): Function deleted.
17543         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17544         (custom-save-variables): Don't delete or add custom-load-themes call.
17546 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17548         * cus-start.el: Add `visible-cursor'.
17550         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17551         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17552         (flymake-process-filter): Switch to buffer before calling it instead.
17553         (flymake-post-syntax-check, flymake-highlight-err-lines)
17554         (flymake-delete-own-overlays, flymake-parse-err-lines)
17555         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17556         (flymake-count-lines, flymake-parse-residual):
17557         Remove constant buffer argument.
17558         (flymake-start-syntax-check-for-current-buffer): Remove.
17559         Update callers to use flymake-start-syntax-check instead.
17560         (flymake-display-err-menu-for-current-line):
17561         Remove unused var `mouse-pos'.
17562         (flymake-restore-formatting): Comment out unused function.
17563         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17564         argument, use current-buffer instead.  Update callers.
17566 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17568         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17569         buffer-local because choose-completion-delete-max-match requires
17570         that we set completion-ignore-case (i.e., binding via let is not
17571         sufficient).
17572         (bibtex-complete): Always set completion-ignore-case and
17573         choose-completion-string-functions.  The latter is needed because
17574         choose-completion-string-functions keeps its value if we quit the
17575         *Completions* buffer without requesting a completion.
17577 2005-12-30  Andreas Schwab  <schwab@suse.de>
17579         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17581 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17583         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17585 2005-12-30  Juri Linkov  <juri@jurta.org>
17587         * locate.el (locate-fcodes-file, locate-header-face)
17588         * progmodes/delphi.el (delphi-other-face)
17589         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17591         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17592         group `paren-showing-faces'.
17594         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17595         (goto-address): Fix docstring.
17597         * net/webjump.el (webjump-sample-sites): Update URLs.
17599         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17601         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17603 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17605         * font-lock.el (font-lock-compile-keywords): Signal an error when
17606         font-lock-set-defaults hasn't been called.
17608 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17610         * subr.el (noreturn, 1value): Doc fixes.
17612 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17614         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17615         that assoc-string returns nil.
17617 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17619         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17620         (bibtex-entry-type-str, bibtex-empty-field-re)
17621         (bibtex-search-backward-string, bibtex-preamble-prefix)
17622         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17623         (bibtex-any-valid-entry-type): New variable.
17624         (bibtex-parse-field-name): Simplify.
17625         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17626         (bibtex-preamble-prefix): Include left delimiter.
17627         (bibtex-search-forward-field, bibtex-search-backward-field):
17628         Allow unbounded search past entry boundaries (required by bibtex-pop).
17629         (bibtex-text-in-field-bounds): Use push.
17630         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17631         (bibtex-parse-preamble, bibtex-valid-entry)
17632         (bibtex-beginning-first-field): New functions.
17633         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17634         (bibtex-map-entries): Fix docstring.
17635         (bibtex-flash-head): New arg prompt.  Simplify.
17636         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17637         (bibtex-insert-kill): Simplify.  Always insert text past the
17638         current field or entry.
17639         (bibtex-format-entry): Use bibtex-parse-field.
17640         (bibtex-pop): Use bibtex-beginning-of-entry and
17641         bibtex-end-of-entry to initiate the search.  Insert empty field if
17642         we found ourselves.
17643         (bibtex-print-help-message): New args field and comma.
17644         Handle entry keys.
17645         (bibtex-make-field): Use bibtex-beginning-of-entry.
17646         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17647         invalid entry.
17648         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17649         Handle preambles.  Simplify code for thorough test.
17650         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17651         New arg comma.  Handle entry heads.
17652         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17653         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17654         New arg comma.
17655         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17656         (bibtex-fill-field): Simplify.
17657         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17658         bibtex-parse-field.
17659         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17660         (bibtex-complete): Use bibtex-parse-preamble.
17662 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17664         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17665         Display name of expression instead of convenience variable.
17666         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17668         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17669         toggle-gud-tooltip-dereference.
17670         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17671         (gud-tooltip-tips): ...here when dereferencing.
17673 2005-12-28  Bill Wohler  <wohler@newt.com>
17675         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17677 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17679         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17680         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17681         (vc-annotate-display-autoscale): Adjust call.
17682         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17683         Fix interactive spec.
17684         (vc-annotate-time-span): Remove.
17685         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17686         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17687         (vc-annotate-display-select): Use new name.
17689         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17690         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17691         Correct the construction of span entries.  Simplify.
17692         (vc-annotate-display-select): Fix the nil case.
17693         (vc-annotate): Remove obsolete (and now broken) code.
17694         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17695         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17697 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17699         * subr.el (lazy-completion-table): Correct typo in docstring.
17701         * startup.el (command-line): Use `custom-reevaluate-setting' for
17702         `send-mail-function'.
17704         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17706 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17708         * mail/smtpmail.el (smtpmail-try-auth-methods):
17709         Send credentials together with "AUTH PLAIN" command.
17711 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17713         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17714         mouse-2, go back to previously selected window, so it's selected
17715         when mouse-2 command runs.
17717 2005-12-27  Juri Linkov  <juri@jurta.org>
17719         * descr-text.el (describe-text-sexp): Use square brackets for
17720         button [Show] to distinguish it from the property value `show'.
17721         (describe-property-list): Use `insert-text-button' with
17722         `help-face' type instead of putting face in quotes, because button
17723         is not created automatically for a list of faces.
17724         (describe-text-properties-1): Put button-type value in quotes to
17725         distinguish from plain text "button".
17726         (describe-char): Display code point values in hex.  Don't use
17727         `symbol-name' for `current-input-method' because it is a string.
17728         Use `insert-text-button' with `help-face' type instead of putting
17729         hardcoded face in quotes, because button is not created automatically.
17731 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17733         * progmodes/glasses.el (glasses-face): More specific custom type.
17735         * files.el (set-visited-file-name): Doc fix.
17737         * textmodes/flyspell.el (flyspell-external-point-words):
17738         Use local var buffer-scan-pos to advance scan for next misspelling.
17739         Advance it only after we find the misspelling.
17741 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17743         * textmodes/flyspell.el (flyspell-external-point-words):
17744         New criteria for finding the misspelling in the buffer.
17746 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17748         * help-mode.el (help-insert-string): Set help-xref-stack-item
17749         rather than call help-setup-xref.
17751         * descr-text.el (describe-char): Revert previous changes for
17752         optional buffer argument.
17754 2005-12-27  Juri Linkov  <juri@jurta.org>
17756         * help-mode.el (help-insert-string): New function.  Save buffer
17757         contents in cases where it is impossible to recompute the old contents.
17759         * descr-text.el (describe-char): Set help-xref-stack-item
17760         explicitly after buffer has been generated.
17762 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17764         * cus-start.el (all): Add x-gtk-show-hidden-files.
17766 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17768         * replace.el (perform-replace): Calculate match-again
17769         before skipping read-only matches.
17771         * paren.el (paren-showing-faces): New group.
17772         (show-paren-match, show-paren-mismatch): Move to that group.
17774         * button.el (button): Put into group `basic-faces'.
17776         * progmodes/make-mode.el: Remove faces from group `faces'.
17778         * apropos.el (apropos, apropos-value): Doc fix.
17779         (apropos-documentation): Doc fix.
17781 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17783         * subr.el (lazy-completion-table): Remove argument `args'.
17785         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17786         Don't use the `args' argument of lazy-completion-table.
17788 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17790         * descr-text.el (describe-char): Add optional argument for buffer.
17791         Set buffer appropriately.  Call help-setup-xref.
17792         Suggested by Stefan Monnier.
17794 2005-12-26  Juri Linkov  <juri@jurta.org>
17796         * descr-text.el: Require `help-fns' at runtime.  Don't require
17797         `button' for byte compilation.
17798         (describe-text-widget): Add `help-echo' for first button.
17799         Use `help-info' for second.
17800         (describe-property-list): Use `help-argument-name' instead of `italic'.
17801         (describe-text-category): Add prompt to interactive spec.
17802         Call `help-setup-xref'.
17803         (describe-char): Use `help-character-set'.  Add `help-echo' for
17804         code point.  Use `help-input-method'.  Remove superfluous insert.
17806 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17808         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17809         at point, in case of narrowing.
17811         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17813         * locate.el (locate-header-face): Allow nil in type.
17815         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17817 2005-12-25  Romain Francoise  <romain@orebokech.com>
17819         * battery.el (battery-linux-proc-acpi): Also try
17820         `/proc/acpi/thermal_zone/THM0/temperature'.
17822 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17824         * custom.el (custom-push-theme): Fix docstring.
17826         * cus-edit.el (custom-variable-set, custom-variable-save)
17827         (custom-variable-save): Custom-quote widget values.
17828         (customize-save-variable): Fix custom-push-theme call.
17830 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17832         * w32-fns.el (w32-batch-update-autoloads): New function.
17834         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17835         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17836         from the command line.
17838 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17840         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17841         reset means to remove setting from theme entirely.  Don't keep
17842         expanding theme-settings list; delete old entries if necessary.
17844         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17845         customization" button one line up.
17846         (custom-themed): New face.
17847         (custom-magic-alist): New value, THEMED, for theme settings.
17848         (custom-variable-state-set, custom-face-state-set):
17849         Check theme-value instead of saved-value.
17850         (custom-variable-reset-standard, custom-face-reset-standard):
17851         Remove theme setting entirely.  Recalculate new values.
17852         (custom-variable-set, custom-variable-set)
17853         (custom-variable-reset-saved, custom-variable-reset-backup)
17854         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17855         (custom-variable-save): Fix typos.
17857 2005-12-23  Juri Linkov  <juri@jurta.org>
17859         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17860         Add autoload cookies.
17861         (edebug-outside-d-c-i-n-s-w): New variable.
17862         (edebug-display, edebug-outside-excursion): Use it to save the
17863         original value of default-cursor-in-non-selected-windows.
17864         Set default-cursor-in-non-selected-windows to t while Edebug
17865         is active.
17866         (edebug-mode, edebug-eval-mode): Doc fix.
17868         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17869         with `buffer-substring-no-properties' to remove common substring
17870         highlighting.
17872         * info.el (info-other-window, info): Rename function argument
17873         `file' to `file-or-node'.
17874         (Info-complete-menu-item): Use local variable `complete-nodes' to
17875         keep the global value of `Info-complete-nodes' unchanged for
17876         subsequent completions.
17877         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17879         * simple.el (get-next-valid-buffer, last-buffer)
17880         (next-error-buffer-p, next-error-find-buffer)
17881         (minibuffer-history-sexp-flag): Doc fix.
17883         * savehist.el (savehist-mode-hook): Add `:group'.
17885         * log-view.el: Call autoload for vc-find-version.
17886         (log-view-current-file): Adjust subgroup numbers.
17887         (log-view-current-tag): Add `length'.
17889 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17891         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17893 2005-12-23  Juri Linkov  <juri@jurta.org>
17895         * hi-lock.el (hi-lock-archaic-interface-message-used)
17896         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17897         (hi-lock-mode): Display "Hi" in the mode line only when
17898         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17899         (hi-lock-write-interactive-patterns):
17900         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17901         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17902         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17903         font-lock-add-keywords to t.
17905 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17907         * hi-lock.el (hi-lock-highlight-range): New variable.
17908         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17909         only if font-lock-fontified is non-nil.  Remove overlays.
17910         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17911         font-lock-fontified is non-nil, otherwise use overlays (instead of
17912         text properties).
17913         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17914         New variables.
17915         (hi-lock-string-serialize): New function.
17917 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17919         * menu-bar.el (menu-find-file-existing): New function.
17920         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17922         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17924 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17926         * vc.el: Remove unnecessary leading * in docstrings.
17927         (vc-annotate-mode-map): Move initialization into declaration.
17928         (vc-static-header-alist): Nitpick on the regexp.
17929         (vc-default-init-version): New fun.
17930         (vc-register): Use it.
17931         (vc-insert-headers): Use dolist.
17932         (vc-annotate-get-backend): Remove unused function.
17933         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17934         (vc-annotate-mode): Remove corresponding call.
17935         (vc-annotate-car-last-cons): Simplify.
17936         (vc-annotate-buffers): Remove var.
17937         (vc-annotate-backend): Make it buffer-local.
17938         (vc-annotate): Move the interaction to the interactive spec.
17939         Add a `buf' argument.
17940         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17941         killing&creating a vc-annotate buffer, which is very disruptive when
17942         the buffers are shown in dedicated frames.
17944 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17946         * descr-text.el: Add FSF as maintainer.
17947         (describe-text-mode, describe-text-mode-map)
17948         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17949         help-mode.
17950         (describe-text-widget, describe-text-sexp)
17951         (describe-property-list, describe-text-category)
17952         (describe-text-properties, describe-text-properties-1)
17953         (describe-char): Use help buttons instead of widgets.
17954         (describe-char-unicodedata-file): Make URL link in doc string.
17956 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17958         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17959         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17960         Don't include buttons that write a file when there's no file.
17961         (custom-variable-menu, custom-face-menu, custom-group-menu):
17962         Don't include commands that write a file when there's no file.
17963         (customize-browse): Reword the top-of-buffer help intro.
17964         (custom-buffer-create-internal): Fix previous change.
17965         (customize-changed-options-previous-release): Prev release is 21.1.
17966         (customize-changed-options): Doc fix.
17967         (customize-changed): New alias.
17968         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17969         Say "standard values".
17970         (Custom-reset-standard): Doc fix.
17971         (custom-face-reset-standard): Doc fix.
17973 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17975         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17976         even if font-lock-mode is non-nil since it may be t without having
17977         turned on font-lock-mode-internal.
17978         (font-lock-choose-keywords): Minor optimization.
17979         (font-lock-add-keywords, font-lock-remove-keywords)
17980         (font-lock-set-defaults): Don't call make-local-variable on a variable
17981         that we know to already be local.
17983 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17985         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17986         messages if in the minibuffer.
17988 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17990         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17991         (tex-mode-flyspell-verify, flyspell-get-word)
17992         (flyspell-external-point-words): Don't use point-min/max uselessly.
17994         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17995         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17996         don't need to show it.
17998 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
18000         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18002 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18004         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18005         delete-windows-on with an inexistent buffer.
18007 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
18009         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18010         Delete defcustom variable :tag names.
18012 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18014         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18015         (log-view-font-lock-keywords): Ajust subgroup numbers.
18016         (log-view-current-tag): Don't hard code the number of subgroups.
18018 2005-12-20  Juri Linkov  <juri@jurta.org>
18020         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18021         (tooltip-x-offset, tooltip-y-offset): Doc fix.
18023         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18024         (menu-bar-non-minibuffer-window-p): Instead of checking
18025         display-multi-frame-p, use selected-frame when menu-updating-frame
18026         is nil.
18028 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
18030         * align.el (align-rules-list): Use [ \t] instead of \s-
18031         for column separators in text mode.
18033 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
18035         * help-mode.el (help-customize-variable, help-customize-face):
18036         Don't pop help-xref-stack as help-follow no longer pushes
18037         anything on to it.
18039 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
18041         * textmodes/org.el (org-agenda-custom-commands): New option.
18042         (org-agenda): Offer custom commands on splash screen.
18043         (org-make-tags-matcher): Parser for Boolean logic added.
18044         (org-agenda-set-tags): New command.
18045         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18046         (org-set-tags): Efficiency improvements.
18047         (org-auto-align-tags): New option.
18048         (org-todo, org-demote, org-promote): Realign tags.
18049         (org-tags-completion-function): Use also "&" and "|" as separators.
18050         (org-org-menu): Agenda commands simplified.
18052 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
18054         * cus-edit.el (customize-apropos, customize-apropos-options):
18055         Docstring changes.
18057         * font-lock.el (font-lock): Add tags to the links in the defgroup.
18059 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
18061         * longlines.el (longlines-mode): Wrap while widened.
18062         (longlines-decode-region, longlines-encode-region): Compute max
18063         just once.
18065 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18067         * cus-edit.el (mac): New group.
18069         * cus-start.el (all): Add user options in macterm.c.  Add test for
18070         Mac-related built-ins.  Fix test for GTK-related built-ins.
18072         * term/mac-win.el (mac-handle-language-change)
18073         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18074         (mac-services-open-selection, mac-services-mail-selection)
18075         (mac-services-mail-to, mac-services-insert-text)
18076         (mac-dispatch-apple-event): Add docstrings.
18077         (x-get-selection, mac-select-convert-to-string): Select coding
18078         system from `utf-16be' and `utf-16le' using `byteorder'.
18080 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18082         * subr.el (lazy-completion-table): Don't be fooled if the var holds
18083         a "list" (lambda ...) rather than a real completion list.
18085         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18086         lexical-let when encountering ((lambda (...) ...) ...).
18088 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18090         * progmodes/sh-script.el (sh-mode):
18091         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18092         * textmodes/picture.el (picture-mode): Update docstrings.
18094 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
18096         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18097         commands enclosed in $(ARGQUOTE)s should not be split between two
18098         lines, as that will break with GNU Make >3.80, when sh.exe is used
18099         and arg quoting is with '..'.
18100         (autoloads): Don't break the quoted --eval expression between
18101         several lines.
18103 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18105         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18106         Capture error from printing circular structures.
18108 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
18110         * wid-edit.el (widget-checkbox-action): Clear undo info.
18112 2005-12-16  Bill Wohler  <wohler@newt.com>
18114         * menu-bar.el (kill-this-buffer): Set a good example by using menu
18115         bar, not menubar in comment.
18117 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18119         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18120         After-change-functions should not clobber the match data.
18122 2005-12-16  Juri Linkov  <juri@jurta.org>
18124         * simple.el (choose-completion): Use `buffer-substring-no-properties'
18125         instead of `buffer-substring'.
18126         (completion-common-substring): Doc fix.
18127         (completion-setup-function): Use minibuffer-completion-contents
18128         instead of minibuffer-contents.  Don't set common-string-length
18129         initially.  Remove special handling of partial-completion-mode.
18130         Move computation of completion-base-size into one cond.
18131         Call completion-base-size-function in mainbuf.  In computation of
18132         completion-base-size for file name completion don't move point to
18133         the end of the minibuffer.  Move computation of common-string-length
18134         into one cond.  Start putting faces only when common-string-length>=0.
18135         Add condition to put completions-common-part when
18136         common-string-length>0.
18138         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18139         place point at the first different character in the minibuffer
18140         even if this position is at the beginning of the minibuffer.
18142         * info.el (Info-read-node-name-1): In completion-base-size-function's
18143         lambda return 1 if common-substring or minibuffer-completion-contents
18144         starts with (, and 0 otherwise.
18146         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18147         Use `crm-current-element' for second arg of `display-completion-list'.
18149 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
18151         * files.el (set-auto-mode): Look for an interpreter specified on
18152         the first line also if search for mode specification succeeded,
18153         but the mode is not known.
18155 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
18157         * textmodes/org.el (org-tags-match-list-sublevels): New option.
18158         (org-open-at-point): Implement tag searches as links.
18159         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18160         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18161         (org-tags-sparse-tree, org-tags-view, org-set-tags)
18162         (org-agenda-dispatch): New commands.
18163         (org-use-tag-inheritance, org-tags-column): New options.
18164         (org-tab-follows-link, org-return-follows-link): New options.
18165         (org-tags): New customize group.
18166         (org-start-icalendar-file): Get local time zone.
18167         (org-tags-completion-function): New function.
18168         (org-set-font-lock-defaults): Make sure links will also be
18169         highlighted inside headlines.
18171 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
18173         * term.el (term-emulate-terminal):
18174         Let term-handle-ansi-terminal-messages override what Bash says about
18175         its current directory.
18177 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18179         * bindings.el (last-buffer): Move to simple.el.
18180         * simple.el (last-buffer): Move here.
18181         (get-next-valid-buffer): New function.
18182         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18183         (prev-buffer): Ditto.  Rename to `previous-buffer'.
18185         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18186         * bindings.el (global-map): Ditto.
18188 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
18190         * cus-edit.el: Introductory comment change.
18191         (custom-magic-alist): Change message string for the `rogue' state.
18193 2005-12-15  Richard M. Stallman  <rms@gnu.org>
18195         * tooltip.el: Delete defcustom variable :tag names.
18197         * complete.el (partial-completion-mode): Doc fix.
18199         * textmodes/flyspell.el (flyspell-external-point-words):
18200         Use save-excursion to ensure we don't move backward in the
18201         search loop, not even one character.
18202         (flyspell-delete-all-overlays): Use remove-overlays directly.
18204         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18205         (ispell-start-process): Set that variable.
18206         Clear ispell-buffer-local-name.
18207         (ispell-internal-change-dictionary):
18208         Set ispell-current-dictionary after killing process.
18209         (ispell-buffer-local-dict):
18210         Don't set spell-personal-dictionary after killing process.
18211         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18212         (ispell-tex-skip-alists, ispell-html-skip-alists)
18213         (ispell-skip-region-alist): Mark as risky.
18215         * net/newsticker.el (newsticker--retrieval-timer-list)
18216         (newsticker--display-timer, newsticker-running-p)
18217         (newsticker-ticker-running-p): Definitions moved up.
18219 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
18221         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18223 2005-12-15  David Ponce  <david@dponce.com>
18225         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18226         (recentf-edit-list, recentf-open-files): Signal an error when
18227         there is no recent file.
18229 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18231         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18232         read-only except for texinfo-format-region evaluation.
18234 2005-12-14  Richard M. Stallman  <rms@gnu.org>
18236         * vc.el (vc-default-previous-version, vc-default-next-version)
18237         (vc-do-command): Doc fixes.
18239 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18241         * textmodes/bibtex.el (bibtex-expand-strings)
18242         (bibtex-autokey-expand-string, bibtex-name-part)
18243         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18244         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18245         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18246         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18247         (bibtex-entry-postfix, bibtex-known-entry-type-re)
18248         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18249         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18250         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18251         (bibtex-beginning-of-last-entry): Remove.
18252         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
18253         message if comma is missing but buffer is read-only.
18254         (bibtex-parse-field-text): Handle whitespaces at the end of field
18255         text.  Return 3-element list with beginning and end of field text
18256         and end of field.
18257         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18258         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
18259         (bibtex-search-forward-field, bibtex-search-backward-field):
18260         Search always delimited by limits of entry.  Use more efficient
18261         search algorithms.
18262         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18263         bibtex-end-of-name-in-field.
18264         (bibtex-text-in-field-bounds): Handle BibTeX strings when
18265         extracting the content of a field.
18266         (bibtex-text-in-field): Use search limits.
18267         (bibtex-parse-string-prefix): Handle empty string keys based on
18268         bibtex-string-empty-key.
18269         (bibtex-parse-string): Fix docstring.
18270         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18271         (bibtex-preamble-prefix, bibtex-strings): New functions.
18272         (bibtex-skip-to-valid-entry): Include preceding whitespace in
18273         BibTeX entries (consistent with other BibTeX functions).
18274         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18275         (bibtex-search-entry): Fix docstring.  Simplify.
18276         (bibtex-flash-head, bibtex-complete-string-cleanup)
18277         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18278         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18279         (bibtex-parse-entry): New optional arg content.
18280         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18281         Use bibtex-text-in-field-bounds.
18282         (bibtex-print-help-message): Handle BibTeX strings and preambles.
18283         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18284         bibtex-parse-string-postfix.
18285         (bibtex-find-text-internal): New function.
18286         (bibtex-remove-delimiters): Use it.
18287         (bibtex-find-text): Use it.  New optional arg help.
18288         (bibtex-complete): Handle BibTeX string and preamble entries.
18289         (bibtex-Preamble): Fix order of closing delimiters.
18291 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18293         * vc.el (vc-default-revert): New fun.
18295         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18297 2005-12-14  Romain Francoise  <romain@orebokech.com>
18299         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18300         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18301         (font-lock-remove-keywords): Likewise.
18303 2005-12-14  Juri Linkov  <juri@jurta.org>
18305         * log-view.el (log-view-diff): Doc fix.
18307         * isearch.el (isearch-query-replace): Use (mark) instead of
18308         isearch-opoint if mark is active in transient-mark-mode.
18310 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
18312         * isearch.el (isearch-query-replace): Check for isearch-other-end.
18314 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
18316         * progmodes/cpp.el (cpp-face): New widget.
18317         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18319 2005-12-14  Juri Linkov  <juri@jurta.org>
18321         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18322         around `erase-buffer' and `insert'.
18324         * descr-text.el (describe-text-properties): Replace buffer name
18325         "*Help-2*" with "*Help*<2>".
18326         (describe-char): Add functions print-help-return-message,
18327         toggle-read-only.  Use help-setup-xref with nil to not store
18328         describe-char in help-xref-stack.  Use help-make-xrefs to
18329         make [back] button.
18331         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18333         * wdired.el (wdired-old-point): New internal variable.
18334         (wdired-change-to-wdired-mode): Set it buffer-locally.
18335         (wdired-abort-changes): Restore point after aborting changes.
18337 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18339         * vc.el (vc-do-command): Add a new value t for okstatus.
18341         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18342         frame in case of errors.
18344 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18346         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18347         so it comes after "On the Left" in the menu.
18349 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
18351         * cus-edit.el (customize-apropos, customize-apropos-options)
18352         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18354 2005-12-12  Bill Wohler  <wohler@newt.com>
18356         * vc-svn.el (vc-svn-registered): Fix problem of visiting
18357         non-writable Subversion-controlled files by saving window
18358         configuration before calling vc-do-command.  vc-do-command calls
18359         pop-to-buffer on error which is unexpected during registration.
18361 2005-12-12  Jay Belanger  <belanger@truman.edu>
18363         * calc/README: Update the summary of changes.
18365 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18367         * descr-text.el (describe-char): Rework last fix to solve the problem
18368         is the same way it's solved for everything else in that function
18369         (i.e. by extracting the info before setting up the *Help* buffer).
18371 2005-12-12  Kim F. Storm  <storm@cua.dk>
18373         * subr.el (version-regexp-alist): Allow space as separator before
18374         non-numeric part, e.g. "1.0 alpha".
18375         (version-to-list): Interpret .X.Y version as 0.X.Y version.
18377 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
18379         * textmodes/org.el (org-agenda, org-timeline, org-todo):
18380         Implement Logging and the keep-modes setting.
18381         (org-get-category): Make sure a string is returned.
18382         (org-log-done): New function.
18383         (org-log-done, org-closed-string): New options.
18385 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18387         * tooltip.el (tooltip-y-offset): Change default to 20.
18389 2005-12-12  Richard M. Stallman  <rms@gnu.org>
18391         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18393         * frame.el (display-hourglass): Doc fix.
18395         * help.el (help-for-help-internal): Simplify entry for `a'.
18397         * info.el (Info-on-current-buffer): Doc fix.
18398         (info-insert-file-contents): Don't test (featurep 'jka-compr).
18400         * startup.el (inhibit-splash-screen): Make this the real name.
18401         (inhibit-startup-message): Make this the alias.
18402         (command-line): Find only simple.el, and use its directory
18403         to fill in other preloaded files' names.
18404         (command-line): Deactivate the mark if deactivate-mark is set.
18406         * international/mule.el (load-with-code-conversion):
18407         Bind deactivate-mark.
18409         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18411 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
18413         * cus-edit.el (customize-apropos): Avoid listing an option more
18414         than once under different aliases.  No longer list user options
18415         that are not defined with defcustom (unless a prefix arg is given).
18416         Doc fix.
18417         (customize-apropos-options): Doc fix.
18419 2005-12-11  Juri Linkov  <juri@jurta.org>
18421         * frame.el (set-background-color, set-foreground-color)
18422         (set-cursor-color, set-mouse-color, set-border-color):
18423         Add explicit prompts to read colors by `facemenu-read-color'.
18424         (show-trailing-whitespace, blink-cursor-delay)
18425         (blink-cursor-interval, display-hourglass, hourglass-delay):
18426         Remove tags.
18427         (display-hourglass, hourglass-delay): Doc fix.
18428         (cursor-in-non-selected-windows): Capitalize words in tag.
18430         * faces.el (frame-background-mode): Replace `choice-item' keywords
18431         with `const' to not make [default] button.  Change default value tag
18432         from `default' to `automatic'.  Doc fix.
18433         (trailing-whitespace) <defface>: Change group `whitespace' to
18434         `whitespace-faces'.
18436 2005-12-11  Richard M. Stallman  <rms@gnu.org>
18438         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18440 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18442         * term/mac-win.el: Create keymap for mac-apple-event-map.
18444 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
18446         * tooltip.el (tooltip-mode): Move to start of file so that it
18447         appears at top of customize buffer.
18449         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18450         Add the gud groupname.
18451         (gud-tooltip-mode): Add the tooltip groupname.
18452         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
18453         avoid conflict with tooltip-use-echo-area.
18455 2005-12-10  Romain Francoise  <romain@orebokech.com>
18457         * help.el (help-for-help-internal): Add `r' in doc string.
18459 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18461         * align.el (align-regexp, align-highlight-rule):
18462         Use region-beginning and region-end instead of point and mark, so that
18463         repetition (with `repeat-complex-command') recomputes the region
18464         bounds.
18466 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18468         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18469         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18470         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18471         (balance-windows): Rewrite using the above new functions.
18473 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
18475         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18476         react if global-hi-lock-mode seems intended.
18477         (global-hi-lock-mode): Renamed from hi-lock-mode.
18478         (hi-lock-archaic-interface-message-used)
18479         (hi-lock-archaic-interface-deduce): New variables.
18480         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18481         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18482         (hi-lock-find-patterns, hi-lock-font-lock-hook):
18483         Replace hi-lock-buffer-mode with hi-lock-mode.
18485 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18487         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18488         completion list, even after a partial completion has been
18489         inserted in the current buffer.  If there are more than 1
18490         completion, redisplay the *Completions* buffer; if the
18491         completion is unique, delete the *Completions* window.
18493 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
18495         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18496         strings and long subject lines that were broken into multiple
18497         lines at arbitrary places.  Handle subjects that have "Re: " in
18498         the middle.
18500 2005-12-10  John W. Eaton  <jwe@octave.org>
18502         * progmodes/octave-mod.el (octave-electric-space): Don't indent
18503         comments or strings if octave-auto-indent is nil.
18505 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18507         * term/mac-win.el: Require url when compiling.
18508         Call mac-process-deferred-apple-events after loading init files.
18509         (mac-apple-event-map): New defvar.  Define event handlers in it.
18510         (core-event, internet-event): New Apple event class symbols.
18511         (open-application, reopen-application, open-documents)
18512         (print-documents, open-contents, quit-application)
18513         (application-died, show-preferences, autosave-now, get-url):
18514         New Apple event ID symbols.
18515         (about): New HICommand ID symbol.
18516         (mac-event-spec, mac-event-ae): New macros.
18517         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18518         (mac-ae-selection-range, mac-ae-text-for-search)
18519         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18520         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
18521         and Services menu events are now defined in mac-apple-event-map.
18522         (mac-drag-n-drop): Remove selection range handling.
18524 2005-12-10  Kenichi Handa  <handa@m17n.org>
18526         * simple.el (zap-to-char):
18527         * isearch.el (isearch-process-search-char): Translate CHAR by
18528         translation-table-for-input.
18530 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
18532         * foldout.el (foldout-exit-fold): Properly hide subtree.
18534 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18536         * files.el (save-buffer):
18537         * international/ucs-tables.el (ucs-set-table-for-input):
18538         * mail/mail-extr.el (mail-extract-address-components):
18539         * mail/sendmail.el (mail-mode): Reformat doc string.
18541 2005-12-09  Juri Linkov  <juri@jurta.org>
18543         * isearch.el (isearch-highlight): Change main overlay priority
18544         from 1 to 1001.  Simplify.
18545         (isearch-lazy-highlight-update): Change lazy overlay priority
18546         from 0 to 1000.
18548         * replace.el (replace-highlight): Change overlay priority from
18549         1 to 1001.
18551         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18552         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18554         * compare-w.el (compare-windows-highlight): Change overlay
18555         priority from 1 to 1000.
18557         * menu-bar.el (menu-bar-edit-menu): Add listp around
18558         pending-undo-list to disable menu item "undo" when pending
18559         undo list is empty.
18561         * locate.el (locate): Disable undo in *Locate* buffer.
18563 2005-12-09  Kim F. Storm  <storm@cua.dk>
18565         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18567 2005-12-09  David Ponce  <david@dponce.com>
18569         * recentf.el: Improvement of the menu code.
18570         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18571         instead of menu hook.
18572         (recentf-show-menu, recentf-hide-menu): New functions.
18573         (recentf-menu-customization-changed, recentf-mode): Use them.
18574         (recentf-menu-action, recentf-max-menu-items)
18575         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18576         (recentf-arrange-by-rule-others)
18577         (recentf-arrange-by-rules-min-items)
18578         (recentf-arrange-by-rule-subfilter): Don't use
18579         `recentf-menu-customization-changed'.
18580         (recentf-arrange-rules): Likewise.  Accept functions to compute
18581         sub-menu titles.
18582         (recentf-menu-filter): Likewise.  Doc fix.
18583         (recentf-menu-value-shortcut): Doc fix.
18584         (recentf-dump-variable): Quote atom value.
18585         (recentf-make-menu-items): Update to use it as a menu filter.
18586         (recentf-match-rule): New function.
18587         (recentf-arrange-by-rule): Use it.
18588         (recentf-indirect-mode-rule): New function.
18589         (recentf-build-mode-rules): Use it.
18590         (recentf-dir-rule): New function.
18591         (recentf-arrange-by-dir): Use it.
18592         (recentf-filter-changer-current): Rename from
18593         `recentf-filter-changer-state'.  All references updated.
18594         (recentf-filter-changer-alist): Update filter names.
18595         (recentf-filter-changer-select): New function.
18596         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18597         available in `recentf-filter-changer-alist'.
18598         (recentf-data-cache, recentf-clear-data)
18599         (recentf-update-menu): Remove.  All references updated.
18600         (recentf-match-rule-p, recentf-build-dir-rules)
18601         (recentf-filter-changer-goto-next)
18602         (recentf-filter-changer-get-current)
18603         (recentf-filter-changer-get-next): Remove.
18605 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18607         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18608         buffer "Reset" button to "Reset to Current" for consistency with
18609         the State buttons.
18611 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18613         * ibuf-ext.el (define-ibuffer-filter filename):
18614         If `dired-directory' is a list then really use its car.
18616 2005-12-08  Kim F. Storm  <storm@cua.dk>
18618         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18619         Fix indention of text on right side of replaced rectangle.
18621 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18623         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18624         No need to check gud-comint-buffer is bound.
18625         (gdb): Prevent multiple debugging when first session uses gdba.
18627 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18629         CC Mode update to 5.31.
18631         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18632         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18633         We might do this function properly in the future).
18635         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18636         New macros c-sentence-end and c-default-value-sentence end, to cope
18637         with Emacs 22's new function `sentence-end'.
18639 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18641         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18642         compat issue using `c-put-overlay' and `c-delete-overlay'.
18644         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18645         New compat macros to handle overlays/extents.
18647 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18649         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18650         (for GNU Emacs 20.4).
18652         * progmodes/cc-defs.el
18653         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18655         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18656         highlighting mechanism so it will work in XEmacs too.
18658         * progmodes/cc-defs.el: Insert c-int-to-char.
18660         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18661         call to the new macro c-int-to-char.  This solves XEmacs's
18662         regarding characters as different from integers.
18664 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18666         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18667         New internal helper.
18669         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18670         construct to make the indirect face lookup work in XEmacs.
18672         (c-cpp-matchers): Append the negation char face to the existing
18673         fontification, so that the cpp face doesn't disappear.
18674         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18675         and strings.
18677         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18678         to map to `font-lock-negation-char-face' in emacsen where it exists.
18680 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18682         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18684         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18685         Rename "c-subword-move-mode" as "c-subword-mode".
18687         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18688         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18690 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18692         * progmodes/cc-mode.el: Added autoload directive for
18693         `c-subword-move-mode' for use in older emacsen.
18695 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18697         * progmodes/cc-mode.el:
18698         (i): Insert a binding for C-c C-backspace into
18699         c-bind-special-erase-keys which works in TTYs.
18700         (ii): Make sure that when file styles are used, any explicitly
18701         given style variables take priority over those in the style.
18702         Do this by calling `hack-local-variables' a second time.
18704         * progmodes/cc-vars.el: Add language specific customization
18705         widgets for AWK to c-doc-comment-style, c-require-final-newline
18706         and c-default-style.  Add a defcustom for awk-mode-hook.
18707         Give c-syntactic-element and c-syntactic-context doc-strings by
18708         directly setting their `variable-documentation' propery.
18709         This allows Emacs 22.1 to read these with C-h v.
18711         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18713 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18715         * progmodes/cc-fonts.el, cc-vars.el
18716         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18717         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18718         Masatake YAMATO.
18720         (c-doc-comment-style): Made GtkDoc default in C mode.
18722         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18723         and C-c C-<delete>.
18725         (c-bind-special-erase-keys): New function for use on
18726         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18728         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18729         <delete> key behavior in XEmacs according to `delete-forward-p'.
18730         C.f. `c-electric-delete'.
18732 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18734         * progmodes/cc-mode.el: Give c-hungry-backspace and
18735         c-hungry-delete-forward permanent key bindings.
18737         * progmodes/cc-cmds.el (c-electric-semi&comma):
18738         Bind c-syntactic-context for calls to "criteria functions", for
18739         consistency with other calls to user functions.
18741         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18742         `current-prefix-arg', since this might be the prefix arg to a
18743         command which calls c-indent-command as a function.  Change the
18744         interactive spec from "p" to "P".
18746         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18747         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18748         was difficult to understand.
18750 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18752         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18753         first char of an identifier.
18755         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18756         +" syntax in C++.
18758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18760         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18761         auto-fill doesn't split a c-comment's last word from a hanging
18762         "*/" when a space is typed between them after fill-column.
18764         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18766         * progmodes/cc-styles.el (c-set-style)
18767         (c-setup-paragraph-variables): Abort the command if we're not in a
18768         CC Mode buffer.
18770         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18771         with blank comment-prefix, and a blank line as the comment's
18772         second line.
18774 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18776         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18777         Incorporate the patterns added in the Emacs development branch
18778         for the new Emacs 22 face `font-lock-negation-char-face'.
18780         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18781         of "red" since it stands out better in xterms and DOS terminals.
18783         * progmodes/cc-engine.el (c-literal-faces):
18784         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18786 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18788         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18789         forcibly enable c-electric-flag.
18791         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18792         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18793         after the comment-prefix of a C-style comment will close that comment.
18795 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18797         * progmodes/cc-fonts.el (c-basic-matchers-before)
18798         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18799         in Pike.
18801         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18802         digraphs.
18804         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18805         (c-cpp-message-directives, c-cpp-include-directives)
18806         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18807         (c-cpp-expr-directives): Introduce new language constants to
18808         control cpp syntax in a cleaner way.
18810         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18812         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18814         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18815         (c-multiline-string-start-char): New language constants and
18816         variables to specify how newlines in string literals work.
18818         (c-font-lock-invalid-string): Use them.
18820         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18821         unbalanced close brace is entered.  Optimization by avoiding going
18822         back over arbitrarily large blocks.  Removed hints that this
18823         function only would be relevant/useful in AWK.
18825         (c-electric-brace): Indent syntactically after the cleanups since
18826         lineup functions might do it differently then.
18828         * progmodes/cc-engine.el, cc-langs.el
18829         (c-opt-op-identifier-prefix): New language constant and variable.
18831         (c-just-after-func-arglist-p, c-after-special-operator-id)
18832         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18834         * progmodes/cc-align.el, cc-engine.el
18835         (c-after-special-operator-id): New helper to handle C++ operator
18836         identifiers.
18838         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18839         (c-guess-basic-syntax): Handle C++ operator identifiers in
18840         declarations.
18842         * progmodes/cc-langs.el (c-assignment-operators): Add the
18843         trigraph version of ^= too.
18845         * progmodes/cc-langs.el (c-assignment-operators): Add the
18846         trigraph version of |= in C++.
18848         * progmodes/cc-fonts.el (c-font-lock-declarators):
18849         Handle `c-decl-hangon-kwds' after the identifier name.
18851         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18852         whether an arglist is "nonempty", ignore a comment after the open
18853         paren if it isn't followed by a non-comment token on the same line.
18855         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18856         Enable heuristics below the point to cope with classes inside special
18857         brace lists in Pike.
18859 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18861         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18865         * progmodes/cc-guess.el (cc-guess-install): New function to
18866         install an already guessed style in another buffer.
18868         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18869         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18870         anyway if the change always is undone.
18872 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18874         Implement togglable electricity:
18876         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18877         saying when it should be used.
18879         * progmodes/cc-engine.el: Add the new buffer-local variable,
18880         c-electric-flag.
18882         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18883         c-toggle-auto-newline.
18885         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18886         c-toggle-auto-newline.  Remove the binding for
18887         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18888         c-toggle-electric-state.
18890         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18892         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18893         c-\(forward\|backward\)-subword.
18894         (c-update-modeline): Add the new modeline flag `l' for
18895         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18896         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18897         Make the old name an alias of the new name.
18898         (c-toggle-electric-state): New function.
18899         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18900         Adapt these functions to do electric things only when
18901         c-electric-flag is non-nil.
18902         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18903         new functions from c-electric-brace.
18904         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18905         mode, so that the tentative extra newline doesn't change the
18906         syntax of the following brace.
18907         (c-electric-brace): Restructure by extracting the above functions.
18908         Tidy up the coding somewhat.
18909         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18910         restructure a bit.
18912 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18914         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18915         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18917         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18918         (c-submode-indicators): Change name from `c-auto-hungry-string'
18919         since it's now used to track another submode.
18921         (c-update-modeline): Convert to function and extended to check
18922         `c-subword-move-mode'.
18924         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18925         Convert to compat aliases for `c-forward-subword' and
18926         `c-backward-subword'.
18928         * progmodes/cc-subword.el: New functions and minor mode to handle
18929         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18931         (c-forward-subword, c-backward-subword, c-mark-subword)
18932         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18933         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18934         Functions corresponding to the standard word handling functions.
18936         (c-subword-move-mode): Minor mode that replaces all the standard
18937         word handling functions with their subword equivalences.
18939 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18941         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18942         entry for one-liner-defun.
18944         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18945         name in its def-edebug-spec.
18947         * progmodes/cc-cmds.el (c-electric-brace): Make the
18948         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18949         compacts space before a comment, if this will make things fit on
18950         one line.
18952         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18954         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18956         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18957         clean-up one-liner-defun.
18959         * progmodes/cc-styles.el: Add the new "awk" style.
18961         * progmodes/cc-vars.el: Add description of one-liner-defun to
18962         c-cleanup-list's doc-string.  New user options,
18963         c-max-one-liner-length.  In c-default-style, set the default style
18964         for AWK to "awk".
18966 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18968         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18969         macros inside labels.
18971         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18972         `c-at-statement-start-p' and `c-at-expression-start-p'.
18974         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18975         error if the mark isn't set.
18977         * progmodes/cc-engine.el (c-guess-continued-construct)
18978         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18979         accurately detect functions inside functions.
18981         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18982         like `c-at-statement-start-p' that additionally recognizes commas
18983         and expression parentheses as delimiters.
18985         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18986         to avoid heuristics that doesn't work for unclosed blocks.
18987         (c-at-statement-start-p): New function.
18989         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18990         Objective-C directives, e.g. directives spanning lines should work
18991         reasonably well now.
18993         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18995         (c-forward-objc-directive): New function to move over any ObjC
18996         directive.
18998         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18999         (c-basic-matchers-before): Use it.
19001         (c-font-lock-objc-iip-decl): Remove.
19003         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19004         in the template arglist recognition.
19006         * progmodes/cc-styles.el (c-style-alist): Fix several
19007         inconsistencies in the Whitesmith style.
19009         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19010         New lineup function to get lines after Whitesmith style blocks
19011         correctly indented.
19013         (c-lineup-whitesmith-in-block): Back out the compensation for
19014         opening parens since it's done using `add' lists in the style
19015         definition instead.  Don't use the anchor position since it varies
19016         too much between the syntactic symbols. :P
19018         * progmodes/cc-vars.el (c-valid-offset): Update.
19020         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19021         lists where the offsets are combined according to several
19022         different methods: `first', `min', `max', and `add'.
19023         Report offset evaluation errors with `c-benign-error' so that some kind
19024         of reindentation still is done.
19026         * progmodes/cc-engine.el (c-guess-basic-syntax):
19027         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19028         `arglist-close'.
19030         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19031         situations for `arglist-cont-nonempty' and `arglist-close'.
19033         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19035         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19036         cc-bytecomp-boundp' in a number of places.
19038         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19039         macro related issue.
19041 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19043         * progmodes/cc-awk.el: Change the terminology of regexps: A char
19044         list is now [asdf], a char class [:alpha:].
19045         Include code for char classes.
19046         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
19047         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19049         Remove (nearly all of) the cruft associated with AWK Mode's former
19050         concept of "virtual semicolons":
19052         Adapt c-beginning-of-statement, c-end-of-statement (together with
19053         subfunctions) to use the new notion of "virtual semicolon" in
19054         place of the old awkward special handling for AWK.  There remains
19055         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19056         * progmodes/cc-cmds.el:
19057         (c-ascertain-adjacent-literal): In the backwards direction, now
19058         recognises AWK regexp delimiters as string delimiters.
19059         (c-after-statement-terminator-p): Adapt for virtual semicolons;
19060         check more rigorously for "end of macro".
19061         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19062         virtual semicolons;
19063         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19064         out the code for forward movement into ...
19065         (c-end-of-statement): Now contains the code for forward movement,
19066         adapted for virtual semicolons.
19068         * progmodes/cc-engine.el:
19069         (c-ws*-string-limit-regexp): New regexp.
19070         (c-forward-single-comment, c-backward-single-comment): Comment out
19071         the (now redundant) "special" AWK stuff.
19073         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19074         c-string-par-start, c-string-par-separate to be more like Text
19075         Mode than Fundamental Mode.
19077 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19079         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19080         to the fontified region so that fontification doesn't occur
19081         outside it (could happen e.g. when fontifying a line with an
19082         unfinished declaration).
19084 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19086         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19087         start of the file.  ^L now separate sections of the file.
19088         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19089         (c-awk-one-line-possibly-open-string-re)
19090         (c-awk-regexp-one-line-possibly-open-char-class-re)
19091         (c-awk-one-line-possibly-open-regexp-re)
19092         (c-awk-one-line-non-syn-ws*-re): New defonsts.
19093         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19095         Amend the concept of "virtual semicolons" (in the indentation
19096         engine) for languages like AWK, such that they are now
19097         conceptually attached to end of the last token of a statement, not
19098         the end of the line.  (In AWK Mode, however, the pertinent text
19099         property is still physically set on the EOL.)  Remove the specific
19100         tests for awk-mode, thus facilitating the introduction of other
19101         language modes where EOLs can end statements.
19102         (Note: The funtionality in cc-cmds.el, specifically
19103         c-beginning/end-of-statement has yet to be amended.)
19105         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19106         New macros.
19108         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19109         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
19110         c-vsemi-status-unknown-p-fn (in a new page).
19112         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19113         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19114         numerous awkward forms like
19115         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19116         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
19117         variable before-ws-ip, the place just after char-before-ip appears.
19119         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19120         a comment.
19122 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19124         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19125         `c-tentative-buffer-changes'.
19127         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19128         convert to macro to choose between Emacs and XEmacs at compile time.
19130         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19132         (c-tentative-buffer-changes): New macro to handle temporary buffer
19133         changes in a convenient way.
19135         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19136         for `c-tentative-buffer-changes'.
19138         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19139         the checks for paren sexps between the point and the keyword, to
19140         avoid some false alarms.
19142         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19143         Fixed a situation where an error could be thrown for unbalanced
19144         parens.  Changed to make use of c-keyword-member' to avoid some
19145         repeated regexp matches.
19147         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19148         These language variable are no longer necessary.
19150         (c-block-stmt-kwds): New language constant used by
19151         c-looking-at-inexpr-block'.
19153         (c-guess-basic-syntax): Remove an optional check that looked at
19154         the existence of the now removed language variables.
19156         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19157         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19158         object instantiation expressions as declarations in some contexts.
19159         This bug only affected languages where the declarator can't be
19160         enclosed in parentheses.
19162         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19163         insert newlines before and after substatement braces.
19165         * progmodes/cc-engine.el: Improved the heuristics for recognizing
19166         function declaration headers and the handling of C++ style member
19167         init lists.
19169         (c-just-after-func-arglist-p): Rewritten to use
19170         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
19172         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19174         (c-guess-basic-syntax): Adapt case 5B for the new
19175         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
19176         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19177         covers all cases now).
19179         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19181 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19183         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19184         c-string-par-start/separate c-sentence-end-with-esc-eol,
19185         initialised in c-setup-paragraph-variables, used in string
19186         scanning subroutines of c-beginning-of-statement.
19188         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19189         which precedes the newly inserted `{'.
19191 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19193         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19194         function for declaration level blocks.  It should now cope with
19195         templates better and also be a lot more comprehensible.
19197         (c-looking-at-decl-block): The new function.
19199         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
19200         for compatibility.
19202         (c-add-class-syntax, c-guess-continued-construct)
19203         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19205         (c-decl-block-key): Change to tell apart ambiguous and
19206         unambiguous keywords.  Pike specials are now handled directly in
19207         the code instead.
19209         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19210         New language constants and variables to make the backward skip in
19211         `c-looking-at-decl-block' as tight as possible.
19213         (c-nonsymbol-token-char-list): New language constant.
19215         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19216         find balanced template arglists backwards.
19218         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19219         making char classes for `c-syntactic-skip-backward'.
19221         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19222         16D - can't be a class-close at that point.
19224         * progmodes/cc-engine.el (c-guess-basic-syntax)
19225         (c-add-class-syntax): Don't narrow out the enclosing declaration
19226         level.  This makes everything a lot easier, and it was actually
19227         only four small places that needed it to work.  Some places that
19228         previously did `widen' are removed now, which has the effect that
19229         `c-guess-basic-syntax' never will look at things outside the
19230         current narrowment now.  The anchor position for `topmost-intro'
19231         is affected by this, but it was so bogus it was basically useless
19232         before, and now it's equally bogus but in a slightly different way.
19234         (c-narrow-out-enclosing-class): Gone.
19236         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19237         the narrowed region.
19239         (c-least-enclosing-brace): Remove silly optional argument.
19241         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19242         the point could be left directly after an open paren when finding
19243         the beginning of the first decl in the block.
19245         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19246         Specify which submatch to use.
19248         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19250         (c-decl-start-re): No longer any need for special treatment of
19251         ObjC due to the above.
19253         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19254         presumably follows C in that regard.
19256         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19257         New language constants to specify operator tokens inside
19258         identifiers in a more high level way.
19260         (c-opt-identifier-prefix-key): New internal language constant.
19262         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19263         (c-identifier-start, c-identifier-key): Now completely calculated
19264         from other constants.
19266         (c-identifier-last-sym-match): Decommission since it's no longer used.
19268         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
19270         * progmodes/cc-engine.el (c-forward-name): Remove the
19271         optimization when c-identifier-key is equal to c-symbol-key since
19272         it doesn't work in byte compiled files.  Don't record empty
19273         regions as identifiers.
19275         * progmodes/cc-langs.el (c-filter-ops): New helper function to
19276         simplify access to `c-operators' and its likes.
19278         (c-operator-list, c-all-op-syntax-tokens)
19279         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19280         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19281         (c-primary-expr-regexp, c-cast-parens): Use it.
19283         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19284         an explicit language in functions.
19286         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19287         variant of adornment.
19289         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19290         variable.
19292         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19293         the Pike value.
19295         * progmodes/cc-engine.el (c-on-identifier)
19296         (c-simple-skip-symbol-backward): Small fix for handling "-"
19297         correctly in `skip-chars-backward'.  Affected the operator lfun
19298         syntax in Pike.
19300         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19301         diagnostic message about precompiled language vars not being used.
19303         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19304         "__attribute__" is followed by a parenthesis.
19306         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19307         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19308         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19310         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19311         Internal cleanups to properly detect the declared identifiers in
19312         various declarations.
19314         (c-decl-start-kwds): New language constant to recognize
19315         declarations that can start anywhere.  Used for class declarations
19316         in Pike.
19318         (c-specifier-key, c-not-decl-init-keywords)
19319         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19320         (c-find-decl-spots): Implement `c-decl-start-kwds'.
19322         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19323         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19324         handling of the compiler specific extension keywords into a new
19325         language constant `c-decl-hangon-kwds' that defines keyword
19326         clauses to be ignored in declarations.
19328         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19329         past unrecognized tokens when handling `c-colon-type-list-kwds'.
19330         Necessary to stop at the declared identifier in e.g. IDL valuetype
19331         declarations.
19333         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19334         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19335         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19336         (c-forward-decl-or-cast-1): Recognize the declared identifier in
19337         class and enum declarations as such and not as part of the type.
19339         (c-forward-decl-or-cast-1, c-forward-label): Relax the
19340         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19342         (c-forward-decl-or-cast-1): Don't disregard sure signs of
19343         declarations when there's some syntax error later on.
19345         (c-complex-decl-matchers): Did away with a reference to
19346         `c-specifier-key'.
19348         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19349         value - this variable is always dynamically bound.
19351         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19352         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19353         * cc-cmds.el, cc-defs.el: Change the policy for marking up
19354         functions that might do hidden buffer changes: All such internal
19355         functions are now marked instead of those that don't.
19357         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19358         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19359         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19360         (c-literal-type): Allow these functions to make hidden buffer changes,
19361         so that they are free to use text property caching later on.
19363         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19364         (c-electric-brace, c-electric-slash, c-electric-star)
19365         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19366         (c-electric-paren, c-electric-continued-statement, c-indent-command)
19367         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19368         (c-context-line-break): Add `c-save-buffer-state' calls to comply
19369         with the changed semantics of the functions above.
19371         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19372         when macros occur in obscure places.  Optimized the sexp movement
19373         a bit.
19375 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19377         Enhancements for c-beginning-of-statement to work in AWK Mode:
19379         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19380         (completed statement) with `}' (statement completed by closing
19381         brace or semicolon) and `$' (statement completed by EOL).
19383         (c-awk-virtual-semicolon-ends-prev-line-p)
19384         (c-awk-virtual-semicolon-ends-line-p)
19385         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19386         (c-awk-at-statement-end-p): New functions.
19388         * progmodes/cc-cmds.el: Simplify the structure of functions
19389         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
19390         two functions and c-beginning-of-statement to handle AWK Mode.
19392         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19393         c-backward-single-comment for AWK mode.  Attempt to clarify their
19394         doc-strings.
19396         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19398 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19400         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19401         label handling.  Labels are now recognized in a uniform and more
19402         robust way, regardless of context.  Text properties are put on all
19403         labels to recognize the following declarations better.
19404         Multiword labels are handled both in indentation and fontification for
19405         the benefit of language extensions like Qt.  For consistency, keywords
19406         in labels are now fontified with the label face instead.
19407         That also applies to "case" and "default".
19409         (c-beginning-of-statement-1): Fix some bugs in the label
19410         handling.  Disregard `c-nonlabel-token-key' in labels that begin
19411         with `c-label-kwds'.
19413         (c-find-decl-spots): Support that the callback adds more
19414         `c-decl-end' spots to find.
19416         (c-forward-decl-or-cast-1): Don't treat a list of plain
19417         identifiers followed by a colon as a declaration.
19419         (c-forward-label): New function to recognize labels.
19421         (c-guess-basic-syntax): Replace uses of `c-label-key' with
19422         `c-forward-label'.  Moved the label recognition cases (14 and 15)
19423         earlier since they aren't so context sensitive now.  Handle labels
19424         on the top level gracefully.  Moved access label recognition to
19425         the generic label case (CASE 15) - removed CASE 5E.
19427         (c-font-lock-declarations): Add recognition of labels in the
19428         same round since we need to handle labels in parallell with other
19429         declarations to recognize both accurately.  It should also improve
19430         speed.
19432         (c-simple-decl-matchers, c-basic-matchers-after):
19433         Move `c-font-lock-labels' so that it only is used on decoration level 2
19434         since `c-font-lock-declarations' handles it otherwise.
19436         (c-complex-decl-matchers): Remove the simplistic recognition of
19437         access labels.
19439         (c-decl-prefix-re): Remove the kludges that was necessary to cope
19440         with labels earlier.
19442         (c-decl-start-re): New language variable to make
19443         `c-font-lock-declarations' stop for the special protection labels
19444         in Objective-C that start with `@'.
19446         (c-label-key): Remove since it's no longer used.
19448         (c-recognize-colon-labels, c-label-prefix-re): New language
19449         constants to support recognition of generic colon-terminated labels.
19451         (c-type-decl-end-used): `c-decl-end' is now used whenever there
19452         are colon terminated labels.
19454         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19455         first argument starts with a special brace list.
19457         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19458         (c-font-lock-declarations): Break out the declaration and cast
19459         recognition from `c-font-lock-declarations' to a new function, so
19460         that it can be used in the indentation engine.
19462         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19463         up to the start of the literal.  Fixed bug with the point on the
19464         wrong side of the search limit that could happen when the start
19465         position is inside a literal.
19467         * progmodes/cc-engine.el (c-parse-state)
19468         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19469         so that it's kept a little bit back to increase the hit rate.
19471         (c-parse-state): Change the macro handling and fixed some
19472         glitches.  Macro context is checked more often than necessary now,
19473         but otoh less garbage conses are generated.
19475         * progmodes/cc-engine.el (c-parse-state)
19476         (c-invalidate-state-cache): Cache the last position where
19477         `c-state-cache' applies.  This can speed up refontification quite
19478         a bit in blocks where there are many non-brace parens before the point.
19480         (c-state-cache-end): New variable for this.
19482         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19483         cache variable.
19485         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19486         get close initial continue positions when the start position is
19487         inside a literal or macro.  Do not call the callback for spots
19488         before the start position (which can happen e.g. for `c-decl-end'
19489         spots inside comments).  Optimize better in special cases when the
19490         region is a single line inside a literal or macro (typically when
19491         the current line is refontified).
19493         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19494         to `c-add-stmt-syntax' - there's no need to explicitly whack off
19495         entries from the paren state.
19497         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19498         special case for "else if" clauses.
19500         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19501         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19503         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19504         New language variable to recognize the gcc extension with statement
19505         blocks inside expressions.
19507         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19508         it somewhat more comprehensible.  The argument AT-BLOCK-START is
19509         no longer used and hence removed.
19511         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19512         to `c-add-stmt-syntax'.
19514         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19515         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19516         This fixes bogus label recognition.
19518         * progmodes/cc-engine.el (c-add-type, c-check-type)
19519         (c-forward-name, c-forward-type): Improve storage of template
19520         types in `c-found-types' so that they can be recognized better.
19522         (c-syntactic-content): Add option to skip past nested parens.
19524         * progmodes/cc-engine.el (c-forward-name):
19525         Set `c-last-identifier-range' all the time.  It's less work that way.
19526         Handle that there might not be an identifier to store in
19527         `c-last-identifier-range'.
19529         (c-forward-type): Handle that `c-last-identifier-range' might be
19530         nil from `c-forward-name'.
19532         * progmodes/cc-defs.el (c-safe-scan-lists)
19533         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19535         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19536         to work even if the form fails.
19538         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19539         down in a large file in one go.
19541         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19543         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19544         function which is like `c-lineup-math' but returns nil instead of
19545         `c-basic-offset' when it doesn't match.
19547         (c-lineup-math): Change to use `c-lineup-assignments'.
19549 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19551         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19552         c-beginning-of-statement.  New subfunctions
19553         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19555 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19557         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19558         hardcoded char classes whereever possible.  Changed a couple of
19559         places to use skip by syntax instead of skip by char class.
19561         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19562         Fix a bug in the regexp that caused extreme backtracking.
19564         * progmodes/cc-langs.el (c-block-comment-starter)
19565         (c-block-comment-ender): New language constants to specify in a
19566         single place how block comments look.
19568         (c-comment-start-regexp, c-block-comment-start-regexp)
19569         (comment-start, comment-end, comment-start-skip)
19570         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19571         (c-syntactic-ws, c-nonempty-syntactic-ws)
19572         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19573         `c-line-comment-starter', `c-block-comment-starter' and
19574         `c-block-comment-ender'.
19576         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19577         New language constants to break up things a bit.
19579         (c-simple-ws): New language constant for simple whitespace.
19581         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19583         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19584         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19585         newlines.  Allow and ignore nil elements in the list.
19587 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19589         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19590         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19592         * progmodes/cc-cmds.el: Tidy up the comments in
19593         c-beginning-of-statement and subfunctions.
19595         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19596         more flexible c-put-char-property and c-clear-char-properties.
19597         Add the author's email address.
19599         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19601         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19602         closing "*/" of a block comment.
19604         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19605         subfunctions) so that it works at BOB and EOB.
19607         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19608         c-beginning-of-statement, including new variable
19609         c-block-comment-start-regexp.
19611 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19613         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19614         symbols from `*-font-lock-extra-types' so that there's no need to
19615         use `regexp-opt' on those lists.
19617         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19618         `c-type-modifier-kwds' is empty.
19620         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19621         there are several strings on the same line.
19623         * progmodes/cc-engine.el (c-literal-limits): Remove the
19624         compatibility function for older emacsen.  `c-literal-limits-fast'
19625         has now taken the place of this function.
19627         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19628         with older emacsen: We now require `pps-extended-state'.
19630 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19632         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19633         which obviates the need to hack sentence-end.  This now handles
19634         escaped newlines in strings correctly.  Correct minor bugs in
19635         c-move-over-sentence and in c-beginning-of-statement.
19637         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19638         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19639         that movement over macros and code are rigorously separated from
19640         eachother.  Correct a few incidental bugs.
19642         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19643         Improve its doc-string.  Improve the handling of certain specific cases.
19645 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19647         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19648         (c-guess-basic-syntax): Change the way class-level labels are
19649         recognized; they can now contain essentially any symbols.
19651         (c-opt-extra-label-key): New language variable to cope with the
19652         special protection label syntax in Objective-C.
19654         (c-opt-access-key): Remove; this is now handled better by
19655         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19657         (c-complex-decl-matchers): Update to handle that
19658         `c-opt-access-key' no longer exists.
19660         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19661         improved label recognition in `c-beginning-of-statement-1'.
19663         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19664         Recognize bitfields better.
19666         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19667         Remove some cruft and fixed a bug that could cause it to go to a
19668         position further down.
19670         * progmodes/cc-langs.el, cc-engine.el
19671         (c-beginning-of-statement-1): Improve detection of labels in
19672         declaration contexts.
19674         (c-beginning-of-decl-1): Use it.
19676         (c-nonlabel-token-key): New language constant and variable needed
19677         by `c-beginning-of-statement-1'.
19679         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19680         manifested itself due to the correction in `c-forward-sexp'.
19682         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19683         Make these behave as documented when used at the buffer limits.
19685         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19686         (c-type-decl-end-used): Made this a language variable.
19688         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19689         correctly when `combine-after-change-calls' is used together with
19690         temporary narrowings.
19692         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19693         Report labels correctly when the start point is immediately after the
19694         colon.
19696         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19697         Remove since it isn't used anymore.
19699         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19700         bracket arglists such as template parens in C++.
19702         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19703         in the last check-in.  Some optimization.
19705         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19706         where it could stop at the same level in a preceding sexp when
19707         PAREN-LEVEL is set.
19709         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19710         text property lookup only when it's needed.
19712         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19713         Change the policy for paren marked angle brackets to be more
19714         persistent; once marked they remain marked even when they're found
19715         to be unbalanced in the searched region.  This should keep the
19716         paren syntax around even when individual lines are refontified in
19717         multiline template arglists.
19719         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19720         to control markup so that incorrect angle bracket arglists aren't
19721         marked in contexts where the correct value for
19722         `c-disallow-comma-in-<>-arglists' isn't known.
19724         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19725         argument has become `c-parse-and-markup-<>-arglists'.
19727         (c-remove-<>-arglist-properties): Remove - no longer used.
19729         (c-after-change-check-<>-operators): New function used on
19730         `after-change-functions' to avoid that "<" and ">" characters that
19731         are part of longer operators have paren syntax.
19733         (c-<>-multichar-token-regexp): New language variable used by
19734         `c-after-change-check-<>-operators'.
19736         (c-after-change): Call `c-after-change-check-<>-operators'.
19738         (c-font-lock-<>-arglists): Use the context properties set by
19739         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19740         correctly to avoid doing invalid markup.
19742         (c-font-lock-declarations): Remove code that undoes the invalid
19743         markup done by `c-font-lock-<>-arglists'.
19745         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19746         after `c-font-lock-declarations'.
19748         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19749         Add paren-level feature.
19751         (c-guess-basic-syntax): Improve the anchor position for
19752         `template-args-cont' in nested template arglists.  There's still
19753         much to be desired in this area, though.
19755 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19757         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19758         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19760 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19762         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19763         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19765         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19766         it doesn't work no longer are supported.
19768         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19769         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19770         requires support for the syntax-table' text property, which rules
19771         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19772         cruft associated with those versions.
19774         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19775         for the `syntax-table' text property, which rules out Emacs 19 and
19776         XEmacs < 21.4.  Removed various compatibility cruft associated
19777         with those versions.
19779         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19780         support for the `syntax-table' text property.
19782         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19783         variable and use an extra quoted face name instead.  All the
19784         emacsen flavors handle that correctly.
19786         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19787         (c-font-lock-declarators, c-font-lock-declarations)
19788         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19789         property to mark the items in in declarator lists to handle
19790         refontification inside multiline declarations better.
19792         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19793         construct like "a * b = c;" as a declaration.
19795 2005-12-08  Kim F. Storm  <storm@cua.dk>
19797         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19798         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19799         select either meta, hyper, or super modifier for rectangle commands.
19800         (cua--rectangle-modifier-key): New defvar.
19801         (cua--M/H-key): Use it.  Remove special case for `space'.
19802         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19803         on X, to meta otherwise.  Always bind C-return to toggle
19804         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19806         * emulation/cua-rect.el (cua-help-for-rectangle):
19807         Use cua--rectangle-modifier-key.  Handle super modifier too.
19808         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19809         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19811         * ido.el: Move Acknowledgements and History after Commentary.
19812         Minor changes to Commentary.
19814         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19815         keymap if cua--prefix-override-timer is `shift'.
19816         (cua--shift-control-prefix): New function; emulate "type prefix
19817         key twice" functionality to handle shifted prefix key override.
19818         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19819         New commands.
19820         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19822 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19824         * textmodes/org.el (org-insert-heading): Try to do items before
19825         headings.
19826         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19827         (org-insert-item): New function.
19828         (org-renumber-ordered-list): Don't skip to higher level lists.
19830 2005-12-08  Juri Linkov  <juri@jurta.org>
19832         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19834         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19836         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19838         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19839         the constructed function name fun-1.
19841         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19842         because such links don't lead to parent documentation.
19844 2005-12-08  Kenichi Handa  <handa@m17n.org>
19846         * descr-text.el (describe-char): Use *Help-2* buffer if the
19847         current buffer is *Help*.  Call describe-text-properties while
19848         setting the original buffer.
19850 2005-12-07  Bill Wohler  <wohler@newt.com>
19852         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19853         and causes problems with non-MH users (such as Gnus users).
19855 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19857         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19858         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19859         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19860         command "info sources".  Move calls to GDB command "list".
19861         (gdb-find-file-hook): Just use gdb-source-file-list.
19862         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19863         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19864         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19865         (gdb-data-list-register-values-handler): Use correct trigger name.
19867 2005-12-07  Kim F. Storm  <storm@cua.dk>
19869         * ido.el (ido-completion-map): Rename from ido-mode-map.
19870         (ido-common-completion-map, ido-file-completion-map)
19871         (ido-file-dir-completion-map, ido-buffer-completion-map):
19872         Rename from ido-mode-....-map.
19873         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19874         (ido-setup-completion-map): Rename from ido-define-mode-map.
19875         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19876         to ido-completion-map.
19878 2005-12-07  Kenichi Handa  <handa@m17n.org>
19880         * international/mule-cmds.el
19881         (set-display-table-and-terminal-coding-system): If the coding
19882         system specified in `unibyte-display' property is different from
19883         the arg coding-system, don't setup standard-display-table.
19885 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19887         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19888         that comments end at \n, regardless of selective-display.
19890 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19892         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19893         (gdb-version): New variables.
19894         (gdb-source-file-list, gdb-register-names)
19895         (gdb-changed-registers): New variables for use with GDB 6.4+.
19896         (gdb-ann3): Replace with...
19897         (gdb-init-1, gdb-init-2): ...two new functions.
19898         (gdba, gdb-prompt): Call gdb-init-1.
19899         (gdb-get-version): New function.  Call gdb-init-2 from here.
19900         (gud-watch): Make it work with mouse events too.
19901         (gdb-post-prompt): Don't add to queue until GDB version is known.
19902         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19903         (gdb-locals-mode): Use gdb-version.
19904         (gdb-memory-format-map, gdb-memory-unit-map)
19905         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19906         (gdb-locals-font-lock-keywords-1)
19907         (gdb-locals-font-lock-keywords-2): New variables.
19908         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19909         (gdb-set-gud-minor-mode-existing-buffers-1)
19910         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19911         (gdb-var-update-1, gdb-var-update-handler-1)
19912         (gdb-data-list-register-values-handler)
19913         (gdb-data-list-register-values-custom)
19914         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19915         (gdb-stack-list-locals-handler, gdb-get-register-names):
19916         New functions for use with GDB 6.4+.
19917         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19918         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19919         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19920         (gdb-stack-list-locals-regexp)
19921         (gdb-data-list-register-names-regexp): New regexps for use with
19922         GDB 6.4+.
19924 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19928 2005-12-06  Nozomu Ando  <nand@mac.com>
19930         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19931         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19932         <seallan@verizon.net>.
19934 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19936         * frame.el (set-frame-parameter): Add doc string.
19938 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19940         * textmodes/org.el (org-occur-highlights): New variable.
19941         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19942         (org-highlight-sparse-tree-matches): New option.
19943         (org-do-occur): New function.
19944         (org-get-heading): Make it work also at beginning of line.
19945         (org-category-table): New variable.
19946         (org-get-category-table, org-get-category)
19947         (org-camel-to-words, org-link-search): New functions.
19948         (org-select-this-todo-keyword): New variable.
19949         (org-todo-list): New command.
19950         (org-shiftright, org-shiftleft): New commands.
19951         (org-agenda-todo): Add prefix argument.
19952         (org-show-hierarchy-above): New option.
19953         (org-show-todo-tree): Numerical prefix creates tree for specific
19954         TODO keyword.
19955         (org-outline-level): New function, to assign a level to plain
19956         lists items.
19957         (org-cycle-include-plain-lists): New option.
19958         (org-mode): Use `org-outline-level' as value of `outline-level'.
19959         (org-cycle): Temporarily switch `outline-regexp' if
19960         `org-cycle-include-plain-lists' is non-nil.
19961         (org-start-icalendar-file): Fix format bug.
19962         (org-agenda-get-day-entries): Create category table.
19963         (org-agenda-get-todos, org-agenda-get-timestamps)
19964         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19965         (org-agenda-get-blocks): Use `org-get-category'.
19966         (org-context-in-file-links): Rename from
19967         `org-line-numbers-in-file-links'.
19969 2005-12-06  Romain Francoise  <romain@orebokech.com>
19971         * window.el (balance-windows): Delete extraneous third arg in call
19972         to `enlarge-window'.
19974 2005-12-06  Kenichi Handa  <handa@m17n.org>
19976         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19978 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19980         * progmodes/gdb-ui.el (gdb-var-create-handler)
19981         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19982         (gdb-var-list-children-handler, gdb-var-update-handler):
19983         Current buffer is already gdb-partial-output-buffer, don't
19984         make it current again.
19986 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19988         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19989         (list-buffers-noselect): Use it.
19991 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19993         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19994         (mail-yank-ignored-headers): Use regexp-opt.
19995         (mail-mode-map): Move initialization into declaration.
19996         (mail-sent-via): Remove unused shadowed var `to-line'.
19997         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19998         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19999         (mail-do-fcc): Use dolist and push.
20000         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20001         (mail-yank-ignored-headers): Don't autoload.
20003 2005-12-05  Kenichi Handa  <handa@m17n.org>
20005         * international/mule-cmds.el (set-language-info-internal): New fun.
20006         (set-language-info): Call set-language-info-internal to update
20007         language-info-alist.  If LANG-ENV is the current one, call
20008         set-language-environment to make INFO effective now.
20009         (set-language-info-alist): Likewise.
20010         (locale-language-names): With locale "en", use English
20011         lang. env. but set the default codings to iso-8859-1.
20013 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
20015         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20016         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20017         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20018         for plain strings.
20019         (gdb-frames-mode): Remove redundant call to font-lock-mode.
20020         (gdb-all-registers): Rename from toggle-gdb-all-registers.
20021         Create registers buffer if necessary.  Echo new state in minibuffer.
20022         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20024 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
20026         * info.el (Info-fontify-node): Match external links using
20027         non-directory part of filename.
20029 2005-12-04  Juri Linkov  <juri@jurta.org>
20031         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20032         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
20033         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20034         because there is no customization option for it.
20036         * font-lock.el (lisp-font-lock-keywords-1):
20037         Add define-global-minor-mode.
20039         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20041         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20042         properties on the constructed variable names.
20044         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20045         Put `definition-name' properties on the constructed function names
20046         next-sym and prev-sym.
20048         * emacs-lisp/find-func.el (find-function-regexp):
20049         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
20050         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
20051         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20052         and easy-menu-define.
20054         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20055         easy-mmode-define-global-mode and define-global-minor-mode.
20056         (lisp-imenu-generic-expression): Add define-global-minor-mode.
20058         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20059         instead of easy-mmode-define-global-mode.
20061         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20062         Use define-minor-mode instead of easy-mmode-define-minor-mode.
20064         * cus-edit.el (customize-group, customize-group-other-window):
20065         Filter out autoloaded options from the group completion list by
20066         using heuristics that autoloaded groups don't have `custom-autoload'
20067         property on their symbols (they have only `custom-loads').
20069         * simple.el (completion-setup-function): Put completions-common-part
20070         face on complete completion string too (i.e. completion string
20071         without completions-first-difference face).
20073         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20075 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
20077         * view.el (view-mode): Doc fix.
20079         * disp-table.el (standard-display-european): Add to the warning
20080         message a reference to the doc string.
20082         * play/yow.el (apropos-zippy): Call print-help-return-message,
20083         similar to other Help and Apropos commands.
20085         * help.el (print-help-return-message): If pop-up-frames is
20086         non-nil, set up help-return-method to delete the help window and,
20087         possibly, its frame as well, and don't display message about
20088         scrolling the help window.  Doc fix.
20089         (help-return-method): Doc fix.
20091 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
20093         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20094         whereby names of length one or names starting with a
20095         symbol-constituent character would not be returned.
20097 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20099         * subr.el (atomic-change-group): Add edebug and indentation spec.
20101 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20103         * completion.el (save-completions-file-name): Fix typo in last change.
20105 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20107         * info.el: Move back/forward history to the beginning of the tool bar.
20109 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
20111         * allout.el (eval-when-compile): Remove unnecessary load of cl.
20112         Add fset of allout-real-isearch-abort during compile to fix
20113         byte-compilation warnings.
20114         (allout-mode-p): Move definition of this macro above all uses, or
20115         byte compilation in barren Emacs (eg, during Emacs build) will
20116         lack the definition.
20117         (allout-mode): Move this variable above any uses, or byte
20118         compilation will fail.
20119         (allout-resolve-xref): Remove use of personal file-reference function.
20120         (allout-toggle-current-subtree-encryption): Do the current (ie,
20121         visible containing) topic, rather than nearest around point.  Doc fix.
20122         (allout-toggle-subtree-encryption): New function, workhorse that
20123         works on nearest topic containing point.
20124         (allout-encrypt-string): Signal requirement for newer version of pgg.
20125         (allout-resumptions): Doc fix.
20127 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
20129         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20131 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
20133         * textmodes/flyspell.el (flyspell-external-point-words):
20134         Consider a misspelling as found in the string search if: (a) misspelling
20135         and found string lengths match, or (b) misspelling is found as
20136         element in a boundary-chars separated longer string, or (c)
20137         ispell-program-name is really ispell and misspelling is found as
20138         part of a TeX string.  After successful match move beginning of
20139         search region to end of match.  Warn about not found misspellings
20140         once the process is done.
20141         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20143 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
20145         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20146         tool bar (removed inadvertently).
20148 2005-12-02  Juri Linkov  <juri@jurta.org>
20150         * log-view.el (log-view-diff): Clarify doc string.
20152 2005-12-01  Bill Wohler  <wohler@newt.com>
20154         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20155         triggers lm-verify errors.
20157 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
20159         * simple.el (transient-mark-mode, line-number-mode)
20160         (column-number-mode, size-indication-mode): Remove `:require nil'.
20162 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
20164         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20165         in the margin also.
20166         (gdb-breakpoints-mode-map): Use D instead of d for
20167         gdb-delete-breakpoint.
20168         (gdb-get-frame-number): Require a number to match on.
20169         (gdb-threads-mode-map): Add follow-link binding.
20171 2005-11-30  Jason Rumney  <jasonr@gnu.org>
20173         * isearch.el (isearch-mode-map): Avoid exiting search on
20174         language-change event.
20176 2005-11-30  Romain Francoise  <romain@orebokech.com>
20178         * speedbar.el (speedbar-default-position): New defcustom.
20179         (speedbar-frame-reposition-smartly): Use it.
20181         * dframe.el (dframe-reposition-frame-emacs): Fix position
20182         computation for `left' location.
20183         Update copyright year.
20185 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20187         * help.el (help-map): Move initialization into declaration.
20189         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20191         * help-fns.el (help-argument-name): Don't autoload.
20192         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20193         to be re-loaded when customizing the `help' group.
20195 2005-11-30  John Paul Wallington  <jpw@gnu.org>
20197         * help-fns.el (describe-function-1): Fill arglist output.
20199 2005-11-30  Kim F. Storm  <storm@cua.dk>
20201         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20202         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20203         after revert-buffer (or anything else which kills all local variables).
20205         * apropos.el (apropos-parse-pattern): Doc fix.
20206         Set apropos-regexp directly, rather than expecting callers to do so.
20207         (apropos-command, apropos, apropos-value, apropos-documentation):
20208         Simplify calls to apropos-parse-pattern.
20210 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20212         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20213         (hi-lock-face-phrase-buffer): Use hi-yellow face.
20214         (hi-lock-write-interactive-patterns): Use comment-region.
20216         * longlines.el (longlines-mode): Add mail-setup-hook.
20218         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20220         * simple.el (sendmail-user-agent-compose, next-line):
20221         Conditionally use hard-newline.
20223 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20225         * international/latexenc.el (latex-inputenc-coding-alist):
20226         Reword doc string.
20228 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20230         * help.el (describe-key-briefly, describe-key): Recognize default
20231         bindings.
20233 2005-11-29  Romain Francoise  <romain@orebokech.com>
20235         * view.el (view-inhibit-help-message): New defcustom.
20236         (view-mode-enter): Use it.
20238 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
20240         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20241         Preserve user position.
20243 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
20245         * font-lock.el: Throw error if facemenu is not loaded to prevent
20246         accidental change of loading order in loadup.el.  (Suggested by RMS.)
20248         * loadup.el: Add comment explaining why facemenu must be loaded
20249         before font-lock.
20251 2005-11-28  Jay Belanger  <belanger@truman.edu>
20253         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20254         (calc-dispatch-map): Add more keys for `calc-same-interface'.
20256         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20258         * calc/calc-embed.el (calc-do-embedded): Update help message.
20260         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20262 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20264         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20266         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20267         called-interactively-p.
20268         (elp-profilable-p): Rename from elp-not-profilable-p.
20269         Invert result and take into account macros and autoloaded functions.
20270         (elp-instrument-function): Update call.
20271         (elp-instrument-package): Update call.  Add completion.
20272         (elp-pack-number): Use match-string.
20273         (elp-results-jump-to-definition-by-mouse): Merge into
20274         elp-results-jump-to-definition and then remove.
20275         (elp-output-insert-symname): Make help echo text single-line.
20277         * replace.el (query-replace-map): Move initialization into declaration.
20278         (occur-engine): Use with-current-buffer.
20279         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20280         (occur-mode-mouse-goto): Replace with an alias.
20282 2005-11-28  Juri Linkov  <juri@jurta.org>
20284         * simple.el (quoted-insert): Let-bind input-method-function to nil.
20286         * term/w32-win.el: Bind [S-tab] to [backtab].
20288         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20289         `Info-find-file' to t.
20291         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20292         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20293         and same-window-regexps.
20294         (occur-next-error): Don't move point for arg 0.
20296 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
20298         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20300 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20302         * log-edit.el (log-edit-changelog-use-first): New var.
20303         (log-edit-changelog-ours-p): Use it.
20304         (log-edit-insert-changelog): Set it with new arg `use-first'.
20305         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20306         (log-edit-hook): Add them to the list of suggested options.
20308         * textmodes/flyspell.el (flyspell-last-buffer): New var.
20309         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20310         redundant work.
20311         (flyspell-mode-on): Use add-hook for after-change-functions.
20312         (flyspell-mode-off): Use remove-hook for after-change-functions.
20313         (flyspell-changes): Make it buffer-local.
20314         (flyspell-after-change-function): Make it non-interactive.  Use push.
20315         (flyspell-post-command-hook): Check input-pending-p while processing
20316         the potentially long list of buffer changes.
20318 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20320         * buff-menu.el (list-buffers-noselect): Display the selected
20321         frame's buffer list, not the global one.
20323 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20325         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20326         that (list last-input-event) works as in interactive spec.
20328 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20330         * loadup.el ("facemenu"): Load facemenu before font-lock, because
20331         `facemenu-keymap' needs to be defined when font-lock is loaded.
20332         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20334 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20336         * completion.el: Remove useless leading * in defcustom docstrings.
20337         (save-completions-file-name): Use ~/.emacs.d if available.
20338         (completion-standard-syntax-table): Rename from
20339         cmpl-standard-syntax-table and fold initialization into declaration,
20340         thus removing cmpl-make-standard-completion-syntax-table.
20341         (completion-lisp-syntax-table, completion-c-syntax-table)
20342         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20343         (cmpl-saved-syntax, cmpl-saved-point): Remove.
20344         (symbol-under-point, symbol-before-point)
20345         (symbol-under-or-before-point, symbol-before-point-for-complete)
20346         (add-completions-from-c-buffer): Use with-syntax-table.
20347         (make-completion): Don't return a list of completion entries.
20348         Update callers.
20349         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20350         (completion-initialize): Rename from initialize-completions.
20351         (completion-find-file-hook): Rename from cmpl-find-file-hook.
20352         (kill-emacs-save-completions): Collect stats here.
20353         (save-completions-to-file, load-completions-from-file):
20354         Use with-current-buffer.
20355         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
20356         into a function.  Move all calls to toplevel.
20357         (completion-lisp-mode-hook): New fun.
20358         (completion-c-mode-hook, completion-setup-fortran-mode):
20359         Set the syntax-table here.  Use local-set-key.
20360         (completion-saved-bindings): New var.
20361         (dynamic-completion-mode): Make it into a proper minor mode.
20362         (load-completions-from-file): Remove unused var `num-uses'.
20364         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20365         constructor if it is explicitly overridden.
20367         * complete.el (PC-completion-as-file-name-predicate):
20368         Use minibuffer-completing-file-name.
20369         (partial-completion-mode): Use find-file-not-found-functions.
20370         (PC-lisp-complete-symbol): Use with-syntax-table.
20371         (PC-look-for-include-file): Remove dead setq.
20372         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20373         (PC-complete): Use with-current-buffer.
20375         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20376         escape single quotes.
20378 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20380         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20381         of `if' whose condition always returned nil.  Doc fix.
20383         * buff-menu.el (Buffer-menu-revert-function): Make the selected
20384         window's buffer the current buffer around the call to
20385         `list-buffers-noselect'.  This is necessary to mark that buffer
20386         with a `.' in the Buffer Menu when called from Lisp, for instance
20387         by Auto Revert Mode.
20389 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20391         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20392         attaching to it.
20393         (gdb-pre-prompt): Make sure gdb-error is reset.
20395         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20396         with a child process, detect it.
20397         (gud-speedbar-buttons): Match regexp more carefully.
20399 2005-11-27  Richard M. Stallman  <rms@gnu.org>
20401         * mouse.el (mouse-drag-move-window-bottom):
20402         Use adjust-window-trailing-edge.
20404 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20406         * simple.el (blink-matching-open): Ignore
20407         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20408         (blink-matching-paren-on-screen): Update docstring.
20410         * paren.el (show-paren-mode): No longer change
20411         `blink-matching-paren-on-screen'.
20413 2005-11-27  John Paul Wallington  <jpw@pobox.com>
20415         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20416         (gdb-threads-select, gdb-edit-register-value):
20417         Use `posn-set-point' instead of `mouse-set-point' because the
20418         latter is not fbound when configured without X.
20420 2005-11-27  Kim F. Storm  <storm@cua.dk>
20422         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20423         existing face when partially highlighting a TAB in a rectangle.
20425 2005-11-26  Kim F. Storm  <storm@cua.dk>
20427         * ido.el (ido-mode-map): Doc fix.
20428         (ido-mode-common-map, ido-mode-file-map)
20429         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20430         (ido-define-mode-map): Rewrite.  Select one of the new maps as
20431         parent for ido-mode-map instead of building from scratch.
20432         (ido-init-mode-maps): New defun to initialize new maps.
20433         (ido-mode): Call it.
20434         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20435         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20437 2005-11-26  John Paul Wallington  <jpw@pobox.com>
20439         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20440         `mouse-set-point' because the latter is not fbound when configured
20441         without X.
20443 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
20445         * files.el (file-relative-name): Doc fix.
20447 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
20449         * progmodes/octave-inf.el (inferior-octave-startup): Force a
20450         non-empty string for secondary prompt PS2.
20452 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20454         * progmodes/compile.el (compilation-setup): Fix last change.
20456 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
20458         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20459         (gdb-mouse-toggle-breakpoint-margin)
20460         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20461         Add gdb-server-prefix to keep out of command history.
20462         (gdb-edit-register-value): New function.
20463         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20464         (gdb-info-registers-custom): Use above map.
20466 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20468         * custom.el (enable-theme): Signal error if argument is not a
20469         theme.  Don't recalculate a face if it's not loaded yet.
20471         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20472         the `user' theme is in effect.
20474         * info.el (Info-on-current-buffer): Record actual filename in
20475         Info-current-file, instead of t, or a fake filename if a non-file
20476         buffer.  Make autoload.
20477         (Info-find-node, Info-revert-find-node): No need to check for
20478         Info-current-file nil.
20479         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20480         Info-current-file is now never `t'.
20481         (Info-fontify-node): Many simplifications due to Info-current-file
20482         always being valid.  Use Info-find-file to find node filename.
20484 2005-11-25  David Kastrup  <dak@gnu.org>
20486         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20487         new character, then delete" in order to preserve markers.
20489 2005-11-25  David Ponce  <david@dponce.com>
20491         * recentf.el (recentf-arrange-by-rule): Handle a special
20492         `auto-mode-alist'-like "strip suffix" rule.
20493         (recentf-build-mode-rules): Handle second level auto-mode entries.
20495 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
20497         * emulation/viper-keym.el (viper-ESC-key): Use different values
20498         in terminal and window modes.
20500         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20501         add jde-javadoc-checker-report-mode.
20503         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20505         * ediff.el (ediff-date): Change the date of last update.
20507 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
20509         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20510         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
20511         (hi-lock-mode): New global minor mode.
20512         (turn-on-hi-lock-if-enabled): New function.
20513         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20514         Change arguments to regexp and face instead of a font-lock pattern.
20515         Directly set face property, instead of refontifying.
20516         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20517         (hi-lock-find-patterns): Use line-number-at-pos.
20519         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
20520         arguments for hi-lock-set-pattern.
20521         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20522         Call font-lock-fontify-buffer.
20523         (hi-lock-find-file-hook, hi-lock-current-line)
20524         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20526         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20527         turned off.
20529         * progmodes/compile.el (compilation-setup): Don't fiddle with
20530         font-lock-defaults.
20532 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
20534         * progmodes/gdb-ui.el (gdb-var-create-handler)
20535         (gdb-var-list-children-handler): Find values for all variable
20536         objects.  gud-speedbar-buttons decides whether to display them.
20538 2005-11-24  Romain Francoise  <romain@orebokech.com>
20540         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20541         buffer name with a space.
20543 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20545         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20546         `org-export-local-list-max-depth'.  Change default value to 3.
20547         (org-auto-renumber-ordered-lists)
20548         (org-plain-list-ordered-item-terminator): New options.
20549         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20550         (org-get-indentation, org-get-string-indentation)
20551         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20552         New functions.
20553         (org-move-item-down, org-move-item-up): New commands.
20554         (org-export-as-html): New classes for CSS support.  Bug fix in
20555         regular expression detecting fixed-width regions.  Respect
20556         `org-local-list-ordered-item-terminator'.
20557         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20558         also a list item.
20559         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20560         New item moving functions.
20562 2005-11-24  Juri Linkov  <juri@jurta.org>
20564         * isearch.el (isearch-repeat): With empty search ring set
20565         `isearch-error' to the error string instead of signaling error
20566         with the function `error'.
20568 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20570         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20572 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20574         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20575         and variable.
20576         (gdb-var-create-handler, gdb-var-list-children-handler):
20577         Don't match on "char **...".
20578         (gdb-var-update-handler): Find values for all variable objects.
20579         (gdb-info-frames-custom): Identify frames by leading "#".
20581         * progmodes/gud.el (gud-speedbar-menu-items): Add
20582         gdb-speedbar-auto-raise as radio button.
20583         (gud-speedbar-buttons): Raise speedbar if requested.
20584         Don't match on "char **...".
20585         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20586         Make it editable.
20588 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20590         * info.el (Info-fontify-node): Handle the case where
20591         Info-current-file is t.
20593 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20595         * simple.el (blink-matching-open): Fix off-by-one in last change.
20597 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20599         * term/mac-win.el: Don't change default directory.
20601 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20603         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20604         buffers correctly.  (It used to throw an error in such buffers.)
20605         Make it ask for confirmation in group buffers and other Custom
20606         buffers containing more than one customization item.
20608 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20610         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20611         property on mail and url overlays.
20612         (goto-address-at-point): Use `posn-set-point' instead of
20613         `mouse-set-point' because the latter is not fbound when configured
20614         without X.
20616 2005-11-22  Lars Hansen  <larsh@soem.dk>
20618         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20619         (ls-lisp-classify, ls-lisp-format): Delete call to
20620         ls-lisp-parse-symlink.
20621         (ls-lisp-handle-switches): Handle symlinks to directories as
20622         directories when ls-lisp-dirs-first in non-nil.
20624 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20626         * startup.el (command-line): Make sure that loaddefs.el is handled
20627         correctly in load-history.
20629 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20631         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20632         (gdb-struct-string, gdb-array-string): New constants.
20633         (gdb-info-locals-handler): Use them.
20634         (gdb-reset): Reset gdb-var-list to nil.
20636 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20638         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20639         in patterns.
20641 2005-11-21  Juri Linkov  <juri@jurta.org>
20643         * custom.el (defcustom): Update link types in docstring.
20645 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20647         * custom.el (defgroup): Add doc-string-elt info.
20649         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20651 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20653         * newcomment.el (comment-enter-backward): Fix last fix.
20655         * simple.el (blink-matching-open):
20656         * paren.el (show-paren-function): Allow new paren-class info.
20658 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20660         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20661         handled automagically.
20663 2005-11-20  Andreas Schwab  <schwab@suse.de>
20665         * descr-text.el (describe-char): When copying overlays put them
20666         over the full char description instead of just the first character
20667         of it.
20669 2005-11-20  Juri Linkov  <juri@jurta.org>
20671         * simple.el (what-cursor-position):
20672         * descr-text.el (describe-char): Use Lisp-readable syntax
20673         for octal and hex.  Reorder decimal, octal and hex values.
20674         Remove excess whitespace in the output.  Use `=' in `column='
20675         like in `point=' and `Hscroll='.
20677         * international/mule-cmds.el (encoded-string-description):
20678         Use Lisp-readable syntax for hex.
20680 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20682         * newcomment.el (comment-enter-backward): Handle the case where the
20683         comment is closed by EOB.
20685 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20687         * longlines.el (longlines-before-revert-hook)
20688         (longlines-after-revert-hook): New functions.
20689         (longlines-mode): Turn off longlines temporarily when reverting.
20690         Add a message-setup-hook.
20691         (longlines-decode-buffer): New function.
20692         (longlines-wrap-line): Preserve marker positions.
20694 2005-11-19  Andreas Schwab  <schwab@suse.de>
20696         * emacs-lisp/shadow.el: Handle compressed files.
20698 2005-11-19  Romain Francoise  <romain@orebokech.com>
20700         * net/browse-url.el (browse-url-default-browser): Signal an error
20701         if no usable browser can be found, rather than try to load w3.
20703 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20705         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20706         replacing existing properties.
20707         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20708         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20709         tty specs.
20710         (rcirc-server-prefix, rcirc-server): New faces.
20711         (rcirc-url-regexp): Generate with rx macro.
20712         (rcirc-last-server-message-time): New variable.
20713         (rcirc-filter): Record time of last message.
20714         (rcirc-keepalive): Kill processes that did not send a message
20715         since the last ping.
20716         (rcirc-mode): Give rcirc-topic a local binding here.
20718 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20720         * subr.el (read-passwd): Fontify the prompt as we do with other
20721         prompts.
20723 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20725         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20726         binding buffer-read-only to nil.
20728 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20730         * complete.el (partial-completion-mode):
20731         Mention completion-auto-help in the doc string.
20733         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20734         more Lisp-ish way.
20736 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20738         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20739         digits, not 8, to avoid misalignment for files larger than 100MB.
20741 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20743         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20744         Mention "keyboard shortcuts" in the help text.
20746 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20748         * startup.el (fancy-splash-default-action): Discard only
20749         mouse-down and succeeding mouse-up events in the splash screen
20750         window so that drag-n-drop event can be processed.
20752 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20754         * longlines.el (longlines-mode): Add hacks for mail-mode and
20755         message-mode.
20757 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20759         * textmodes/org.el (org-table-sort-lines): New command.
20760         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20761         (org-add-file): Command removed, use `org-agenda-file-to-front'
20762         instead.
20763         (org-export-icalendar): Use `org-icalendar-combined-name'.
20764         (org-cycle-agenda-files, org-agenda-file-to-end)
20765         (org-agenda-file-to-front): New commands.
20766         (org-table-tab-jumps-over-hlines, org-export-html-style):
20767         New options.
20768         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20769         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20770         New functions.
20771         (org-fill-paragraph): Call `org-table-align' in tables.
20772         (org-mode): Call `org-set-autofill-regexps'.
20773         (org-export-as-html): Support for local handformatted lists.
20774         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20775         (org-export-local-list-max-depth): New option.
20776         (org-html-expand): Use `org-html-protect'.
20778 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20780         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20781         to "p".
20782         (gdb): Move definition of gud-pp to...
20784         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20785         speedbar.
20786         (gdb-find-watch-expression): New function.
20788 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20790         * faces.el (face-attribute, set-face-attribute): Mention existence
20791         of `:ignore-defface' setting in docstring.
20793 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * simple.el (completion-setup-function): Fix last change.
20797 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20799         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20800         Use `posn-set-point' instead of `mouse-set-point' because the
20801         latter is not fbound when configured without X.
20803         * comint.el (comint-insert-input): Likewise.
20805 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20807         * simple.el (hard-newline): New variable.
20808         (sendmail-user-agent-compose, next-line): Use it.
20810         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20811         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20812         (mail-mail-reply-to, mail-mail-followup-to)
20813         (mail-position-on-field, mail-signature, mail-yank-original)
20814         (mail-attach-file): Likewise.
20816         * mail/mailheader.el (mail-header-format)
20817         (mail-header-format-function): Likewise.
20819         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20821 2005-11-17  Juri Linkov  <juri@jurta.org>
20823         * font-lock.el (font-lock-faces): Rename this defgroup from
20824         `font-lock-highlighting-faces'.
20825         (font-lock-comment-face, font-lock-comment-delimiter-face)
20826         (font-lock-string-face, font-lock-doc-face)
20827         (font-lock-keyword-face, font-lock-builtin-face)
20828         (font-lock-function-name-face, font-lock-variable-name-face)
20829         (font-lock-type-face, font-lock-constant-face)
20830         (font-lock-warning-face, font-lock-negation-char-face)
20831         (font-lock-preprocessor-face)
20832         (font-lock-regexp-grouping-backslash)
20833         (font-lock-regexp-grouping-construct): Rename :group from
20834         `font-lock-highlighting-faces' to `font-lock-faces'.
20836         * cus-edit.el (lisp, c, tex):
20837         * progmodes/ada-mode.el (ada):
20838         * progmodes/asm-mode.el (asm):
20839         * progmodes/cperl-mode.el (cperl-faces):
20840         * progmodes/cpp.el (cpp):
20841         * progmodes/dcl-mode.el (dcl):
20842         * progmodes/f90.el (f90):
20843         * progmodes/fortran.el (fortran):
20844         * progmodes/icon.el (icon):
20845         * progmodes/idlwave.el (idlwave-misc):
20846         * progmodes/m4-mode.el (m4):
20847         * progmodes/make-mode.el (makefile):
20848         * progmodes/meta-mode.el (meta-font):
20849         * progmodes/modula2.el (modula2):
20850         * progmodes/octave-mod.el (octave):
20851         * progmodes/pascal.el (pascal):
20852         * progmodes/perl-mode.el (perl):
20853         * progmodes/prolog.el (prolog):
20854         * progmodes/ps-mode.el (PostScript-edit):
20855         * progmodes/scheme.el (scheme):
20856         * progmodes/sh-script.el (sh-script):
20857         * progmodes/simula.el (simula):
20858         * progmodes/tcl.el (tcl):
20859         * textmodes/nroff-mode.el (nroff):
20860         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20861         * textmodes/sgml-mode.el (sgml):
20862         * textmodes/texinfo.el (texinfo):
20863         Add :link (custom-group-link font-lock-faces) to defgroup.
20865         * hi-lock.el (hi-lock): Rename this defgroup from
20866         `hi-lock-interactive-text-highlighting'.  Change parent group from
20867         `faces' to `font-lock'.  Add link to the manual.
20868         (hi-lock-mode, hi-lock-file-patterns-range)
20869         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20870         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20871         (hi-lock-faces): Add :group `faces'.
20873         * cus-edit.el (custom-variable-prompt): Clarify the code.
20875         * faces.el (face-read-string): Set the default value arg of
20876         completing-read.
20878 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20880         * rfn-eshadow.el (file-name-shadow-properties)
20881         (file-name-shadow-tty-properties, file-name-shadow-mode):
20882         Remove autoloads, because the file is now preloaded.
20884 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20886         * printing.el (easy-menu-intern): Don't define.
20887         (pr-get-symbol): Use easy-menu-intern only if defined.
20889         * simple.el (blink-matching-open): Simplify a bit.
20890         (completion-setup-function): Fix the case of partial-completion-mode
20891         when the minibuffer's contents start with "-".
20892         Obey completion-base-size-function even when
20893         minibuffer-completing-file-name is non-nil.
20895 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20897         * net/eudcb-ph.el (eudc-ph-open-session):
20898         Use set-process-query-on-exit-flag.
20900         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20902         * international/ucs-tables.el (ucs-set-table-for-input):
20903         Use make-local-variable, not make-variable-buffer-local.
20905         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20906         Improve warning message text.
20908         * savehist.el (savehist-save-hook): Add :group.
20910         * menu-bar.el (menu-bar-help-menu):
20911         Rename Find Extra Packages to External Packages.
20913         * cus-edit.el (Custom-reset-standard): Verify that
20914         :custom-standard-value prop exists before calling it.
20916         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20918 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20920         * wid-edit.el (color): Enclose %t in %{...%}.
20922         * cus-edit.el (face): Enclose %t in %{...%}.
20924 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20926         * savehist.el (savehist-mode-hook): Re-add the var.
20927         (savehist-mode): Use it.
20929 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20931         * textmodes/flyspell.el: Fix commenting convention.
20932         Remove unnecessary leading * in custom docstrings.
20933         (flyspell-emacs): Remove unused var.
20934         (flyspell-delete-region-overlays): Use remove-overlays.
20935         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20936         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20937         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20938         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20939         (make-flyspell-overlay): Don't locally reuse a global name.
20940         (flyspell-highlight-incorrect-region)
20941         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20942         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20943         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20944         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20945         Wrap calls to accept-process-output inside with-local-quit since it's
20946         often called from a post-command-hook.
20947         (flyspell-correct-word, flyspell-auto-correct-word):
20948         Use ispell-send-string.
20949         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20951         * calendar/diary-lib.el (diary-list-entries): Also hide the
20952         terminating newline.
20954 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20956         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20957         window-system, to allow fonts on tty.
20959 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20961         * progmodes/gud.el (gud-speedbar-item-info): New function.
20962         (gud-install-speedbar-variables): Use it to display data type
20963         of watch expression as a tooltip in speedbar.
20965 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20967         * font-core.el (global-font-lock-mode): Add :version keyword,
20968         because default was changed.
20970         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20972         * startup.el (command-line): Use `custom-reevaluate-setting' for
20973         `file-name-shadow-mode'.
20975         * loadup.el: Preload rfn-eshadow.
20977         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20978         Add :version keyword.
20979         (file-name-shadow-properties, file-name-shadow-tty-properties)
20980         (file-name-shadow): Add :version keyword.
20982         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20983         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20984         in the custom-group property of the symbol frames and the fringe
20985         group got no link to its parent group frames.
20986         Doc fix.
20988 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20990         * progmodes/gud.el (gud-stop-subjob): New function.
20991         (gud-menu-map, gud-tool-bar-map): Use it.
20993 2005-11-16  Kim F. Storm  <storm@cua.dk>
20995         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20996         than kill it.
20997         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20998         to a more useful/logical place.
21000 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21002         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21003         go buttons complementary.
21005 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21007         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21008         (rfn-eshadow-sifn-equal): New function.
21009         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21011 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
21013         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21014         Quote `-' in string.
21016         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21017         rcirc-mode buffers come up in Emacs state.
21019         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21020         operation.
21022 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
21024         * term.el (term-termcap-format): Fix typos.
21025         (term-down): Fix the negative argument case.
21027 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21029         * progmodes/gdb-ui.el: Remove face-alias left over from change on
21030         2005-08-15.
21031         (gdb-ann3): New command gud-go.
21032         (menu): Accomodate gdb-mi.el.
21033         (gdb-assembler-custom): Make buffer of selected window current
21034         so that set-window-point works.
21036         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21037         buttons and include new ones.
21039 2005-11-16  Kim F. Storm  <storm@cua.dk>
21041         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21042         (gud-menu-map): Use it.
21044 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
21046         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21047         that works correctly for Custom and that does not override a user
21048         who disables it.
21050         * help-mode.el (help-make-xrefs, help-xref-on-pp)
21051         (help-xref-interned, help-follow): Make hyperlinks for variables
21052         that are unbound, but have a non-nil variable-documentation property.
21054         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21055         mode hook.  (It conflicted with defcustoms for some mode hooks.)
21056         Use the `variable-documentation' property to give the mode hook a
21057         docstring and expand that docstring.
21059 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
21061         * savehist.el (savehist-mode): Don't bother with
21062         `custom-set-minor-mode'.
21063         (savehist-coding-system): Check XEmacs version.
21064         (history-length): Declare also at run time.
21065         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
21066         Don't set the customize state.
21067         (savehist-minibuffer-hook): Special case for when
21068         minibuffer-history-variable is equal to t.
21070 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21072         * files.el (write-file): Refresh VC status.
21074         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21075         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21076         than fundamental-mode to see if the mode was set.
21078 2005-11-14  Romain Francoise  <romain@orebokech.com>
21080         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21081         dummy function in `eval-when-compile' to avoid compiler warning.
21082         Require `man' at compile time.
21084 2005-11-14  Jay Belanger  <belanger@truman.edu>
21086         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21087         calcFunc-powerexpand.
21088         (math-write-out-power): Rename it to math-powerexpand; have it
21089         handle negative exponents.
21090         (calc-writeoutpower): Rename it to calc-powerexpand.
21092         * calc/calc-ext.el: Change calcFunc-writeoutpower and
21093         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21094         autoloads.
21095         Add calcFunc-ldiv to autoloads.
21097         * calc/calc-arith.el (calcFunc-ldiv): New function.
21099         * calc/calc.el (calc-left-divide): New function.
21101 2005-11-14  Juri Linkov  <juri@jurta.org>
21103         * cus-edit.el (custom-variable-prompt): Set the default value arg
21104         of completing-read.
21106         * cus-dep.el (custom-make-dependencies): Reverse the list of
21107         found dependencies.
21109 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
21111         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21112         Highlighting" entry, it is on by default now.
21113         (menu-bar-options-save): Do not save global-font-lock-mode.
21115 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21117         * textmodes/flyspell.el (flyspell-large-region):
21118         Call flyspell-accept-buffer-local-defs.
21120 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
21122         * textmodes/flyspell.el (flyspell-notify-misspell):
21123         Fix misspelling of "Misspelling".
21124         (flyspell-process-localwords): New function.
21125         (flyspell-large-region): Call flyspell-process-localwords and
21126         flyspell-delete-region-overlays.
21127         (flyspell-delete-region-overlays): New function.
21128         (flyspell-delete-all-overlays): Call that.
21130 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21132         * help.el (help-for-help-internal): Improve doc of C-h a.
21133         (describe-key): Improve prompt; doc fix.
21135 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21137         * vc-svn.el (vc-svn-registered): Catch all errors.
21139         * cus-dep.el (custom-make-dependencies): Typo.
21141 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
21143         * net/tramp-util.el (top): Fix compilation warning.
21145 2005-11-13  Kim F. Storm  <storm@cua.dk>
21147         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
21149 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21151         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21152         (gud-speedbar-buttons): Match on "const char *" too.
21154         * progmodes/gdb-ui.el (gdb-var-create-handler)
21155         (gdb-var-list-children-handler): Match on "const char *" too.
21156         (gdb-var-evaluate-expression-handler): Match on empty string.
21157         (gdb-var-update-handler): Only call
21158         gdb-var-evaluate-expression-handler when required.
21160 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21162         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21163         selected window.  This still doesn't work for speedbar.
21164         (gud-speedbar-buttons): Handle string expressions properly.
21166         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21167         (gdb-var-create-handler): Handle string expressions properly.
21168         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21169         Handle string expressions properly.  Move "type" field into regexp.
21171 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21173         * bookmark.el (bookmark-maybe-message): New function to reduce
21174         code duplication: invokes `message' iff baud-rate is high enough.
21175         (bookmark-write-file): Use above instead of an inline conditional.
21176         (bookmark-load): Same.
21178 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21180         * bookmark.el (bookmark-write-file): Don't visit the destination
21181         file, just write the data to it using write-region.  This is
21182         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21183         change to avoid visiting the file in the first place.
21185 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
21187         * hi-lock.el (hi-lock-mode): Set the default value of
21188         font-lock-defaults.
21190 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
21192         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21193         arg to `file-attributes'.
21194         (find-lisp-format): The UID and GID can now be strings.
21196 2005-11-12  Kim F. Storm  <storm@cua.dk>
21198         * help.el (help-map): Bind C-h d to apropos-documentation.
21200         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21201         when point is at end-of-buffer.
21203         * apropos.el (apropos-match-face): Doc fix.
21204         (apropos-sort-by-scores): Add new choice `verbose'.
21205         (apropos-documentation-sort-by-scores): New defcustom.
21206         (apropos-pattern): Now contains the pattern entered by the user.
21207         (apropos-pattern-quoted): New defvar.
21208         (apropos-regexp): New defvar, containing the regexp corresponding
21209         to apropos-pattern.
21210         (apropos-all-words-regexp): Rename from apropos-all-regexp.
21211         (apropos-read-pattern): New defun.  Use it to read pattern arg in
21212         interactive calls; returns list of words for a word list, and
21213         string for a regexp.
21214         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
21215         parses a list of words or regexp as returned by apropos-read-pattern.
21216         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21217         (apropos-score-doc): Return a very high score if the string
21218         entered by the user matches literally.
21219         (apropos-variable): Doc fix.  Use apropos-read-pattern.
21220         (apropos-command): Doc fix.  Use apropos-read-pattern and
21221         apropos-parse-pattern.  Call apropos-print with nosubst=t.
21222         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
21223         apropos-parse-pattern.
21224         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
21225         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
21226         apropos-documentation-sort-by-scores.  Call apropos-print with
21227         nosubst=t.
21228         (apropos-documentation-internal): Pass doc string through
21229         substitute-key-definition before adding text properties.
21230         Highlight substring matching literal user input if possible.
21231         (apropos-documentation-check-doc-file): Remove locals beg and end.
21232         Fix calculation of score (as added twice).  Pass doc string through
21233         substitute-key-definition before adding text properties.
21234         (apropos-documentation-check-elc-file): Pass doc string through
21235         substitute-key-definition before adding text properties.
21236         Highlight substring matching literal user input if possible.
21237         (apropos-print): Add new arg NOSUBST; if set, command and variable
21238         doc strings have already been passed through substitute-key-definition.
21239         Add code to handle apropos-accumulator items without score element
21240         for backwards compatibility (e.g. with woman package).
21241         Only show scores if apropos-sort-by-scores is `verbose'.
21243 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21245         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21246         Add jka-compr-load-suffixes to load-suffixes.
21248         * jka-compr.el: Require jka-cmpr-hook.
21249         (jka-compr-info-compress-message, jka-compr-info-compress-program)
21250         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21251         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21252         (jka-compr-info-can-append, jka-compr-info-strip-extension)
21253         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21254         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
21255         (jka-compr-uninstall): Remove entries from
21256         jka-compr-added-to-file-coding-system-alist after they are used.
21257         (jka-compr-error): Remove unused var `curbuf'.
21258         (jka-compr-file-local-copy): Remove unused var `notfound'.
21260 2005-11-10  Romain Francoise  <romain@orebokech.com>
21262         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21264 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
21266         * progmodes/gud.el (gud-menu-map): Move parentheses.
21267         (gdb): New command gud-pv.
21269 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21271         * tar-mode.el: Remove spurious or unnecessary leading stars
21272         in docstrings.
21273         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21274         (tar-parse-octal-integer-safe): Use mapc.
21275         (tar-header-block-summarize): Remove unused var `ck'.
21276         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21277         cleared before.  Obey default-enable-multibyte-characters.
21278         Use mapconcat.  Simplify setting of tar-header-offset.
21279         (tar-mode-map): Move initialization inside delcaration.
21280         (tar-flag-deleted): Use `abs'.
21281         (tar-expunge-internal): Remove unused var `line'.
21282         (tar-expunge-internal): Don't hardcode point-min==1.
21283         (tar-expunge): Widen while doing set-buffer-multibyte.
21284         (tar-rename-entry): Use file-name-coding-system.
21285         (tar-alter-one-field): Don't hardcode point-min==1.
21286         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21287         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
21289 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21291         * add-log.el (add-log-current-defun): Handle class::method
21292         notation of c++.  Fix incorrect comment.
21294 2005-11-10  Alan Mackenzie  <acm@muc.de>
21296         * help-fns.el (describe-variable): Make C-h v work when a variable
21297         has variable documentation yet is unbound.
21299 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21301         * man.el (Man-highlight-references): Set an empty
21302         string to `Man-arguments' if it is nil.
21303         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21305 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21308         commenting conventions.
21310         * cus-dep.el (custom-make-dependencies): Simplify.
21311         Better follow the commenting conventions.
21313 2005-11-09  Richard M. Stallman  <rms@gnu.org>
21315         * apropos.el (apropos-pattern): Rename from apropos-regexp.
21316         (apropos-orig-pattern): Rename from apropos-orig-regexp.
21317         All uses changed.
21318         (apropos-rewrite-regexp): Doc fix.
21319         (apropos-variable, apropos-command, apropos, apropos-value):
21320         Change prompt; carry through the argument renaming.
21322 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
21324         * find-lisp.el: Require dired.
21325         (find-lisp-find-dired-internal): Do not call
21326         `abbreviate-file-name' on DIR.
21328 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
21330         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21332 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
21334         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21335         when using the speedbar.
21336         (gdb): New command gud-pp.
21337         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21339 2005-11-09  Juri Linkov  <juri@jurta.org>
21341         * replace.el (occur-excluded-properties): New defcustom.
21342         (occur-1, occur-engine, occur-accumulate-lines): Use it.
21344 2005-11-08  Jay Belanger  <belanger@truman.edu>
21346         * calc/calc-units.el (math-convert-units): Replace any composite
21347         unit by its definition.
21349 2005-11-08  Lars Hansen  <larsh@soem.dk>
21351         * emacs-lisp/autoload.el (update-directory-autoloads):
21352         Add obsolete function alias.
21354 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21356         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21357         comment-indent-function.
21358         (lisp-comment-indent): Replace by an alias for comment-indent-default.
21360         * reveal.el (reveal-post-command): Rework the handling of
21361         reveal-open-spots, so as to be more reliable.  There were several
21362         tricky corner cases where an open spot might be lost, or where
21363         a closed spot might end up on the list of open spots.
21364         Only reveal text that's ellipsised.
21366 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
21368         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21370 2005-11-07  John Paul Wallington  <jpw@gnu.org>
21372         * ibuffer.el (ibuffer): Search iconified frames too when
21373         getting Ibuffer buffer's window.
21375 2005-11-06  Richard M. Stallman  <rms@gnu.org>
21377         * progmodes/compile.el (compilation-internal-error-properties):
21378         save-excursion around the computation of MARKER.
21380 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
21382         * textmodes/flyspell.el (flyspell-external-point-words):
21383         flyspell-get-word returns a list, not just a string.
21385 2005-11-06  John Paul Wallington  <jpw@pobox.com>
21387         * ibuffer.el (ibuffer): Search all visible frames when getting
21388         Ibuffer buffer's window.
21390 2005-11-07  Masatake YAMATO  <jet@gyve.org>
21392         * man.el (Man-reference-regexp): Accept spaces between
21393         `Man-name-regexp' and `Man-section-regexp'.
21394         (Man-apropos-regexp): New variable.
21395         (Man-abstract-xref-man-page): Use value for `Man-target-string'
21396         if available.
21397         (Man-highlight-references, Man-highlight-references0):
21398         Handle the case when `Man-arguments' includes "-k".
21399         (Man-highlight-references0): Rename the argument `TARGET-POS' to
21400         `TARGET'. `TARGET' can be a number, function or nil.
21402 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
21404         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21405         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21406         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21407         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21408         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21409         (gdb-send-item): Use buffer-local-value and simplify.
21411 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
21413         * startup.el (command-line): Use `custom-reevaluate-setting' for
21414         `global-font-lock-mode'.
21416         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21417         by default, except in batch mode or when the -D option is given.
21419         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21420         specified keyword args on to `define-minor-mode'.  Update docstring.
21422 2005-11-05  Romain Francoise  <romain@orebokech.com>
21424         * replace.el (occur-engine): Add marker at end of line, too.
21426 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21428         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21429         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21430         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21431         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21432         argument to all these routines, so the passphrase can be managed
21433         externally and passed in to the system.
21434         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21435         pgg-add-passphrase-to-cache function.
21437         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21438         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21439         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21440         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21441         argument to all these routines, so the passphrase can be managed
21442         externally and passed in to the system.
21443         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21444         function.
21446 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
21448         * font-lock.el: Don't deal with font-lock-face-attributes here,
21449         move the code ...
21451         * startup.el (command-line): ... here.  Use face-spec-set instead
21452         of custom-declare-face.
21454         * faces.el (face-spec-set): Reset the face if spec is not nil.
21456 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21458         * newcomment.el (comment-region-internal): Box more tightly in the
21459         common case where there's no TAB in the boxed text.
21461 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21463         * info.el (info-tool-bar-map): Use images prev-node, next-node and
21464         up-node.
21466 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
21468         * net/newsticker.el: Commentary updated.  Code formatting changed.
21469         (newsticker-version): Change to "1.9".
21470         (newsticker, newsticker-feed): Doc fix.
21471         (newsticker-url-list): Doc fix.  Add option "Weekly".
21472         (newsticker-retrieval-interval): Add option "Weekly".
21473         (newsticker-headline-processing): Doc fix.
21474         (newsticker-auto-mark-filter): Remove.
21475         (newsticker-auto-mark-filter-list): New.
21476         (newsticker-layout, newsticker-sort-method): Doc fix.
21477         (newsticker-hide-old-items-in-newsticker-buffer)
21478         (newsticker-heading-format, newsticker-item-format)
21479         (newsticker-desc-format): Doc fix.
21480         (newsticker-show-all-rss-elements): Remove.
21481         (newsticker-show-all-news-elements): New.
21482         (newsticker-faces, newsticker-ticker): Doc fix.
21483         (remove-from-invisibility-spec): Code formatting.
21484         (newsticker--process-ids): New.
21485         (newsticker-mode): Doc fix.
21486         (newsticker-mode): Change mode-line-format.
21487         (newsticker-start): Remove debug output.
21488         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
21489         (newsticker-w3m-show-inline-images): Code formatting.
21490         (newsticker-next-item): Call `force-mode-line-update'.
21491         (newsticker-previous-item): Call `force-mode-line-update'.
21492         (newsticker-next-feed): Call `force-mode-line-update'.
21493         (newsticker-previous-feed): Call `force-mode-line-update'.
21494         (newsticker-mark-all-items-at-point-as-read): Code formatting.
21495         (newsticker-show-old-items): Do not show descs.
21496         (newsticker-hide-entry): Hide too much.
21497         (newsticker-hide-entry, newsticker-show-entry)
21498         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21499         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21500         (newsticker-toggle-auto-narrow-to-item): Code formatting.
21501         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21502         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21503         (newsticker-get-news): Call `force-mode-line-update'.
21504         Collect process ids.
21505         (newsticker--sentinel): Change coding system handling.
21506         Move image retrieval to new functions newsticker--get-logo-url-*.
21507         Move feed parsing to new functions newsticker--parse-*.
21508         Update list of process ids.
21509         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21510         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21511         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21512         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21513         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21514         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21515         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21516         (newsticker--decode-coding-string): Remove.
21517         (newsticker--decode-numeric-entities): Check input.  Format code.
21518         (newsticker--remove-whitespace): Check input.
21519         (newsticker--do-forget-preformatted): Doc fix.
21520         (newsticker--decode-rfc822-date): Allow for missing time.
21521         (newsticker--update-process-ids): New.
21522         (newsticker--image-sentinel): Change comment.
21523         (newsticker--image-read): Change error message.
21524         (newsticker--imenu-goto): Doc fix.  Show headline title.
21525         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21526         (newsticker--buffer-do-insert-text): Clean whitespace in
21527         html-rendered headline title.  Code formatting.
21528         Call `newsticker--buffer-print-extra-elements'.
21529         (newsticker--buffer-print-extra-element): Remove.
21530         (newsticker--buffer-print-extra-elements): New.
21531         (newsticker--buffer-do-print-extra-element): New.
21532         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
21533         large sizes.
21534         (newsticker--run-auto-mark-filter)
21535         (newsticker--do-run-auto-mark-filter):
21536         Use `newsticker-auto-mark-filter-list'.
21538 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21540         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21541         (rcirc-print): Force redisplay before running hooks.  Do long
21542         buffer truncation after making new text read-only.  Deal with nil
21543         text when decoding strings.  If TARGET is nil, use either the
21544         currently selected buffer, if it is an rcirc buffer and of the
21545         same process or the process buffer.
21546         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21547         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21548         (rcirc-short-buffer-name): Add variable.
21549         (rcirc-kill-buffer-hook): Recompute short buffer names.
21550         Remove nick from private channel.
21551         (rcirc-send-input): Send command text to current-buffer.
21552         Don't clear overlay arrow here.
21553         (rcirc-short-buffer-name): Return a short buffer name.
21554         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21555         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21556         buffer-name abbreviations.
21557         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21558         Do not touch nick-table when killing a parted channel.
21559         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21560         Clear arrow from current buffer if it is now hidden.
21561         (rcirc-current-buffer): Add variable.
21562         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21563         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21564         Remove -face from names.
21565         (rcirc-update-activity-string): Print "DND" when globally ignoring
21566         activity.
21567         (rcirc-ignore-buffer-activity-flag): Rename from
21568         rcirc-ignore-channel-activity.
21569         (rcirc-ignore-all-activity-flag): Doc fix.
21570         (rcirc-channels): Remove variable.
21571         (rcirc-kill-buffer-hook):
21572         (rcirc-get-buffer-create): Add nick to private channel.
21573         (rcirc-multiline-edit-submit): Remove tabs.
21574         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21575         folded.
21576         (rcirc-remove-nick-channel): Bug fix.
21577         (rcirc-toggle-ignore-buffer-activity): Rename from
21578         rcirc-toggle-ignore-channel-activity.
21579         (rcirc-record-activity): Add buffers to the front of the list.
21580         (rcirc-update-activity): Remove killed buffers from list.
21581         (rcirc-process-server-response-1): Remove last argument if it is
21582         null before calling handler.
21583         (rcirc): Add "rcirc" defcustom prefix.
21584         (rcirc-prompt): Simplify default prompt.
21585         Use custom-initialize-default.
21586         (rcirc-private-chats): Remove variable.
21587         (rcirc-prompt): Change initialization.
21588         (rcirc-version): Remove function.
21589         (rcirc-id-string): Add constant.
21590         (rcirc-last-buffer): Remove variable.
21591         (rcirc-buffer-alist): Add variable.
21592         (rcirc-connect): Update variable setup.
21593         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21594         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21595         default.
21596         (rcirc-handler-generic): Trigger activity.
21597         (rcirc-send-message): Create the buffor of the target.
21598         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21599         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21600         (rcirc-multiline-edit-cancel): Remove function.
21601         (rcirc-set-last-buffer): Remove function.
21602         (rcirc-get-any-buffer): Add function.
21603         (rcirc-join-channels): Don't print /join text.
21604         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21605         messages.
21606         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21607         (rcirc-handler-NOTICE): Recognize CTCP responses.
21608         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21609         constructing TOPIC string for buffers we are not JOINed.
21610         (rcirc-handler-CTCP-response): Add handler.
21611         (rcirc-multiline-edit-submit): Restore the window-configuration
21612         before adjusting point.
21613         (rcirc): Add customization group.
21614         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21615         (rcirc-user-full-name, rcirc-startup-channels-alist)
21616         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21617         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21618         (rcirc-input-ring-size, rcirc-read-only-flag)
21619         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21620         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21621         Change defvar to defcustom.
21622         (rcirc-update-prompt): Add optional ALL arg, which will update
21623         prompts in all rcirc buffers.  Regexp quote replacement text.
21624         (rcirc-fill-column): Accept frame-width as a value.
21625         (rcirc-set-changed): Add function.
21626         (rcirc-next-active-buffer): Write more meaningful messages.
21627         (rcirc-faces): Add customization group.
21628         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21629         (rcirc-nick-in-message-face, rcirc-prompt-face)
21630         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21631         (with-rcirc-process-buffer): Move before first usage.
21632         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21633         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21634         (rcirc-debug): Rename from `rcirc-log'.
21635         (rcirc-format-response-string): Do not print `-' chars for a
21636         NOTICE with no sender.  Simplify output of server responses.
21638 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21640         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21641         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21642         Make urls mouse and RET clickable.
21644 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21646         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21648 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21650         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21651         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21652         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21653         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21654         argument to all these routines, so the passphrase can be managed
21655         externally and passed in to the system.
21656         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21657         pgg-add-passphrase-to-cache function.
21659         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21660         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21661         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21662         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21663         argument to all these routines, so the passphrase can be managed
21664         externally and passed in to the system.
21665         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21666         function.
21668 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21670         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21671         from goto-address-url-regexp.
21673 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21675         * textmodes/org.el (org-read-date, org-goto-calendar)
21676         (org-recenter-calendar, org-agenda-goto-calendar):
21677         Temporarily clear `calendar-move-hook'.
21679 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21681         * ediff-merg.el (ediff-merge-region-is-non-clash):
21682         Return t, if not merging.
21684         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21685         have merge clashes.
21687 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21689         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21690         Undo previous change.
21692         * startup.el (command-line): Use `custom-reevaluate-setting' for
21693         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21694         tty-register-default-colors on Mac.
21696 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21698         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21699         (gdb-buffer-type): Make it automatically buffer local...
21700         (gdb-get-create-buffer): ...and set it accordingly.
21701         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21702         actually work.
21704 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21706         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21707         not red.
21709 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21711         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21712         case GUD buffer is not visible.
21713         (gdb-goto-breakpoint): Try to force display in source buffer.
21714         (gdb-frame-gdb-buffer): Copy other similar functions.
21715         (gdb-restore-windows): Don't display source if not asked for.
21716         (gdb-assembler-buffer-name): Don't capitalise.
21718 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21720         * wid-edit.el (key-sequence): New widget type.
21722         * simple.el (set-mark-command-repeat-pop): New variable.
21723         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21724         if set-mark-command-repeat-pop is true.
21726         * info.el (Info-fontify-node): Don't display extra "see" if there
21727         already is one here.
21729         * mouse.el: Fix special handling of DEL after dragging a region:
21730         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21731         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21733         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21735         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21736         not to assume it pertains to an affix.
21738         * textmodes/flyspell.el (flyspell-post-command-hook):
21739         Bind deactivate-mark to prevent deactivation.
21741 2005-11-03  Lars Hansen  <larsh@soem.dk>
21743         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21744         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21745         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21747 2005-11-03  Romain Francoise  <romain@orebokech.com>
21749         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21750         Update copyright years.
21752 2005-11-03  Sam Steingold  <sds@gnu.org>
21754         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21755         Use system-type instead of window-system because window-system is not
21756         correctly defined during loadup.
21758 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21760         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21761         (xml-parse-tag): Join strings separated by a comment properly.
21763 2005-11-02  Andreas Schwab  <schwab@suse.de>
21765         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21767 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21769         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21770         (byte-optimize-pure-func): Quote the eval'd value.
21772         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21773         Rename from perl-font-lock-syntactic-face-function.
21774         Change the calling convention so it can be used as a font-lock MATCHER.
21775         Do the parse-partial-sexp loop outselves.
21776         (perl-font-lock-syntactic-keywords): Use it.
21777         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21779 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21781         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21782         disassembly buffer too.
21783         (gdb-exited): Remove overlay arrows when execution has finished.
21784         (gdb-info-frames-custom, gdb-info-threads-custom)
21785         (gdb-info-registers-custom): Don't add inappropriate text
21786         properties if inferior is not active.
21788 2005-11-02  Glenn Morris  <rgm@gnu.org>
21790         * progmodes/fortran.el (fortran-blink-match):
21791         Use `blink-matching-delay'.
21793 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21795         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21797 2005-11-02  Lars Hansen  <larsh@soem.dk>
21799         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21800         "Permission denied".
21802 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21804         * textmodes/flyspell.el (flyspell-external-point-words):
21805         Pass nil to flyspell-get-word.
21807 2005-11-02  Kim F. Storm  <storm@cua.dk>
21809         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21810         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21812 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21814         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21815         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21816         (calendar-mouse-print-dates): Add optional `event' argument.
21817         Update interactive-spec.
21818         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21819         Use `calendar-event-to-date' instead of `event'.
21821 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21823         * progmodes/ld-script.el (ld-script-builtins):
21824         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21825         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21826         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21828 2005-11-01  Romain Francoise  <romain@orebokech.com>
21830         * vc-sccs.el: Update copyright year.
21831         * ezimage.el: Likewise.
21833 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21835         * info.el (Info-fontify-node): Use `string-width' for fontifying
21836         underlined titles.
21838 2005-11-01  Juri Linkov  <juri@jurta.org>
21840         * info.el (Info-fontify-node): Downcase node header keywords Node,
21841         Prev, Next, Up before comparison.
21842         (Info-history): Insert absolute directory name, and put invisible
21843         property on it.
21845 2005-11-01  Juri Linkov  <juri@jurta.org>
21847         * info.el (Info-file-supports-index-cookies): New variable.
21848         (Info-find-node-2): Check makeinfo version for index cookie support.
21849         (Info-index-nodes): Search for nodes with index cookies only when
21850         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21851         with "Index" in the node name.
21852         (Info-index-node): Search index cookie in the current node only when
21853         Info-file-supports-index-cookies is t.  Otherwise, check the word
21854         "Index" in the node name.
21855         (Info-find-emacs-command-nodes): Remove code that searches nodes
21856         with "Index" node name in the top menu.
21858 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21860         * progmodes/scheme.el (scheme-mode-variables): Use the default
21861         comment-indent-function.
21863         * faces.el (face-attribute): Handle the case where a face inherits from
21864         a non-existent face.
21866         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21867         for octal and hexa output, and merge the char into the paren.
21868         (kill-new): Use push.
21869         (copy-to-buffer): Use with-current-buffer.
21870         (completion-setup-function): Move code in loop to remove redundancy.
21871         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21872         those inherited from minibuffer-local-completion-map.
21874         * savehist.el (savehist-mode) <defcustom>:
21875         Use custom-set-minor-mode if available.
21876         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21877         and emit a message if applicable.
21879 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21881         * savehist.el: Sync up to version 19.
21882         (savehist-mode): New minor mode.
21883         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21884         (savehist-length): Remove (use history-length instead).
21885         (savehist-file-modes): Rename from savehist-modes.
21886         (savehist-save-hook, savehist-loaded): New vars.
21887         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21888         old format to new format.
21889         (savehist-install): Allow savehist-autosave-interval to be nil.
21890         (savehist-save): Run the new hook.  Be more careful to only trim the
21891         history variables.
21892         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21893         (savehist-printable): Print into a buffer rather than char-by-char.
21895 2005-11-01  John Wiegley  <johnw@newartisans.com>
21897         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21898         toggle-ignore keybinding (C-a).  The author said it had been
21899         disabled much earlier due to a possible incompatibility, but after
21900         many months of usage I have encountered no problems (and it is a
21901         rather useful option, especially for switching to " *temp*").
21903         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21904         support for OS/X's AddressBook, by calling out to the open source
21905         program "contacts" (installable through Fink).
21907         * net/eudc.el (eudc-expand-inline): If the
21908         `eudc-multiple-match-handling-method' is set to `all', delete the
21909         query string before inserting the query result.
21911         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21912         flag, to prevent Eshell from using the system ls when
21913         `eshell-ls-insert-directory' is in used.
21914         (eshell-ls-insert-directory): Disable font-lock in directory
21915         buffer so that Eshell's own fontification is seen.  This broke
21916         recently due to changes in font-lock, so this goes back to version
21917         21 behavior.
21919 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21921         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21922         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21923         (gdb-many-windows): Doc fix.
21925 2005-10-31  Romain Francoise  <romain@orebokech.com>
21927         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21929 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21931         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21932         that global-font-lock-mode can be enabled by default.
21934         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21935         (font-lock-add-keywords, font-lock-remove-keywords)
21936         (font-lock-fontify-buffer): Remove autoload cookies.
21938         * jit-lock.el (jit-lock-register): Likewise.
21940         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21942 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21944         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21945         intact if there is no gud-comint-buffer.
21947 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21949         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21950         old prompt comint-prompt-read-only is t and GDB commands are
21951         issued from tool bar etc.
21953 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21955         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21957 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21959         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21960         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21962 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21964         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21965         starting at beginning of line.  Fontification is messed up when
21966         `open-paren-in-column-0-is-defun-start' set to t.
21967         Reported by John Paul Wallington <jpw@pobox.com>.
21969 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21971         * comint.el (comint-send-input): Call `comint-update-fence' when
21972         `comint-process-echoes' and `comint-prompt-read-only' are both
21973         non-nil, to avoid leftover read-only newline.
21975 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21977         * textmodes/flyspell.el (flyspell-external-point-words):
21978         Detect when WORD can't be checked properly because
21979         flyspell-get-word finds just part of it, and move on.
21981         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21982         boundarychar for Polish.
21983         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21984         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21986 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21988         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21989         (gdb-registers-font-lock-keywords): Delete.
21990         (gdb-registers-mode): Don't fontify.
21991         (gdb-info-registers-custom): Use text properties instead as, in
21992         future, changed register values will use font-lock-warning-face.
21993         (gdb-local-font-lock-keywords): Rename to...
21994         (gdb-locals-font-lock-keywords): ...for consistency.
21996 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21998         * vc.el (vc-switch-backend): Better error message if the buffer is
21999         not visiting a file under version control.
22001         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22003 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
22005         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22006         ~/.emacs.d/.emacs.
22008 2005-10-29  Richard M. Stallman  <rms@gnu.org>
22010         * replace.el (occur-mode-mouse-goto): Always go to other window.
22011         (occur-mode-goto-occurrence): Always switch in same window.
22013         * simple.el (undo): Display message at end, not at start.
22015         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22016         New arg REUSE-CELL.
22017         (cancel-timer-internal): New function.
22018         (timer-event-handler): Use cancel-timer-internal,
22019         and pass the cell it returns to timer-activate...
22021         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22022         (jit-lock-deferred-fontify, jit-lock-context-fontify)
22023         (jit-lock-after-change): Test memory-full.
22025 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22027         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22028         part of the decoded armor to find the key-identifier.
22029         (pgg-gpg-lookup-key-owner): New function to return the
22030         human-readable identifier of a key owner.
22031         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22032         key itself.
22033         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22034         the key value) if we have a key and can match it against a secret
22035         key.  Also, added a note pointing out fact that the prompt only
22036         indicates the first matching key.
22038         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22039         pgg-decrypt-region.
22040         (pgg-pending-timers): A new hash for tracking the passphrase cache
22041         timers, so that new ones supercede old ones.
22042         (pgg-add-passphrase-to-cache): Rename from
22043         `pgg-add-passphrase-cache' to reduce confusion (all callers
22044         changed).  Modified to cancel old timers when new ones are added.
22045         (pgg-remove-passphrase-from-cache): Rename from
22046         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22047         changed).  Modified to cancel old timers when their keys are
22048         removed from the cache.
22049         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22050         XEmacs, an indirection to delete-itimer.
22051         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22052         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22053         users can only check cache without risk of prompting.  Correct bug in
22054         notruncate behavior.
22055         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22056         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22057         Add informative docstrings.
22058         (pgg-decrypt): Convey provided passphrase in subordinate call to
22059         pgg-decrypt-region.
22061         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22062         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22063         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22064         `passphrase' argument, so the passphrase can be managed externally
22065         and then passed in to the system.
22067         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22068         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22069         so the passphrase cache can be used reliably with identifiers
22070         besides a pgp packet's key id.
22072         * pgg-gpg.el (pgg-pgp-encrypt-region)
22073         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22074         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22075         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22076         argument to all these routines, so the passphrase can be managed
22077         externally and passed in to the system.
22079         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22080         `notruncate' argument, so the passphrase cache can be used
22081         reliably with identifiers besides a pgp packet's key id.
22083 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22085         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22086         symmetric encryption.
22087         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22088         encrypted session key.
22089         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22090         message ask for the passphrase in a proper way.
22092         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22093         New user commands for symmetric encryption.
22095 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
22097         * textmodes/conf-mode.el (conf-assignment-sign)
22098         (conf-assignment-regexp): Fix docstrings.
22099         (conf-mode-initialize): New function.
22100         (conf-mode): Remove optional args.  Use delay-mode-hooks to
22101         recognize recursive calls.
22102         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22103         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22104         (conf-xdefaults-mode): Use define-derived-mode and
22105         conf-mode-initialize.
22107 2005-10-29  Romain Francoise  <romain@orebokech.com>
22109         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22111 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22113         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22114         part of the decoded armor to find the key-identifier.
22115         (pgg-gpg-lookup-key-owner): New function to return the
22116         human-readable identifier of a key owner.
22117         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22118         key itself.
22119         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22120         the key value) if we have a key and can match it against a secret
22121         key.  Also, added a note pointing out fact that the prompt only
22122         indicates the first matching key.
22124         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22125         pgg-decrypt-region.
22126         (pgg-pending-timers): A new hash for tracking the passphrase cache
22127         timers, so that new ones supercede old ones.
22128         (pgg-add-passphrase-to-cache): Rename from
22129         `pgg-add-passphrase-cache' to reduce confusion (all callers
22130         changed).  Modified to cancel old timers when new ones are added.
22131         (pgg-remove-passphrase-from-cache): Rename from
22132         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22133         changed).  Modified to cancel old timers when their keys are
22134         removed from the cache.
22135         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22136         XEmacs, an indirection to delete-itimer.
22137         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22138         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22139         users can only check cache without risk of prompting.  Correct bug in
22140         notruncate behavior.
22141         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22142         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22143         Add informative docstrings.
22144         (pgg-decrypt): Convey provided passphrase in subordinate call to
22145         pgg-decrypt-region.
22147 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
22149         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22150         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22151         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22152         `passphrase' argument, so the passphrase can be managed externally
22153         and then passed in to the system.
22155         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22156         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22157         so the passphrase cache can be used reliably with identifiers
22158         besides a pgp packet's key id.
22160         * pgg-gpg.el (pgg-pgp-encrypt-region)
22161         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22162         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22163         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22164         argument to all these routines, so the passphrase can be managed
22165         externally and passed in to the system.
22167         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22168         `notruncate' argument, so the passphrase cache can be used
22169         reliably with identifiers besides a pgp packet's key id.
22171 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22173         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22174         symmetric encryption.
22175         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22176         encrypted session key.
22177         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22178         message ask for the passphrase in a proper way.
22180         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22181         New user commands for symmetric encryption.
22183 2005-10-28  Bill Wohler  <wohler@newt.com>
22185         * help-mode.el (help-url): New button type.  Calls browse-url.
22186         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22187         Similar to Info nodes: URL `url'.
22188         (help-make-xrefs): Create help-url buttons for
22189         help-xref-url-regexp matches.
22191 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
22193         * tool-bar.el (tool-bar-add-item-from-menu)
22194         (tool-bar-local-item-from-menu): Fix doc strings.
22196 2005-10-28  Romain Francoise  <romain@orebokech.com>
22198         * ldefs-boot.el: Update.
22200         * subr.el (locate-library): Move from help-fns.el.
22201         * help-fns.el (locate-library): Move to subr.el.
22203 2005-10-28  Richard M. Stallman  <rms@gnu.org>
22205         * net/tramp.el (tramp-completion-mode): defvar moved up.
22207         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22209         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22211         * files.el (find-file-noselect): Use %d to format large file size.
22213         * bindings.el (mode-line-format): Add %e.
22215         * loadup.el ("facemenu"): Load unconditionally.
22216         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22217         ("x-dnd"): Load, when appropriate.
22219         * startup.el (command-line): Call before-init-hook earlier.
22220         Warn about some bad characters in -u user name.
22222         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22223         (flyspell-external-point-words): Error if misspelled word is not found.
22224         Set flyspell-large-region-beg at end of word.
22226 2005-10-28  Andreas Schwab  <schwab@suse.de>
22228         * view.el (View-revert-buffer-scroll-page-forward):
22229         Use view-page-size-default.
22231 2005-10-28  Juri Linkov  <juri@jurta.org>
22233         * international/quail.el (quail-get-current-str): Translate last
22234         raw character for deterministic input methods.
22236 2005-10-27  Jay Belanger  <belanger@truman.edu>
22238         * calc/calc-ext.el: Add functions to autoloads.
22239         (math-identity-matrix-p, math-ident-row-p): New functions.
22241         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22242         multiplication by an identity matrix; don't turn multiplication by
22243         an inverse matrix into division.
22244         (math-div-symbol-fancy): Replace division by matrices with
22245         multiplication by inverse.
22247         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22249         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22250         (calc-writeoutpower): New functions.
22252 2005-10-27  Romain Francoise  <romain@orebokech.com>
22254         * replace.el (occur-engine): Include colon in mouse-face highlight.
22256         * dired-x.el: Change Maintainer field.
22258 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
22260         * longlines.el (longlines-mode): Bind after-change-functions to
22261         nil during initial decoding and final encoding.
22263 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
22265         * term.el (term-emulate-terminal, term-handle-colors-array)
22266         (term-handle-ansi-escape): Specify the terminfo capabilities
22267         implemented.
22269 2005-10-26  Richard M. Stallman  <rms@gnu.org>
22271         * info.el (Info-fontify-node): Fix detection of sentence-break
22272         before *Note.
22274 2005-10-26  Romain Francoise  <romain@orebokech.com>
22276         * smerge-mode.el: Add `tools' to file keywords.
22278 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
22280         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22281         when the fringe is not available.
22283         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22284         (def-gdb-auto-update-trigger): Simplify construction.
22285         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22286         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22287         defined explicitly.
22288         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22289         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22290         defined explicitly.
22291         (gdb-info-locals-custom): Remove as it's a no-op.
22293 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
22295         * longlines.el (longlines-mode): Remove narrowing before
22296         performing the initial decoding or final encoding.
22298 2005-10-25  Romain Francoise  <romain@orebokech.com>
22300         * emacs-lisp/find-func.el (find-library-name): Also strip
22301         extension if library name ends in .el, to take advantage of
22302         `find-library-suffixes'.
22304 2005-10-25  Richard M. Stallman  <rms@gnu.org>
22306         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22308 2005-10-25  Juri Linkov  <juri@jurta.org>
22310         * textmodes/texinfo.el (texinfo-mode): Change charset of one
22311         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22313 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22315         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22316         (blackbox-redefine-key): Add argument `map'.
22318         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22319         regions when moving the jit-lock-context-unfontify-pos boundary.
22321 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22323         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22325 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22327         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22329 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22331         * play/blackbox.el (blackbox-redefine-key): New function.
22332         (blackbox-mode-map): Use it to remap existing bindings for cursor
22333         motion instead of binding literal keys.
22335 2005-10-25  Glenn Morris  <rgm@gnu.org>
22337         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22338         diary does not end in a newline.  Do not assume a blank line at
22339         the start of the diary file.
22341 2005-10-25  Kenichi Handa  <handa@m17n.org>
22343         * international/quail.el (quail-translate-key): If the input
22344         method is deterministic and failed to handle the last key, restart
22345         the key handling loop from an appropriate key.
22347 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
22349         * vc.el (vc-dired-mode): Extend comment for binding of
22350         `directory-listing-before-filename-regexp'.
22352 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22354         * textmodes/texinfo.el (texinfo-mode):
22355         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22356         not to unnecessarily expose emacs-mule's internal char codes.
22358 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
22360         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22361         Display hand pointer and help-echo on disabled icon too.
22362         (gdb-mouse-until): New function.
22363         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22365 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
22367         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22368         with 2005-10-23 change to doctor.el.
22370         * finder.el (finder-mode-map): Add follow-link binding.
22372 2005-10-25  Kim F. Storm  <storm@cua.dk>
22374         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22375         to gdb-mouse-toggle-breakpoint-fringe.
22376         (gdb-mouse-toggle-breakpoint-margin): Rename from
22377         gdb-mouse-toggle-breakpoint.  Fix doc.
22378         (gdb-mouse-toggle-breakpoint-fringe): New defun.
22379         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
22380         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22381         string properties also for fringe breakpoint bitmaps.
22383 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
22385         * textmodes/org.el (org-start-icalendar-file): Fix format form.
22387 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22389         * simple.el (completion-common-substring):
22390         Use `completion-common-substring' prior to `completion-base-size'.
22392 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
22394         * savehist.el: Require CL while compiling.
22395         (savehist-history-variables): Remove.
22396         (savehist-save-minibuffer-history, savehist-additional-variables)
22397         (savehist-minibuffer-history-variables): New vars.
22398         (savehist-save): Use them.
22399         (savehist-uninstall, savehist-minibuffer-hook): New funs.
22400         (savehist-install): New fun, extracted from savehist-load.
22401         (savehist-load): Use them.
22403 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22405         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22406         a dummy doc-string-elt property.
22407         (defalias, defvaralias, define-category): Add a docstring property.
22409         * image.el (defimage):
22410         * widget.el (define-widget):
22411         * custom.el (defface, defcustom): Add `doc-string' declaration.
22413         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22414         (defadvice): Add `doc-string' declaration.
22416         * emacs-lisp/byte-run.el (macro-declaration-function):
22417         Handle `doc-string' declarations.
22418         (define-obsolete-function-alias, define-obsolete-variable-alias):
22419         Add `doc-string' declaration.
22421 2005-10-24  Kenichi Handa  <handa@m17n.org>
22423         * international/utf-7.el (utf-7): Add autoload cookie.
22425         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22427 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
22429         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22430         list of directories passed to batch-update-autoloads.  Add "." to
22431         the list of the echoed directories.
22433         * pgg-def.el:
22434         * pgg-gpg.el:
22435         * pgg-parse.el:
22436         * pgg-pgp.el:
22437         * pgg-pgp5.el:
22438         * pgg.el: Moved here from the gnus subdirectory.
22440 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
22442         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22443         in case comint-prompt-read-only is set to t.
22445         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22446         in case comint-prompt-read-only is set to t.
22448 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
22450         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22451         Now a string.
22452         (icalendar-import-format): Handle CLASS, STATUS, URL.
22453         Rename `subject' to `summary'.
22454         (icalendar-import-format-summary): Rename from
22455         `icalendar-import-format-subject'.
22456         (icalendar-import-format-url, icalendar-import-format-status)
22457         (icalendar-import-format-class): New variables.
22458         (icalendar--rris): Take variable argument list.
22459         (icalendar--datestring-to-isodate): Remove unnecessary
22460         calendar-style check when converting dates with explicit month names.
22461         (icalendar-export-region): Change return type of conversion
22462         subroutines.  Bury current buffer unless error occurred.
22463         (icalendar--convert-to-ical)
22464         (icalendar--parse-summary-and-rest): New functions.
22465         (icalendar--convert-ordinary-to-ical)
22466         (icalendar--convert-weekly-to-ical)
22467         (icalendar--convert-yearly-to-ical)
22468         (icalendar--convert-block-to-ical)
22469         (icalendar--convert-cyclic-to-ical)
22470         (icalendar--convert-anniversary-to-ical): Change return type.
22471         Strip trailing blanks from subject.
22472         (icalendar--convert-sexp-to-ical): Change return type.
22473         Strip trailing blanks from subject.  Handle simple sexp
22474         entries as generated by icalendar.el.
22475         (icalendar--convert-float-to-ical)
22476         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22477         (icalendar-import-file): Doc fix.
22478         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22479         Correct call to icalendar--rris.
22480         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
22481         `summary'.
22482         (icalendar--add-diary-entry): Rename `subject' to `summary'.
22484 2005-10-24  Romain Francoise  <romain@orebokech.com>
22486         * server.el (server-sentinel): Set query-on-exit flag to nil on
22487         new client processes (it isn't inherited from the server process).
22489         * replace.el (occur-engine): Rearrange text properties.
22491 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22493         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22494         case-fold-search is nil.
22495         (debug-help-follow): Use help-xref-interned directly.
22497 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22499         * thumbs.el (thumbs-image-type): Add .pbm.
22501 2005-10-23  Richard M. Stallman  <rms@gnu.org>
22503         * faces.el (inhibit-face-set-after-frame-default): New variable.
22504         (set-face-attribute): Bind it.
22505         (face-set-after-frame-default): Test it.
22507         * help-fns.el (describe-simplify-lib-file-name): New function.
22508         (describe-function-1, describe-variable): Use it.
22510         * faces.el (describe-face): Use describe-simplify-lib-file-name.
22512         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22513         Eliminate nil as possible value.
22514         (tooltip-hide-delay): Reduce internal-border-width.
22516         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22517         (menu-bar-file-menu) <new-file>: Likewise.
22519         * simple.el (line-move-finish): Ignore fields computing LINE-END.
22521         * international/mule.el (load-with-code-conversion):
22522         Pass full file name to `eval-buffer' unless preloading.
22524         * textmodes/flyspell.el (flyspell-large-region):
22525         Call ispell-check-version.
22527         * textmodes/ispell.el (ispell-local-dictionary-overridden):
22528         Fix the make-variable-buffer-local call that was supposed
22529         to be for this variable.
22530         (ispell-aspell-supports-utf8): Doc fix.
22531         (ispell-find-aspell-dictionaries): Preserve elements of
22532         ispell-dictionary-alist for dictionaries that aspell doesn't report.
22533         (ispell-aspell-find-dictionary): Return nil on error.
22535         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22536         (doctor-symptoms): Likewise.
22538         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22540 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22542         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22543         (custom-raised-buttons): Add :set spec.
22544         (custom-button-unraised, custom-button-pressed-unraised):
22545         New faces, so that custom-raised-buttons actually does something.
22546         (custom-mode): Use custom-button and custom-button-pressed.
22548         * wid-edit.el (widget-specify-button): Don't ignore
22549         widget-mouse-face on graphic terminals.
22550         (widget-move-and-invoke): Cleanup.
22552 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22554         * whitespace.el (whitespace-cleanup): Doc fix.
22556 2005-10-23  Romain Francoise  <romain@orebokech.com>
22558         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22559         `eval-after-load' to avoid evaluating their result.
22561 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22563         * files.el (directory-listing-before-filename-regexp):
22564         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22566         * dired.el (dired-move-to-filename-regexp): Remove.
22567         All occurrences replaced by `directory-listing-before-filename-regexp'.
22569         * dired-x.el, locate.el, vc.el:
22570         Replace `dired-move-to-filename-regexp' by
22571         `directory-listing-before-filename-regexp'.  In vc.el it is
22572         overwritten locally; maybe this can be handled in files.el too.
22574         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22575         replaced by `directory-listing-before-filename-regexp'.
22577 2005-10-23  Andreas Schwab  <schwab@suse.de>
22579         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22580         and eval-next-after-load.
22582 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22584         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22585         exist, create it.
22587 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22589         * allout.el: Remove autoloads for mailcrypt and crypt++.
22590         Require pgg, pgg-gpg during compilation.
22591         (allout-version): Increment version number to 2.1, and use a literal
22592         rather than RCS Id.
22593         (allout-default-encryption-scheme): Remove.
22594         (allout-passphrase-verifier-handling)
22595         (allout-passphrase-verifier-string)
22596         (allout-file-passphrase-verifier-string)
22597         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22598         (allout-passphrase-hint-handling): Rename and simplify.
22599         (allout-init): Use `find-file-hook' if available, otherwise
22600         `find-file-hooks'.
22601         (allout-mode): Use `write-file-functions' if available, otherwise
22602         `local-write-file-hooks' and, instead of making auto-save-hook
22603         buffer local, make the write-file-hook activity contingent to
22604         allout-mode.
22605         (allout-mode): Use key-binding substitution in the docstring.
22606         (allout-kill-line): Spell-out kill ring data structure mutation
22607         instead of using byte-compiler-complaint-provoking `pop'.
22608         (allout-insert-listified): Use `insert' rather than `insert-string'
22609         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22610         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22611         (allout-encrypt-string): Totally revamped vis new underlying
22612         encryption facilities.
22613         (allout-mc-activate-passwd): Remove.
22614         (allout-obtain-passphrase): New, more or less replaces
22615         allout-mc-activate-passwd.
22616         (allout-encrypted-key-info): More or less replaces
22617         allout-encrypted-text-type.
22618         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22619         (my-mark-marker): Use `(featurep 'xemacs)'.
22621 2005-10-23  Lars Hansen  <larsh@soem.dk>
22623         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22624         (byte-compile-file-form-defmumble, byte-compile-defun)
22625         (byte-compile-defmacro): Use it.
22626         (byte-compile-form): Don't call byte-compile-set-symbol-position
22627         when a byte-compile handler is called.
22629 2005-10-22  Romain Francoise  <romain@orebokech.com>
22631         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22633         * subr.el (eval-after-load): Convert library name to an absolute
22634         file name using locate-library, since load-history no longer has
22635         library names in it.
22637 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22639         * files.el (make-temp-file): Move from subr.el.
22640         * subr.el (make-temp-file): Move to files.el.
22642         * window.el (get-buffer-window-list): Move from subr.el.
22643         * subr.el (get-buffer-window-list): Move to window.el.
22645         * image.el (image-load-path): Use eval-at-startup to initialize.
22647         * subr.el (eval-at-startup): New macro.
22649         * subr.el: Much rearrangement of functions and division
22650         into pages.  No code changes.
22652 2005-10-22  Kenichi Handa  <handa@m17n.org>
22654         * tar-mode.el (tar-extract): Be sure to call
22655         find-operation-coding-system if set-auto-coding doesn't find a
22656         coding system.
22658 2005-10-22  Kim F. Storm  <storm@cua.dk>
22660         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22661         Change users.
22662         (image-type-file-name-regexps): New defconst.
22663         (image-type-from-data): Simplify loop.
22664         (image-type-from-buffer): New defun.
22665         (image-type-from-file-header): Use it instead of image-type-from-data.
22666         Use image-search-load-path instead of only looking in data-directory.
22667         (image-type-from-file-name): New defun.
22668         (image-search-load-path): Change `pathname' to `filename'.
22669         Make PATH arg optional, default to image-load-path.
22671 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22673         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22675         * textmodes/paragraphs.el (sentence-end-base): New variable.
22676         (sentence-end): Use sentence-end-base.
22678 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22680         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22681         property independently from the font-lock-multiline variable.
22683 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22685         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22687         * startup.el (command-line): Convert library names
22688         in `load-history' to absolute file names.
22690         * subr.el (symbol-file): Doc fix.
22692         * loadhist.el (file-loadhist-lookup): Call locate-library
22693         instead of find-library-name.  Don't try converting
22694         abs file names to library names, since load-history no longer
22695         has library names in it.
22696         (file-dependents, file-provides, file-requires): Doc fixes.
22698 2005-10-21  Juri Linkov  <juri@jurta.org>
22700         * progmodes/etags.el (tags-table-mode): New function.
22701         (tags-verify-table): Replace initialize-new-tags-table with
22702         tags-table-mode.
22704         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22705         default value.
22706         (desktop-modes-not-to-save): Add tags-table-mode to the
22707         default value.
22709         * info.el (Info-index-next): Add total number of index
22710         alternatives to the message.
22712         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22713         backward only space (instead of space and period) before looking
22714         at sentence end.
22716         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22717         Add the old variable value as 4th default-value arg of read-string.
22719 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22721         * cus-face.el (custom-declare-face): Make face from X resources
22722         also on Mac.
22724         * disp-table.el (standard-display-g1, standard-display-graphic):
22725         Refuse to use string glyphs also on Mac.
22726         (standard-display-european): Don't set terminal coding system also
22727         on Mac.
22729         * frame.el (display-screens): Use x-display-screens also on Mac.
22731 2005-10-21  Romain Francoise  <romain@orebokech.com>
22733         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22735 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22737         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22738         and $? into sexps.
22740         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22741         warning face on open-paren-in-column-0.
22743         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22744         boundary case.  Fix typo.
22745         Suggested by Martin Rudalics <rudalics@gmx.at>.
22747 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22749         * textmodes/org.el (org-combined-agenda-icalendar-file)
22750         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22751         (org-export-icalendar-this-file)
22752         (org-export-icalendar-all-agenda-files)
22753         (org-export-icalendar-combine-agenda-files): New commands.
22754         (org-export-icalendar, org-print-icalendar-entries)
22755         (org-start-icalendar-file, org-finish-icalendar-file)
22756         (org-ical-ts-to-string): New functions.
22757         (org-read-date, org-goto-calendar)
22758         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22759         call to `calendar'.
22760         (orgtbl-setup): Remove the :keys arguments from the menu description.
22761         (org-after-save-iCalendar-file-hook): New variable.
22763 2005-10-21  Kenichi Handa  <handa@m17n.org>
22765         * language/vietnamese.el (tcvn-5712): Make it an alias of
22766         vietnamese-tcvn coding-system.
22768 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22770         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22771         group id is given.
22773 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22775         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22776         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22777         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22778         whose line is either continued or ends with a comment.
22780 2005-10-20  Romain Francoise  <romain@orebokech.com>
22782         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22784         * replace.el (occur-engine): Add follow-link property.
22786         * font-core.el (font-lock-mode): Doc fix.
22788 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22790         * net/rcirc.el: New file.
22792 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22794         * term.el (term-term-name): Initialize to "eterm-color".
22796 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22798         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22799         for encryption functionality.
22800         Move allout customization subgroup from `editing' to `outlines' group.
22801         Fix commentary keywords to legitimate ones.
22802         Update author info (using my current email address, obscurified).
22803         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22804         (allout-encrypted-topic-p, allout-encrypted-text-type)
22805         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22806         (allout-situate-encryption-key-verifier)
22807         (allout-get-encryption-key-verifier, allout-verify-key)
22808         (allout-next-topic-pending-encryption)
22809         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22810         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22811         (outline-key-verifier-handling, outline-key-hint-handling)
22812         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22813         (allout-file-key-verifier-string, allout-encryption-scheme)
22814         (allout-key-verifier-string, allout-key-hint-string)
22815         (allout-after-save-decrypt): New variables.
22816         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22817         (allout-after-saves-handler): New hook functions.
22818         (allout-post-command-business): Do allout-after-save-decrypt.
22819         (allout-enable-file-variable-adjustment): Custom var to enable
22820         mechanism for adding and adjusting settings of Emacs file variables.
22821         (allout-adjust-file-variable, allout-file-vars-section-data):
22822         New functions, implement the mechanism.
22823         (outlineify-sticky): Use the file vars mechanism.
22824         (allout-inhibit-protection, allout-during-write-cue)
22825         (allout-override-protect, allout-before-change-protect): Remove.
22826         (allout-flag-region, allout-open-topic): Adjust read-only text.
22827         (allout-open-line-not-read-only): Add to facilitate read-only
22828         text based protection.
22829         (allout-kill-line): Revise to adjust read-only text, clue the
22830         user about the inhibition.
22831         (allout-unprotected): Use unwind-protect.
22832         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22833         topic deeper than the offspring depth of the previous topic -
22834         avoiding confusing "containment discontinuities".
22835         (allout-reindent-bodies): Fix retention of body relative hanging
22836         indent during promotion of collapsed bodies.
22837         (allout-open-topic): Make it easy to open new topic with same
22838         bullet as current topic - topic creation functions provided with
22839         any universal argument provokes now prompt for bullet, defaulting
22840         to the bullet of the previous topic.
22841         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22842         Plain bullet alternates `.' period and `,' comma only.  All other
22843         bullets are relegated to special status (but customizable).
22844         (allout-end-of-entry): Rename from allout-end-of-current-entry
22845         since it actually operates w.r.t. most immediately containing
22846         entry, visible or not.
22847         (allout-hide-current-entry, allout-show-current-entry): Use the
22848         revised version.
22849         (allout-old-expose-topic): Solidify deprecation.
22850         (allout-end-of-subtree): Add so we can span concealed as well
22851         as visible topics.
22852         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22853         (allout-end-of-current-heading): Tweak to just respect the first line.
22854         (allout-get-body-text): Add.
22855         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22856         when invoked interactively.
22857         (allout-up-current-level): Use `interactive-p'.
22858         (allout-mode, allout-init): Miscellaneous docstring and
22859         operational refinements, as well as hookups of new encryption stuff.
22860         (allout-beginning-of-current-entry): Now works as advertised.
22861         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22862         (allout-isearch-rectification): Refine condition for isearching.
22863         (allout-isearch-abort, allout-enwrap-isearch)
22864         (allout-flag-region, my-region-active-p): Relocate some macros.
22865         (allout-title): Fallback title is (buffer-name), not
22866         non-existing (current-buffer-name).
22867         (subst-char-in-string): Define if absent (for some XEmacs versions).
22869 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22871         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22872         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22873         (mail-citation-prefix-regexp, mail-signature-file)
22874         (mail-default-headers, mail-bury-selects-summary)
22875         (mail-send-nonascii): Add autoload cookies.
22877 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22879         * frame.el (blink-cursor-mode): Add `mac' to the list of
22880         window-system's that support blinking cursor.
22882 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22884         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22886 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22888         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22889         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22890         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22892 2005-10-20  Kim F. Storm  <storm@cua.dk>
22894         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22895         (ido-set-current-directory): Don't add / after final @.
22896         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22897         Explicitly handle ange-ftp completion oddities.
22898         (ido-make-file-list): Don't rotate list at tramp root to avoid
22899         triggering tramp file handler for expand-file-name via get-file-buffer.
22901 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22903         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22905 2005-10-19  Jay Belanger  <belanger@truman.edu>
22907         * calc/calc-units.el (math-standard-units): Add units, adjust
22908         symbols and update values.
22909         (math-unit-prefixes): Add more prefixes.
22911 2005-10-19  Romain Francoise  <romain@orebokech.com>
22913         * bookmark.el (bookmark-menu-heading): New face.
22914         (bookmark-bmenu-list): Use it.
22915         Don't fiddle with `baud-rate' at top-level.
22917 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22919         * image.el (create-image, find-image): Mention max-image-size in
22920         docstring.
22922 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22924         * savehist.el (savehist-load): Revert to checking XEmacs.
22926         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22927         Various docstring and line-width fixups.
22928         (conf-mode): Use cond.
22929         Set font-lock-defaults.  Don't set comment-use-syntax.
22931 2005-10-18  David Ponce  <david@dponce.com>
22933         * tree-widget.el (tree-widget-button-click): New function.
22934         (tree-widget-button-keymap): Use it.
22936 2005-10-18  Romain Francoise  <romain@orebokech.com>
22938         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22939         (bookmark-bmenu-hide-filenames): Add follow-link property.
22940         Improve help-echo text.
22942         * ffap.el (find-file-at-point): Doc fix.
22944 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22946         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22948 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22950         Install to the CVS repository what I forgot to install in my
22951         2005-10-16 changes.
22953         * progmodes/python.el (python-complete-symbol): Pass the common
22954         prefix substring of completion to `display-completion-list'.
22956         * textmodes/org.el (org-complete): Ditto.
22958 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22960         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22962         * woman.el (WoMan-xref-man-page): New button type derived
22963         from `Man-abstract-xref-man-page'.
22964         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22966         * man.el (Man-abstract-xref-man-page): New button type.
22967         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22968         (Man-highlight-references): Add new optional argument `xref-man-type'.
22970 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22972         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22974 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22976         * cus-edit.el (Custom-move-and-invoke): Delete.
22977         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22979         * wid-edit.el (widget-move-and-invoke): New function, from
22980         Custom-move-and-invoke.
22982 2005-10-17  Bill Wohler  <wohler@newt.com>
22984         Move all remaining images from lisp/toolbar to etc/images, move
22985         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22986         the low resolution images in their own directory (low-color).
22988         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22989         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22990         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22991         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22992         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22993         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22994         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22996         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22997         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22998         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22999         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23000         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23001         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23002         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23003         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23004         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23005         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23006         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23007         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23008         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23009         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23010         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23012         To conform with convention, replace the underscore (_) in the
23013         following image names with dash (-) or (/) as appropriate.
23015         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23016         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23017         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23018         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23019         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23020         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23021         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23022         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23023         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23024         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23025         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23026         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23027         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23028         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23029         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23031         * info.el (info-tool-bar-map): Replace underscores in image names
23032         with dashes.
23034         * makefile.w32-in (WINS): Remove toolbar.
23036         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23038         * tool-bar.el: Move to lisp from toolbar.  Now that
23039         toolbar is empty, it should be deleted when folks run "cvs up -P".
23041 2005-10-18  Jay Belanger  <belanger@truman.edu>
23043         * calc/calc-store.el (calc-store-into): Get the proper variable name
23044         to display in message.
23046 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23048         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23049         expressions display in speedbar for all buffers when debugging.
23050         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23052         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23053         (speedbar-insert-button, speedbar-make-button):
23054         Use add-text-properties.
23055         (speedbar-update-localized-contents)
23056         (speedbar-update-directory-contents)
23057         (speedbar-update-special-contents): Use dolist.
23058         (speedbar-buffer-easymenu-definition): Add a menu separator.
23060 2005-10-17  Jason Rumney  <jasonr@gnu.org>
23062         * makefile.w32-in: Use $(lisp) consistently.
23063         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23064         for shell specific generation of mh-autoloads.
23066 2005-10-17  Richard M. Stallman  <rms@gnu.org>
23068         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23070 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23072         * jit-lock.el (jit-lock-fontify-now):
23073         Move jit-lock-context-unfontify-pos to avoid wasted work.
23075 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
23077         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
23078         `tramp-completion-mode' for checking if we are in completion mode.
23079         (tramp-completion-handle-file-name-all-completions): Reorder code
23080         in order to complete for file names only in case there are no
23081         method/user/host completions.  This is necessary for cooperation
23082         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
23084 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
23086         * longlines.el (longlines-search-forward)
23087         (longlines-search-backward): Match any number of spaces.
23089 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
23091         * diff-mode.el (diff-mode): Doc fix.
23093 2005-10-16  David Reitter  <david.reitter@gmail.com>
23095         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23096         as default on darwin and windows systems.
23098 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23100         * arc-mode.el (archive-zip-extract): Doc fix.
23102 2005-10-16  Romain Francoise  <romain@orebokech.com>
23104         * mouse.el (mouse-1-click-follows-link): Doc fix.
23106 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23108         * savehist.el: Don't require CL at runtime.
23109         (savehist-xemacs): Remove.
23110         (savehist-coding-system): Use utf-8 if present, regardless of religion.
23111         (savehist-no-conversion): Use (featurep 'xemacs).
23112         (savehist-load): Check existence of start-itimer rather than XEmacs.
23113         Use an idle timer.
23114         (savehist-process-for-saving): Replace use of CL funs `subseq' and
23115         `delete-if-not'.
23117 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
23119         * savehist.el: Newer version.
23120         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23121         (savehist-last-checksum, savehist-no-conversion): New vars.
23122         (savehist-autosave, savehist-process-for-saving, savehist-printable):
23123         New functions.
23124         (savehist-load, savehist-save): Use them.
23125         (savehist-delimit): Remove.
23127 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23129         * progmodes/compile.el (compilation-goto-locus): Display the
23130         compilation buffer first and the source buffer second, in case they're
23131         in overlapping frames.  Don't raise the compilation frame if it was the
23132         selected window upon entry.  Pass the `other-window' arg to
23133         pop-to-buffer.
23135         * info.el (Info-fontify-node): Use dolist.
23136         Change add-text-properties to put-text-property.
23138 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23140         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23141         bound of search.
23143 2005-10-16  Masatake YAMATO  <jet@gyve.org>
23145         * dabbrev.el (dabbrev-completion): Pass the common
23146         prefix substring of completion to `display-completion-list'.
23148         * filecache.el (file-cache-minibuffer-complete)
23149         (file-cache-complete): Ditto.
23151         * tempo.el (tempo-display-completions): Ditto.
23153         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23155         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23157         * eshell/em-hist.el (eshell-list-history): Ditto.
23159         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23161         * mail/mailalias.el (mail-complete): Ditto.
23163         * progmodes/etags.el (complete-tag): Ditto.
23165         * progmodes/make-mode.el (makefile-complete): Ditto.
23167         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23169         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23171         * progmodes/pascal.el (pascal-complete-word)
23172         (pascal-show-completions): Ditto.
23174         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23176         * simple.el (completion-common-substring): New variable.
23177         (completion-setup-function): Use `completion-common-substring'
23178         to put faces.
23180 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23182         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23183         (x-get-selection, mac-select-convert-to-string): Convert from/to
23184         UTF-16 clipboard data as in native byte order, no BOM.
23186 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
23188         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23189         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23190         (gud-sentinel): Use speedbar-frame to check for speedbar.
23192 2005-10-15  Richard M. Stallman  <rms@gnu.org>
23194         * savehist.el: New file.
23196 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
23198         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23199         Fix bug in \bf fontification.
23201 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23203         * pcvs.el (cvs-edit-log-files): New var.
23204         (cvs-mode-edit-log): New arg `file'.
23205         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23206         Instead force the use of the original file and nothing else.
23207         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23208         the cvs-minor-wrap-function is set.
23209         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23211 2005-10-14  Bill Wohler  <wohler@newt.com>
23213         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23214         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23215         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23216         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23217         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23218         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23219         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23220         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23221         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23222         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23223         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23224         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23225         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23226         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23227         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23229         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23230         appropriately (for example, gud-break to gud/break).
23232 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
23234         * longlines.el (longlinges-search-function)
23235         (longlines-search-forward, longlines-search-backward): New functions.
23236         (longlines-mode): Set isearch-search-fun-function to
23237         longlinges-search-function.
23239         * mouse.el (mouse-drag-region-1): Handle the case where a
23240         double-click event is bound to an arbitrary function.
23242 2005-10-14  David Ponce  <david@dponce.com>
23244         * recentf.el (recentf-track-opened-file)
23245         (recentf-track-closed-file, recentf-update-menu)
23246         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23247         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23248         mouse-1-click-follows-link.
23250 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23252         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23253         Gnome file-manager.png.  Suggested by
23254         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23256         * toolbar/README: Add diropen.xpm.
23258 2005-10-13  Bill Wohler  <wohler@newt.com>
23260         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23261         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
23263 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23265         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23266         Don't waste the byte-compiler's time on constant data.
23268 2005-10-13  Kenichi Handa  <handa@m17n.org>
23270         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23271         byte with `escape-glyph' face.
23273         * international/fontset.el (ccl-encode-unicode-font):
23274         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23275         Handle the case that ucs-mule-to-mule-unicode translates a character to
23276         ASCII (usually for IPA characters).
23278 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23280         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23281         Don't hide the underline of titles if font-lock-mode is disabled.
23283 2005-10-12  Bill Wohler  <wohler@newt.com>
23285         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
23286         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23287         files in MH-E-SRC have been updated.
23288         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23290 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23292         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23293         (mixal-mode-syntax-table): Add \n as end-comment.
23294         (mixal-operation-codes-alist): Immediately initialize to full value.
23295         (mixal-add-operation-code): Remove.
23296         (mixal-describe-operation-code): Make the arg non-optional.
23297         Use the interactive spec instead.
23298         Use mixal-operation-codes-alist rather than mixal-operation-codes.
23299         (mixal-font-lock-keywords): Don't highlight comments here any more.
23300         (mixal-font-lock-syntactic-keywords): New var.
23301         (mixal-mode): Use it.  Fix comment-start-skip.
23303 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23305         * startup.el (command-line-x-option-alist): -nb => -nbi.
23307 2005-10-12  Kim F. Storm  <storm@cua.dk>
23309         * startup.el (fancy-splash-default-action): Discard mouse click in
23310         the splash screen window, as it has no sensible meaning in the
23311         next window to be selected.  Fixes error reported by Jan D.
23313 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23315         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23317 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23319         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23320         Try to fix up minor layout issues like indentation, line break, etc...
23321         (mixal-mode-syntax-table): Don't try to specify comment syntax,
23322         because it doesn't work.
23323         (mixal-operation-codes): Add some more codes.
23324         (mixal-font-lock-keywords): Process comments here.
23325         (mixal-mode): mixasm no longer needs -g option.
23327 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23329         * progmodes/sh-script.el (sh-tmp-file):
23330         Use mktemp -t.  Finish support for es and rc shells.
23332 2005-10-11  Jay Belanger  <belanger@truman.edu>
23334         * calc/calcalg2.el (calc-integral): With an argument, compute the
23335         definite integral.
23337 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
23339         * mouse.el (mouse-drag-region-1): Don't try to catch a
23340         double-click when doing follow-link (it's overridden anyway).
23342 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
23344         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23345         (autoload-print-form-outbuf): Add docstring.
23347 2005-10-11  Juri Linkov  <juri@jurta.org>
23349         * info.el (Info-mode-menu): Delete menu item "Edit".
23350         (Info-mode): Delete description of Info-edit from docstring,
23351         and rearrange descriptions of Info commands in the order
23352         they are documented in the Info manual.
23354 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23356         * calendar/appt.el (appt-check): Use diary-selective-display var.
23358 2005-10-10  Richard M. Stallman  <rms@gnu.org>
23360         * net/newsticker.el (newsticker-start, newsticker-show-news):
23361         Add autoload cookies.
23363 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
23365         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23367 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
23369         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23371 2005-10-10  Jay Belanger  <belanger@truman.edu>
23373         * calc/calc-arith.el (math-check-known-scalarp)
23374         (math-check-known-matrixp): Check the values of arguments that are
23375         variables.
23376         (math-check-known-square-matrixp): New function.
23377         (math-known-square-matrixp): Use math-check-known-square-matrixp.
23378         (math-super-types): Add sqmatrix type.
23380         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23381         mode name `square' to `sqmatrix'.
23383         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23384         mode name `square' to `sqmatrix'.
23386 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23388         * progmodes/etags.el (select-tags-table-mode): Don't use
23389         selective-display.
23390         (tags-select-tags-table): Pass `button' to the action function.
23391         (select-tags-table): Place the side-info on button properties rather
23392         than in hidden text.  Abbreviate file names.
23393         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23394         (select-tags-table-select): Add `button' argument.
23395         Get side-info from the button property rather than from hidden text.
23397 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
23399         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23400         (gud-speedbar-buttons): Preserve point if possible.
23401         (gud-sentinel): Restore previous speedbar display type.
23403         * progmodes/gdb-ui.el (gdba): Improve diagram.
23404         (def-gdb-auto-update-handler, gdb-info-locals-handler)
23405         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23406         Call get-buffer-window once.
23408 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23410         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23411         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23412         (pascal-indent-command): Remove unused var `ind'.
23413         (pascal-indent-case): Remove unused var `oldpos'.
23414         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23415         since it's now used as a proper minor mode map.
23416         (pascal-outline): Rename to pascal-outline-mode.
23417         (pascal-outline-mode): Use define-minor-mode.
23418         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23419         selective-display.
23421 2005-10-10  Andreas Schwab  <schwab@suse.de>
23423         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23424         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
23426         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23427         outside source directory.
23429 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
23431         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23432         C-x' as a prefix.
23433         (orgtbl-mode-map): Full keymap instead of sparse, because all
23434         `self-insert-command' keys are redefined in this map.
23435         (org-export-as-html): Specify charset for HTML file, by taking it
23436         from the coding system.
23438 2005-10-10  Kenichi Handa  <handa@m17n.org>
23440         * textmodes/flyspell.el (flyspell-check-word-p):
23441         If unread-command-events is non-empty, don't call sit-for.
23443 2005-10-09  Richard M. Stallman  <rms@gnu.org>
23445         * font-lock.el (font-lock-syntactic-keywords)
23446         (font-lock-keywords): Doc fixes.
23448         * textmodes/flyspell.el (flyspell-external-point-words):
23449         Simplify logic, and don't try to check for consecutive appearances
23450         of one incorrect word.
23452 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
23454         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23455         separator.
23457         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23458         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23459         (gud-expansion-speedbar-buttons): New function.
23460         (gud-speedbar-buttons): Check for gud-comint-buffer.
23462 2005-10-09  Bill Wohler  <wohler@newt.com>
23464         * Makefile.in (updates): Add mh-loaddefs dependency.
23466 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23468         * speedbar.el (speedbar-file-key-map): Fix typo.
23470 2005-10-09  Daniel Brockman  <daniel@brockman.se>
23472         * cus-start.el (line-spacing): Add custom spec.
23474 2005-10-09  Romain Francoise  <romain@orebokech.com>
23476         * textmodes/ispell.el (ispell-check-version): Fix last change.
23478 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23480         * term/x-win.el: Remove -i, --icon-type from comment.
23482         * startup.el (command-line-x-option-alist): Remove options -i,
23483         -itype, --icon-type, added -nb, --no-bitmap-icon.
23485 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
23487         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23488         instead of :active.
23490 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23492         * textmodes/ispell.el (ispell-check-version):
23493         Ignore hyphen, and all that follows, in aspell's version text.
23495 2005-10-08  Jay Belanger  <belanger@truman.edu>
23497         * calc/calc-arith.el (math-known-square-matrixp): New function.
23498         (math-pow-fancy): Check for matrices before distributing exponent
23499         across products.
23501         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23502         fullscreen keypad.  Suggested by Luc Teirlinck.
23503         (calc-keypad-show-input): Add space for formatting.
23505         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23506         Add square matrix option.
23508         * calc/calc-poly.el (math-expand-term): Check for matrices instead
23509         of checking calc-matrix-mode when deciding how to expand.
23511         * calc/calc.el (calc-set-mode-line): Add square matrix option.
23513 2005-10-08  Lars Hansen  <larsh@soem.dk>
23515         * net/tramp.el (tramp-perl-directory-files-and-attributes):
23516         Add error handling.
23517         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23519 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
23521         Sync with Tramp 2.0.51.
23523         * net/tramp.el (tramp-handle-set-visited-file-modtime)
23524         (tramp-handle-insert-file-contents, tramp-handle-write-region):
23525         Insert special handling for `last-coding-system-used', again
23526         it still seems to be necessary (unlike stated before).
23527         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23528         (tramp-password-prompt-regexp): There might be other words before
23529         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23530         (tramp-chunksize): Improve docstring.
23531         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23532         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
23533         Christian Joergensen <bugs@razor.dk>.
23535 2005-10-07  Glenn Morris  <rgm@gnu.org>
23537         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23538         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23539         precision'.
23541 2005-10-07  Romain Francoise  <romain@orebokech.com>
23543         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23544         (ibuffer-do-shell-command-pipe-replace)
23545         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23546         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23547         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23548         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23549         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23550         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23551         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23552         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23553         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23554         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23555         Autoload file sans suffix.
23557         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23559 2005-10-07  David Ponce  <david@dponce.com>
23561         * recentf.el (recentf-menu-open-all-flag): New option.
23562         (recentf-digit-shortcut-command-name): New function.
23563         (recentf--shortcuts-keymap): New variable.
23564         (recentf-menu-shortcuts): New variable.
23565         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23566         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23567         (recentf-menu-value-shortcut): New function.
23568         (recentf-make-menu-item): Use it.  No more in-lined.
23569         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23570         (recentf-open-most-recent-file): Rename from
23571         `recentf-open-file-with-key'.  Don't depend on key binding.
23572         (recentf-mode-map): New variable.
23573         (recentf-mode): Use it.
23575 2005-10-06  Bill Wohler  <wohler@newt.com>
23577         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23579         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23580         (MH-E-SRC): New.  Used by mh-autoloads.
23581         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23582         files in MH-E-SRC have been updated.
23583         (compile, recompile, bootstrap): Depend on mh-autoloads.
23585 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23587         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23588         gud-break and gud-remove icons when the fringe is not available.
23590         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23591         Typo.
23593 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23595         * play/zone.el (zone): Wrap body with save-window-excursion.
23597 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23599         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23600         Use the new `list-only' arg to diary-list-entries.
23602         * calendar/diary-lib.el: Use overlays rather than selective-display.
23603         (diary-selective-display): New var.
23604         (diary-header-line-format): Use it.
23605         (diary-list-entries): Add argument `list-only'.
23606         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23607         Replace \^M by invisible overlays.
23608         (diary-unhide-everything): Replace \^M by invisible overlays.
23609         (print-diary-entries): Look for overlays rather than \^M.
23610         Add a space to the temp buffer name.
23611         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23612         Put the buffer in diary-mode.
23613         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23614         (diary-anniversary): Make the year arg optional.
23615         (diary-time-regexp): New const.
23616         (diary-font-lock-keywords): Use it to accept a few more time formats.
23618         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23620 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23622         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23623         Fix bug introduced 2005-07-03: Use (car (last ...))
23624         to faithfully reproduce replaced artist-last.
23625         (artist-set-arrow-points-for-poly): Likewise.
23626         Suggested by Johan Bockg\e,Ae\e(Brd.
23628 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23630         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23631         * wid-edit.el (widget):
23632         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23633         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23635 2005-10-06  Kenichi Handa  <handa@m17n.org>
23637         * international/mule-cmds.el (set-language-environment):
23638         Fix setting up of case-table for unibyte mode.
23640         * simple.el (what-cursor-position): If the character is displayed
23641         by some `display' text property, show that.  Don't use
23642         single-key-description for eight-bit characters in multibyte mode.
23644 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23646         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23647         (gdb-ann3): Set it.
23648         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23649         (gdb-info-frames-custom): Use inverse-video for first five
23650         characters of selected frame only.
23651         (gdb-get-frame-number): Select frame even when point is on frame
23652         number.
23654 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23656         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23657         Put `font-lock-function-name-face'.
23658         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23659         and `font-lock-variable-name-face'
23660         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23661         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23662         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23663         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23664         (gdb-local-font-lock-keywords): New font lock keywords definition.
23665         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23666         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23667         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23669 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23671         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23672         (ediff-merge-region-is-non-clash-to-skip): Previously called
23673         ediff-merge-region-is-non-clash.
23675         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23676         Use insert-buffer-substring.
23678         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23679         selecting files to patch.  Also bug fixes.
23681         * ediff-util.el (ediff-setup): Bug fix.
23682         (ediff-next-difference): Never skip clashes that differ in white
23683         space only.
23685         * ediff-wind.el (ediff-setup-control-frame)
23686         (ediff-destroy-control-frame): Check the menubar feature.
23688         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23689         (viper-refresh-mode-line): Use make-local-variable to localize
23690         some vars instead of make-variable-buffer-local.  Suggested by
23691         Stefan Monnier.
23693         * emulation/viper-init.el (viper-make-variable-buffer-local):
23694         Delete alias.
23695         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23696         Use make-local-variable instead of make-variable-buffer-local.
23697         Suggested by Stefan Monnier.
23699         * emulation/viper.el (viper-mode): Don't use
23700         viper-make-variable-buffer-local.
23701         (viper-comint-mode-hook): Use make-local-variable on
23702         require-final-newline.
23703         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23705 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23707         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23708         also the second char of a comment-start sequence.
23709         (scheme-sexp-comment-syntax-table): New var.
23710         (lambda, define): Set their scheme-doc-string-elt property.
23711         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23712         Use lisp-font-lock-syntactic-face-function now that it properly
23713         handles |...| symbols.
23714         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23715         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23717         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23718         bit from # to |.
23719         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23721         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23722         (lisp-doc-string-elt-property): New var.
23723         (lisp-font-lock-syntactic-face-function): Use it.
23724         Rewrite to recognize docstrings even for forms not at toplevel.
23726         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23727         annotation on the | part of #| rather than on the # part.
23728         (scheme-font-lock-syntactic-face-function): New function, to
23729         distinguish strings from |...| symbols.
23730         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23731         syntax-table so that #|...|# is properly highlighted.
23733         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23734         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23736 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23738         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23739         and C-e.
23741         * emacs-lisp/eldoc.el: Move comments into docstrings.
23742         (eldoc-message-commands): Initialize in its declaration.
23743         Add move-beginning-of-line and move-end-of-line.
23744         (eldoc-add-command, eldoc-add-command-completions)
23745         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23747         * outline.el (outline-mark-subtree): Activate the mark.
23749         * calendar/appt.el (appt-time-regexp): New var.
23750         (appt-add, appt-make-list): Use it.
23751         (appt-convert-time): Clean up.
23753         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23754         Don't set any syntax-table property here.
23755         (tex-font-lock-verb): New function.  Do it here.
23756         (tex-font-lock-syntactic-keywords): Use it.
23758 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23760         * wid-edit.el (widget-file-complete): Get the widget start point
23761         the right way.  Default directory to `/' if file has none.
23763         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23765         * textmodes/flyspell.el (flyspell-mode-on):
23766         Call ispell-maybe-find-aspell-dictionaries.
23768         * textmodes/ispell.el (ispell-word, ispell-region):
23769         Call ispell-maybe-find-aspell-dictionaries.
23770         (ispell-accept-buffer-local-defs):
23771         Don't call ispell-maybe-find-aspell-dictionaries.
23773 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23775         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23777 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23779         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23780         instead of `fboundp' in order to allow for anonymous functions.
23782 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23784         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23785         case the user clicks on the link while another window is selected.
23786         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23788         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23789         functionality.
23790         (dframe-help-echo): Save point in case mouse tracking is off.
23792 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23794         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23796 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23798         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23799         not change the global value of those vars.
23801         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23802         make-local-variable which we do not need any more.
23804 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23806         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23807         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23808         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23809         (speedbar-path-line): Define obsolete aliases.
23810         (speedbar-line-directory): Doc fix.
23812         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23813         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23814         instead of speedbar-line-path.
23816 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23818         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23819         to nil if dropping on a window.  Handle dropping on a minibuffer window
23820         like dropping on a non-window part of Emacs.
23822 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23824         * net/ange-ftp.el: Use with-current-buffer.
23825         (ange-ftp-insert-directory): Do not follow symlinks any more.
23827         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23828         Remove interactive spec.
23830 2005-10-03  Kim F. Storm  <storm@cua.dk>
23832         * ido.el (ido-mode): Use custom-initialize-set.
23834 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23836         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23837         Use insert-buffer-substring.
23839         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23840         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23842 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23844         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23845         in last change.
23846         (ange-ftp-insert-directory): Fix up the search for the case where
23847         `file' is absolute.
23849 2005-10-02  Romain Francoise  <romain@orebokech.com>
23851         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23853 2005-10-02  Andreas Schwab  <schwab@suse.de>
23855         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23856         directory component in the session info.
23858 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23860         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23862         * simple.el (next-error-internal): New function.
23864         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23865         (compilation-start): Pass new arg to compilation-buffer-name.
23866         (compile-goto-error): Use next-error-internal.
23868 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23870         * speedbar.el: Remove RCS tag.
23871         (speedbar-check-read-only): Handle non-existent files.
23873         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23875         * info.el (Info-speedbar-hierarchy-buttons)
23876         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23878 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23880         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23881         Do not match newline.
23882         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23883         (bibtex-summary): Remove unnecessary save-excursion.
23884         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23886 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23888         * term/mac-win.el: Add charset info for "iso10646-1".
23889         Modify default fontset to use ATSUI-compatible fonts for some charsets
23890         if available.
23892 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23894         * speedbar.el: Re-apply arch tag.
23895         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23896         M. Ludlam.
23897         Reapply two changes from Emacs CVS' version of speedbar lost
23898         during the merge:
23899         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23900         (speedbar-frame-parameters): Improve customize type.
23902 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23904         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23905         (ange-ftp-file-directory-p): Fix the symlink case.
23906         (ange-ftp-insert-directory): When listing a single file, get a list of
23907         the parent buffer and extract the relevant line.  Inspired from a patch
23908         by Katsumi Yamaoka <yamaoka@jpl.org>.
23909         (ange-ftp-file-name-sans-versions): Simplify.
23911 2005-09-30  Bill Wohler  <wohler@newt.com>
23913         Move MH-E image files from toolbar and mail directories into
23914         etc/images.
23916         * mail/reply2.*: Move to etc/images/mail/reply*.
23918         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23919         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23920         etc/images.
23922         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23923         * toolbar/reply*: Move to etc/images/mail.
23925         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23927 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23929         * speedbar.el: New version 1.0pre3.
23931         Frame management code (including timer, and mouse click specifics)
23932         moved to dframe.el:
23933         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23934         (speedbar-timer): Removed.  Use dframe-timer.
23935         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23936         (speedbar-activity-change-focus-flag): Removed.  Use
23937         dframe-activity-change-focus-flag.
23938         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23939         dframe-update-speed.
23941         (speedbar-current-frame): New macro.  Use this instead of the
23942         variable speedbar-frame.
23944         (speedbar-use-images, speedbar-expand-image-button-alist)
23945         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23947         (speedbar-find-image-on-load-path): Removed.  Replaced by
23948         defezimage in ezimage.el.
23949         (speedbar-expand-image-button-alist): Removed.  Replaced by
23950         ezimage-expand-image-button-alist in ezimage.el.
23952         (speedbar-ignored-directory-regexp)
23953         (speedbar-add-ignored-directory-regexp)
23954         (speedbar-ignored-directory-expressions)
23955         (speedbar-line-directory, speedbar-buffers-line-directory)
23956         (speedbar-directory-line, speedbar-buffers-line-directory):
23957         Renamed, replacing `path' with `directory'.
23959         (speedbar-create-directory, speedbar-expand-line-descendants)
23960         (speedbar-toggle-line-expansion)
23961         (speedbar-contract-line-descendants): New commands.
23963         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23964         (speedbar-use-tool-tips-flag): New options.
23966         (speedbar-check-read-only, speedbar-require-version)
23967         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23968         (speedbar-handle-delete-frame, speedbar-try-completion)
23969         (speedbar-update-localized-contents): New functions.
23971         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23972         (speedbar-object-read-only-indicator): New variables.
23974         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23975         New hooks.
23977         (speedbar-separator-face): New face.
23979         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23980         (speedbar-ignored-modes): Add fundamental-mode.
23981         (speedbar-directory-unshown-regexp): Add . directories.
23983         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23984         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23985         `]' for full expand/close.
23986         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23988         (speedbar-check-vc): Support hidden files.
23989         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23990         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23991         state is nil, it is not checked out.
23993         (speedbar-line-text, speedbar-line-token): Support expand buttons
23994         with no text.
23995         (speedbar-refresh): Universal argument acts as power-click.
23996         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23997         that buffer to get variable values.
23999         And many other bugfixes.
24001         * dframe.el, ezimage.el, sb-image.el: New files.
24003         * sb-*.xpm: Remove files.  New image files installed into
24004         etc/images/ezimage.
24006 2005-09-30  Kenichi Handa  <handa@m17n.org>
24008         * ps-mule.el (ps-mule-show-warning): If a character is in
24009         ps-print-translation-table, don't treat it as non-printable.
24011 2005-09-30  David Ponce  <david@dponce.com>
24013         * tree-widget.el (tree-widget-themes-load-path): New variable.
24014         (tree-widget-themes-directory): Doc fix.
24015         (tree-widget-image-formats) [Emacs]: Doc fix.
24016         (tree-widget--locate-sub-directory): New function.
24017         (tree-widget-themes-directory): Use it.
24019         * recentf.el (recentf-filename-handlers): Rename from
24020         `recentf-filename-handler'.  Allow a list of functions.
24021         (recentf-menu-items-for-commands): Fix :help strings.
24022         (recentf-apply-filename-handlers): New function.
24023         (recentf-expand-file-name): Use it.
24024         (recentf-cleanup): Remove duplicates too.
24026 2005-09-29  Juri Linkov  <juri@jurta.org>
24028         * faces.el: Rearrange face definitions to be in the same order as
24029         their face descriptions in "(emacs)Standard Faces".
24031         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24033         * tooltip.el (tooltip): Add group `basic-faces'.
24035         * buff-menu.el (Buffer-menu-buffer): Remove group
24036         `font-lock-highlighting-faces'.
24038         * progmodes/compile.el (compilation-error, compilation-warning)
24039         (compilation-info, compilation-line-number, compilation-column-number):
24040         Change group from `font-lock-highlighting-faces' to `compilation'.
24042         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24043         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24044         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24045         (vhdl-font-lock-reserved-words-face)
24046         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24047         `font-lock-highlighting-faces'.
24049         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24051 2005-09-28  Kim F. Storm  <storm@cua.dk>
24053         * emulation/cua-base.el: Set CUA move property on additional commands:
24054         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24055         forward-sexp, backward-sexp, forward-list, backward-list.
24057 2005-09-28  Romain Francoise  <romain@orebokech.com>
24059         * comint.el (comint-show-output): Really set point at the
24060         beginning of the output when not using `comint-use-prompt-regexp'.
24062 2005-09-27  Jay Belanger  <belanger@truman.edu>
24064         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24065         in TeX mode.
24067 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
24069         * textmodes/org.el (org-table-sum): Fix format string.
24071         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24072         Quote face names.
24074 2005-09-26  Romain Francoise  <romain@orebokech.com>
24076         * isearch.el (isearch-forward-regexp): Close doc string.
24078 2005-09-25  Richard M. Stallman  <rms@gnu.org>
24080         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24082         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24084         * progmodes/compile.el (compilation-error-properties):
24085         When getting the file from the previous error message,
24086         correctly decode the new data format.
24088         * progmodes/cc-cmds.el (c-electric-paren):
24089         Call old-blink-paren only for close-paren.
24091 2005-09-24  Andreas Schwab  <schwab@suse.de>
24093         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24094         condition.
24096 2005-09-25  Romain Francoise  <romain@orebokech.com>
24098         * dired-aux.el (dired-copy-file-recursive):
24099         * dired.el (dired-delete-file):
24100         * ediff-mult.el (ediff-dir-diff-copy-file):
24101         * ediff-util.el (ediff-test-save-region):
24102         * forms.el (forms-mode):
24103         * ido.el (ido-file-internal, ido-delete-file-at-head):
24104         * log-edit.el (log-edit-done):
24105         * ses.el (ses-yank-resize):
24106         * play/gomoku.el (gomoku-human-plays, gomoku)
24107         (gomoku-human-resigns, gomoku-prompt-for-other-game)
24108         (gomoku-offer-a-draw):
24109         * play/landmark.el (lm-human-resigns, lm):
24110         * net/eudcb-ldap.el (eudc-ldap-check-base):
24111         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24112         * progmodes/ebrowse.el (ebrowse-find-pattern):
24113         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24114         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24115         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24117         * vc.el (vc-delete-file):
24118         * play/gomoku.el (gomoku-terminate-game, gomoku)
24119         (gomoku-prompt-for-move, gomoku-human-takes-back):
24120         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24121         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24123 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
24125         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24126         color rxvt terminals by using the code xterm.el used to use before
24127         2005-04-09 in order to match the colors used by rxvt.
24129 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24131         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24132         colors rxvt-unicode terminals by using the same code as xterm.el.
24134 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24136         * textmodes/tex-mode.el (tex-font-lock-append-prop)
24137         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24138         new symbol used for the tex-verbatim face.
24140 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
24142         * woman.el (woman-file-name):
24143         * wid-edit.el (widget-file-prompt-value)
24144         (widget-coding-system-prompt-value):
24145         * w32-fns.el (set-w32-system-coding-system):
24146         * vc.el (vc-version-diff, vc-annotate):
24147         * textmodes/reftex-auc.el (reftex-arg-cite)
24148         (reftex-arg-index-tag):
24149         * textmodes/refer.el (refer-get-bib-files):
24150         * textmodes/artist.el (artist-figlet-choose-font):
24151         * terminal.el (terminal-emulator):
24152         * replace.el (occur-read-primary-args):
24153         * rect.el (string-rectangle, string-insert-rectangle):
24154         * ps-print.el (ps-print-preprint):
24155         * progmodes/pascal.el (pascal-goto-defun):
24156         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24157         * progmodes/compile.el (compilation-find-file):
24158         * printing.el (pr-interactive-n-up):
24159         * play/animate.el (animate-birthday-present):
24160         * net/rcompile.el (remote-compile):
24161         * man.el (man, Man-goto-section, Man-follow-manual-reference):
24162         * mail/rmailsum.el (rmail-summary-search-backward)
24163         (rmail-summary-search):
24164         * mail/rmailout.el (rmail-output-read-rmail-file-name)
24165         (rmail-output-read-file-name):
24166         * mail/rmail.el (rmail-search, rmail-search-backwards):
24167         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24168         * locate.el (locate):
24169         * international/quail.el (quail-show-keyboard-layout):
24170         * international/mule.el (set-buffer-file-coding-system)
24171         (revert-buffer-with-coding-system, set-file-name-coding-system)
24172         (set-terminal-coding-system, set-keyboard-coding-system)
24173         (set-next-selection-coding-system):
24174         * international/mule-diag.el (describe-coding-system)
24175         (describe-font, describe-fontset):
24176         * international/mule-cmds.el (universal-coding-system-argument)
24177         (search-unencodable-char, describe-input-method)
24178         (set-language-environment, describe-language-environment):
24179         * international/codepage.el (codepage-setup):
24180         * international/code-pages.el (codepage-setup):
24181         * info.el (Info-search, Info-follow-reference)
24182         (Info-search-backward):
24183         * emacs-lisp/advice.el (ad-read-advised-function)
24184         (ad-read-advice-class, ad-clear-cache, ad-activate)
24185         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24186         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24187         (ad-read-regexp):
24188         * ediff-util.el (ediff-toggle-regexp-match):
24189         * ediff-ptch.el (ediff-prompt-for-patch-file):
24190         * dired-aux.el (dired-diff):
24191         * diff.el (diff):
24192         * cus-edit.el (custom-variable-prompt):
24193         * calendar/timeclock.el (timeclock-ask-for-project):
24194         * calc/calcalg3.el (calc-get-fit-variables):
24195         * calc/calc-store.el (calc-edit-variable)
24196         (calc-permanent-variable):
24197         * vc-mcvs.el (vc-mcvs-register):
24198         * shadowfile.el (shadow-define-literal-group):
24199         * woman.el (woman-file-name):
24200         * vc.el (vc-version-diff, vc-merge):
24201         * textmodes/reftex-index.el (reftex-index-complete-tag):
24202         * format.el (format-decode-buffer, format-decode-region):
24203         * emulation/viper-cmd.el (viper-read-string-with-history):
24204         * emacs-lisp/debug.el (cancel-debug-on-entry):
24205         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24206         * ediff.el (ediff-merge-revisions)
24207         (ediff-merge-revisions-with-ancestor, ediff-revision):
24208         * completion.el (interactive-completion-string-reader):
24209         * calc/calc-prog.el (calc-user-define-formula):
24210         Follow convention for reading with the minibuffer.
24212 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
24214         * progmodes/python.el (python-describe-symbol): Add globals() and
24215         locals() to the arguments of emacs.ehelp.
24217 2005-09-24  Magnus Henoch  <mange@freemail.hu>
24219         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24220         New function, code extracted from ispell-valid-dictionary-list.
24221         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24222         Call it.
24224 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
24226         * subr.el (version-regexp-alist): Extend valid syntax for version
24227         strings: allow any of the characters -,_,+ to separate the
24228         alpha/beta/rc part from the version part.  Doc fix.
24229         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
24231 2005-09-23  David Reitter  <david.reitter@gmail.com>
24233         * mail/mailclient.el: New file.
24235 2005-09-23  Richard M. Stallman  <rms@gnu.org>
24237         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24238         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24239         Doc fixes.
24241         * progmodes/cc-mode.el (c-font-lock-init):
24242         Specify font-lock-lines-before.
24244 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24246         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24247         whole conflict.
24249 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
24251         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24252         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
24253         of `remap' feature when available.  Additional key bindings for
24254         better tty support.
24255         (org-mode-restart, org-force-self-insert): New commands.
24256         (org-time-stamp-inactive): New command.
24257         (org-remap): New function.
24258         (org-table-auto-blank-field, org-level-color-stars-only): New options.
24259         (org-enable-fixed-width-editor): Move to `org-structure'
24260         customization group.
24261         (org-self-insert-command, orgtbl-self-insert-command): Modify to
24262         blank field after field motion commands.
24264 2005-09-23  Kenichi Handa  <handa@m17n.org>
24266         * international/mule-cmds.el (set-language-environment):
24267         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24268         have to call utf-translate-cjk-load-tables.
24270 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24272         * mouse.el (mouse-move-drag-overlay): Fix last change.
24274 2005-09-22  David Ponce  <david@dponce.com>
24276         * tree-widget.el (tree-widget-value-create): Fix previous change.
24278 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24280         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24282 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24284         * mouse.el (mouse-move-drag-overlay): New function.
24285         (mouse-drag-region-1): Use it.
24286         Try to simplify a bit the state handling.  Handle clicks on links
24287         inside intangible areas.
24288         (mouse-save-then-kill): Minor simplification.
24289         (mouse-secondary-overlay): Make it always non-nil instead of
24290         recreating it each time.
24291         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24292         (mouse-kill-secondary, mouse-secondary-save-then-kill):
24293         Simplify accordingly.
24295 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24297         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24299 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
24301         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24302         (ediff-file-name-sans-prefix): Treat nil as an empty string.
24303         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24304         to patch.
24306         * ediff-util.el: Use insert-buffer-substring.
24308         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24310         * emulation/viper-cmd.el (viper-change-state): Don't move over the
24311         field boundaries in the minibuffer.
24312         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24313         (viper-minibuffer-post-command-hook): New hook.
24314         (viper-line): Don't move cursor at bolp.
24316         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24318         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24319         avoid compiler warnings.
24321         * emulation/viper-macs.el (ex-map): Better messages.
24323         * emulation/viper-utils.el (viper-beginning-of-field): New function.
24325         * emulation/viper.el: Replace make-variable-buffer-local with
24326         viper-make-variable-buffer-local everywhere, to avoid warnings.
24328 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24330         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24331         Delete unused var `old-selected-window'.
24332         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24333         (mouse-drag-secondary): Delete unused var `start-frame'.
24335 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24337         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24339 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24341         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24342         Re-indent within 80 columns.  Use inhibit-read-only.
24344 2005-09-19  Romain Francoise  <romain@orebokech.com>
24346         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24348 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24350         * font-lock.el (font-lock-default-fontify-region): Don't add a line
24351         unconditionally, since the after-change-function already did it.
24353 2005-09-19  Miles Bader  <miles@gnu.org>
24355         * net/newsticker.el: Get rid of CVS keyword.
24357 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24359         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24360         The prompt is formatted later.
24362 2005-09-19  David Ponce  <david@dponce.com>
24364         * tree-widget.el (tree-widget-value-create): Save the converted
24365         tree :node widget.
24367 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
24369         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24370         variable `message'.
24372 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
24374         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24375         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
24376         <slawomir.nowaczyk.847@student.lu.se>.
24378 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
24380         * image.el (image-load-path): Use symbol `data-directory' instead
24381         of its value, for backward compatibility with packages that bind
24382         it during `find-image'.  Suggested by Katsumi Yamaoka.
24383         (image-search-load-path): Handle symbols whose values are strings.
24385 2005-09-18  Romain Francoise  <romain@orebokech.com>
24387         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24388         with-current-buffer form in save-excursion.
24390 2005-09-18  Deepak Goel  <deego@gnufans.org>
24392         * apropos.el (apropos-command): Fix `message' call: first arg
24393         should be a format spec.  In this and all other cases that appear
24394         below and elsewhere in the source code, I made a change only when
24395         two conditions were satisfied: [1] I can think of a possibility
24396         that the arguments would cause an error, for example, the code in
24397         question relies on external variables such as filenames.  [2] I
24398         was sure that the arg to `message' could not have been nil in the code.
24400         * textmodes/tildify.el (tildify-region): Ditto.
24402         * textmodes/reftex-index.el (reftex-index-change-entry)
24403         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24404         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24405         * textmodes/org.el (org-complete, org-deadline, org-schedule)
24406         (org-priority, org-table-sum):
24407         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24408         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24409         (flyspell-word, flyspell-display-next-corrections):
24410         * textmodes/bibtex.el (bibtex-print-help-message):
24411         * textmodes/artist.el (artist-key-set-point-poly):
24412         * term/mac-win.el (mac-services-insert-text):
24413         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24414         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24415         (vhdl-port-paste-testbench, vhdl-compose-new-component)
24416         (vhdl-compose-configuration):
24417         * progmodes/sh-script.el (sh-blink, sh-show-indent)
24418         (sh-set-indent, sh-learn-line-indent):
24419         * progmodes/ps-mode.el (ps-mode-target-column):
24420         * progmodes/idlwave.el (idlwave-make-tags)
24421         (idlwave-scan-library-catalogs):
24422         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24423         * progmodes/gud.el (gud-jdb-analyze-source):
24424         * progmodes/flymake.el (flymake-log):
24425         * progmodes/ebnf2ps.el (ebnf-generate-region):
24426         * progmodes/cmacexp.el (c-macro-expansion):
24427         * progmodes/ada-xref.el (ada-treat-cmd-string):
24428         * progmodes/ada-mode.el (ada-create-case-exception-substring)
24429         (ada-justified-indent-current, ada-batch-reformat):
24430         * play/zone.el (zone):
24431         * play/landmark.el (lm-move):
24432         * play/decipher.el (decipher-show-alphabet):
24433         * net/newsticker.el (newsticker--display-jump)
24434         (newsticker--display-scroll):
24435         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24436         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24437         * mail/feedmail.el (feedmail-dump-message-to-queue):
24438         * eshell/esh-proc.el (eshell-remove-process-entry):
24439         * emulation/ws-mode.el (ws-last-error):
24440         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24441         (viper-record-kbd-macro):
24442         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24443         * emacs-lisp/lisp-mnt.el (lm-report-bug):
24444         * emacs-lisp/find-func.el (find-function-noselect):
24445         * calendar/timeclock.el (timeclock-status-string)
24446         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24447         (timeclock-when-to-leave-string):
24448         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24449         * calc/calc-units.el (calc-enter-units-table):
24450         * calc/calc-mode.el (calc-mode-record-mode):
24451         * woman.el (woman-mini-help):
24452         * wdired.el (wdired-change-to-wdired-mode):
24453         * vc.el (vc-retrieve-snapshot):
24454         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24455         * startup.el (display-startup-echo-area-message):
24456         * simple.el (set-goal-column):
24457         * ses.el (ses-command-hook, ses-recalculate-cell):
24458         * server.el (server-process-filter):
24459         * printing.el (pr-interface-txt-print, pr-interface-printify)
24460         (pr-interface-ps):
24461         * pcvs.el (cvs-help):
24462         * log-edit.el (log-edit, log-edit-mode-help):
24463         * iswitchb.el (iswitchb-possible-new-buffer):
24464         * isearch.el (isearch-edit-string):
24465         * image-mode.el (image-mode, image-minor-mode):
24466         * ibuf-macs.el (define-ibuffer-filter):
24467         * hi-lock.el (hi-lock-find-patterns):
24468         * files.el (toggle-read-only):
24469         * ediff-util.el (ediff-copy-diff)
24470         (ediff-write-merge-buffer-and-maybe-kill):
24471         * echistory.el (Electric-history-undefined):
24472         * dnd.el (dnd-insert-text):
24473         * dired-aux.el (dired-query):
24474         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24475         * bookmark.el (bookmark-bmenu-locate):
24476         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24477         Fix `message' calls to ensure first arg is a format string.
24478         The change was made only when these two conditions were satisfied:
24479         [1] when there is a possibility that the arguments would cause an error
24480         for example, if the code in question relies on external variables
24481         such as filenames, and
24482         [2] if the arg to `message' could not have been nil in the code.
24484         * pcomplete.el (pcomplete--help): Fix `message' format spec.
24485         Not having a %s would be weird, though not technically wrong.
24487 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24489         * term/mac-win.el (mac-add-charset-info): Doc fix.
24491 2005-09-17  Romain Francoise  <romain@orebokech.com>
24493         * shell.el (shell-resync-dirs): Handle echoing processes more
24494         reliably.  Don't insert resync command if `comint-process-echoes'
24495         is non-nil.
24497 2005-09-17  Magnus Henoch  <mange@freemail.hu>
24499         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24500         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24501         aspell versions >= 0.60.
24502         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24503         only if ispell-aspell-supports-utf8 is non-nil.
24505 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24507         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24508         buffer-local value to lisp-indent-function.
24510 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
24512         * progmodes/glasses.el (glasses-make-readable): If
24513         glasses-separator differs from underscore, put appropriate
24514         overlays over underscore characters.
24515         (glasses-convert-to-unreadable): If glasses-separator differs from
24516         underscore, try to convert glasses-separator characters to
24517         underscores.
24519 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24521         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24522         Use with-syntax-table and dolist.
24524 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
24526         * textmodes/reftex-auc.el:
24527         * textmodes/reftex-cite.el:
24528         * textmodes/reftex-dcr.el:
24529         * textmodes/reftex-global.el:
24530         * textmodes/reftex-parse.el:
24531         * textmodes/reftex-ref.el:
24532         * textmodes/reftex-sel.el:
24533         * textmodes/reftex-toc.el:
24534         * textmodes/reftex-vars.el:
24535         * textmodes/reftex.el: Small changes to remove compiler warnings.
24537         * textmodes/reftex-index.el: Likewise.
24538         (reftex-query-index-phrase): More efficient use of markers.
24540 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24542         * image.el (image-load-path): New variable.
24543         (image-search-load-path): New function.
24544         (find-image): Search for images in `image-load-path'.
24546 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24548         * follow.el: Change Maintainer field.
24550 2005-09-15  David Ponce  <david@dponce.com>
24552         * recentf.el (recentf-save-file-modes): New option.
24553         (recentf-save-list): Use it.
24555 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24557         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24558         (mode-line-mule-info, mode-line-modified): Move bindings from
24559         mouse-3 to mouse-1.
24561 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24563         * simple.el (sendmail-user-agent-compose): Revert last change.
24565 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24567         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24568         Use with-current-buffer.
24569         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24570         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24571         (ange-ftp-insert-directory): Remove unused var `short'.
24572         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24574         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24575         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24577         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24578         (check-calendar-holidays, diary-list-entries): Autoload.
24579         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24580         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24582         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24583         which mistakenly removed a call to display-buffer.
24585 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24587         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24589 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24591         * progmodes/hideshow.el
24592         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24593         (hs-allow-nesting): New user var.
24594         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24595         (hs-hide-block-at-point): When nesting allowed,
24596         if there is already an overlay in place, delete it.
24597         (hs-safety-is-job-n): Delete func; remove call sites.
24598         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24599         (hs-overlay-at): New func.
24600         (hs-already-hidden-p, hs-show-block): Use it.
24601         (hs-hide-all): Don't pre-clean if nesting allowed.
24602         (hs-show-all): Temporarily disallow
24603         nesting around call to `hs-discard-overlays'.
24605 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24607         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24608         Delete unused local var.
24610 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24612         * help-fns.el (describe-categories): "?\ " -> "?\s".
24613         (help-do-arg-highlight): Recognize also ARG-n, as in
24614         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24616         * international/codepage.el (dos-unsupported-char-glyph):
24617         * net/newsticker.el (tool-bar-map, w3-mode-map)
24618         (w3m-minor-mode-map):
24619         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24620         (ent-alist):
24621         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24623 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24625         * custom.el (custom-push-theme): Handle the case where a symbol is
24626         bound but face properties have not yet been assigned.
24628         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24629         Fix behavior if noerase is `t' and there is no mail buffer.
24631         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24632         if `continue' is nil, rather than signal an error.
24634 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24636         * font-lock.el (font-lock-keywords): Add autoload.
24638         * help-fns.el (describe-variable): Rearrange to put source link
24639         in a predictable place.
24641         * net/newsticker.el: New file.
24643 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24645         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24646         (calendar-basic-setup): Use the new nil arg.
24647         (number-of-diary-entries): Move to diary-lib.el.
24649         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24650         (diary-list-entries): Use with-syntax-table and dolist.
24651         Rename from list-diary-entries.
24652         Use number-of-diary-entries if `number' is nil.
24653         (diary, diary-view-entries): Use this new name and new nil arg value.
24654         (number-of-diary-entries): Move from calendar.el.
24655         (diary-unhide-everything): New function.
24656         (include-other-diary-files, fancy-diary-display)
24657         (diary-show-all-entries, make-diary-entry): Use it.
24658         (diary-mail-entries): Use buffer-string.
24659         (mark-diary-entries): Fix long standing paren typo.
24660         (diary-sexp-entry): Use count-lines.
24661         (make-diary-entry): Avoid `previous-line'.
24662         (diary-mode-map): New var.
24663         (diary-mode): Redraw cal after saving.  Setup header-line.
24664         (fancy-diary-display-mode): Use local-set-key.
24666         * startup.el (command-line): Try calling various terminal-init-foo-bar
24667         functions by stripping hyphenated suffixes from $TERM.
24669         * files.el (normal-mode): Check boundness of font-lock-keywords.
24671 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24673         * progmodes/compile.el: Don't decide a file's directory
24674         until the user actually tries to go there.
24675         (compilation-next-error-function):
24676         Pass compilation-find-file the directory from the file-struct.
24677         (compilation-internal-error-properties): Separate local FILE-STRUCT
24678         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24679         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24680         Expand it, and if nil, use default-directory.
24681         (compilation-get-file-structure): Don't mix specified directory
24682         with default directory.  Put specified directory into
24683         file-struct.  Don't make the file name absolute.
24685         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24686         (compile-command): Add autoload.
24687         (compilation-disable-input): Add autoload.
24689 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24691         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24692         strings of the variables it can override.
24693         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24694         %Q and %q, for fully-qualified domain name and unqualified host name.
24696 2005-09-11  Kim F. Storm  <storm@cua.dk>
24698         * emacs-lisp/authors.el (authors-aliases): Update list.
24699         (authors-fixed-entries): Update mldrag.el entry.
24701 2005-09-10  Alan Mackenzie  <acm@muc.de>
24703         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24704         delimiter from the region narrowed to.
24706 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24708         * textmodes/ispell.el (ispell-check-version): Signal an error if
24709         aspell version is less than 0.60.
24711 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24713         * progmodes/octave-inf.el (inferior-octave-startup):
24714         Resync current dir at the end.
24716 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24718         * woman.el (woman-topic-at-point-default):
24719         Rename to woman-use-topic-at-point-default.
24720         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24721         (woman-file-name): Reflect renames above.  Automatically use the
24722         word at point as topic if woman-use-topic-at-point is non-nil.
24723         Otherwise offer it as default but don't insert it in the
24724         minibuffer.  Also use `test-completion' instead of `assoc' as
24725         suggested by Stefan Monnier.
24727 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24729         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24730         the attempt to do it over Tramp.  This is not yet supported.
24732 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24734         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24735         (menu-bar-non-minibuffer-window-p): New functions.
24736         ("Split Window", "Save As..."): Use them.
24737         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24738         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24739         Use menu-bar-menu-frame-live-and-visible-p.
24740         ("Save Buffer", "Insert File", "Open Directory...")
24741         ("Open File...", "Visit New File..."):
24742         Use menu-bar-non-minibuffer-window-p.
24743         (kill-this-buffer-enabled-p, dired <menu-enable>):
24744         Use menu-bar-non-minibuffer-window-p.
24746 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24748         * cus-start.el (all): Don't complain about fringe-related
24749         built-ins if fringes are not supported.  Ditto about
24750         selection-related built-ins.  Fix the test for GTK-related built-ins.
24752         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24753         ("Postscript Print Buffer", "Print Region", "Save As...")
24754         ("Save", "Insert File...", "Open Directory...")
24755         ("Open File...", "Visit New File..."")
24756         ("Truncate Long Lines in this Buffer"): Don't look at
24757         menu-updating-frame if this display does not support multiple frames.
24759 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24761         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24763 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24765         * woman.el: Format- and whitespace-related changes.
24767 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24769         * woman.el: Fix my email address.
24771 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24773         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24774         (sh-mode): Locally set skeleton-pair-default-alist.
24776         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24778         * progmodes/flymake.el: Require `compile' unconditionally.
24780         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24782         * woman.el (woman-file-name): Provide a default, not initial input.
24784         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24786         * font-lock.el (font-lock-support-mode): Doc fix.
24788         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24790 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24792         * simple.el (blink-matching-open): Get rid of text props from
24793         the string shown in echo area.  Don't permanently set point.
24794         Some rearrangements.
24796 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24798         * recentf.el (recentf-filename-handler): Add custom choice
24799         `abbreviate-file-name'.
24801         * msb.el (msb--very-many-menus): Fix typo.
24803         * disp-table.el (standard-display-european): Don't set
24804         enable-multibyte-characters to nil.
24806 2005-09-08  David Ponce  <david@dponce.com>
24808         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24809         (recentf-expand-file-name): Doc fix.
24810         (recentf-dialog-mode-map): Define digit shortcuts.
24811         (recentf--files-with-key): New variable.
24812         (recentf-show-digit-shortcut-filter): New function.
24813         (recentf-open-files-items): New function.
24814         (recentf-open-files): Use it.
24815         (recentf-open-file-with-key): New command.
24817 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24819         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24820         Suggested by Kim F. Storm.
24821         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24822         (Buffer-menu-make-sort-button): Use global keymap.
24824 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24826         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24827         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24828         necessary any longer with the remapped command.
24829         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24830         formatting time only.
24832         * net/tramp.el (tramp-action-password)
24833         (tramp-multi-action-password): Compile the password prompt from
24834         `method', `user' and `host'.  Sometimes it isn't obvious which
24835         password to enter, for example with remote files offered by
24836         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24837         <robert@chezmarshall.freeserve.co.uk>.
24839 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24841         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24842         Fix regexp for when "s///" is at the beginning of line.
24844 2005-09-07  Jay Belanger  <belanger@truman.edu>
24846         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24847         when in matrix mode.
24849 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24851         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24852         non-anonymous functions.
24854 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24856         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24857         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24859         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24860         can't be moved; don't signal an error.
24862 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24864         * cus-theme.el (custom-theme-write-faces): Save the current face
24865         spec, not the defface spec.
24867         * custom.el (custom-known-themes): Clarify meaning of "standard".
24868         (custom-push-theme): Save old values in the standard theme.
24869         (disable-theme): Correct typo.
24870         (custom-face-theme-value): Deleted unused function.
24871         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24873 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24875         * progmodes/compile.el (compilation-goto-locus): Take into account
24876         iconified frames when determining whether the buffer is
24877         already visible.
24878         Don't reset window height if the window already existed.
24880 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24882         * custom.el (load-theme): Rename from require-theme.
24883         Add interactive spec.
24884         (enable-theme): Rename from custom-enable-theme.
24885         Add interactive spec.
24886         (disable-theme): Rename from custom-disable-theme.
24887         Add interactive spec.
24888         (custom-make-theme-feature): Doc fix.
24889         (custom-theme-directory): Doc fix.
24890         (provide-theme): Call enable-theme.
24892 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24894         * obsolete/lazy-lock.el (lazy-lock-mode):
24895         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24896         font-lock-mode if it's off.  Print a warning instead.
24898         * progmodes/compile.el (compilation-start): Ignore errors if the
24899         process died before we get to send-eof.
24901         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24902         Undo last change.  Enclosing the result in quotes broke things on Unix
24903         since tex-send-command passes it through shell-quote-argument.
24904         (tex-send-command): Pass `file' through convert-standard-filename
24905         when possible.
24906         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24907         info in a transcript.
24909 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24911         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24912         fix compilation warning.  Reorder the key definitions to group
24913         together keys emitted by the current version of xterm.
24915         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24916         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24917         Reorder predicates to correct min-color usage.
24919 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24921         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24922         Kill local variables when longlines-mode is turned off.
24924 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24926         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24928         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24930         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24932         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24933         (font-lock-lines-before): Change default to being inactive.
24934         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24935         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24937 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24939         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24940         Deactivate temporarily advice if active (not needed for Emacs 22,
24941         but for backwards compatibility).
24942         (tramp-exists-file-name-handler): Rewrite.  First implementation
24943         was too simple.
24944         (tramp-advice-make-auto-save-file-name):
24945         Call `tramp-handle-make-auto-save-file-name' (again, just for
24946         backwards compatibility).
24948 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24950         * progmodes/vhdl-mode.el
24951         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24952         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24953         (vhdl-set-default-project): New function (easier setting of default).
24954         (vhdl-port-copy): Handle extended identifiers for generics.
24955         (vhdl-compiler-alist): Better description for error message regexp.
24956         (vhdl-make): Query for target, use previous as default.
24957         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24958         (vhdl-font-lock-keywords-2): Fix fontification for record
24959         el. assign.
24960         (vhdl-speedbar-make-subpack-line): Add package body link.
24961         (vhdl-generate-makefile-1): Not include itself as dependency.
24962         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24963         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24964         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24965         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24966         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24967         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24968         (vhdl-import-project): Add string argument for `error'.
24969         (vhdl-compose-configuration)
24970         (vhdl-compose-configuration-architecture): Add configuration
24971         declaration generation.
24972         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24973         (vhdl-trailer-re): Add "record" keyword (better indentation).
24974         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24975         "[^ \t-\"]+".
24976         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24977         (vhdl-testbench-entity-file-name)
24978         (vhdl-testbench-architecture-file-name): Allow separate
24979         customization of testbench file names.
24980         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24981         (vhdl-get-visible-signals): Allow newline within alias declaration.
24982         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24983         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24984         (member-ignore-case): Alias for missing function in XEmacs.
24985         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24986         (vhdl-update-sensitivity-list): Ignore case on read signals.
24987         (vhdl-replace-string): Adjust case only for file names.
24988         (vhdl-update-sensitivity-list): Fix search for read signals.
24989         (vhdl-update-sensitivity-list): Exclude formal parameters.
24990         (vhdl-get-visible-signals): Include aliases of signals.
24991         (vhdl-get-visible-signals): Fix signal name searching.
24992         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24993         (vhdl-fixup-whitespace-region): Fix for character
24994         literals (e.g. `:').
24996 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24998         * ansi-color.el (comint-last-output-start):
24999         * bs.el (font-lock-verbose):
25000         * diff-mode.el (add-log-buffer-file-name-function):
25001         * dired-x.el (vm-folder-directory):
25002         * faces.el (help-xref-stack-item):
25003         * files.el (font-lock-keywords):
25004         * find-lisp.el (dired-buffers, dired-subdir-alist):
25005         * ido.el (cua-inhibit-cua-keys):
25006         * log-view.el (cvs-minor-wrap-function):
25007         * outline.el (font-lock-warning-face):
25008         * simple.el (compilation-current-error):
25009         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25010         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25011         * tooltip.el (comint-prompt-regexp):
25012         * w32-fns.el (explicit-shell-file-name):
25013         * term/mac-win.el (mac-charset-info-alist)
25014         (mac-services-selection, mac-system-script-code):
25015         * term/tty-colors.el (msdos-color-values):
25016         * term/w32-win.el (xlfd-regexp-registry-subnum):
25017         * term/x-win.el (x-keysym-table, x-selection-timeout)
25018         (x-session-id, x-session-previous-id):
25019         * textmodes/ispell.el (mail-yank-prefix):
25020         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25021         * textmodes/org.el (calc-embedded-close-formula)
25022         (calc-embedded-open-formula)
25023         (font-lock-unfontify-region-function):
25024         * textmodes/reftex-global.el (isearch-next-buffer-function)
25025         (TeX-master):
25026         * textmodes/reftex.el (font-lock-keywords):
25027         * textmodes/tex-mode.el (font-lock-comment-face)
25028         (font-lock-doc-face):
25029         * textmodes/texinfo.el (outline-heading-alist):
25030         Add defvars.
25032         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25033         (artist-spray-chars, artist-mode-init, artist-replace-string)
25034         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25035         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25036         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25038         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25039         (conf-align-assignments): "?\ " -> "?\s".
25041         * textmodes/reftex-index.el (TeX-master): Add defvar.
25042         (reftex-index-phrases-marker): Move up defvar.
25044         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25045         (reftex-toc-include-labels-indicator)
25046         (reftex-toc-include-index-indicator)
25047         (reftex-toc-max-level-indicator): Move up declarations.
25049         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25050         of args to `tramp-run-real-handler', even if it's empty in this case.
25052 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25054         * dired.el (dired-move-to-filename-regexp): Add date format for
25055         Mac OS X 10.3 in East Asian locales.
25057 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
25059         * files.el (make-auto-save-file-name): Add file name handler call
25060         if applicable.
25062         * net/tramp.el (tramp-file-name-handler-alist)
25063         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25064         (tramp-handle-make-auto-save-file-name): Rename from
25065         `tramp-make-auto-save-file-name'.
25066         (tramp-exists-file-name-handler): New defun.
25067         (tramp-advice-make-auto-save-file-name): Make defadvice only when
25068         `make-auto-save-file-name' is not a magic file name operation.
25070 2005-08-30  Richard M. Stallman  <rms@gnu.org>
25072         * files.el (risky-local-variable-p):
25073         Match `-predicates' and `-commands.
25075         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25076         (custom-save-all): Visit the file if necessary;
25077         kill the buffer if we created it.
25078         (custom-save-delete): Don't visit file or kill buffer here.
25080 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
25082         * textmodes/org.el (org-special-keyword): New face.
25083         (org-table-copy-down, org-table-eval-formula)
25084         (org-table-recalculate, org-init-section-numbers):
25085         Use `string-to-number' instead of `string-to-int'.
25086         (org-get-location): Use `insert-buffer-substring' instead of
25087         `insert-buffer'.
25088         (org-modify-diary-entry-string): New function.
25089         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25090         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25091         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25092         active region.
25093         (org-export-as-html): Handle QUOTE keyword.
25094         (org-quote-string): New option.
25095         (org-bookmark-jump-unhide): New function, used for
25096         `bookmark-after-jump-hook'.
25097         (org-diary-default-entry): Apply only when not called through
25098         `org-agenda'.
25100 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
25102         * net/eudc.el (mode-popup-menu):
25103         * play/handwrite.el (ps-printer-name, ps-lpr-command):
25104         * progmodes/ada-mode.el (compile-auto-highlight)
25105         (skeleton-further-elements):
25106         * progmodes/autoconf.el (font-lock-syntactic-keywords):
25107         * progmodes/cmacexp.el (msdos-shells):
25108         * progmodes/compile.el (font-lock-extra-managed-props)
25109         (font-lock-keywords, font-lock-maximum-size)
25110         (font-lock-support-mode):
25111         * progmodes/grep.el (font-lock-lines-before):
25112         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25113         * progmodes/mixal-mode.el (compile-command):
25114         * progmodes/perl-mode.el (font-lock-comment-face)
25115         (font-lock-doc-face, font-lock-string-face):
25116         * progmodes/prolog.el (comint-prompt-regexp):
25117         * progmodes/sh-script.el (font-lock-comment-face)
25118         (font-lock-set-defaults, font-lock-string-face):
25119         * progmodes/sql.el (font-lock-keyword-face)
25120         (font-lock-set-defaults, font-lock-string-face):
25121         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25122         (itimer-version, lazy-lock-defer-contextually)
25123         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25124         Add defvars.
25126         * progmodes/cperl-mode.el (cperl-electric-lbrace)
25127         (cperl-electric-keyword, cperl-electric-pod)
25128         (cperl-electric-backspace, cperl-forward-re)
25129         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25130         (vc-rcs-header, vc-sccs-header): Add defvars.
25132         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25133         (font-lock-syntactic-keywords, gud-find-expr-function):
25134         Add defvars.
25136         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25137         (gdb-frame-parameters): Declare before use.
25139         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25140         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25141         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25142         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25144         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25145         (idlwave-help-with-source): Use `insert-buffer-substring', not
25146         `insert-buffer'.
25148 2005-08-29  Juri Linkov  <juri@jurta.org>
25150         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25151         Put outline-back-to-heading function call inside save-excursion.
25153 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
25155         * man.el (Man-init-defvars, Man-translate-references)
25156         (Man-support-local-filenames, Man-highlight-references):
25157         * progmodes/sql.el (sql-interactive-mode):
25158         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25160         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25161         (compilation-mode-font-lock-keywords): Add defvars.
25162         (checkdoc-interactive-loop): "?\ " -> "?\s".
25164         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25165         (font-lock-doc-face, font-lock-string-face)
25166         (font-lock-keywords-case-fold-search): Add defvars.
25167         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25169         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25170         Don't pass X and Y (they are ignored anyway).
25171         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25172         (mouse-delete-window): Make arguments optional.
25174         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25175         (caesar-translate-table, minor-modes, news-buffer-save)
25176         (news-group-name, news-minor-modes): Add defvars.
25178         * emacs-lisp/lselect.el (mouse-highlight-priority)
25179         (x-lost-selection-functions, zmacs-regions):
25180         * emacs-lisp/pp.el (font-lock-verbose):
25181         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25182         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25183         (ses-mode-map):
25184         * emacs-lisp/tcover-unsafep.el (safe-functions):
25185         * international/mule-cmds.el (mac-system-coding-system)
25186         (mac-system-locale):
25187         * language/ethio-util.el (rmail-current-message)
25188         (rmail-message-vector):
25189         * language/thai-util.el (thai-auto-composition-mode):
25190         * mail/metamail.el (rmail-current-message, rmail-message-vector):
25191         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25192         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25193         (vm-primary-inbox, vm-spool-files):
25194         * mail/rmail.el (deleted-head, font-lock-fontified)
25195         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25196         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25197         (total-messages):
25198         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25199         (rmail-summary-mode-map):
25200         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25201         (rmail-last-label, rmail-last-multi-labels)
25202         (rmail-summary-vector, rmail-total-messages):
25203         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25204         * mail/rmailsum.el (msgnum):
25205         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25206         (rmail-current-message):
25207         * obsolete/fast-lock.el (font-lock-face-list):
25208         * obsolete/rnewspost.el (mail-reply-buffer):
25209         * obsolete/scribe.el (compile-command):
25210         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25212 2005-08-28  John Paul Wallington  <jpw@gnu.org>
25214         * ibuf-ext.el (ibuffer-auto-update-changed):
25215         Use `frame-or-buffer-changed-p' to check whether we need to update.
25216         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25217         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
25218         as a `frame-or-buffer-changed-p' state vector instead.
25220 2005-08-27  Romain Francoise  <romain@orebokech.com>
25222         * textmodes/makeinfo.el (makeinfo-compile):
25223         Use `compilation-start'.  Set `next-error-function' according to
25224         `disable-errors'.
25225         (makeinfo-next-error): New function.
25226         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25227         (makeinfo-buffer): Likewise.
25229         * progmodes/compile.el (compilation-start): Add autoload cookie.
25231         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25232         * textmodes/sgml-mode.el: Likewise.
25233         * progmodes/python.el: Likewise.
25235 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
25237         * simple.el (blink-matching-paren-distance): Document the meaning
25238         of nil value, and allow to customize to nil.
25240         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25241         command.com, not command.exe.
25243 2005-08-26  John Wiegley  <johnw@newartisans.com>
25245         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25246         code around a bit so that an extraneous nil argument is not added
25247         to a command when no args are given.
25249         * eshell/esh-arg.el (eshell-parse-double-quote): If a
25250         double-quoted argument resolves to nil, return it as an empty
25251         string rather than as nil.  This made it impossible to pass "" to
25252         a shell script as a null string argument.
25254 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25256         * outline.el (outline-invent-heading): New fun.
25257         (outline-promote, outline-demote): Use it.
25258         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25259         (outline-end-of-subtree): Remove unused var `opoint'.
25261 2005-08-26  David Reitter  <david.reitter@gmail.com>
25263         * menu-bar.el (truncate-lines, write-file, print-buffer)
25264         (ps-print-buffer-faces, ps-print-buffer, split-window):
25265         Disable menu items when the frame they refer to is invisible, or when
25266         they refer to a buffer and the minibuffer is selected.
25268 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
25270         * progmodes/flymake.el (flymake-highlight-err-lines):
25271         Use save-excursion around flymake-highlight-line to preserve point.
25273 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
25275         * progmodes/octave-mod.el: Change Author and Maintainer address.
25276         (octave-maintainer-address): Change Kurt's email address.
25277         * progmodes/octave-inf.el: Change Author and Maintainer address.
25278         * progmodes/octave-hlp.el: Change Author and Maintainer address.
25280 2005-08-26  Kim F. Storm  <storm@cua.dk>
25282         * subr.el (version-list-<, version-list-<=, version-list-=):
25283         Rename from integer-list-*.
25284         (version-list-not-zero): Likewise.  Fix while loop.
25285         (version=): Use version-list-= instead of string-equal.
25287 2005-08-26  Richard M. Stallman  <rms@gnu.org>
25289         * outline.el (outline-promote): Try shortening the heading.
25290         As last resort, read the heading to use.
25291         (outline-demote): As last resort, read the heading to use.
25293 2005-08-26  Romain Francoise  <romain@orebokech.com>
25295         * progmodes/compile.el (compilation-start): Doc fix.
25297         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25298         (antlr-font-lock-additional-keywords): Fix reference to
25299         `antlr-font-lock-literal-regexp' erroneously changed during the
25300         mass face rename.
25301         (antlr-run-tool): Use `compilation-start'.
25303         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25304         instead of the obsolete `compile-internal'.
25306 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
25308         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25309         (number, original-date):
25310         * calendar/cal-china.el (date):
25311         * calendar/cal-coptic.el (date):
25312         * calendar/cal-french.el (date):
25313         * calendar/cal-hebrew.el (date, entry, number, original-date):
25314         * calendar/cal-islam.el (date, number, original-date):
25315         * calendar/cal-iso.el (date):
25316         * calendar/cal-julian.el (date):
25317         * calendar/cal-mayan.el (date):
25318         * calendar/cal-menu.el (date, event):
25319         * calendar/cal-persia.el (date):
25320         * calendar/lunar.el (date):
25321         * calendar/solar.el (date): Add defvars.
25323         * emerge.el:
25324         * ibuffer.el:
25325         * info-xref.el:
25326         * obsolete/bg-mouse.el:
25327         * obsolete/sun-curs.el:
25328         * obsolete/swedish.el: Move the `defvar's to the top level.
25330         * smerge-mode.el (smerge-refined-change): Add :group.
25332 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25334         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25335         (smerge-keep-n): Remove props.
25336         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25337         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25338         now that it's done in smerge-keep-n.
25339         (smerge-refined-change): New face.
25340         (smerge-refine-chopup-region, smerge-refine-highlight-change)
25341         (smerge-refine): New funs.
25342         (smerge-basic-map): Bind smerge-refine.
25344 2005-08-25  Juri Linkov  <juri@jurta.org>
25346         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25347         compilation-process-setup-function and compilation-disable-input
25348         in grep-mode instead of let-bindings in grep.
25350         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25351         Delete "Automatic File De/compression" (auto-compression-mode).
25353 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
25355         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25356         Silence warning about non-existent variable.
25358 2005-08-25  Richard M. Stallman  <rms@gnu.org>
25360         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25361         Rename "Describe Key" to "Describe Key or Mouse Operation".
25363         * mail/mailalias.el (build-mail-aliases): Delete comments
25364         from the contents before processing them.
25366         * isearch.el (isearch-edit-string): Erase the Search prompt
25367         if user enters an empty string and there is no default.
25369         * comint.el (comint-file-name-prefix): Add autoload.
25371 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
25373         * subr.el (play-sound): Rearrange to avoid warning.
25375 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
25377         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25378         New hook.
25379         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25381 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25383         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25385         * custom.el (custom-theme-set-variables): Sort minor modes last.
25387 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25389         * subr.el (version-separator, version-regexp-alist): New vars used by
25390         version comparison funs.
25391         (integer-list-<, integer-list-=, integer-list-<=)
25392         (integer-list-not-zero): New funs for integer list comparison.
25393         (version-to-list, version=, version<, version<=): New funs for version
25394         comparison.
25396 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
25398         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25399         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25400         time to silence the byte-compiler.
25402         * ibuffer.el (ibuffer-compile-make-eliding-form)
25403         (ibuffer-check-formats): Use `with-no-warnings' to hide references
25404         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25405         so it's silly to get warnings for it).
25406         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25407         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25408         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25409         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25410         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25411         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25412         Defvar at compile time.
25413         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25414         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25415         Declare them before use.
25417         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25418         (info-xref-good, info-xref-bad): Defvar at compile time.
25420         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25421         Use `let*' instead of `let'.
25423         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25424         (*mouse-y*, menu, char): Defvar at compile time.
25425         (sc::menu): Declare it before use.
25426         (sc::pack-one-line): Use `let', not `let*'.
25428         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25429         (mail-send-hook): Defvar at compile time.
25431         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25432         Defvar at compile time.
25434         * term/sun-mouse.el (current-global-mousemap)
25435         (current-local-mousemap): Declare them before use.
25437 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
25439         * bookmark.el (bookmark-after-jump-hook): New hook.
25440         (bookmark-jump): Run `bookmark-after-jump-hook'.
25442 2005-08-23  Juri Linkov  <juri@jurta.org>
25444         * faces.el (minibuffer-prompt): Doc fix.
25446 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
25448         * progmodes/xscheme.el: Trivial changes to silence warnings.
25449         (xscheme-previous-mode, xscheme-previous-process-state):
25450         Add defvars.
25451         (xscheme-last-input-end, xscheme-process-command-line)
25452         (xscheme-process-name, xscheme-buffer-name)
25453         (xscheme-expressions-ring-max, xscheme-expressions-ring)
25454         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25455         (xscheme-control-g-synchronization-p)
25456         (xscheme-control-g-disabled-p, xscheme-string-receiver)
25457         (default-xscheme-runlight, xscheme-runlight)
25458         (xscheme-runlight-string, xscheme-process-filter-state)
25459         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25460         Move to beginning of file.
25461         (scheme-interaction-mode-commands-alist)
25462         (scheme-interaction-mode-map, scheme-debugger-mode-map):
25463         Declare them before use.  Note: the initialization code for the
25464         variables has not been moved because it uses functions that reference
25465         the variables.
25466         (xscheme-control-g-message-string, xscheme-process-filter-alist)
25467         (xscheme-prompt-for-expression-map): Declare them before use.
25468         (scheme-debugger-mode-commands): "?\ " -> "?\s".
25470 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
25472         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25474 2005-08-22  Juri Linkov  <juri@jurta.org>
25476         * faces.el (set-face-underline): Delete this duplicate function
25477         and make an obsolete alias to set-face-underline-p.
25478         (set-face-underline-p): Use docstring of set-face-underline.
25479         (describe-face): Create hyperlink to parent face.
25481         * info.el (Info-insert-dir): Use save-excursion around
25482         insert-buffer-substring.
25483         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25484         (Info-escape-percent): Delete function.
25485         (Info-fontify-node): Replace Info-escape-percent by
25486         replace-regexp-in-string with REP arg set to lambda that
25487         duplicates `%' and preserves text properties.
25489         * progmodes/compile.el (compilation-disable-input): Doc fix.
25490         (define-compilation-mode): Doc fix and refill.
25491         (kill-compilation): Use `mode-name' in the error message.
25492         (compilation-find-file): Use `compilation-error' in the
25493         read-file-name's prompt.
25495 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25497         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25498         (smerge-auto-leave): Make undo re-enable the mode.
25499         (debug-ignored-errors): Add the user-error of impossible resolution.
25500         (smerge-resolve): Move things around a bit, in preparation for later.
25501         (smerge-diff): Don't fail if the buffer has no associated file.
25502         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25503         (smerge-conflict-overlay): New function.
25504         (smerge-match-conflict): Don't add text properties here.
25505         (smerge-find-conflict): Instead, add an overlay here.
25506         Also check for the case where we're inside a conflict already, so as to
25507         obviate the need for font-lock-multiline, which is unbearably slow with
25508         large conflicts and ciomplex font-lock patterns.
25509         (smerge-remove-props): Remove overlay rather than text-properties.
25510         (smerge-mode): Don't set font-lock-multiline.
25511         Remove overlays when turned off.
25513 2005-08-21  Kim F. Storm  <storm@cua.dk>
25515         * ido.el (ido-ignore-item-p): Use save-match-data.
25516         Bind case-fold-search to ido-case-fold locally.
25518 2005-08-20  Richard M. Stallman  <rms@gnu.org>
25520         * files.el (normal-mode): If font lock is on, turn it off and on.
25522         * subr.el (replace-regexp-in-string): Doc fix.
25524         * startup.el (command-line-1): Don't suppress startup screen
25525         due to existing processes.
25527         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25529         * progmodes/compile.el (compilation-disable-input): Default to nil.
25531 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25533         * progmodes/compile.el (compilation-disable-input): New defcustom.
25534         (compilation-start): If compilation-disable-input is non-nil, send
25535         EOF to the compilation process.
25537 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25539         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25540         Run the argument of tex-shell-cd-command through
25541         convert-standard-filename, to get the correct style of slashes on
25542         Windows, and enclose the result in quotes, in case the file name
25543         includes whitespace or other special characters.
25545 2005-08-19  Andreas Schwab  <schwab@suse.de>
25547         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25548         process.
25550 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25552         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25554 2005-08-18  Kim F. Storm  <storm@cua.dk>
25556         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25558 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25560         * scroll-lock.el: New file.
25562 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25564         * dired.el (dired-move-to-end-of-filename):
25565         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25567 2005-08-18  Kim F. Storm  <storm@cua.dk>
25569         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25570         rather than toggle mode when custom value is nil.
25571         (ido-everywhere): Fix defun doc string.
25573 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25575         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25576         as tag instead of "Inviolable".
25578 2005-08-17  Kim F. Storm  <storm@cua.dk>
25580         * windmove.el (windmove-coordinates-of-position): Remove.
25581         (windmove-coordinates-of-window-position): Remove.
25582         (windmove-reference-loc): Use posn-at-point instead.
25584         * subr.el (insert-for-yank-1): Doc fix.
25586         * ido.el (ido-enter-matching-directory): Rename from
25587         ido-enter-single-matching-directory.  Change `slash' choice to
25588         `only'.  Add `first' choice.
25589         (ido-exhibit): Adapt to above changes.
25591 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25593         * Makefile.in: Expand comment about building loaddefs.el.
25595 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25597         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25598         Comment use of defadvice.
25600         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25602 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25604         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25605         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25606         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25607         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25608         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25609         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25610         for backward compatibility for faces that did not appear in the
25611         previous Emacs release.
25613         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25615 2005-08-15  Kim F. Storm  <storm@cua.dk>
25617         * emulation/cua-base.el (cua-delete-region): Return t if
25618         deleted region was non-empty.
25619         (cua-replace-region): Inhibit overwrite-mode for
25620         self-insert-command if replaced region was non-empty.
25621         (cua--explicit-region-start, cua--status-string): Make them
25622         buffer-local at top-level...
25623         (cua-mode): ...rather than when mode is enabled.
25625 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25627         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25628         Set t for Emacs 21, 22, and so on.
25630 2005-08-15  David Ponce  <david@dponce.com>
25632         * tree-widget.el: Update Commentary header.
25633         (tree-widget-theme): Doc fix.
25634         (tree-widget-space-width): New option.
25635         (tree-widget-image-properties): Look up in the default theme too.
25636         (tree-widget--cursors): Only for images with arrow pointer shape.
25637         (tree-widget-lookup-image): Pointer shape is hand by default.
25638         (tree-widget-icon): Rename generic icon widget from
25639         `tree-widget-control'.
25640         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25641         derive from `tree-widget-icon'.
25642         (tree-widget-handle): Improve default look and feel of the text
25643         representation.
25644         (tree-widget): Rename :*-control properties to :*-icon properties.
25645         Add :action and :help-echo properties.
25646         (tree-widget-after-toggle-functions): Move.
25647         (tree-widget-close-node, tree-widget-open-node): Remove.
25648         (tree-widget-before-create-icon-functions): New hook.
25649         (tree-widget-value-create): Update to allow customization of icons
25650         and nodes at run-time via that new hook.
25651         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25652         (tree-widget-icon-action, tree-widget-icon-help-echo)
25653         (tree-widget-action, tree-widget-help-echo): New functions.
25655 2005-08-15  Kim F. Storm  <storm@cua.dk>
25657         * ido.el (ido-buffer-internal): Use with-no-warnings.
25658         (ido-make-merged-file-list): Use while-no-input.
25660 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25662         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25663         (flyspell-large-region): Fix doc and custom type.
25665 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25667         * files.el (interpreter-mode-alist): Doc fix.
25669         * mail/rmail.el (rmail-nonignored-headers): New variable.
25670         (rmail-clear-headers): Use it.
25671         (rmail-reply): Better handling of mail-followup-to header.
25673         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25674         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25675         don't try to refer to executable-font-lock-keywords.
25676         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25677         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25678         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25679         (sh-mode): Set comment-start-skip, local-abbrev-table,
25680         imenu-case-fold-search.
25681         (sh-set-shell): Don't set them here.
25682         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25683         Don't cache the results in the original alist; don't ever modify
25684         that alist.
25686         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25688         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25689         empty.
25691 2005-08-15  Andreas Schwab  <schwab@suse.de>
25693         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25695         * dired.el, info.el, mail/rmail.el: Revert last change.
25697 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25699         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25700         modification in `eval-after-load' form.
25701         * info.el: Likewise.
25702         * mail/rmail.el: Likewise.
25704 2005-08-14  Juri Linkov  <juri@jurta.org>
25706         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25707         Remove highlighting of "Compilation started".  Highlight only
25708         the word "finished" in "Compilation finished".  Add highlighting
25709         of "interrupt", "killed", "terminated" and the exit code.
25710         (compilation-start): Add newline after header.  Use exactly the
25711         same time stamp format as the finishing message.
25712         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25714         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25715         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25716         Add highlighting of "interrupt", "killed", "terminated".
25718         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25719         enabled and the current command is self-insert-command, call it
25720         explicitly with overwrite-mode bound to nil, to not allow it
25721         to delete the character after the selected region.
25723 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25725         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25726         move-end-of-line, end-of-line, and beginning-of-line to the list
25727         of commands after which the echo area is updated.
25729 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25731         * cus-edit.el (custom-save-all, custom-save-delete):
25732         Bind recentf-exclude to exclude custom-file.
25734 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25736         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25737         to go to the bottom of the mail message.  Added to
25738         `rmail-summary-mode-map' with key "/".
25739         (rmail-summary-show-message): New (internal) function for use by
25740         both `rmail-summary-beginning/end-of-message'.
25741         (rmail-summary-beginning-of-message): Change to use
25742         rmail-summary-show-message.
25744         * mail/rmail.el (rmail-end-of-message): New command to go to the
25745         end of the current message.  Added to `rmail-mode-map' with key "/".
25746         (rmail-beginning-of-message): Fix to work as documented.
25747         (rmail-mode): Change documentation.
25749         * progmodes/compile.el (compilation-start): Add the line
25750         "Compilation started" with compilation start time.
25751         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25753 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25755         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25756         of menu items.
25758 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25760         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25762         * battery.el (battery-status-function): Don't use ignore-errors.
25764 2005-08-11  Lute Kamstra  <lute@gnu.org>
25766         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25767         define-obsolete-variable-alias.
25769 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25771         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25772         (ange-ftp-send-cmd): Revert last change, and expand
25773         the comment explaining the problem.
25775 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25777         * ldefs-boot.el: Update.
25779         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25780         item to "Time, Load and Mail".  Change help echo text.
25782         * time.el (display-time-use-mail-icon, display-time-format)
25783         (display-time-string-forms): Shorten first line of docstrings.
25785 2005-08-10  Lars Hansen  <larsh@soem.dk>
25787         * desktop.el (desktop-buffer-mode-handlers):
25788         Make non-customizable.  Add autoload cookie.  Change initial value to
25789         nil; add elements in respective modules instead.  Fix doc string.
25790         (desktop-load-file): New function.
25791         (desktop-minor-mode-handlers): New autoloaded variable.
25792         (desktop-create-buffer): Call minor mode handlers.
25793         Use desktop-load-file to load major and minor mode modules prior to
25794         checking for a handler.
25795         (desktop-save): Don't add nil to desktop-minor-modes for minor
25796         modes with nil function in desktop-minor-mode-table.  Don't delete
25797         desktop file before rewriting it.
25798         (desktop-locals-to-save): Add autoload cookie.  Don't make
25799         automatically buffer-local.  Add variables column-number-mode,
25800         size-indication-mode, indent-tabs-mode,
25801         indicate-buffer-boundaries, indicate-empty-lines and
25802         show-trailing-whitespace.
25803         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25804         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25805         (desktop-clear-preserve-buffers-regexp): Delete.
25806         (desktop-clear-preserve-buffers): Update initial value and docstring.
25807         (desktop-save-buffer): Fix doc string.
25809         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25810         (hilit-chg-desktop-restore): New function.
25811         (highlight-changes-mode): Add highlight-changes-mode to
25812         desktop-locals-to-save.
25814         * dired.el: Add handler to desktop-buffer-mode-handlers.
25815         (dired-restore-desktop-buffer): Remove autoload cookie.
25816         (dired-mode): Add autoload cookie.
25818         * info.el: Add handler to desktop-buffer-mode-handlers.
25819         (Info-restore-desktop-buffer): Remove autoload cookie.
25820         (Info-mode): Add autoload cookie.
25822         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25823         (mh-restore-desktop-buffer): Remove autoload cookie.
25824         (mh-folder-mode): Add autoload cookie.
25826         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25827         (rmail-restore-desktop-buffer): Remove autoload cookie.
25829 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25831         * hexl.el (hexl-address-region):
25832         (hexl-ascii-region, hexl-font-lock-keywords):
25833         (hexl-highlight-line-range): Use the term "region"
25834         instead of "area" for consistency with the other symbols
25835         defined in hexl.el.
25837 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25839         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25840         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25841         out by Juri Linkov).  Add `display-battery-mode'.
25843 2005-08-09  Juri Linkov  <juri@jurta.org>
25845         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25846         Remove `-text' from face variable names.
25847         (compilation-error-file-name, compilation-warning-file-name)
25848         (compilation-info-file-name): Delete faces.
25849         (compilation-line-number, compilation-column-number):
25850         Remove face underlining.
25851         (compilation-message-face): Set to `underline' value by default.
25852         (compilation-error-face, compilation-warning-face)
25853         (compilation-info-face): Remove `-file-name' from face names.
25854         (compilation-error-text-face, compilation-warning-text-face)
25855         (compilation-info-text-face): Delete face variables.
25856         (compilation-text-face): Delete function.
25858         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25859         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25860         (grep-error-face): Set to `compilation-error' instead of
25861         `compilation-error-face' (which is redefined to `grep-hit-face' in
25862         grep buffers).
25863         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25864         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25866         * dired-aux.el (dired-do-query-replace-regexp):
25867         Use `query-replace-read-args'.
25869         * replace.el (query-replace-read-from, query-replace-read-to)
25870         (query-replace-read-args): Rename arg `string' to `prompt'.
25872         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25874 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25876         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25877         uploading files.
25878         (ange-ftp-canonize-filename): Handle file names beginning with ~
25879         correctly.
25881 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25883         * textmodes/fill.el (canonically-space-region)
25884         (fill-context-prefix, fill-french-nobreak-p)
25885         (fill-delete-newlines, fill-comment-paragraph)
25886         (justify-current-line): "?\ " -> "?\s".
25888 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25890         * textmodes/fill.el (fill-nonuniform-paragraphs):
25891         Improve argument/docstring consistency.
25893 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25895         * textmodes/ispell.el (ispell-word): More fboundp checks.
25897         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25898         (find-file-noselect-1): Call it here, only if RAWFILE.
25899         (normal-mode): Always set some major mode.
25900         (save-some-buffers-action-alist): Change some explanation strings.
25901         (file-name-non-special): In the `quote' method, use unwind-protect.
25903 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25905         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25906         (ispell-have-aspell-dictionaries): New variable.
25907         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25908         (ispell-get-aspell-config-value): New function.
25909         (ispell-aspell-find-dictionary): New function.
25910         (ispell-aspell-add-aliases): New function.
25911         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25912         appropriate.  Don't look for ispell dictionaries if we use aspell.
25913         (ispell-menu-map): Don't build a submenu of dictionaries.
25915 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25917         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25918         (sql-read-passwd): Use read-passwd.
25920         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25921         (idlwave-toolbar-is-possible): Add defvars.
25923         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25924         Avoid warnings.
25926         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25927         (idlwave-system-class-info, idlwave-executive-commands-alist):
25928         Use defvar.
25930         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25932         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25933         Avoid warnings.
25935         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25936         and content-type: headers.
25938         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25940         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25941         and rename some of them to be more self-explanatory.
25943         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25945         * startup.el (command-line-1): Implement -scriptload.
25947         * replace.el (occur-engine): Initial *Occur* output not undoable.
25949         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25950         and improve help strings.
25952         * isearch.el (isearch-repeat): When changing direction,
25953         mark search successful.
25955         * ediff-init.el: Use (featurep 'xemacs).
25957         * comint.el (send-invisible): Identify buffer, if not selected.
25959         * align.el: Delete autoload for c-guess-basic-syntax.
25961 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25963         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25964         Improve argument/docstring consistency.  Doc fixes.
25965         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25966         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25967         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25968         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25969         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25970         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25971         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25972         Defvar at compile time.
25974 2005-08-09  Juri Linkov  <juri@jurta.org>
25976         * info.el: Replace `info' with upper-case `Info' where appropriate.
25977         (info-title-1, info-title-2, info-title-3, info-title-4)
25978         (info-menu-header): Move up face definitions.
25979         (info-menu-star): Rename from `info-menu-5'.
25980         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25981         (Info-fontify-visited-nodes): Fix docstring.
25982         (Info-hide-note-references): Fix docstring.
25983         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25984         menu items in the same way as on cross-references.
25985         (info-apropos): Fix sorting order and formatting to be like in the
25986         stand-alone Info browser.  Display error messages for 1 sec.
25987         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25988         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25989         from the menu bar.
25990         (Info-insert-dir): Restore point after calling
25991         `insert-buffer-substring'.
25993 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25995         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25996         (recompute-lucid-menubar): Add defvars.
25998         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26000         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26002         * net/net-utils.el (run-dig): Rename from `dig'.
26004         * play/gametree.el (gametree-mode): Use make-local-variable,
26005         not make-variable-buffer-local.
26007         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26009         * ansi-color.el (ansi-color-make-extent)
26010         (ansi-color-set-extent-face): Use fboundp, not functionp.
26012         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26013         not make-variable-buffer-local.
26015         * bookmark.el (Info-current-file): Add defvar.
26016         (bookmark-jump-noselect): Use with-no-warnings.
26018         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26020         * ebuff-menu.el (Helper-return-blurb): Add defvar.
26022         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26024         * find-file.el (ada-procedure-start-regexp)
26025         (ada-package-start-regexp): Add defvars.
26027         * info.el (Info-insert-dir): Use insert-buffer-substring.
26029         * xml.el (xml-att-def-re): Add defvar.
26031         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26032         calling convention.
26034         * subr.el (while-no-input): Return t if there is input.
26036 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
26038         * cus-start.el (all): Add `overflow-newline-into-fringe'.
26040 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
26042         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26043         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26045 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
26047         * cmuscheme.el (scheme-start-file): Replace reference to
26048         `user-emacs-directory' by "~/.emacs.d/".
26050 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
26052         * info.el (Info-dir-remove-duplicates): Avoid case folding
26053         in loop; instead, keep downcased strings for comparison.
26054         Suggested by Helmut Eller.
26056 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
26058         Sync with Tramp 2.0.50.
26060         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26061         XEmacs case; not necessary anymore.
26062         (tramp-user-regexp): Allow "@" as part of user name.
26063         (tramp-handle-set-visited-file-modtime)
26064         (tramp-handle-insert-file-contents)
26065         (tramp-handle-write-region): No special handling for
26066         `last-coding-system-used, because this is done in
26067         `tramp-accept-process-output' now.
26068         (tramp-accept-process-output): New defun.
26069         (tramp-process-one-action, tramp-process-one-multi-action)
26070         (tramp-wait-for-regexp, tramp-wait-for-output)
26071         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
26072         Howells <dhowells@redhat.com>.
26073         (clear-visited-file-modtime): Defadvice removed.  The check for
26074         unset buffer's modtime does not need to be based on
26075         `tramp-buffer-file-attributes'.  Suggested by RMS.
26076         (tramp-message): Insert "\n" if not being at beginning of line.
26077         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26078         sequence with same logic.
26079         (tramp-completion-handle-expand-file-name): Discard call of
26080         `tramp-drop-volume-letter'.  It is not necessary, and there have
26081         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26082         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26083         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26084         should always be visible.
26085         (tramp-handle-insert-directory, tramp-setup-complete)
26086         (tramp-set-process-query-on-exit-flag)
26087         (tramp-append-tramp-buffers): Pacify byte-compiler.
26088         (tramp-bug): Delete non-existing variables from list.
26089         Apply `tramp-load-report-modules' as pre-hook.
26090         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26091         `shell-prompt-pattern' because of non-7bit characters.
26092         Reported by Sebastian Luque <sluque@mun.ca>.
26093         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26094         (tramp-match-string-list): Remove function.
26095         (tramp-wait-for-regexp): Remove call of that function.
26096         Suggested by Kim F. Storm <storm@cua.dk>.
26097         (tramp-set-auto-save-file-modes): Use octal integer code #o600
26098         instead of octal character code ?\600.  The latter resulted in a
26099         syntax error with XEmacs.
26101         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26102         XEmacs case; not necessary anymore.
26103         (tramp-smb-handle-write-region): No special handling for
26104         `last-coding-system-used, because this is done in
26105         `tramp-accept-process-output' now.
26106         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26108 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
26110         * wid-edit.el (widget-choice-value-create):
26111         Unconditionally respect user choice.  Set :explicit-choice back to nil
26112         when no longer needed.
26113         (widget-choice-action): Unconditionally respect user choice.
26114         Eliminate :explicit-choice-value.
26116         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26118         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26119         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26120         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26121         running new function `toggle-indicate-empty-lines'.
26122         Rename "Customize" item to "Customize fringe".
26123         Rename "Indicators" item to "Buffer boundaries" and change help echo.
26124         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26125         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26126         Delete "Empty lines only" item.
26127         (menu-bar-showhide-fringe-ind-customize): New function.
26128         (menu-bar-showhide-fringe-ind-mixed)
26129         (menu-bar-showhide-fringe-ind-box)
26130         (menu-bar-showhide-fringe-ind-right)
26131         (menu-bar-showhide-fringe-ind-left)
26132         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26133         instead of `fringe-indicators'.
26135 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26137         * emulation/viper.el (viper-emacs-state-mode-list):
26138         Add recentf-dialog-mode.  Change the date of last update.
26140 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26142         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26143         (viper-exec-yank, viper-put-back): Don't display modification msg
26144         if in the minibuffer.
26146         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26147         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26148         Make variables frame local.
26150         * emulation/viper-util.el (viper-append-filter-alist):
26151         Use append instead of nconc.
26153         * emulation/viper.el (viper-vi-state-mode-list)
26154         (viper-emacs-state-mode-list): Move help-mode and
26155         completion-list-mode from the first list to the second.
26156         (viper-mode): Docstring.
26157         (viper-go-away, viper-non-hook-settings): Don't localize
26158         minor-mode-alist in newer Emacsen.  Add advice to
26159         set-cursor-color.  Don't bind "\C-c\\".
26161 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
26163         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26164         (scheme-macro-expand-command): New user options.
26165         (scheme-trace-procedure, scheme-expand-current-form): New commands.
26166         (scheme-form-at-point, scheme-start-file)
26167         (scheme-interactively-start-process): New functions.
26168         (scheme-get-process): New function, extracted from `scheme-proc'.
26169         (run-scheme): Call `scheme-start-file' to get start file, and pass
26170         it to `make-comint'.
26171         (switch-to-scheme, scheme-proc):
26172         Call `scheme-interactively-start-process' if no Scheme buffer/process
26173         is available.
26175 2005-08-06  Juri Linkov  <juri@jurta.org>
26177         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26178         Use `compilation-text-face', `compilation-info-text-face' and
26179         `compilation-error-text-face' instead of `font-lock-keyword-face'.
26180         (compilation-error): New face.
26181         (compilation-error-file-name): Inherit from
26182         `compilation-error' instead of `font-lock-warning-face'.
26183         (compilation-warning-file-name): Inherit from
26184         `compilation-warning' instead of `font-lock-warning-face'.
26185         (compilation-info, compilation-error-file-name)
26186         (compilation-warning-file-name, compilation-info-file-name)
26187         (compilation-line-number, compilation-column-number): Doc fix.
26188         (compilation-error-text-face, compilation-warning-text-face)
26189         (compilation-info-text-face): New face variables.
26190         (compilation-line-face, compilation-column-face)
26191         (compilation-enter-directory-face)
26192         (compilation-leave-directory-face): Doc fix.
26193         (compilation-text-face): New function.
26195         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26196         instead of 1 to display binary file names as info file links.
26197         (grep-error-face): Use `compilation-error-face' instead of
26198         `font-lock-keyword-face'.
26199         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26200         and `compilation-warning-text-face' instead of
26201         `font-lock-keyword-face'.  Use `compilation-error-text-face'
26202         instead of `grep-error-face'.
26204 2005-08-05  Kenichi Handa  <handa@m17n.org>
26206         * international/code-pages.el: Add autoload cookies for all coding
26207         systems.
26209 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
26211         * cus-start.el (all): Put undo.c where it alphabetically belongs.
26213 2005-08-04  Juri Linkov  <juri@jurta.org>
26215         * progmodes/compile.el (compilation-mode-map):
26216         * progmodes/grep.el (grep-mode-map):
26217         Bind TAB to `compilation-next-error' and [backtab] to
26218         `compilation-previous-error'.
26220         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26221         matching line numbers, column numbers and their ranges with regexp
26222         matching only line numbers.
26223         (grep-context-face): New face variable.
26224         (grep-mode-font-lock-keywords): Use it.
26226         * faces.el (read-face-name): Delete duplicate faces.
26228 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
26230         * thumbs.el (thumbs-find-image): Don't make variables
26231         automatically buffer local.
26232         (thumbs-current-tmp-filename, thumbs-current-image-filename)
26233         (thumbs-image-num): Make automatically buffer local.
26234         (thumbs-show-thumbs-list): Use `make-local-variable', not
26235         `make-variable-buffer-local'.
26236         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26238         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26239         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26240         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26241         (bother, bye, canyou, chatlst, continue, deathlst, describe)
26242         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26243         (feelings-about, foullst, found, hello, history, howareyoulst)
26244         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26245         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26246         (neglst, obj, object, owner, please, problems, qlist)
26247         (random-adjective, relation, remlst, repetitive-shortness)
26248         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26249         (shortlst, something, sportslst, stallmanlst, states, subj)
26250         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26251         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26252         Defvar at compile time.
26254         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26255         not `make-variable-buffer-local'.
26257 2005-08-02  Kim F. Storm  <storm@cua.dk>
26259         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26260         rectangle overlay in selected window.
26262 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
26264         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26265         instead of display group.  Make `indicate-buffer-boundaries'
26266         customizable through Custom.
26268 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
26270         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26271         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26272         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26273         (gdb-put-string): Fix typos in docstrings.
26275 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
26277         Update copyright notices of files in progmodes directory for
26278         release of Emacs 22.1.
26280         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26282         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26283         Don't barf if the GUD buffer has been killed.
26285 2005-08-01  Kim F. Storm  <storm@cua.dk>
26287         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26289 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26291         * simple.el (next-error-follow-minor-mode):
26292         make-variable-buffer-local -> make-local-variable.
26294         * emacs-lisp/cl-extra.el: Require CL also when compiling.
26296         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26297         (byte-compile-form-make-variable-buffer-local): New functions to warn
26298         about misuses of make-variable-buffer-local where make-local-variable
26299         was meant.
26301 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
26303         * bs.el (bs-attributes-list): Doc fix.
26304         (bs): Update url-link.
26306         * desktop.el (desktop-save-buffer): Fix typos in docstring.
26307         (desktop-load-default): Simplify.
26309         * ibuffer.el (ibuffer-columnize-and-insert-list)
26310         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26311         (ibuffer-unmark-all, ibuffer-toggle-marks)
26312         (ibuffer-unmark-forward, ibuffer-unmark-backward)
26313         (ibuffer-compile-make-format-form, ibuffer-format-column)
26314         (ibuffer-current-buffers-with-marks)
26315         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26316         (ibuffer): Doc fix.
26317         (ibuffer-mode): Fix typo in docstring.
26318         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26319         with `define-obsolete-variable-alias'.
26320         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
26322 2005-07-29  Kenichi Handa  <handa@m17n.org>
26324         * international/mule-cmds.el (select-message-coding-system):
26325         Be sure to use LF for end-of-line.  If no coding system is decided,
26326         return iso-8859-1-unix.
26328 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26330         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26331         (ange-ftp-pending-error-line): New vars.
26332         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26333         to handle the non-fatal no-route-to-host messages.
26334         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26336 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
26338         * isearch.el (isearch-mode-map, isearch-other-meta-char)
26339         (isearch-quote-char, isearch-printing-char)
26340         (isearch-text-char-description): "?\ " -> "?\s".
26341         (isearch-lazy-highlight-cleanup)
26342         (isearch-lazy-highlight-initial-delay)
26343         (isearch-lazy-highlight-interval)
26344         (isearch-lazy-highlight-max-at-a-time)
26345         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26346         Declare with define-obsolete-*-alias macros.
26347         (isearch-forward): Fix typo in docstring.
26348         (search-invisible, search-ring-yank-pointer)
26349         (regexp-search-ring-yank-pointer): Doc fixes.
26351         * recentf.el (recentf-menu-append-commands-p): Declare with
26352         `define-obsolete-variable-alias'.
26353         (recentf-max-saved-items, recentf-menu-filter)
26354         (recentf-arrange-by-rule-subfilter): Doc fixes.
26355         (recentf-menu-append-commands-flag)
26356         (recentf-initialize-file-name-history, recentf-expand-file-name)
26357         (recentf-clear-data): Fix typos in docstrings.
26359 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
26361         * progmodes/gdb-ui.el: Smarten comments.
26362         (gdb-info-breakpoints-custom): Use nowarn when finding file.
26364 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
26366         * term/apollo.el (terminal-init-apollo): New function containing
26367         all former top level forms in the file.
26368         * term/bobcat.el (terminal-init-bobcat):
26369         * term/cygwin.el (terminal-init-cygwin):
26370         * term/iris-ansi.el (terminal-init-iris-ansi):
26371         * term/linux.el (terminal-init-linux):
26372         * term/news.el (terminal-init-news):
26373         * term/rxvt.el (terminal-init-rxvt):
26374         * term/sun.el (terminal-init-sun):
26375         * term/tvi970.el (terminal-init-tvi970):
26376         * term/vt100.el (terminal-init-vt100):
26377         * term/vt102.el (terminal-init-vt102):
26378         * term/vt125.el (terminal-init-vt125):
26379         * term/vt200.el (terminal-init-vt200):
26380         * term/vt201.el (terminal-init-vt201):
26381         * term/vt220.el (terminal-init-vt220):
26382         * term/vt240.el (terminal-init-vt240):
26383         * term/vt300.el (terminal-init-vt300):
26384         * term/vt320.el (terminal-init-vt320):
26385         * term/vt400.el (terminal-init-vt400):
26386         * term/vt420.el (terminal-init-vt420):
26387         * term/wyse50.el (terminal-init-wyse50):
26388         * term/xterm.el (terminal-init-xterm): Likewise.
26390         * term/README: Describe the terminal-init-* functionality.
26392         * startup.el (command-line): After loading the terminal initialization
26393         file call the corresponding terminal initialization function.
26395 2005-07-27  Kenichi Handa  <handa@m17n.org>
26397         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26398         negative.
26400         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26401         (ps-mule-composition-prologue): Fix for the case that
26402         RelativeCompose is false.
26404 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26406         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26408         * descr-text.el (describe-char): Handle the case where the list of
26409         chars is displayed in a separate frame.
26410         Be a bit more discriminating when looking for the char.
26412 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
26414         * bookmark.el (bookmark-automatically-show-annotations)
26415         (bookmark-read-annotation-text-func): Doc fixes.
26416         (bookmark-save): Improve argument/docstring consistency.
26417         (bookmark-get-bookmark, bookmark-get-bookmark-record)
26418         (bookmark-alist-from-buffer)
26419         (bookmark-upgrade-file-format-from-0)
26420         (bookmark-grok-file-format-version)
26421         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26422         (bookmark-read-annotation-mode)
26423         (bookmark-insert-current-bookmark, bookmark-jump)
26424         (bookmark-exit-hook): Fix typos in docstrings.
26425         (bookmark-exit-hooks): Define as obsolete alias.
26426         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26427         not `bookmark-exit-hooks'.  Fix docstring.
26428         (bookmark-bmenu-select): "?\ " -> "?\s".
26430 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
26432         * startup.el (command-line): Fix typo.
26434 2005-07-24  Richard M. Stallman  <rms@gnu.org>
26436         * tooltip.el (tooltip-mode): Test emacs-basic-display,
26437         not emacs-quick-startup.
26439 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
26441         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26442         (reb-next-match, reb-show-subexp): Use `with-selected-window'
26443         instead of `reb-with-current-window'.
26444         (reb-prev-match): Likewise.  Also, don't move left if the search
26445         was unsuccessful.
26446         (reb-initialize-buffer): New function.
26447         (re-builder, reb-change-syntax): Use it.
26449         * man.el (Man-goto-page): Make second argument NOERROR optional.
26451 2005-07-23  Richard M. Stallman  <rms@gnu.org>
26453         * man.el (Man-bgproc-sentinel): Check here for failure to find
26454         any man page in the output, and report the error here.
26455         (Man-arguments): Make it permanent local.
26456         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
26457         (Man-mode): Pass t for NOERROR.
26459         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26460         (grep-mode-font-lock-keywords):
26461         Don't use compilation-...-face for messages that are not file names.
26463         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26464         Don't use compilation-...-face for messages that are not file names.
26466 2005-07-22  Juri Linkov  <juri@jurta.org>
26468         * startup.el (normal-splash-screen): Update menu name.
26470         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26472 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
26474         * term/xterm.el: Load term/rxvt if the terminal is actually an
26475         rxvt terminal.
26476         (xterm-rxvt-set-background-mode): Remove, not used anymore.
26478         * term/rxvt.el (function-key-map): Use substitute-key-definition
26479         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
26481         * term/cygwin.el: New file.
26483 2005-07-22  Kim F. Storm  <storm@cua.dk>
26485         * image-file.el (insert-image-file, image-file-yank-handler):
26486         Fix last change to maintain a (unique) yank-handler on yanked images.
26488 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
26490         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26491         of the file size (as in "177B" for 177 bytes).  This happens with
26492         "ls -lh" on FreeBSD.
26494 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
26496         * hilit-chg.el (highlight-changes-global-initial-state)
26497         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26498         (hilit-chg-fixup, highlight-changes-mode):
26499         Fix typos in docstrings.
26500         (highlight-changes-global-modes, highlight-changes-rotate-faces):
26501         Doc fixes.
26503 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
26505         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26506         mode function using `eval-after-load'.
26508 2005-07-21  Kim F. Storm  <storm@cua.dk>
26510         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26511         included when reporting an Emacs crash, and tell about the DEBUG file.
26513         * image-file.el (insert-image-file): Add yank-handler.
26514         (image-file-yank-handler): Yank handler to make unique copies of
26515         images when they are yanked into a buffer next to each other.
26517 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
26519         * comint.el (comint-use-prompt-regexp, comint-send-input)
26520         (comint-source-default, comint-extract-string)
26521         (comint-get-source, comint-word, comint-completion)
26522         (comint-source, comint-prompt-read-only, comint-update-fence):
26523         Fix typos in docstrings.
26524         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26525         Declare with define-obsolete-*-alias macros.
26526         (comint-previous-matching-input-from-input)
26527         (comint-next-matching-input-from-input)
26528         (comint-previous-matching-input, comint-next-matching-input)
26529         (comint-forward-matching-input):
26530         Improve argument/docstring consistency.
26532         * desktop.el (desktop-clear-preserve-buffers-regexp):
26533         Also preserve the *server* buffer.
26535         * simple.el (clone-indirect-buffer): Doc fix.
26536         (fixup-whitespace, just-one-space)
26537         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26538         (next-error, next-error-highlight)
26539         (next-error-highlight-no-select, next-error-last-buffer)
26540         (next-error-buffer-p, next-error-find-buffer, next-error)
26541         (previous-error, next-error-no-select, previous-error-no-select)
26542         (open-line, split-line, minibuffer-prompt-width, kill-new)
26543         (binary-overwrite-mode): Fix typos in docstrings.
26544         (set-fill-column): Fix typo in message.
26546         * skeleton.el (skeleton-proxy-new): Doc fix.
26548         * strokes.el (strokes-load-hook): Doc fix.
26549         (strokes-grid-resolution, strokes-get-grid-position)
26550         (strokes-renormalize-to-grid, strokes-read-stroke)
26551         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26552         (strokes-global-map): Fix typos in docstrings.
26553         (strokes-help): Doc fix.  Fix help message and pass it through
26554         `substitute-command-keys'.
26556         * tempo.el (tempo-insert-prompt, tempo-interactive)
26557         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26558         (tempo-insert-string-functions, tempo-local-tags)
26559         (tempo-define-template, tempo-insert-template)
26560         (tempo-insert-prompt-compat, tempo-is-user-element)
26561         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26562         Fix typos in docstrings.
26564         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26565         (vcursor-key-bindings, vcursor-use-vcursor-map)
26566         (vcursor-find-window, vcursor-scroll-down)
26567         (vcursor-disable, vcursor-beginning-of-buffer)
26568         (vcursor-end-of-buffer): Fix typos in docstrings.
26569         (vcursor-relative-move, vcursor-get-char-count):
26570         Improve argument/docstring consistency.
26572         * version.el: "?\ " -> "?\s".
26574         * wid-edit.el (widget-default-create, widget-after-change)
26575         (widget-default-format-handler, widget-checklist-add-item)
26576         (widget-radio-add-item, widget-choose, widget-specify-secret)
26577         (widget-field-value-create, widget-field-value-get)
26578         (widget-editable-list-format-handler)
26579         (widget-editable-list-entry-create, widget-group-value-create)
26580         (widget-documentation-link-add)
26581         (widget-documentation-string-value-create): "?\ " -> "?\s".
26582         (widget-convert-text): Doc fix.
26583         (widget-narrow-to-field, widget-field-find)
26584         (widget-url-link-action, widget-emacs-library-link-action)
26585         (widget-color-notify): Fix typos in docstrings.
26587         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26588         (x-select-text, set-w32-system-coding-system)
26589         (w32-add-charset-info): Fix typos in docstrings.
26591         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26592         (cua-enable-cua-keys, cua-use-hyper-key)
26593         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26594         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26596         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26598         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26599         `defalias' instead of faking it.
26601         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26602         (eshell-ls-missing, eshell-ls-dired-initial-args)
26603         (eshell-ls-use-in-dired): Fix typos in docstrings.
26605 2005-07-20  Kim F. Storm  <storm@cua.dk>
26607         * emulation/cua-base.el (cua-mode): Improve doc string.
26609 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26611         * abbrev.el (expand-region-abbrevs): Doc fix.
26612         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26613         Improve argument/docstring consistency.
26615         * arc-mode.el (archive-get-descr, archive-alternate-display):
26616         Doc fixes.
26617         (archive-l-e): Improve argument/docstring consistency.
26618         (archive-tmpdir, archive-unixdate, archive-unixtime)
26619         (archive-chmod-entry): Fix typos in docstrings.
26620         (archive-unflag, archive-unflag-backwards)
26621         (archive-unmark-all-files): "?\ " -> "?\s".
26623         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26624         (Buffer-menu-not-modified, Buffer-menu-execute)
26625         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26626         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26628         * composite.el (compose-string, encode-composition-rule)
26629         (compose-last-chars): Fix typos in docstrings.
26631         * desktop.el (desktop-enable, desktop-basefilename):
26632         Declare with `define-obsolete-variable-alias'.
26633         (desktop-internal-v2s): Don't quote keywords.
26634         (desktop-clear): "?\ " -> "?\s".
26636         * dired.el (dired-align-file, dired-flag-backup-files)
26637         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26638         (dired-listing-switches, dired-ls-F-marks-symlinks)
26639         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26640         (dired-directory, dired-faces, dired, dired-revert)
26641         (dired-mode, dired-summary, dired-view-file)
26642         (dired-copy-filename-as-kill, dired-delete-file)
26643         (dired-no-confirm, dired-unmark-all-marks)
26644         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26645         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26646         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26647         Fix typos in message strings.
26649         * dired-x.el (virtual-dired): Declare with `defalias'.
26650         (dired-mark-unmarked-files, dired-local-variables-file)
26651         (dired-omit-here-always): Doc fix.
26652         (dired-omit-mode, dired-find-subdir)
26653         (dired-enable-local-variables, dired-clean-up-buffers-too)
26654         (dired-extra-startup, dired-mark-extension, dired-jump)
26655         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26656         (dired-smart-shell-command, dired-guess-shell-alist-user)
26657         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26658         (dired-x-bind-find-file, dired-x-submit-report):
26659         Fix typos in docstrings.
26660         (dired-mark-unmarked-files): "?\ " -> "?\s".
26662         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26664         * faces.el (describe-face): "?\ " -> "?\s".
26665         (read-all-face-attributes, read-face-font, modify-face)
26666         (face-attr-construct, italic): Fix typos in docstrings.
26667         (frame-update-face-colors): Declare with
26668         `define-obsolete-function-alias'.
26670         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26671         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26672         (magic-mode-alist, buffer-file-numbers-unique)
26673         (write-file-functions, get-free-disk-space):
26674         Fix typos in docstrings.
26675         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26676         (write-contents-hooks, write-file-hooks):
26677         Declare with `define-obsolete-variable-alias'.
26679         * forms-d2.el (arch-rj): Fix typo in docstrings.
26680         (arch-tocol): Likewise.  "?\ " -> "?\s".
26682         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26683         Fix typo in docstring.
26684         (set-screen-width, set-screen-height): Delete redundant info in
26685         doctrings.
26686         (new-frame, screen-height, screen-width): Declare with
26687         `define-obsolete-function-alias'.
26688         (delete-frame-hook, blink-cursor): Declare with
26689         `define-obsolete-variable-alias'.
26691         * paths.el (prune-directory-list): Fix typos in docstring.
26693         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26694         (cvs-prefix-get): Fix typos in docstrings.
26696         * ps-print.el (ps-extend-face-list, ps-extend-face)
26697         (ps-print-background-image): Fix typos in docstrings.
26698         (ps-default-fg, ps-default-bg): Doc fixes.
26700         * s-region.el (s-region-bind): Doc fix.
26701         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26703         * textmodes/org.el (org-table-formula-substitute-names)
26704         (org-table-get-vertical-vector): Doc fixes.
26705         (org-table-recalculate): Remove unused argument to `message'.
26707 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26709         * textmodes/org.el (org-table-column-names)
26710         (org-table-column-name-regexp)
26711         (org-table-named-field-locations): New variables.
26712         (org-archive-subtree): Protect `this-command' when calling
26713         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26714         the kill buffer.
26715         (org-complete): Remove fixed-formula completion.
26716         (org-edit-formulas-map): New variable.
26717         (org-table-edit-formulas): New command.
26718         (org-finish-edit-formulas, org-abort-edit-formulas)
26719         (org-show-variable, org-table-get-vertical-vector): New functions.
26720         (org-table-maybe-eval-formula): Handle `:=' fields.
26721         (org-table-get-stored-formulas, org-table-store-formulas)
26722         (org-table-get-formula, org-table-modify-formulas)
26723         (org-table-replace-in-formulas): Handle named field formulas.
26724         (org-table-get-specials): Store locations of named fields.
26726 2005-07-19  Juri Linkov  <juri@jurta.org>
26728         * progmodes/grep.el (grep-regexp-alist)
26729         (grep-mode-font-lock-keywords, grep-process-setup):
26730         Use default GNU grep match color "01;31m" instead of "01;41m".
26731         (grep-regexp-alist, grep-mode-font-lock-keywords):
26732         Use `\\[[0-9]*m' instead of `\\[00m'.
26733         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26734         sgr_start where its handling is more important.  Use the real
26735         length of sgr_start instead of constant 8.
26736         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26737         specially.  Delete all remaining escape sequences.
26738         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26739         (grep-regexp-alist): Make hyperlink only for binary file name
26740         instead of the whole line.
26741         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26742         (grep-mode): Add autoload.
26744         * emacs-lisp/find-func.el (find-function-regexp):
26745         Add `define-compilation-mode'.
26747 2005-07-19  Juri Linkov  <juri@jurta.org>
26749         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26750         (compare-windows-sync-string-size, compare-windows-recenter)
26751         (compare-windows-highlight, compare-windows): Add version 22.1.
26752         (compare-windows) <defface>: Inherit from lazy-highlight instead
26753         of duplicating its default value.
26755         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26756         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26758         * descr-text.el (describe-char): Create link buttons for `charset'
26759         and `code point'.  Add the current input method name with a link
26760         button to `to input' field.  Print face names of display table
26761         characters in `The display table entry is displayed by' section
26762         instead of printing face-id in the `display' field.
26763         Guess hardcoded faces and create a link button for them.
26764         Skip empty fields when calculating max-width.
26765         Treat `widget-create' specially while inserting strings from the
26766         collected field list.
26767         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26769         * diff-mode.el (diff-file-header): Change foreground color from
26770         yellow to green on light backgrounds.
26771         (diff-context): Inherit from `shadow' only for color/grayscale
26772         with more than 88 colors.
26773         (diff-indicator-removed, diff-indicator-added)
26774         (diff-indicator-changed): New faces.
26775         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26776         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26777         font-lock-comment-delimiter-face and font-lock-comment-face.
26778         Add `#' to ^[^...] in the rule for `diff-context-face'.
26780         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26781         a button-like box.  Inherit from `highlight' on low colors.
26782         (shadow): Use shades of gray only for color/grayscale with
26783         more than 88 colors.  Use green for light backgrounds with
26784         8 colors, and yellow for dark backgrounds with 8 colors.
26786         * font-lock.el (font-lock-regexp-grouping-backslash):
26787         Don't inherit from escape-glyph (use bold for all cases).
26789         * info.el (info-xref-visited): Use light foreground color `violet'
26790         for dark backgrounds instead of dark color `magenta3'.
26791         (info-title-1): Use `yellow' color for dark backgrounds.
26793         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26794         too-light magenta2.
26796         * replace.el (match): Use slightly more light RoyalBlue3 instead
26797         of dark RoyalBlue4.
26799         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26801 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26803         * novice.el (disabled-command-hook): Declare it with
26804         `define-obsolete-variable-alias'.
26806         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26807         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26808         (desktop-load-default): Add release to obsolescence info.
26809         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26810         (desktop-append-buffer-args, desktop-read):
26811         Fix typos in docstrings.
26812         (desktop-kill): Fix typo in message.
26813         (desktop-save): Doc fix.
26815 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26817         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26818         (viper-envelop-ESC-key): Change the definition of fast
26819         keysequence so it'll work with keyboard macros.
26821         * ediff.el (ediff-patch-buffer): Change the docstring.
26823 2005-07-19  Kenichi Handa  <handa@m17n.org>
26825         * international/mule-cmds.el (select-safe-coding-system): Try to
26826         use an auto-coding (if any) before anything else.  If the found
26827         auto-coding is invalid, show a warning message.
26829         * international/mule.el (find-auto-coding): New function created
26830         by modifying the body of set-auto-coding.
26831         (set-auto-coding): Use find-auto-coding to find a coding.
26833 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26835         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26836         not isearch-mode-end-hook-error.
26837         (allout-before-change-protect): Fix error message.
26839 2005-07-18  Juri Linkov  <juri@jurta.org>
26841         * allout.el (allout-mode):
26842         * calculator.el (calculator-copy):
26843         * custom.el (custom-known-themes):
26844         * dired.el (dired-desktop-buffer-misc-data)
26845         (dired-restore-desktop-buffer):
26846         * dired-x.el (dired-omit-marker-char):
26847         * files.el (basic-save-buffer):
26848         * font-core.el (font-lock-mode):
26849         * calendar/calendar.el (calendar-goto-hebrew-date)
26850         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26851         (calendar-goto-persian-date):
26852         * language/ethio-util.el (ethio-sera-to-fidel-region):
26853         * textmodes/picture.el (picture-mode):
26854         Delete duplicate duplicate words.
26856 2005-07-18  Juri Linkov  <juri@jurta.org>
26858         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26859         chars * ? } |.
26860         (isearch-fallback): Don't call `isearch-process-search-char'.
26861         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26862         (isearch-process-search-char): Call `isearch-fallback' for regexp
26863         chars * ? } |.
26864         (isearch-return-char): Make obsolete with `make-obsolete' instead
26865         of simply documenting it as obsolete in the docstring.
26866         (isearch-fallback): Refill docstring.
26868         * international/isearch-x.el
26869         (isearch-process-search-multibyte-characters): Remove unneeded
26870         `concat'.  Add intermediate values to `junk-hist' instead of
26871         `minibuffer-history'.  Test the length of `str'.
26873 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26875         * allout.el (allout-resolve-xref): Fix typos in error strings.
26876         (allout-before-change-protect): Remove unneeded `concat'.
26878         * array.el (array-mode, array-reconfigure-rows)
26879         (untabify-backward): Fix typos in docstrings.
26880         (array-reconfigure-rows): Use `insert-buffer-substring', not
26881         `insert-buffer'.
26883         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26884         * progmodes/ada-mode.el (ada-make-body):
26885         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26887         * dired.el (dired-log):
26888         * tar-mode.el (tar-subfile-save-buffer):
26889         * play/zone.el (zone-pgm-stress-destress):
26890         Use `insert-buffer-substring', not `insert-buffer'.
26892 2005-07-17  Simon Josefsson  <jas@extundo.com>
26894         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26896 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26898         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26899         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26901 2005-07-17  Kim F. Storm  <storm@cua.dk>
26903         * ido.el (dired-other-window): Add ido property.
26905 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26907         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26908         Fix typo in docstring.
26909         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26910         `insert-file-literally'.
26912         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26913         info and delete redundant message.  Doc fix.
26914         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26915         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26917 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26919         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26920         (byte-compile-and): Use byte-compile-and-recursion.
26921         (byte-compile-or-recursion): New function.
26922         (byte-compile-or): Use that.
26923         (byte-compile-if): Guard the else-clause too.
26924         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26926         * isearch.el (isearch-mode-end-hook-quit): New variable.
26927         (isearch-done): Bind it.
26928         (isearch-mode-end-hook): Doc fix.
26930         * allout.el (allout-isearch-did-quit): Variable deleted.
26931         (allout-real-isearch-abort): Function name no longer used.
26932         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26933         (allout-isearch-rectification): isearch-mode always exists.
26934         Don't set allout-isearch-did-quit.
26935         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26936         allout-isearch-did-quit.
26937         (allout-enwrap-isearch): Just add the hook.
26938         (allout-isearch-abort): Function deleted.
26939         (allout-pre-command-business): Avoid warning.
26941         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26942         Correctly avoid warnings.
26943         (pascal-outline): Likewise.
26945         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26947         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26949         * play/tetris.el (tetris-mode): Avoid warning.
26951         * play/snake.el (snake-mode): Avoid warning.
26953         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26954         (gamegrid-set-display-table): Avoid warning.
26955         (gamegrid-set-timer): Likewise.
26956         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26957         (gamegrid-add-score-with-update-game-score-1): Take FILE
26958         as argument.
26959         (gamegrid-add-score-with-update-game-score): Pass that argument.
26960         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26962         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26964         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26965         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26967         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26968         and insert-file.
26970         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26971         (sc-ask): Avoid warnings.
26973         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26974         (eshell-hist-initialize): Use that var the natural way.
26976         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26978         * emacs-lisp/re-builder.el (reb-cook-regexp):
26979         Avoid warning calling lre-compile-string.
26980         (reb-color-display-p): Avoid warning.
26982         * calculator.el (calculator-last-input): Guard uses
26983         of event-key and key-press-event-p.
26984         (event-key, key-press-event-p): Delete definitions.
26986         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26987         (find-gc-source-directory, find-gc-subrs-callers)
26988         (find-gc-noreturn-list, find-gc-source-files)
26989         (find-gc-subrs-called): Vars renamed and defvar'd.
26991         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26992         (checkdoc-overlay-put, checkdoc-delete-overlay)
26993         (checkdoc-overlay-start, checkdoc-overlay-end)
26994         (checkdoc-mode-line-update, checkdoc-char=):
26995         Define such that compiler knows they are defined.
26996         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26997         (checkdoc-read-event): Delete.  Use read-event directly.
26999         * whitespace.el (whitespace-make-overlay)
27000         (whitespace-overlay-put, whitespace-delete-overlay)
27001         (whitespace-overlay-start, whitespace-overlay-end):
27002         Define such that compiler knows they are defined.
27003         (whitespace): Move conditional inside.
27005         * tempo.el (tempo-insert-template): Suppress warning.
27007         * ediff-diff.el (longlines-mode): Add defvar.
27009 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
27011         * server.el: Bind "C-x #" in a way that works even if C-x is
27012         redefined to a command key, not a prefix key.
27014 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27016         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27017         cl-make-type-test till execution time.
27019 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
27021         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27022         arg ARG and use it.
27024 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27026         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27028 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
27030         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27031         a defcustom with two :set or :type keywords.
27033 2005-07-15  Richard M. Stallman  <rms@gnu.org>
27035         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27036         Don't give ^M comment-end syntax.
27038 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
27040         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27041         Don't consider gdbmi (gdb-mi.el has its own update functions).
27042         (gdb-var-delete): Make it work for gdbmi as well.
27043         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27045         * progmodes/gud.el (etags, sdb): Only require etags when needed.
27046         (gud-speedbar-menu-items): Correct logic for enabling items.
27048 2005-07-15  Kim F. Storm  <storm@cua.dk>
27050         * ido.el: Fix commentary.
27051         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27052         Use with-no-warnings around ffap-guesser.
27053         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27054         Let bind minibuffer-completing-file-name to t.
27056 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
27058         * startup.el (site-run-file, keyboard-type): Doc fixes.
27059         (command-line): Check for "--basic-display" argument; also for
27060         "--quick", not "--bare-bones" (which was renamed).
27061         (fancy-splash-text): Add missing item "Getting New Versions".
27062         (normal-splash-screen): Fix typos and improve consistency with
27063         `fancy-splash-text'.  Update copyright year.
27065         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27066         valid binding for `help-char'.
27068         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27070 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
27072         * term.el (term-mode): Disable cua-mode for term buffers.
27074 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
27076         * add-log.el (add-log-mailing-address, change-log-merge):
27077         Doc fixes.
27078         (change-log-get-method-definition): Fix typo in docstring.
27080 2005-07-14  Kim F. Storm  <storm@cua.dk>
27082         * emulation/cua-base.el:
27083         (cua--pre-command-handler-1, cua--pre-command-handler)
27084         (cua--post-command-handler-1, cua--post-command-handler):
27085         Split in two.  Check (buffer local) value of cua-mode.
27086         (cua-selection-mode): New command.
27088 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
27090         * custom.el (custom-initialize-safe-set)
27091         (custom-initialize-safe-default): Doc fixes.
27093         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27094         and simplify :init-value again.
27096         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27097         and simplify :init-value again.  Delete autoload.
27099         * startup.el (command-line): Use `custom-reevaluate-setting' again
27100         for tooltip-mode.
27102         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27103         a defcustom with two :initialize keywords.
27105 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
27107         * allout.el (my-mark-marker, allout-isearch-prior-pos)
27108         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27109         (allout-post-command-business, allout-flag-region)
27110         (isearch-reenable-font-lock, allout-yank)
27111         (allout-insert-latex-header, allout-insert-latex-trailer)
27112         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27113         (allout-latex-verb-quote): Fix typos in docstrings.
27114         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27115         (allout-unprotected, allout-prefix-data):
27116         Improve argument/docstring consistency.
27117         (allout-chart-subtree): Fix argument spec.
27118         (allout-open-topic): Rename `use_sib_bullet' argument to
27119         `use-sib-bullet'.  Doc fix.
27121         * whitespace.el (whitespace-check-buffer-leading)
27122         (whitespace-check-buffer-trailing)
27123         (whitespace-check-buffer-indent)
27124         (whitespace-check-buffer-spacetab)
27125         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27126         (whitespace-check-leading-whitespace)
27127         (whitespace-check-trailing-whitespace)
27128         (whitespace-check-spacetab-whitespace)
27129         (whitespace-check-indent-whitespace)
27130         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27131         (whitespace-modes): Fix typos in docstrings.
27132         (defgroup, defcustom): Doc fixes.
27134         * winner.el (winner-mode, winner-boring-buffers)
27135         (winner-pending-undo-ring): Doc fixes.
27136         (winner-ring): Remove unneeded `progn'.
27137         (winner-equal): `defsubst' it.
27138         (winner-redo): Fix message.
27140 2005-07-13  Kim F. Storm  <storm@cua.dk>
27142         * simple.el (line-move-1): Always use vertical-motion to
27143         do the last (or only) line move to ensure some movement.
27144         Undo 2005-06-23 change--don't check for overlays.
27146 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27148         * term/mac-win.el (ccl-encode-mac-roman-font)
27149         (ccl-encode-mac-centraleurroman-font)
27150         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27151         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27152         Change charset-id boundary of dimension to ?\xef.
27153         (mac-char-fontspec-list): New constant.
27154         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
27155         argument.  Nil uses itself as family in font-spec.  Previous
27156         behavior for nil is now provided by non-nil non-string argument.
27157         All callers changed.  Add font-specs for Mac fonts to
27158         "fontset-default" unless iso8859-1 fonts are installed.
27160 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27162         * progmodes/sh-script.el (sh-get-indent-info): Only indent
27163         a continuation line if the \ is preceded by SPC or TAB.
27164         (sh-get-indent-info): Simplify.
27165         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27166         Use with-current-buffer.
27168         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27169         when the matched text is empty.
27171 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
27173         * startup.el (command-line): Revert to previous handling of
27174         tooltip-mode.  Explain in comment why the complexity is needed.
27176         * tooltip.el (tooltip-mode): Revert to previous implementation of
27177         its defcustom.
27179         * frame.el (blink-cursor-mode): Revert to previous implementation
27180         of its defcustom.  Update comment.
27182 2005-07-12  Lars Hansen  <larsh@soem.dk>
27184         * desktop.el: Update e-mail address.
27186 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27188         * term/mac-win.el (mac-services-mail-selection)
27189         (mac-services-mail-to): New functions.
27190         (mac-application-menu-map): Bind them.
27192 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
27194         * progmodes/gdb-ui.el: Add note about buffering with Windows.
27196 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
27198         * custom.el (custom-reevaluate-setting): Doc fix.
27200 2005-07-11  Jay Belanger  <belanger@truman.edu>
27202         * calc/calc.el (calc-embedded-announce-formula-alist)
27203         (calc-embedded-open-close-plain-alist)
27204         (calc-embedded-open-close-mode-alist): Add checks for additional
27205         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27207 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
27209         * custom.el (custom-enable-theme): Don't add theme to
27210         `custom-enabled-themes' with `push' because there is no
27211         setf-method for `delq'.
27213 2005-07-11  Richard M. Stallman  <rms@gnu.org>
27215         * custom.el (custom-declare-variable): Doc fix.
27217         * dired-aux.el (dired-compare-directories): Remove "." and ".."
27218         from the alists.
27220         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27221         Do nothing if edebug-active.
27223         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27224         (edebug-display): Do it here instead.
27226 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27228         * cus-face.el (custom-theme-set-faces): Make it work.
27229         (custom-reset-faces): Doc fix.
27230         (custom-theme-reset-internal-face, custom-theme-face-value):
27231         Functions deleted.
27233         * custom.el (custom-push-theme): Maintain list of the settings
27234         of a given theme in its theme-settings property.
27235         Maintain position of old settings in the theme-value
27236         or theme-face property.
27237         (custom-enabled-themes): New variable.
27238         (custom-theme-enabled-p): New function.
27239         (provide-theme): Update custom-enabled-themes.
27240         Disable and reenable the `user' theme.
27241         (require-theme): Doc fix.
27242         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27243         (custom-theme-value, custom-theme-variable-value): Likewise.
27244         (custom-theme-reset-internal): Likewise.
27245         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27246         (custom-enable-theme, custom-disable-theme): New functions.
27247         (custom-variable-theme-value, custom-face-theme-value): Likewise.
27248         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27249         (custom-theme-reset-variables): Simplify.
27250         (deftheme, custom-declare-theme, custom-make-theme-feature):
27251         Definitions moved.
27253 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
27255         * longlines.el (longlines-show-region)
27256         (longlines-unshow-hard-newlines): Recognize hard newlines by
27257         non-nil hard property, instead of t.
27259 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
27261         * emulation/viper-cmd.el (viper--key-maps): New variable.
27262         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27263         emulation-mode-map-alists.
27264         (viper-envelop-ESC-key): Use viper-subseq.
27265         (viper-search-forward/backward/next): Disable debug-on-error.
27267         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27268         (viper-ESC-key): New defcustoms.
27270         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27272         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27273         (viper-subseq): Copy of subseq from cl.el.
27275         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27276         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27278         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27280         * emulation/viper-init.el: Get rid of -face in face names.
27282         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27283         Make it work with longlines mode.
27285         * ediff-mult.el (ediff-meta-mode-hook): New variable.
27287         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27289         * ediff-init.el: Get rid of -face in face names.
27291 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27293         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27294         and with-timeout-unsuspend.
27296         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27297         and with-timeout-unsuspend.
27299         * emacs-lisp/timer.el (with-timeout-timers): New variable.
27300         (with-timeout): Bind that variable to record timers.
27301         (with-timeout-suspend, with-timeout-unsuspend): New functions.
27303         * emacs-lisp/debug.el (debug-help-follow): New function.
27304         (debugger-mode-map): Use that instead of help-follow.
27305         (debugger-setup-buffer): Use eval-buffer-list
27306         to handle eval-buffer frames.
27308 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
27310         * timezone.el (timezone-parse-date): Change first regexp
27311         so it will not mistakenly match dates with no time zone.
27313 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
27315         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27317 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
27319         * custom.el (custom-initialize-safe-set)
27320         (custom-initialize-safe-default): New functions.
27322         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27323         and simplify :init-value.
27325         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27326         and simplify :init-value.  Delete obsolete comment.
27328         * startup.el (command-line): Use `custom-reevaluate-setting' to
27329         handle `tooltip-mode'.  Delete obsolete comment.
27331         * files.el (set-visited-file-name): Avoid calling
27332         `file-name-nondirectory' with a nil argument.
27334 2005-07-09  Richard M. Stallman  <rms@gnu.org>
27336         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27337         was called with nil for the buffer, handle the read position right.
27338         Handle read position for eval-region, too.
27340 2005-07-09  Juri Linkov  <juri@jurta.org>
27342         * fringe.el (fringe-mode): Add period in docstring.
27343         (fringe-query-style): Build prompt depending on `all-frames' arg.
27345         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27346         to not create links to unrelated functions in the Help buffer.
27348         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27349         Doc fix.
27351         * simple.el (next-error-hook): New variable.
27352         (next-error): Use it.  Doc fix.
27354         * textmodes/ispell.el (ispell-command-loop): Add current
27355         dictionary name and program name to mode-line-format.
27356         (ispell-region, ispell-process-line): Add current dictionary name
27357         and program name to messages.
27359 2005-07-08  Jay Belanger  <belanger@truman.edu>
27361         * calc/calc.el (calc-embedded-announce-formula-alist)
27362         (calc-embedded-open-close-formula-alist)
27363         (calc-embedded-open-close-word-alist)
27364         (calc-embedded-open-close-plain-alist)
27365         (calc-embedded-open-close-new-formula-alist)
27366         (calc-embedded-open-close-mode-alist)
27367         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27368         (calc-embedded-mode-hook): New variables.
27370         * calc/calc-embed.el (calc-embedded-firsttime)
27371         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27372         New variables.
27373         (calc-do-embedded): Use calc-embedded-firsttime,
27374         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27375         determine whether or not to run hooks.
27376         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27377         calc-embedded-firsttime-formula appropriately.
27378         Set calc-embedded delimiter variables according to mode.
27380 2005-07-08  Richard M. Stallman  <rms@gnu.org>
27382         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27383         Check for "emacs", etc., as entire symbol, not just as word.
27384         (checkdoc-file-comments-engine): Use regexp-quote on FN.
27386         * files.el (set-visited-file-name): Report the error
27387         for "empty filename" earlier.
27388         (kill-some-buffers): Ignore buffers already dead.
27390         * fringe.el (fringe-mode): Doc fix.
27392         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27393         Check for (featurep 'xemacs) and turn off warnings in what it guards.
27394         Use unwind-protect to ensure byte-compile-unresolved-functions
27395         is updated.
27397         * whitespace.el (whitespace-buffer-leading-cleanup):
27398         Simplify w/ skip-chars-forward.
27399         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27401         * mail/rmail.el (rmail-only-expunge): Fix paren error.
27402         Unconditionally try to leave point at the same old place.
27404 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
27406         * comint.el (comint-postoutput-scroll-to-bottom)
27407         (comint-show-maximum-output): Take scroll-margin into consideration.
27409 2005-07-08  Kim F. Storm  <storm@cua.dk>
27411         * ido.el (ido-use-filename-at-point): New choice `guess'.
27412         (ido-file-internal): Try ffap-guesser if selected.
27414         * ido.el (ido-before-fallback-functions): New hook.
27415         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27416         (ido-read-file-name): Run it.
27418 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27420         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27421         strings rather than a list of symbols to the completion function.
27423 2005-07-07  Jay Belanger  <belanger@truman.edu>
27425         * calc/calc-units.el (math-apply-units): Change the places in
27426         which units are simplified.
27428 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
27430         * cus-edit.el (customize-option, customize-option-other-window):
27431         Make them handle aliases.
27433         * custom.el (custom-variable-p): Make it recursively follow
27434         aliases.  Mention that in the docstring.
27436 2005-07-07  Richard M. Stallman  <rms@gnu.org>
27438         * cus-start.el (exec-path): Use `directory' instead of `file'.
27439         Fix tag for nil.
27441 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27443         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27444         when called non-interactively.  Doc fix.
27446 2005-07-07  Lute Kamstra  <lute@gnu.org>
27448         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27449         new address as well.
27451 2005-07-07  Kenichi Handa  <handa@m17n.org>
27453         * international/mule.el (make-coding-system):
27454         Describe `ascii-incompatible' property in the docstring.
27455         (set-file-name-coding-system): Signal an error if coding-system is
27456         ascii-incompatible.
27457         (set-keyboard-coding-system): Likewise.
27459         * international/mule-cmds.el (set-default-coding-systems):
27460         Don't set default-file-name-coding-system and
27461         default-keyboard-coding-system if coding-system is ASCII-incompatible.
27463         * international/utf-16.el: Declare that all UTF-16-based coding
27464         systems are ASCII-incompatible.
27466 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
27468         * progmodes/gud.el: Require font-lock for displaying errors.
27469         Used by gdb-ui.el.
27471 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27473         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27474         values for the pattern lists which are `read'able but not
27475         `append'able (like symbols).
27477 2005-07-06  Richard M. Stallman  <rms@gnu.org>
27479         * progmodes/flymake.el (flymake-float-time): Instead of
27480         with-no-warnings, test for XEmacs.
27481         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27482         to avoid warning.
27484 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
27486         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27488 2005-07-05  Lute Kamstra  <lute@gnu.org>
27490         * battery.el: Add support for Darwin (with much debugging help
27491         from Samuel Lauber <sam124@operamail.com>).
27492         (battery-status-function, battery-echo-area-format)
27493         (battery-mode-line-format): Add support for pmset on Darwin.
27494         (battery-load-low, battery-load-critical): New user options.
27495         (battery-pmset): New function.
27497 2005-07-05  Lute Kamstra  <lute@gnu.org>
27499         Update FSF's address in GPL notices.
27501         * textmodes/page-ext.el: Update FSF's address.
27503 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27505         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27506         filling from using prefix when filling a single-line docstring.
27508         * progmodes/flymake.el: Remove useless eval-when-compile.
27510         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27512 2005-07-04  Richard M. Stallman  <rms@gnu.org>
27514         * textmodes/org.el (org-file-apps-defaults-gnu):
27515         Rename from org-file-apps-defaults-linux.
27516         (org-default-apps): Don't test system-type for `linux'.
27517         (org-file-apps): Doc fix.
27519 2005-07-04  David Ponce  <david@dponce.com>
27521         * tree-widget.el: Improve header Commentary section.
27522         (tree-widget) [defgroup]
27523         (tree-widget-image-enable, tree-widget-themes-directory)
27524         (tree-widget-theme, tree-widget-image-properties-emacs)
27525         (tree-widget-image-properties-xemacs, tree-widget-create-image)
27526         (tree-widget-image-formats, tree-widget-control)
27527         (tree-widget-empty-control, tree-widget-leaf-control
27528         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27529         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27530         (tree-widget-keep, tree-widget-after-toggle-functions)
27531         (tree-widget-open-node, tree-widget-close-node): Doc fix.
27532         (tree-widget-open-control, tree-widget-close-control): Fix doc and
27533         :help-echo message.
27534         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27535         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27536         (tree-widget--cursors): New constant.
27537         (tree-widget-lookup-image): New function split from
27538         `tree-widget-find-image'.  Clearer implementation.
27539         (tree-widget-find-image): Use it.
27540         (tree-widget-button-keymap): Use `set-keymap-parent'.
27541         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27542         Define the sub-widgets here.
27543         (tree-widget-node): Check that :node is not a tree-widget.
27544         (tree-widget-get-super, tree-widget-open-control)
27545         (tree-widget-close-control, tree-widget-empty-control)
27546         (tree-widget-leaf-control, tree-widget-guide)
27547         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27548         (tree-widget-no-handle, tree-widget-value-delete)
27549         (tree-widget-map): Remove.
27550         (tree-widget-children-value-save): Doc fix.  Simplified.
27551         (tree-widget-value-create): Update according to previous changes.
27553 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27555         * textmodes/org.el: Leading space replaced by TABS.
27556         (org-recalc-marks, org-table-rotate-recalc-marks)
27557         (org-table-get-specials): Treat "^" and "_" marks.
27558         (org-table-justify-field-maybe): Optional argument NEW.
27559         (org-table-eval-formula): Parsing of the format simplified.
27560         New modes C,I.  Honor the %= parameter in the current table.
27561         Avoid unnecessary re-align by using the NEW argument to
27562         `org-table-justify-field-maybe'.
27563         (org-calc-default-modes): Default for date-format mimicks org-mode.
27564         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27566 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27568         * cus-face.el (custom-theme-set-faces): Make it handle face
27569         aliases whose alias declarations are pre- or autoloaded.
27571 2005-07-04  Juri Linkov  <juri@jurta.org>
27573         * faces.el (read-face-name): Put the code for getting a face name
27574         from the buffer before adding the faces from the `face' property.
27575         Use `completing-read-multiple' instead of `completing-read'.
27576         Require `crm'.  Add default value and post-process the returned
27577         list of faces.
27579         * emacs-lisp/crm.el (crm-find-current-element)
27580         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27582         * emacs-lisp/lisp-mode.el (eval-defun-1):
27583         * emacs-lisp/edebug.el (edebug-eval-defun):
27584         Remove unnecessary quotes.
27586 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27588         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27589         (prolog-indent-level): Fix typo in docstring.
27591         * info.el (Info-history, Info-history-forward)
27592         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27594         * add-log.el (add-change-log-entry):
27595         * comint.el (comint-dynamic-list-input-ring)
27596         (comint-dynamic-list-completions):
27597         * dabbrev.el (dabbrev-expand):
27598         * delim-col.el (delimit-columns-rectangle-line):
27599         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27600         (diff-unified->context):
27601         * ediff-init.el (ediff-abbrev-jobname):
27602         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27603         (ediff-replace-session-activity-marker-in-meta-buffer):
27604         * info.el (Info-summary):
27605         * lpr.el (printify-region):
27606         * printing.el (pr-create-interface):
27607         * ps-print.el (ps-print-quote):
27608         * ses.el (ses-column-widths, ses-print-cell)
27609         (ses-adjust-print-width, ses-center):
27610         * shell.el (shell-file-name-quote-list):
27611         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27612         (strokes-fill-current-buffer-with-whitespace)
27613         (strokes-xpm-for-stroke, strokes-list-strokes)
27614         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27615         * term.el (term-dynamic-list-input-ring)
27616         (term-dynamic-list-completions):
27617         * calc/calc.el (math-format-stack-value):
27618         * emacs-lisp/edebug.el (edebug-display-freq-count):
27619         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27620         (delphi-new-comment-line):
27621         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27622         * progmodes/executable.el (executable-set-magic):
27623         * progmodes/python.el (inferior-python-mode):
27624         * progmodes/scheme.el (scheme-mode-syntax-table):
27625         * progmodes/sh-script.el (sh-maybe-here-document):
27626         * progmodes/sql.el (sql-copy-column):
27627         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27628         * textmodes/bibtex.el (bibtex-mode):
27629         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27630         (sgml-auto-attributes):
27631         * textmodes/table.el (table-insert, table-shorten-cell)
27632         (table--generate-source-scan-lines, table-delete-row)
27633         (*table--cell-delete-char, table--spacify-frame)
27634         (table--horizontally-shift-above-and-below)
27635         (table--cell-insert-char, table--cell-blank-str)
27636         (table--fill-region-strictly):
27637         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27638         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27640         * add-log.el (change-log):
27641         * apropos.el (apropos):
27642         * comint.el (comint-completion, comint-source):
27643         * dabbrev.el (dabbrev):
27644         * delim-col.el (columns):
27645         * diff-mode.el (diff-mode):
27646         * ediff.el (ediff):
27647         * ediff-diff.el (ediff-diff):
27648         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27649         * ediff-mult.el (ediff-mult):
27650         * ediff-ptch.el (ediff-ptch):
27651         * ediff-wind.el (ediff-window):
27652         * facemenu.el (facemenu):
27653         * indent.el (indent):
27654         * info.el (info):
27655         * jka-cmpr-hook.el (compression, jka-compr):
27656         * lpr.el (lpr):
27657         * outline.el (outlines):
27658         * pcmpl-cvs.el (pcmpl-cvs):
27659         * pcmpl-rpm.el (pcmpl-rpm):
27660         * printing.el (printing):
27661         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27662         (ps-print-vertical, ps-print-headers, ps-print-font)
27663         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27664         (ps-print-background, ps-print-printer, ps-print-page)
27665         (ps-print-miscellany):
27666         * ses.el (ses):
27667         * shell.el (shell, shell-directories, shell-faces):
27668         * startup.el (initialization):
27669         * strokes.el (strokes):
27670         * term.el (term):
27671         * uniquify.el (uniquify):
27672         * w32-vars.el (w32):
27673         * calc/calc.el (calc):
27674         * emacs-lisp/bytecomp.el (bytecomp):
27675         * emacs-lisp/cl-indent.el (lisp-indent):
27676         * emacs-lisp/edebug.el (edebug):
27677         * emacs-lisp/elp.el (elp):
27678         * emacs-lisp/testcover.el (testcover):
27679         * emacs-lisp/trace.el (trace):
27680         * emulation/viper-ex.el (viper-ex):
27681         * emulation/viper-mous.el (viper-mouse):
27682         * mail/mailalias.el (mailalias):
27683         * mail/supercite.el (supercite, supercite-frames)
27684         (supercite-attr, supercite-cite, supercite-hooks):
27685         * net/rcompile.el (remote-compile):
27686         * net/rlogin.el (rlogin):
27687         * obsolete/ooutline.el (outlines):
27688         * progmodes/delphi.el (delphi):
27689         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27690         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27691         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27692         (ebnf-optimization):
27693         * progmodes/etags.el (etags):
27694         * progmodes/executable.el (executable):
27695         * progmodes/idlwave.el (idlwave):
27696         * progmodes/pascal.el (pascal):
27697         * progmodes/prolog.el (prolog):
27698         * progmodes/python.el (python):
27699         * progmodes/scheme.el (scheme):
27700         * progmodes/sh-script.el (sh, sh-script):
27701         * progmodes/sql.el (SQL):
27702         * progmodes/tcl.el (tcl):
27703         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27704         * textmodes/enriched.el (enriched):
27705         * textmodes/makeinfo.el (makeinfo):
27706         * textmodes/sgml-mode.el (sgml):
27707         * textmodes/table.el (table-hooks):
27708         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27709         * textmodes/texinfo.el (texinfo):
27710         * textmodes/two-column.el (two-column):
27711         Finish `defgroup' description with period.
27713         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27714         * eshell/esh-var.el (eshell-var):
27715         * progmodes/vhdl-mode.el (vhdl-testbench):
27716         * textmodes/org.el (org): Fix typos in docstrings.
27718         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27719         consistency.
27721         * progmodes/flymake.el (flymake-find-file): Remove.
27722         (flymake-float-time): Use `with-no-warnings'.
27723         (flymake-check-start-time, flymake-check-was-interrupted)
27724         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27725         (flymake-new-err-info): `defvar' at compile time.
27727 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27729         * replace.el (occur-hook): Doc fix.
27730         (occur-1): Don't call `occur-hook' if there are no matches.
27732 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27734         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27735         global-map, save the same map.
27736         (global-map): Don't alter it at top level.
27737         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27738         Then alter it here instead.
27739         (tpu-edt-off): Set global-map to the saved one.
27741         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27742         All references simplified.
27743         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27744         (zmacs-regions): Add defvar.
27745         (repeat-complex-command-map): Everything about that deleted.
27747         * textmodes/artist.el (artist-key-is-drawing)
27748         (artist-key-endpoint1, artist-key-poly-point-list)
27749         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27750         (artist-key-compl-table, artist-rb-save-data)
27751         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27752         Don't put them in eval-when-compile.
27753         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27755         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27756         Use with-no-warnings.
27758         * net/browse-url.el (dos-windows-version): Add defvar.
27760         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27762         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27763         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27764         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27765         Add defvar.
27766         (rmail-summary-beginning-of-message): Use with-no-warnings.
27767         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27769         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27770         Use with-no-warnings.
27772         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27773         (c-mark-function): Add point-moving-unit property.
27774         (vi-goto-line): Use with-no-warnings.
27776         * emulation/edt.el (edt-last-copied-word): Add defvar.
27777         (zmacs-region-stays): Likewise.
27778         (edt-mark-section-wisely): Use c-mark-function for C.
27779         Use makr-defun for Fortran.
27780         (time-string): defvar deleted.
27781         (edt-display-the-time): Don't set time-string.
27783         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27785         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27786         Don't warn when name is not constant
27787         or for defining the group `emacs'.
27789         * tooltip.el (gud-tooltip-mode): Add defvar.
27791         * startup.el (default-frame-background-mode): Add defvar.
27793         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27795         * info.el (tool-bar-map): Add defvar.
27797         * dired.el (dnd-protocol-alist): Add defvar.
27799         * dired-aux.el (dired-query): Display question with answer, when
27800         the user answers.
27802         * custom.el (custom-add-option): Doc fix.
27804         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27806 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27808         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27809         bogus name from the last change.
27811 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27813         * custom.el (custom-declare-variable): Fix typos in comment.
27814         (custom-known-themes): Doc fix.
27815         (custom-theme-directory): New defcustom.
27816         (require-theme): Make it check `custom-theme-directory'.
27818         * cus-theme.el (custom-new-theme-mode): New function.
27819         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27820         (custom-theme-description): Add compiler defvars.
27821         (customize-create-theme): Add doc to the "*New Custom Theme*"
27822         buffer.  Use `custom-new-theme-mode'.
27823         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27824         and save it to the `custom-theme-directory'.  Make this the
27825         default directory of the buffer.
27827 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27829         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27830         Fix unbalanced parentheses.
27832 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27834         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27835         into flymake-mode and delegate to flymake-mode.
27837         * find-file.el (ff-which-function-are-we-in): Clean up.
27839 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27841         * replace.el (occur-rename-buffer): Fix docstring.
27843         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27844         (edt-last-copied-word, edt-learn-macro-count)
27845         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27846         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27847         (time-string, zmacs-region-stays):
27848         * emulation/edt-mapper.el (edt-save-function-key-map)
27849         (EDT-key-name): `defvar' to silence the byte-compiler.
27851 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27853         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27854         font-lock-regexp-backslash.  Doc fix.
27855         (font-lock-regexp-backslash-grouping-construct): Rename from
27856         font-lock-regexp-backslash-construct.  Doc fix.
27857         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27858         grouping constructs.
27860 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27862         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27863         updating all the prerequisites.
27865 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27867         * textmodes/org.el (org-agenda-start-on-weekday)
27868         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27869         (org-agenda-use-time-grid, org-archive-location)
27870         (org-allow-space-in-links, org-usenet-links-prefer-google)
27871         (org-enable-table-editor, org-export-default-language)
27872         (org-export-html-show-new-buffer, org-fill-paragraph)
27873         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27874         (org-goto-quit, org-occur, org-eval-in-calendar)
27875         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27876         (org-agenda-diary-entry, org-remember-help)
27877         (org-table-convert-region, org-at-table-p)
27878         (org-table-move-row-down, org-table-move-row-up)
27879         (org-table-copy-region, org-table-toggle-vline-visibility)
27880         (org-table-get-stored-formulas, org-table-get-specials)
27881         (org-recalc-commands, org-table-eval-formula)
27882         (org-table-formula-substitute-names, orgtbl-make-binding)
27883         (org-format-org-table-html, org-format-table-table-html)
27884         (org-format-table-table-html-using-table-generate-source)
27885         (org-customize): Fix typos in docstrings.
27886         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27887         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27888         (org-back-to-heading): Doc fixes.
27889         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27890         (org-agenda-change-all-lines, org-get-header):
27891         Improve argument/docstring consistency.
27892         (orgtbl-error): Fix error message.
27894         * progmodes/flymake.el (flymake-find-possible-master-files)
27895         (flymake-master-file-compare, flymake-get-line-err-count)
27896         (flymake-highlight-line, flymake-gui-warnings-enabled):
27897         Fix typos in docstrings.
27898         (flymake-parse-line, flymake-get-project-include-dirs-function)
27899         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27900         Doc fixes.
27901         (flymake-get-project-include-dirs-function)
27902         (flymake-make-err-menu-data):
27903         Improve argument/docstring consistency.
27905 2005-07-01  Lute Kamstra  <lute@gnu.org>
27907         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27908         Catch errors with ignore-errors.  Use temporary buffer.
27909         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27911         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27912         background color faces.
27913         (facemenu-set-foreground, facemenu-set-background):
27914         Use facemenu-set-face-from-menu.
27915         (facemenu-set-face-from-menu): Treat face names that start with
27916         "fg:" or "bg:" as special.
27917         (facemenu-add-new-color): Don't create faces.  Simplify.
27919 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27921         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27922         (crm-find-current-element): Likewise.
27924 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27926         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27928 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27930         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27931         (archive-mouse-extract): Make it an obsolete alias.
27932         (archive-mode-map): Don't use archive-mouse-extract any more.
27933         (archive-mode, archive-extract): write-contents-hooks ->
27934         write-contents-functions.
27935         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27936         first arg.
27937         (archive-rename-entry): Update the call.
27938         (archive-zip-summarize): Remove unused var `method'.
27939         (archive-lzh-summarize): Remove unused var `creator'.
27941         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27942         dedicated frame upon exit.
27944         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27945         (archive-zip-extract, archive-zip-expunge)
27946         (archive-zip-update, archive-zip-update-case): Use executable-find.
27947         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27948         Use restore-buffer-modified-p.
27949         (archive-extract, archive-add-new-member, archive-write-file-member):
27950         Use with-current-buffer.
27951         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27953 2005-06-30  Andreas Schwab  <schwab@suse.de>
27955         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27957 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27959         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27961 2005-06-30  Juri Linkov  <juri@jurta.org>
27963         * faces.el (vertical-border): Inherit from mode-line-inactive
27964         only on tty.
27966 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27968         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27969         example, -NLINES in the `occur' docstring).
27971         * replace.el (occur-1): When no matches are found, do not set the
27972         `buffer-read-only' and modified flags for the occur buffer,
27973         because it is deleted.
27975         * emulation/cua-base.el (cua-check-pending-input)
27976         (cua-repeat-replace-region, cua-mode, cua-debug)
27977         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27978         Fix typos in docstrings.
27980         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27981         (cua-cut-region-to-global-mark)
27982         (cua--cut-rectangle-to-global-mark):
27983         Remove period from end of messages.
27985         * emulation/cua-rect.el (cua-do-rectangle-padding):
27986         Remove period from end of messages.
27987         (cua--rectangle-seq-format): Fix typo in docstring.
27988         (cua-sequence-rectangle, cua-fill-char-rectangle):
27989         Improve argument/docstring consistency.
27991 2005-06-29  Juri Linkov  <juri@jurta.org>
27993         * faces.el (default-frame-background-mode): New internal variable.
27994         (frame-set-background-mode): Use it.
27996         * startup.el (normal-top-level): Set default-frame-background-mode
27997         instead of frame-background-mode.  Before setting it, test for its
27998         nil value.  Remove tests for frame-background-mode and frame
27999         parameter `reverse'.  Add test for "unspecified-fg".
28001         * term/xterm.el (xterm-rxvt-set-background-mode):
28002         * term/rxvt.el (rxvt-set-background-mode):
28003         Set default-frame-background-mode instead of frame-background-mode.
28005 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
28007         * simple.el (set-variable): Warn about obsolete user variables.
28009         * imenu.el (imenu--completion-buffer):
28010         * mouse.el (mouse-buffer-menu-alist):
28011         * msb.el (msb-invisible-buffer-p):
28012         * calendar/diary-lib.el (diary-header-line-format):
28013         * emacs-lisp/pp.el (pp-buffer):
28014         * progmodes/cperl-mode.el (cperl-do-auto-fill):
28015         * textmodes/picture.el (picture-replace-match):
28016         Change space constants followed by a sexp to "?\s ".
28018         * play/decipher.el (decipher-loop-with-breaks):
28019         * textmodes/texinfo.el (texinfo-insert-@item): Change space
28020         constants "protected" from end of line by a comment to "?\s".
28022 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28024         * font-lock.el (save-buffer-state): Use `declare'.
28026         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28027         reset the syntax-table to cperl-mode-syntax-table.
28028         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28029         "foo_print_bar" is not matched as a reserved keyword.
28031 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
28033         * textmodes/org.el (orgtbl-setup): New function, for delayed
28034         setup for the orgtbl commands.
28035         (org-calc-default-modes): New option.
28036         (orgtbl-make-binding): Use `defun' to get better help display.
28037         (org-diary): Call `org-compile-prefix-format'.
28038         (org-table-formula-substitute-names): New function.
28039         (org-agenda-day-view, org-agenda-week-view): New commands.
28040         (org-agenda-toggle-week-view): Command removed.
28041         (org-tbl-menu): Split off from org-org-menu.
28042         (org-mode): Move removal of outline-mode menus to here.
28043         (org-table-formula-debug): New option.
28044         (org-table-insert-row): Keep first field if just "#" or "*".
28045         (org-mode): Paragraph regexps fixed.
28046         (org-table-recalculate-regexp): New constant.
28047         (org-table-justify-field-maybe): Avoid replace if not necessary.
28048         (org-copy-special, org-cut-special): Use `call-interactively'.
28049         (org-table-copy-region): Take region from `interactive' call.
28050         (org-trim): Return string even if no match.
28051         (org-formula): New face.
28052         (org-set-font-lock-defaults): No longer highlight "FIXME".
28053         But highlight formula-related fields in table.
28054         (org-table-p): Use regexp, not fontification.
28055         (org-table-align): Handle white space at end of line.
28056         (org-table-formula-evaluate-inline): New option.
28057         (org-mode): Auto-wrapping in comment lines turned off.
28058         (org-table-copy-down): Evaluate only in copied field, not in
28059         destination.
28060         (org-table-current-formula): Variable removed.
28061         (org-table-store-formulas, org-table-get-stored-formulas)
28062         (org-table-modify-formulas, org-table-replace-in-formulas)
28063         (org-table-maybe-eval-formula): New functions.
28064         (org-table-get-formula): Modify to use stored formulas.
28065         (org-table-insert-column, org-table-delete-column)
28066         (org-table-move-column): Call `org-table-modify-formulas'.
28067         (org-complete): Add completion for keyword formulas.
28068         (orgtbl-mode): Pull orgtbl-mode-map to start of
28069         minor-mode-map-alist.
28071 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28073         * progmodes/python.el (python-check): Require `compile' before
28074         modifying its variables.
28076         * newcomment.el (comment-indent-default): Don't get fooled by an early
28077         end of buffer.
28079 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28081         * ps-print.el (ps-print-version): Fix version number.
28083 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
28085         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28087 2005-06-28  Richard M. Stallman  <rms@gnu.org>
28089         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28090         (flyspell-local-mouse-map): Declaration deleted.
28091         (flyspell-mouse-map): Bind only mouse-2.
28092         (flyspell-mode-map): Don't test flyspell-use-local-map.
28093         (flyspell-overlay-keymap-property-name): Var deleted.
28094         (flyspell-mode-on): Don't make local bindings for
28095         flyspell-mouse-map and flyspell-mode-map.
28096         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28098         * textmodes/ispell.el (ispell-word): Do not ignore short words.
28100         * progmodes/compile.el (compilation-next-error-function):
28101         Don't switch buffers; operate on the current buffer.
28103         * progmodes/compile.el (compilation-error-file-name)
28104         (compilation-warning-file-name, compilation-info-file-name)
28105         (compilation-line-number, compilation-column-number): New faces.
28106         (compilation-error-face, compilation-warning-face)
28107         (compilation-info-face, compilation-line-face)
28108         (compilation-column-face): Use them.
28110         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28112         * comint.el (comint-password-prompt-regexp): Accept ", try again".
28114         * bindings.el (global-map): Bind insertchar and its variants.
28116 2005-06-27  Richard M. Stallman  <rms@gnu.org>
28118         * textmodes/artist.el (artist-text-overwrite)
28119         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28121 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28123         * ps-print.el: It was not working the page selection for printing.
28124         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28125         (ps-print-version): New version 6.6.7.
28126         (ps-end-sheet): New fun.
28127         (ps-header-sheet, ps-end-job): Call it.
28129 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
28131         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28133 2005-06-27  Lute Kamstra  <lute@gnu.org>
28135         * facemenu.el (facemenu-unlisted-faces): Add foreground and
28136         background color faces.
28137         (facemenu-get-face): Delete function.
28138         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28139         (facemenu-add-new-color): Make second argument mandatory.
28140         Create the appropriate face and return it.  Simplify.
28141         (facemenu-set-foreground, facemenu-set-background): Don't check if
28142         color is defined.  Use return value of facemenu-add-new-color.
28144 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
28146         * progmodes/gud.el (gud-filter): Add missing argument to
28147         with-selected-window.
28149 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28151         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28152         a :require to the defcustom.
28154         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28155         defcustoms corresponding to minor modes.
28157 2005-06-26  David Ponce  <david@dponce.com>
28159         * recentf.el: Require tree-widget instead of wid-edit.
28160         (recentf-filename-handler): Fix widget :type.
28161         (recentf-cancel-dialog, recentf-open-more-files)
28162         (recentf-open-files-action): Doc fix.
28163         (recentf-dialog-goto-first): New function.
28164         (recentf-dialog-mode-map): Set parent keymap first.
28165         (recentf-dialog-mode): Define with define-derived-mode.
28166         Don't display continuation lines in dialogs.
28167         (recentf-edit-list): Rename from recentf-edit-selected-items.
28168         (recentf-edit-list-select): Rename from recentf-edit-list-action.
28169         Simplify.
28170         (recentf-edit-list-validate): New function.
28171         (recentf-edit-list): Update accordingly.
28172         (recentf-open-files-item-shift): Remove.
28173         (recentf-open-files-item): Convert menu elements into tree and
28174         link widgets.  Don't create the widgets.
28175         (recentf-open-files): Update accordingly.
28176         (recentf-save-list): Untabify.
28178 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
28180         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28181         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
28182         partially contained in the active region.  Do not take active
28183         region into account when called from Lisp, unless INTERACTIVE arg
28184         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
28185         avoid trouble with fields.  Make marker point nowhere when no
28186         longer used.  Always return nil.  Doc fix.
28187         (flush-lines): Add INTERACTIVE arg.  Do not take active region
28188         into account when called from Lisp, unless INTERACTIVE arg is
28189         non-nil.  Use `forward-line' instead of `beginning-of-line' to
28190         avoid trouble with fields.  Make marker point nowhere when no
28191         longer used.  Always return nil.  Doc fix.
28192         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
28193         interchangeable.  Do not take active region into account when
28194         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
28195         message in echo area when called from Lisp, unless INTERACTIVE arg
28196         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
28197         Return the number of matches.  Doc fix.
28198         (occur): Doc fix.
28199         (perform-replace): Make comment follow double space convention for
28200         the sake of `outline-minor-mode'.
28202         * faces.el (facep): Doc fix.
28204 2005-06-25  Richard M. Stallman  <rms@gnu.org>
28206         * facemenu.el (facemenu-enable-faces-p): New function.
28207         (facemenu-background-menu, facemenu-foreground-menu)
28208         (facemenu-face-menu): Add menu-enable property.
28210         * jka-compr.el (jka-compr-insert-file-contents):
28211         Special handling if cannot find the uncompression program.
28213         * cus-face.el (custom-face-attributes): Add autoload.
28215         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28216         Bind comment-indent-function locally.
28218         * window.el (save-selected-window): Use save-current-buffer.
28220         * subr.el (with-selected-window): Use save-current-buffer.
28222         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28223         and with-current-buffer.
28225 2005-06-24  Richard M. Stallman  <rms@gnu.org>
28227         * simple.el (line-move-1): Fix previous change.
28229 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
28231         * replace.el (occur-1): Set `buffer-read-only' and the
28232         buffer-modified flag before running `occur-hook' to protect
28233         against unintentional buffer switches that can lead to data loss.
28235 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
28237         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28238         (gud-gdb-marker-filter): Use font-lock-warning-face for any
28239         initial error.
28241         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28242         after fresh input.
28243         (gdb-var-create-handler): Put name of expression in quotes.
28245 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
28247         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28248         elements of RING in order, and without bogus nil elements.
28250 2005-06-23  Richard M. Stallman  <rms@gnu.org>
28252         * simple.el (set-variable): Args renamed; doc fix.
28253         (line-move-1): When there are overlays around, use vertical-motion.
28255         * faces.el (escape-glyph): Use brown against light background.
28256         (nobreak-space): Rename from no-break-space.
28257         Fix previous change.
28259         * dired-aux.el (dired-do-copy): Fix arg prompt.
28261         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28263 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
28265         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28266         rather than "Distributor".
28268 2005-06-23  Lute Kamstra  <lute@gnu.org>
28270         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28271         (debug-on-entry): Use it.  New interactive declaration that uses
28272         function-called-at-point.
28274 2005-06-23  Kim F. Storm  <storm@cua.dk>
28276         * subr.el (save-match-data): Add comment about using evaporate arg
28277         to set-match-data.
28279 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
28281         * cus-edit.el (customize-face)
28282         (customize-face-other-window): Handle face aliases.
28284         * faces.el (face-documentation, set-face-attribute)
28285         (face-spec-set): Handle face aliases.
28287 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
28289         * help-mode.el (help-make-xrefs): If a symbol representing a face
28290         name is not followed by the word "face", it could still be a
28291         function or variable name, so don't bypass other checks.
28293 2005-06-22  Juri Linkov  <juri@jurta.org>
28295         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28296         Replace aliased functions with calls where second arg `inherit' is t.
28298 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
28300         * progmodes/gdb-ui.el (gdb-error): New variable.
28301         (gdb-error): New function.
28302         (gdb-annotation-rules): Act on error-begin and error annotations.
28303         (gdb-concat-output): Use font-lock-warning-face for errors.
28305 2005-06-22  Miles Bader  <miles@gnu.org>
28307         * bindings.el (propertized-buffer-identification): Use renamed
28308         `Buffer-menu-buffer' face.
28310         * faces.el (vertical-border): Rename from `vertical-divider'.
28311         (escape-glyph): Change dark-background color back to `cyan'.
28313 2005-06-21  Juri Linkov  <juri@jurta.org>
28315         * faces.el (face-user-default-spec): Try getting `customized-face'
28316         prior to `saved-face'.
28317         (frame-background-mode): Refill docstring.
28319         * emacs-lisp/lisp-mode.el (eval-defun-1):
28320         * emacs-lisp/edebug.el (edebug-eval-defun):
28321         Set `saved-face' temporarily to nil before calling form.
28322         Set `customized-face' to the new spec after that.
28324 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
28326         * subr.el (1value, lambda, key-substitution-in-progress):
28327         Doc fixes.
28329         * autoinsert.el (auto-insert-alist):
28330         * ses.el (ses-call-printer):
28331         * subr.el (noreturn):
28332         * emacs-lisp/lisp.el (check-parens):
28333         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28334         * net/browse-url.el (browse-url-mosaic):
28335         * progmodes/cc-defs.el (c-safe-scan-lists):
28336         * progmodes/ebnf-abn.el (ebnf-abn-lex):
28337         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28338         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28339         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28340         * progmodes/ebnf-iso.el (ebnf-iso-lex):
28341         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28343 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
28345         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28347 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
28349         * calendar/appt.el (appt-make-list): Activate the package, if
28350         not already active (for backwards compatibility).
28352 2005-06-20  Kim F. Storm  <storm@cua.dk>
28354         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
28356 2005-06-20  Miles Bader  <miles@gnu.org>
28358         * faces.el (vertical-divider): New face.
28360 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
28362         * simple.el (kill-whole-line): Doc fix.
28363         (next-error-buffer-p, next-error-find-buffer)
28364         (clone-indirect-buffer): Fix typos in docstrings.
28365         (comment-line-break-function): Doc fix: don't say variable
28366         is automatically buffer-local (it isn't).
28368 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
28370         * net/tramp-ftp.el (top):
28371         * net/tramp-smb.el (top):
28372         * net/tramp-util.el (top):
28373         * net/tramp-uu.el (top):
28374         * net/tramp-vc.el (top):
28375         * net/tramp.el (top): Revert copyright years back to original
28376         ones.  Tramp has a life outside GNU Emacs.
28378 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
28380         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28382 2005-06-18  Juri Linkov  <juri@jurta.org>
28384         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28385         end of first regexp to limit the match to the position between
28386         line number and source line with same separator character as used
28387         between file name and line number.  In the second regexp limit
28388         mouse-face area to file name and line number by adding new group
28389         for them and referring it in HYPERLINK arg.
28390         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28391         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28392         previous line where grep markers may be already removed.
28394 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
28396         * progmodes/ps-mode.el: Update version and maintainer's email address.
28398 2005-06-18  Steve Youngs  <steve@xemacs.org>
28400         * net/browse-url.el (browse-url-browser-function)
28401         (browse-url-default-browser): Add firefox.
28402         (browse-url-firefox-program, browse-url-firefox-arguments)
28403         (browse-url-firefox-startup-arguments)
28404         (browse-url-firefox-new-window-is-tab): New defcustoms.
28405         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28407 2005-06-17  Richard M. Stallman  <rms@gnu.org>
28409         * startup.el (command-line): Warn if specified user name has
28410         no home directory.
28412         * term.el (term-get-old-input, term-input-filter, term-input-sender)
28413         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28415         * longlines.el (longlines-mode, longlines-show-hard-newlines):
28416         Doc fixes.
28418         * faces.el (underline): Try bold if terminal doesn't support underline.
28420         * mail/sendmail.el (mail-setup-with-from): New variable.
28421         (mail-insert-from-field): New function.
28422         (sendmail-send-it): Call it.
28423         (mail-setup): Optionally call it here.
28425         * term/linux.el: Call tty-no-underline.
28427 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
28429         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28431 2005-06-17  Miles Bader  <miles@gnu.org>
28433         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28434         (ediff-current-diff-C, ediff-current-diff-Ancestor)
28435         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28436         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28437         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28438         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28439         Remove "-face" suffix from face names.
28440         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28441         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28442         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28443         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28444         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28445         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28446         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28447         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28448         New backward-compatibility aliases for renamed faces.
28449         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28450         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28451         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28452         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28453         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28454         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28455         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28456         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28457         Use renamed ediff faces.
28459         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28460         Remove "-face" suffix from face names.
28461         (eshell-test-ok-face, eshell-test-failed-face):
28462         New backward-compatibility aliases for renamed faces.
28463         (eshell-run-test): Use renamed eshell-test faces.
28465         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28466         face name.
28467         (eshell-prompt-face): New backward-compatibility alias for renamed
28468         face.
28469         (eshell-emit-prompt): Use renamed eshell-prompt face.
28471         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28472         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28473         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28474         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28475         Remove "-face" suffix from face names.
28476         (eshell-ls-directory-face, eshell-ls-symlink-face)
28477         (eshell-ls-executable-face, eshell-ls-readonly-face)
28478         (eshell-ls-unreadable-face, eshell-ls-special-face)
28479         (eshell-ls-missing-face, eshell-ls-archive-face)
28480         (eshell-ls-backup-face, eshell-ls-product-face)
28481         (eshell-ls-clutter-face):
28482         New backward-compatibility aliases for renamed faces.
28483         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28485         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28486         Remove "-face" suffix from face name.
28487         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28488         instead of literal face.
28490 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
28492         * emacs-lisp/warnings.el (display-warning, lwarn)
28493         (warning-minimum-log-level): Doc fixes.
28494         (warning-minimum-level, warning-minimum-log-level):
28495         Add :debug to :type choices.
28497         * progmodes/ada-mode.el (ada-format-paramlist)
28498         (ada-get-indent-case, ada-check-matching-start)
28499         (ada-check-defun-name, ada-goto-matching-decl-start)
28500         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28501         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28502         (ada-make-subprogram-body): Follow error conventions.
28503         (ada-case-exception-file, ada-indent-comment-as-code)
28504         (ada-indent-handle-comment-special, ada-indent-renames)
28505         (ada-indent-return, ada-search-directories-internal)
28506         (ada-tab-policy, ada-case-exception-substring)
28507         (ada-other-file-alist, ada-matching-start-re)
28508         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28509         (ada-imenu-generic-expression, ada-compile-goto-error)
28510         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28511         (ada-popup-menu, ada-add-extensions, ada-mode)
28512         (ada-region-selected, ada-create-case-exception)
28513         (ada-create-case-exception-substring, ada-after-keyword-p)
28514         (ada-activate-keys-for-case, ada-adjust-case-region)
28515         (ada-adjust-case-buffer, ada-format-paramlist)
28516         (ada-scan-paramlist, ada-insert-paramlist)
28517         (ada-indent-newline-indent)
28518         (ada-indent-newline-indent-conditional)
28519         (ada-justified-indent-current, ada-goto-previous-word)
28520         (ada-indent-current, ada-get-indent-open-paren)
28521         (ada-get-indent-paramlist, ada-get-indent-end)
28522         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28523         (ada-get-indent-block-start, ada-get-indent-subprog)
28524         (ada-get-indent-noindent, ada-get-indent-label)
28525         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28526         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28527         (ada-goto-stmt-end, ada-goto-next-word)
28528         (ada-check-matching-start, ada-check-defun-name)
28529         (ada-goto-matching-decl-start, ada-goto-matching-start)
28530         (ada-goto-matching-end, ada-search-ignore-string-comment)
28531         (ada-in-decl-p, ada-looking-at-semi-or)
28532         (ada-looking-at-semi-private, ada-in-paramlist-p)
28533         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28534         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28535         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28536         (ada-previous-package, ada-create-menu)
28537         (ada-fill-comment-paragraph-justify)
28538         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28539         (ada-other-file-name, ada-last-which-function-line)
28540         (ada-last-which-function-subprog, ada-which-function)
28541         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28542         (ada-gen-treat-proc, ada-check-emacs-version)
28543         (ada-continuation-indent, ada-align-region-separate):
28544         Fix typos in docstrings.
28545         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28547 2005-06-16  Lute Kamstra  <lute@gnu.org>
28549         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28550         conditionally.
28552 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28554         * comint.el (comint-replace-by-expanded-filename)
28555         (comint-prompt-regexp, comint-delimiter-argument-list)
28556         (comint-preinput-scroll-to-bottom):
28557         * info.el (Info-hide-cookies-node):
28558         * ls-lisp.el (ls-lisp-classify):
28559         * find-file.el (ff-search-directories, ff-special-constructs)
28560         (ff-find-other-file):
28561         * font-lock.el (font-lock-keywords):
28562         * shell.el (shell-prompt-pattern)
28563         (shell-dynamic-complete-functions, shell-mode)
28564         (shell-delimiter-argument-list):
28565         * term.el (term-replace-by-expanded-filename)
28566         (term-prompt-regexp, term-delimiter-argument-list):
28567         * woman.el (woman-ignore, woman0-if):
28568         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28569         * emacs-lisp/elint.el (elint-init-env):
28570         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28571         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28572         * language/ethio-util.el (ethio-tilde-escape)
28573         (ethio-use-three-dot-question):
28574         * net/zone-mode.el (zone-mode-load-time-setup):
28575         * progmodes/cc-align.el (c-lineup-argcont):
28576         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28577         * progmodes/cperl-mode.el (cperl-set-style-back):
28578         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28579         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28580         Fix spellings in docstrings.
28582         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28583         * progmodes/modula2.el (m2-for): Fix spellings.
28585         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28587         * simple.el (undo-more): Don't use `format' on `error' arguments.
28588         Improve argument/docstring consistency.
28589         (pending-undo-list): Doc fix.
28591         * smerge-mode.el (smerge-ensure-match):
28592         * emulation/vip.el (vip-ex):
28593         * net/zone-mode.el (zone-mode-update-serial):
28594         * progmodes/idlwave.el (idlwave-complete):
28595         * progmodes/vhdl-mode.el (vhdl-visit-file)
28596         (vhdl-compose-wire-components):
28597         Don't use `format' on `error' arguments.
28599         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28600         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28601         (tooltip-help-tips): Fix typos in docstrings.
28603 2005-06-16  David Ponce  <david@dponce.com>
28605         * tree-widget.el (tree-widget-value-create): Simplify last change.
28607 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28609         * ido.el (ido-incomplete-regexp): New variable.
28610         (ido-set-matches-1): Handle invalid-regexp error and set
28611         ido-incomplete-regexp.
28612         (ido-incomplete-regexp): New face.
28613         (ido-completions): Use it.
28614         (ido-complete, ido-exit-minibuffer, ido-completions):
28615         Handle incomplete regexps.
28616         (ido-completions): Add check for complete match when entering a regexp.
28618 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28620         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28622 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28624         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28625         by field delimiters.
28627 2005-06-15  David Ponce  <david@dponce.com>
28629         * tree-widget.el: eval-and-compile inlined functions so they will
28630         be available at run-time too.
28631         (tree-widget-super-format-handler)
28632         (tree-widget-format-handler): Remove.
28633         (tree-widget-value-create): Handle the :indent property.
28635 2005-06-15  Miles Bader  <miles@gnu.org>
28637         * progmodes/which-func.el (which-func): Only inherit
28638         `font-lock-function-name-face' when that makes sense against the
28639         default mode-line face, otherwise set the face color explicitly.
28641         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28642         faces instead of (non-existent) variables.
28644 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28646         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28647         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28649 2005-06-14  Miles Bader  <miles@gnu.org>
28651         * progmodes/ld-script.el (ld-script-location-counter):
28652         Remove "-face" suffix from face name.
28653         (ld-script-location-counter-face):
28654         New backward-compatibility alias for renamed face.
28655         (ld-script-location-counter-face): Use renamed face.
28657         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28658         (cperl-hash): Remove "-face" suffix from face names.
28659         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28660         New backward-compatibility aliases for renamed faces.
28661         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28662         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28664         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28665         name.
28666         (which-func-face): New backward-compatibility alias for renamed face.
28667         (which-func-format): Use renamed which-func face.
28669         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28670         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28671         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28672         names.
28673         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28674         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28675         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28676         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28677         (vhdl-speedbar-architecture-selected)
28678         (vhdl-speedbar-configuration-selected)
28679         (vhdl-speedbar-package-selected)
28680         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28681         names.
28682         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28683         Use renamed faces.
28684         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28685         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28686         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28687         Use renamed faces.
28688         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28689         names.
28690         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28691         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28692         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28693         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28694         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28695         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28697         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28698         face name.
28699         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28700         (sh-heredoc-face): Use renamed sh-heredoc face.
28702         * progmodes/idlw-help.el (idlwave-help-link):
28703         Remove "-face" suffix from face name.
28704         (idlwave-help-link-face):
28705         New backward-compatibility alias for renamed face.
28706         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28708         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28709         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28710         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28711         New backward-compatibility aliases for renamed faces.
28712         (idlwave-shell-disabled-breakpoint-face)
28713         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28715         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28716         Remove "-face" suffix from face names.
28717         (flymake-errline-face, flymake-warnline-face):
28718         New backward-compatibility aliases for renamed faces.
28719         (flymake-highlight-line): Use renamed flymake faces.
28721         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28722         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28723         (ebrowse-member-class, ebrowse-progress):
28724         Remove "-face" suffix from face names.
28725         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28726         (ebrowse-file-name-face, ebrowse-default-face)
28727         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28728         (ebrowse-progress-face):
28729         New backward-compatibility aliases for renamed faces.
28730         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28731         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28732         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28733         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28735         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28736         antlr-syntax)
28737         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28738         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28739         names.
28740         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28741         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28742         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28743         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28744         backward-compatibility aliases for renamed faces.
28745         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28746         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28747         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28748         remove "font-lock-".  Use renamed antlr-mode faces.
28749         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28750         literal face-names with face variable references.
28752         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28753         face name.
28754         (Buffer-menu-buffer-face): New backward-compatibility alias for
28755         renamed face.
28756         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28758 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28760         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28761         Eliminate "-face" suffix.
28762         (makefile-targets): Inherit from font-lock-function-name-face and
28763         eliminate "-face" suffix.
28764         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28765         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28766         actions, instead of prepending, to make it less visible.
28767         (makefile-previous-dependency, makefile-match-dependency):
28768         Don't match a target on a continuation line.
28770         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28772 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28774         * progmodes/gdb-ui.el (menu): Re-order menu items.
28775         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28777         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28778         Define in tooltip.el.
28779         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28780         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28781         gud-tooltip-echo-area.
28783         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28784         backward compatibility and make obsolete.
28785         (tooltip-help-tips): Use tooltip-use-echo-area.
28786         (tooltip-show-help-function): Rename to...
28787         (tooltip-show-help): ...this, because it is a function.
28788         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28790 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28792         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28793         (edebug-print-length, edebug-print-level, edebug-print-circle)
28794         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28795         (edebug-eval-print-last-sexp): Doc fixes.
28797 2005-06-14  Kim F. Storm  <storm@cua.dk>
28799         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28800         as the coverage buffer/file/both may change.
28802 2005-06-14  Lute Kamstra  <lute@gnu.org>
28804         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28805         and run-mode-hooks.  Simplify.
28807         * mail/rmailedit.el (rmail-edit-mode):
28808         * progmodes/octave-inf.el (inferior-octave-mode):
28809         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28811         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28812         and run-mode-hooks.
28813         (recentf-edit-list, recentf-open-files): Don't call
28814         kill-all-local-variables directly.
28816         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28818 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28820         * emacs-lisp/byte-run.el (make-obsolete)
28821         (define-obsolete-function-alias): Rename arguments FUNCTION and
28822         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28823         (make-obsolete-variable, define-obsolete-variable-alias):
28824         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28825         respectively.
28827         * isearchb.el (isearchb-activate):
28828         * pcvs.el (cvs-mode):
28829         * ses.el (ses-load):
28830         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28831         * net/tramp.el (tramp-find-file-exists-command)
28832         (tramp-find-shell):
28833         * progmodes/ada-mode.el (ada-create-case-exception)
28834         (ada-create-case-exception-substring, ada-make-subprogram-body):
28835         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28836         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28837         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28838         * textmodes/org.el (org-promote, org-evaluate-time-range)
28839         (org-agenda-next-date-line, org-agenda-previous-date-line)
28840         (org-agenda-error, org-open-at-point, org-table-move-row)
28841         (org-format-table-table-html-using-table-generate-source)
28842         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28843         * textmodes/reftex.el (reftex-access-scan-info):
28844         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28845         (reftex-toc-promote-prepare): Follow error conventions.
28847         * diff-mode.el (diff-mode): Fix typo in docstring.
28849         * forms.el (forms--intuit-from-file): Fix reference to
28850         `forms-number-of-fields' in error message.
28851         (forms-print): Fix quoting in error message.
28853         * forms.el (forms-mode):
28854         * emulation/vi.el (vi-goto-insert-state):
28855         * progmodes/flymake.el (flymake-new-err-info)
28856         (flymake-start-syntax-check-for-current-buffer)
28857         (flymake-simple-cleanup):
28858         * eshell/esh-var.el (eshell/export):
28859         * progmodes/gud.el (xdb):
28860         * textmodes/flyspell.el (flyspell-incorrect-hook)
28861         (flyspell-maybe-correct-transposition)
28862         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28864 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28866         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28867         minibuffer prompt.
28869 2005-06-13  Kim F. Storm  <storm@cua.dk>
28871         * subr.el (add-to-ordered-list): New defun.
28873         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28874         add cua--keymap-alist to emulation-mode-map-alists.
28876 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28878         * subr.el (complete-in-turn): New macro.
28879         (dynamic-completion-table, lazy-completion-table): Add debug info.
28881         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28882         in preference to face aliases.
28884         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28885         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28886         Remove unused vars `start' and `firstline'.
28887         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28888         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28890 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28892         * cus-start.el (all): Don't complain about missing GTK-related
28893         variables, unless either `gtk' is boundp or this isn't a
28894         `windows-nt' build.
28896 2005-06-13  Lute Kamstra  <lute@gnu.org>
28898         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28899         run-mode-hooks.
28901         * ediff-mult.el (ediff-meta-mode):
28902         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28904         * ledit.el (ledit-mode): Use delay-mode-hooks.
28906         * woman.el (woman-mode-line-format): Delete constant.
28907         (woman-mode-map): Initialize it properly.
28908         (woman-mode): Set mode-class property to special.
28909         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28910         Set major-mode and mode-name.  Don't set mode-line-format directly.
28911         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28913         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28914         string argument obsolete.
28916 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28918         * textmodes/org.el (org-CUA-compatible): New option.
28919         (org-disputed-keys): New variable.
28920         (org-key): New function.
28921         (orgtbl-make-binding): Add docstring to the created function.
28922         (org-mode): Set paragraph start/separate regexps.
28923         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28924         (org-archive-location, org-archive-mark-done)
28925         (org-archive-stamp-time): New options.
28926         (org-archive-subtree): New command.
28927         (org-fill-paragraph): New function.
28928         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28929         (org-fake-empty-table-line): Function removed.
28930         (org-format-org-table-html): Do not create empty table lines at
28931         separator lines.  Improved table header treatment.
28932         (org-link-format): New option.
28933         (org-make-link): New function.
28934         (org-insert-link, org-store-link): Use org-make-link.
28935         (org-open-file): Quote file name for shell command, to allow
28936         spaces in file names.
28937         (org-link-regexp): Fix bug with mailto link.
28938         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28939         New constants.
28940         (org-export-as-html): Deal with the optional angles around a link.
28941         Better treatment of file: links.
28942         (org-open-at-point): Replace @{ and @} with < and >.
28943         (org-run-mode-hooks): Function removed.
28944         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28946 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28948         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28949         MI command -data-list-register-values.
28950         (gdb-post-prompt): Indent properly.
28952 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28954         * hilit-chg.el (highlight-changes-colors): Rename from
28955         `highlight-changes-colours'.
28956         (highlight-changes-colours): Keep as obsolete alias.
28957         (highlight-changes-face-list): Doc fix.
28958         (hilit-chg-make-list): Use `highlight-changes-colors'.
28960 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28962         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28963         defun-prompt-regexp.
28965 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28967         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28968         and cygwin.
28970         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28971         Don't use an old loaddefs.el, as in Makefile.in.
28973 2005-06-12  Lute Kamstra  <lute@gnu.org>
28975         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28977         * man.el (Man-mode-map): Initialize it properly.
28978         (Man-mode): Set mode-class property to special.
28980         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28982 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28984         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28985         A newline is needed in the docstring there.
28987         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28988         Doc fixes.
28990 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28992         * printing.el: Doc fix.  The menubar is no more changed when printing
28993         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28994         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28995         (pr-version): New version number (6.8.4).
28996         (pr-menu-bind): New command.
28997         (pr-update-menus): Docstring and code fix.
28998         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28999         Docstring fix.
29000         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29001         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29003 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
29005         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29006         "Returns" to "return", document useful return values, etc.
29008 2005-06-11  Alan Mackenzie  <acm@muc.de>
29010         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29011         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29012         (adaptive-file-function): Minor amendment to doc-string.
29014 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29016         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29017         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29018         Fix :type--it is `integer', not `string'.
29020         * faces.el (modeline-highlight): Rename from (the erroneous)
29021         `modeline-higilight'.
29023 2005-06-11  Lute Kamstra  <lute@gnu.org>
29025         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29026         lisp-interaction-mode-map but make it the parent.
29027         (edebug-eval-mode): Use define-derived-mode.
29029 2005-06-11  Andreas Schwab  <schwab@suse.de>
29031         * bindings.el: Add binding of `ESC functionkey' for every
29032         `M-functionkey'.
29033         * hexl.el (hexl-mode-map): Likewise.
29035 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
29037         * progmodes/compile.el (compilation-error-regexp-alist-alist)
29038         [msft]: update regexp for newer msft compilers.
29040 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
29042         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29043         ATTLIST portions of included DTDs.
29044         (xml-parse-dtd): Eliminate use of inefficient match-data.
29046 2005-06-10  Miles Bader  <miles@gnu.org>
29048         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29049         (mpuz-text): Remove "-face" suffix from face names.
29050         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29051         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29052         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29054         * play/gomoku.el (gomoku-O, gomoku-X):
29055         Remove "-face" suffix from face names.
29056         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29057         New backward-compatibility aliases for renamed faces.
29058         (gomoku-font-lock-keywords): Use renamed gomoku faces.
29060 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29062         * thumbs.el: Fixes for changes of 2005-06-09.
29063         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29064         as a directory.
29065         (thumbs-thumbname): Remove directory separator from format string;
29066         `thumbs-thumbsdir' now returns a valid directory name.
29067         (thumbs-temp-dir): New defsubst.
29068         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29069         Use it.
29071         * cus-edit.el (minibuffer):
29072         * files.el (make-backup-file-name-function):
29073         * filesets.el (filesets-external-viewers):
29074         * hilit-chg.el (highlight-changes-colours)
29075         (highlight-changes-face-list, highlight-changes-rotate-faces):
29076         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29077         * kmacro.el (kmacro-call-macro):
29078         * log-edit.el (log-edit-changelog-full-paragraphs):
29079         * mouse.el (mouse-1-click-follows-link):
29080         * skeleton.el (skeleton-autowrap):
29081         * subr.el (insert-for-yank-1):
29082         * tempo.el (tempo-insert-region):
29083         * terminal.el (terminal-emulator):
29084         * time.el (display-time-mail-face):
29085         * vc.el (vc-annotate):
29086         * vcursor.el (vcursor-copy-line):
29087         * woman.el (woman-bold-headings, woman-ignore)
29088         (woman-default-faces, woman-monochrome-faces):
29089         * calendar/todo-mode.el (todo-insert-threshold):
29090         * emulation/pc-select.el (pc-select-selection-keys-only)
29091         (pc-selection-mode):
29092         * emulation/vip.el (vip-find-char-forward):
29093         * emulation/viper-cmd.el (viper-find-char-forward):
29094         * international/mule-cmds.el
29095         (select-safe-coding-system-accept-default-p)
29096         (input-method-exit-on-invalid-key):
29097         * international/mule-diag.el (describe-coding-system):
29098         * international/ucs-tables.el (unify-8859-on-encoding-mode):
29099         * net/browse-url.el (browse-url-xterm-program):
29100         * obsolete/lazy-lock.el (lazy-lock-mode):
29101         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29102         (cperl-mode):
29103         * progmodes/cpp.el (cpp-face-light-name-list)
29104         (cpp-face-dark-name-list):
29105         * progmodes/delphi.el (delphi-newline-always-indents):
29106         Fix spellings in docstrings.
29108         * ido.el (ido-mode, ido-file-extensions-order)
29109         (ido-default-file-method, ido-default-buffer-method)
29110         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29111         (ido-decorations, ido-read-file-name-as-directory-commands)
29112         (ido-read-file-name-non-ido, ido-work-directory-list)
29113         (ido-ignore-item-temp-list, ido-current-directory)
29114         (ido-magic-forward-char, ido-enter-find-file)
29115         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29116         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29118 2005-06-10  Lute Kamstra  <lute@gnu.org>
29120         * play/dunnet.el (dun-mode): Use define-derived-mode.
29121         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
29122         obsolete alias.
29124         * play/doctor.el (doctor-mode-map): Remove defvar.
29125         (doctor-mode): Use define-derived-mode.
29127         * mail/mspools.el (mspools-mode):
29128         * net/eudc-hotlist.el (eudc-hotlist-mode):
29129         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29131 2005-06-10  Miles Bader  <miles@gnu.org>
29133         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29134         Remove "-face" suffix from face names.
29135         (flyspell-incorrect-face, flyspell-duplicate-face):
29136         New backward-compatibility aliases for renamed faces.
29137         (flyspell-mode-on, make-flyspell-overlay)
29138         (flyspell-highlight-incorrect-region)
29139         (flyspell-highlight-duplicate-region)
29140         (flyspell-display-next-corrections)
29141         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29143         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29144         from face name.
29145         (texinfo-heading-face): New backward-compatibility alias for
29146         renamed face.
29147         (texinfo-heading-face): Use renamed texinfo-heading face.
29149         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29150         suffix from face names.
29151         (tex-math-face, tex-verbatim-face):
29152         New backward-compatibility aliases for renamed faces.
29153         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29154         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29155         literal face name.
29157         * textmodes/table.el (table-cell): Remove "-face" suffix from face
29158         name.
29159         (table-cell-face): New backward-compatibility alias for renamed face.
29160         (table--put-cell-face-property, table--update-cell-face):
29161         Use renamed table-cell face.
29163         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29164         from face name.
29165         (sgml-namespace-face): New backward-compatibility alias for
29166         renamed face.
29167         (sgml-namespace-face): Use renamed sgml-namespace face.
29169         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29170         (org-level-4, org-level-5, org-level-6, org-level-7)
29171         (org-level-8, org-warning, org-headline-done)
29172         (org-deadline-announce, org-scheduled-today)
29173         (org-scheduled-previously, org-link, org-done, org-table)
29174         (org-time-grid): Remove "-face" suffix from face names.
29175         (org-level-1-face, org-level-2-face, org-level-3-face)
29176         (org-level-4-face, org-level-5-face, org-level-6-face)
29177         (org-level-7-face, org-level-8-face, org-warning-face)
29178         (org-headline-done-face, org-deadline-announce-face)
29179         (org-scheduled-today-face, org-scheduled-previously-face)
29180         (org-link-face, org-done-face, org-table-face)
29181         (org-time-grid-face):
29182         New backward-compatibility aliases for renamed faces.
29183         (org-level-faces, org-set-font-lock-defaults, org-timeline)
29184         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29185         (org-agenda-get-timestamps, org-agenda-get-scheduled)
29186         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29188         * emulation/viper-init.el (viper-search, viper-replace-overlay)
29189         (viper-minibuffer-emacs, viper-minibuffer-insert)
29190         (viper-minibuffer-vi): Remove "-face" suffix from face names.
29191         (viper-search-face, viper-replace-overlay-face)
29192         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29193         (viper-minibuffer-vi-face):
29194         New backward-compatibility aliases for renamed faces.
29195         (viper-search-face, viper-replace-overlay-face)
29196         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29197         (viper-minibuffer-vi-face): Use renamed viper faces.
29199         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29200         Remove "-face" suffix from face names.
29201         (testcover-nohits-face, testcover-1value-face):
29202         New backward-compatibility aliases for renamed faces.
29203         (testcover-mark): Use renamed testcover faces.
29205         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29206         face name.
29207         (diary-button-face): New backward-compatibility alias for renamed face.
29208         (diary-entry): Use renamed diary-button face.
29210         * calendar/calendar.el (diary, calendar-today, holiday)
29211         (mark-visible-calendar-date): Remove "-face" suffix from face names.
29212         (diary-face, calendar-today-face, holiday-face):
29213         New backward-compatibility aliases for renamed faces.
29214         (eval-after-load "facemenu", diary-entry-marker)
29215         (calendar-today-marker, calendar-holiday-marker, diary-face):
29216         Use renamed calendar faces.
29218         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29219         (compare-windows-face): New backward-compatibility alias for
29220         renamed face.
29221         (compare-windows-highlight): Use renamed compare-windows face.
29223         * strokes.el (strokes-char): Remove "-face" suffix from face name.
29224         (strokes-char-face): New backward-compatibility alias for renamed face.
29225         (strokes-encode-buffer): Use renamed strokes-char face.
29227         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29228         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29229         Remove "-face" suffix from face names.
29230         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29231         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29232         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29233         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29234         Use renamed pcvs faces.
29235         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29236         * pcvs-defs.el (cvs-mode-map): Likewise.
29237         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29239         * info.el (info-title-1, info-title-2, info-title-3)
29240         (info-title-4): Remove "-face" suffix from and downcase face names.
29241         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29242         (Info-title-4-face):
29243         New backward-compatibility aliases for renamed faces.
29244         (Info-fontify-node): Use renamed info faces.
29246         * hilit-chg.el (highlight-changes, highlight-changes-delete):
29247         Remove "-face" suffix from face names.
29248         (highlight-changes-face, highlight-changes-delete-face):
29249         New backward-compatibility aliases for renamed faces.
29250         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29251         (hilit-chg-make-list): Use renamed highlight-changes faces.
29253         * generic-x.el (show-tabs-tab, show-tabs-space):
29254         Remove "-face" suffix from face names.
29255         (show-tabs-tab-face, show-tabs-space-face):
29256         New backward-compatibility aliases for renamed faces.
29257         (show-tabs-generic-mode-font-lock-defaults-1)
29258         (show-tabs-generic-mode-font-lock-defaults-2):
29259         Use renamed show-tabs faces.
29261         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29262         (smerge-markers): Remove "-face" suffix from face names.
29263         (smerge-mine-face, smerge-other-face, smerge-base-face)
29264         (smerge-markers-face):
29265         New backward-compatibility aliases for renamed faces.
29266         (smerge-mine-face, smerge-other-face, smerge-base-face)
29267         (smerge-markers-face): Use renamed smerge faces.
29269         * log-view.el (log-view-file, log-view-message): Remove "-face"
29270         suffix from face names.
29271         (log-view-file-face, log-view-message-face):
29272         New backward-compatibility aliases for renamed faces.
29273         (log-view-file-face, log-view-message-face): Use renamed log-view
29274         faces.
29276         * paren.el (show-paren-match, show-paren-mismatch):
29277         Remove "-face" suffix from face names.
29278         (show-paren-match-face, show-paren-mismatch-face):
29279         New backward-compatibility aliases for renamed faces.
29280         (show-paren-function): Use renamed show-paren faces.
29282         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29283         (ruler-mode-margins, ruler-mode-fringes)
29284         (ruler-mode-column-number, ruler-mode-fill-column)
29285         (ruler-mode-comment-column, ruler-mode-goal-column)
29286         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29287         suffix from face names.
29288         (ruler-mode-default-face, ruler-mode-pad-face)
29289         (ruler-mode-margins-face, ruler-mode-fringes-face)
29290         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29291         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29292         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29293         New backward-compatibility aliases for renamed faces.
29294         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29295         (ruler-mode-column-number, ruler-mode-fill-column)
29296         (ruler-mode-comment-column, ruler-mode-goal-column)
29297         (ruler-mode-tab-stop, ruler-mode-current-column)
29298         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29299         faces.
29301         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29302         face name.
29303         (whitespace-highlight-the-space): Use renamed face.
29304         (whitespace-highlight-face): New backward-compatibility alias for
29305         renamed face.
29307         * woman.el (woman-italic, woman-bold, woman-unknown)
29308         (woman-addition, woman-symbol-face):
29309         Remove "-face" suffix from face names.
29310         (woman-italic-face, woman-bold-face, woman-unknown-face)
29311         (woman-addition-face):
29312         New backward-compatibility aliases for renamed faces.
29313         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29314         (woman-decode-region, woman-replace-match)
29315         (woman-display-extended-fonts, woman-special-characters)
29316         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29317         Use renamed woman faces.
29319         * longlines.el (longlines-visible-face): Face removed.
29321         * diff-mode.el (diff-header, diff-file-header, diff-index)
29322         (diff-hunk-header, diff-removed, diff-added, diff-changed)
29323         (diff-function, diff-context, diff-nonexistent): Remove "-face"
29324         suffix from face names.
29325         (diff-header-face, diff-file-header-face, diff-index-face)
29326         (diff-hunk-header-face, diff-removed-face, diff-added-face)
29327         (diff-changed-face, diff-function-face, diff-context-face)
29328         (diff-nonexistent-face): New backward-compatibility aliases for
29329         renamed faces.
29330         (diff-header-face, diff-file-header-face)
29331         (diff-index, diff-index-face, diff-hunk-header)
29332         (diff-hunk-header-face, diff-removed, diff-removed-face)
29333         (diff-added, diff-added-face, diff-changed-face, diff-function)
29334         (diff-function-face, diff-context-face, diff-nonexistent)
29335         (diff-nonexistent-face): Use renamed diff-mode faces.
29337         * progmodes/compile.el (compilation-warning-face)
29338         (compilation-info-face): Remove "-face" suffix from face names.
29339         (compilation-warning-face, compilation-info-face):
29340         New backward-compatibility aliases for renamed faces.
29341         (compilation-warning-face, compilation-info-face):
29342         Use renamed compilation faces.
29344         * add-log.el (change-log-date, change-log-name)
29345         (change-log-email, change-log-file, change-log-list)
29346         (change-log-conditionals, change-log-function)
29347         (change-log-acknowledgement): Remove "-face" suffix from face names.
29348         (change-log-date-face, change-log-name-face)
29349         (change-log-email-face, change-log-file-face)
29350         (change-log-list-face, change-log-conditionals-face)
29351         (change-log-function-face, change-log-acknowledgement-face):
29352         New backward-compatibility aliases for renamed faces.
29353         (change-log-font-lock-keywords): Use renamed change-log faces.
29355         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29356         (custom-set, custom-changed, custom-saved, custom-button)
29357         (custom-button-pressed, custom-documentation, custom-state)
29358         (custom-comment, custom-comment-tag, custom-variable-tag)
29359         (custom-variable-button, custom-face-tag, custom-group-tag-1)
29360         (custom-group-tag): Remove "-face" suffix from face names.
29361         (custom-magic-alist, custom-magic-value-create)
29362         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29363         (custom-invalid-face, custom-rogue-face, custom-modified-face)
29364         (custom-set-face, custom-changed-face, custom-saved-face)
29365         (custom-button-face, custom-button-pressed-face)
29366         (custom-documentation-face, custom-state-face)
29367         (custom-comment-face, custom-comment-tag-face)
29368         (custom-variable-tag-face, custom-variable-button-face)
29369         (custom-face-tag-face, custom-group-tag-face-1)
29370         (custom-group-tag-face):
29371         New backward-compatibility aliases for renamed faces.
29373         * wid-edit.el (widget-documentation, widget-button)
29374         (widget-field, widget-single-line-field, widget-inactive)
29375         (widget-button-pressed): "-face" suffix removed from face names.
29376         (widget-documentation-face, widget-button-face)
29377         (widget-field-face, widget-single-line-field-face)
29378         (widget-inactive-face, widget-button-pressed-face):
29379         New backward-compatibility aliases for renamed faces.
29380         (widget-documentation-face, widget-button-face)
29381         (widget-button-pressed-face, widget-specify-field)
29382         (widget-specify-inactive): Use renamed widget faces.
29384 2005-06-10  Kenichi Handa  <handa@m17n.org>
29386         * term/x-win.el (x-clipboard-yank): Remove condition-case
29387         wrapping.
29389 2005-06-11  Kenichi Handa  <handa@m17n.org>
29391         * add-log.el (change-log-font-lock-keywords): Make the regexp for
29392         date lines stricter.
29394 2005-06-10  Zhang Wei  <id.brep@gmail.com>
29396         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29397         of x-get-selection.
29399 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29401         * comint.el (comint-mode, comint-snapshot-last-prompt):
29402         * frame.el (frame-current-scroll-bars):
29403         * term.el (term-mode, term-check-proc, term-input-sender)
29404         (term-simple-send, term-extract-string, term-word)
29405         (term-match-partial-filename):
29406         * window.el (window-current-scroll-bars):
29407         * emulation/cua-base.el (cua-normal-cursor-color)
29408         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29409         (cua-global-mark-cursor-color):
29410         * mail/undigest.el (rmail-forward-separator-regex):
29411         Fix typos in docstrings.
29413         * comint.el (comint-check-proc, make-comint-in-buffer)
29414         (comint-source-default): Doc fixes.
29416         * term.el (term-send-string): Improve argument/docstring consistency.
29418 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
29420         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29421         call to `delete-region'.
29422         (comint-mode-hook): Do not enable Font Lock by default.
29424 2005-06-09  Lute Kamstra  <lute@gnu.org>
29426         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29427         could be void.
29429 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29431         * emacs-lisp/debug.el (debugger-will-be-back): New var.
29432         (debug): Use it.
29433         (debugger-step-through, debugger-continue, debugger-jump)
29434         (debugger-return-value): Set it when needed.
29435         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29436         Use inhibit-read-only.
29438 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
29440         * window.el (shrink-window-if-larger-than-buffer)
29441         (window-size-fixed): Fix typo in docstring.
29443         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
29444         thumbnails directory on loading.
29445         (thumbs-conversion-program): Use `eq' to check the system type,
29446         not `equal'.
29447         (thumbs-temp-dir): Initialize to `temporary-file-directory',
29448         not "/tmp".  Fix docstring.
29449         (thumbs-thumbsdir): New function to return the thumbnails
29450         directory, creating it if needed.
29451         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29452         (thumbs-temp-file): Delete variable and make it into a function.
29453         (thumbs-resize-image, thumbs-modify-image): Use it.
29454         (thumbs-kill-buffer): Simplify.
29455         (thumbs-gensym): Defalias or duplicate CL `gensym'.
29456         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29457         docstrings.
29459 2005-06-09  Kim F. Storm  <storm@cua.dk>
29461         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29462         set-match-data to free markers in match-data.
29464         * replace.el (replace-match-data): Pass RESEAT arg `t' to
29465         match-data to unchain markers in match-data.
29467 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29469         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29470         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
29471         unnecessary now.
29473 2005-06-08  Richard M. Stallman  <rms@gnu.org>
29475         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29476         give the variable a doc string that doesn't say don't set it directly.
29478         * textmodes/ispell.el (ispell-check-version):
29479         Use match-string-no-properties.
29480         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29481         (ispell-buffer-local-words): Likewise.
29483         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29484         except on terminals with enough colors to really display it.
29485         (makefile-dependency-regex): Delete spurious `bb'.
29487         * faces.el (escape-glyph): Use blue once again in last case.
29488         (no-break-space): Redefine so that it isn't invisible on a tty.
29490 2005-06-08  Kim F. Storm  <storm@cua.dk>
29492         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29493         also when reading directory name.
29495 2005-06-08  Lute Kamstra  <lute@gnu.org>
29497         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29498         (flyspell-mode-line-string): Remove autoload cookie.
29499         (flyspell-mode): Remove defvar.
29501 2005-06-07  Lute Kamstra  <lute@gnu.org>
29503         * textmodes/org.el (org-run-mode-hooks): New function.
29504         (org-agenda-mode): Use it.
29506 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
29508         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29510 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29512         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29514 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
29516         * font-lock.el (font-lock-add-keywords): Doc fix.
29518 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29520         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29521         (tex-compile-default): In the absence of any history, use the order in
29522         tex-compile-alist to choose the preferred command.
29523         (tex-compile-commands): Reorder a bit.
29525         * textmodes/flyspell.el (flyspell-auto-correct-binding)
29526         (flyspell-incorrect-face, flyspell-duplicate-face):
29527         Use (X)Emacs-agnostic code.
29528         (flyspell-mode-map): Don't overwrite at each load.  Remove code
29529         redundant with the subsequent add-minor-mode.  Merge Emacs and
29530         XEmacs code.
29531         (flyspell-word): Minor simplification.
29532         (flyspell-math-tex-command-p): Quieten the byte-compiler.
29533         (flyspell-external-point-words): Remove unused vars `size' and `start'.
29534         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29535         Merge the corresponding Emacs code.
29536         (flyspell-correct-word, flyspell-xemacs-popup):
29537         Use flyspell-do-correct.
29539         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29540         a dedicated window.
29542         * international/latexenc.el (latexenc-find-file-coding-system):
29543         Undo part of last patch, to turn off a compiler warning.
29545 2005-06-06  Juri Linkov  <juri@jurta.org>
29547         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29548         Rename `tmm-inactive-face' to `tmm-inactive'.
29550 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29552         * iswitchb.el: Rename faces.
29554 2005-06-06  Kim F. Storm  <storm@cua.dk>
29556         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29557         (cua-global-mark): Remove -face suffix from face names.
29559         * emulation/cua-gmrk.el (cua--init-global-mark):
29560         Remove cua-global-mark face setup.
29562 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29564         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29565         just like other allowed characters.
29566         (makefile-match-dependency): Exclude leading and training whitespace
29567         from the range of regexp subexp 1.
29568         (makefile-macroassign-regex): Don't try to match the body,
29569         just the name of the macro being defined.
29571         * info.el (Info-read-node-name-2): New function.
29572         (Info-read-node-name-1): Use that.
29573         Add a completion-base-size-function property.
29575         * simple.el (completion-setup-function): Look for
29576         completion-base-size-function property of minibuffer-completion-table.
29578         * files.el (locate-file-completion): Doc fix.
29580         * printing.el: Don't call pr-update-menus; user must do that.
29582         * emacs-lisp/debug.el (debugger-window): New variable.
29583         (debug): Use debugger-window if it is set and still alive.
29584         Record debugger-window for next entry.
29586         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29588 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29590         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29591         (hack-one-local-variable, hack-local-variables)
29592         (hack-local-variables-prop-line): Pass that arg.
29594 2005-06-06  Kim F. Storm  <storm@cua.dk>
29596         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29597         (ido-indicator): Remove -face suffix from face names.
29599 2005-06-06  Juri Linkov  <juri@jurta.org>
29601         * font-lock.el (font-lock-regexp-backslash)
29602         (font-lock-regexp-backslash-construct): New faces.
29603         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29604         after `('.  Add `while-no-input' to control structures.
29606         * faces.el (no-break-space, shadow): New faces.
29607         (escape-glyph): Use less loud colors pink2 and red4.
29609         * diff-mode.el (diff-context-face)
29610         * dired.el (dired-ignored)
29611         * rfn-eshadow.el (file-name-shadow)
29612         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29614         * info.el (Info-title-1-face): Use green instead of yellow because
29615         bold yellow is not readable on light backgrounds.
29617         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29618         before selecting the desired mode to not spend time fontifying
29619         old contents.
29621 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29623         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29624         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29626         * ps-print.el (ps-default-fg, ps-default-bg):
29627         Fix typos in docstrings.
29629         * isearchb.el (isearchb): Don't pass a spurious second argument to
29630         `iswitchb-completions'.
29632 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29634         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29635         to preserve point.
29636         (gdb-find-file-hook): Add doc string.
29638         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29639         C dereferenced pointer expression.
29640         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29642         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29644         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29645         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29646         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29647         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29648         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29649         Make background transparent.
29651 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29653         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29654         (font-lock-remove-keywords): Doc fix.
29655         (font-lock-mode-major-mode): Compiler defvar.
29656         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29658         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29659         (font-lock-mode): Update `font-lock-mode-major-mode'.
29660         (font-lock-set-defaults): Compiler defvar.
29661         (font-lock-default-function): Take `font-lock-mode-major-mode'
29662         into account.
29664         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29665         keep track of which major mode it enabled the minor mode for.
29666         Use find-file-hook again.  Update docstring.
29668         * simple.el (eval-expression-print-level)
29669         (eval-expression-print-length, eval-expression-debug-on-error):
29670         Doc fixes.
29672 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29674         * iswitchb.el (iswitchb-single-match-face)
29675         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29676         (iswitchb-invalid-regexp-face): New faces.
29677         (iswitchb-completions): Use them.
29678         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29679         now marked as an obsolete alias.
29680         (iswitchb-read-buffer): Remove check for bound font variables.
29681         (iswitchb-invalid-regexp): New free variable.
29682         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29683         set iswitchb-invalid-regexp.
29684         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29685         invalid regexps.
29686         (iswitchb-completions): Add check for complete match when entering
29687         a regexp.
29688         (iswitchb-completions): Remove require-match argument.
29689         (iswitchb-exhibit): Fix caller.
29690         (iswitchb-common-match-inserted): New variable.
29691         (iswitchb-complete, iswitchb-completion-help): Use it.
29693 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29695         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29696         Use `url-http-debug' instead of `message'.
29698 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29700         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29701         as a callback argument.
29703 2005-06-04  Kim F. Storm  <storm@cua.dk>
29705         * simple.el (line-move): Only call sit-for when moving backwards.
29707         * ido.el (ido-make-merged-file-list-1): New defun split from
29708         ido-make-merged-file-list.
29709         (ido-make-merged-file-list): Bind throw-on-input around call to
29710         ido-make-merged-file-list-1.  Return input-pending-p if
29711         interrupted by more input available.
29712         (ido-read-internal): Handle input-pending-p return value from
29713         ido-make-merged-file-list.
29715 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29717         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29718         compatibility code.
29720         * international/latexenc.el (latexenc-find-file-coding-system):
29721         Don't inherit the EOL part of the coding-system from the
29722         tex-main buffer.  Fit within 80 columns.
29724 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29726         * tmm.el (tmm-inactive-face): New face.
29727         (tmm-remove-inactive-mouse-face): New function.
29728         (tmm-prompt, tmm-add-one-shortcut)
29729         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29730         but not selectable.
29732 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29734         * faces.el (face-equal): Improve argument/docstring consistency.
29736 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29738         * progmodes/make-mode.el (makefile-targets-face)
29739         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29740         (makefile-bsdmake-dependency-regex)
29741         (makefile-makepp-rule-action-regex)
29742         (makefile-bsdmake-rule-action-regex): New constants.
29743         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29745         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29746         Allow (...) within `...' for makepp messages.
29748 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29750         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29752         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29753         "." files are deleted from all file lists before comparison.
29755         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29756         (viper-ESC-key): Made them customizable.
29758         * emulation/viper.el (viper-non-hook-settings):
29759         Fix the names of defadvices.
29761 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29763         * autorevert.el (auto-revert-buffers): Use save-match-data.
29765 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29767         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29768         menu items with a nil command binding.
29770 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29772         * emacs-lisp/cl-macs.el (defsetf):
29773         Improve argument/docstring consistency.
29775         * faces.el (list-faces-display): Improve the formatting by
29776         computing the maximum length required for any face-name (reworked
29777         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29778         (internal-find-face): Remove redundant info in docstring.
29780 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29782         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29783         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29784         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29785         (gdb-assembler-custom): Improve regexps.
29786         (def-gdb-auto-update-handler): Use window point to preserve point.
29788 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29790         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29792 2005-05-31  Jay Belanger  <belanger@truman.edu>
29794         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29795         to calc-embedded.
29796         (calc-embedded-make-info): Have plain prefix argument select
29797         entire line.
29799 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29801         * faces.el (list-faces-display): Signal error if passed a regexp
29802         that matches no face name.
29804         * simple.el (filter-buffer-substring): Fix typo in docstring.
29806 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29808         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29809         (vhdl-emacs-21): Doc fix.
29810         (vhdl-mode): Unconditionally set comment-padding.
29811         (vhdl-fixup-whitespace-region): Insert spaces only where
29812         there are none.
29813         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29815 2005-05-30  John Wiegley  <johnw@newartisans.com>
29817         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29818         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29819         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29820         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29821         `string-to-number'.
29823 2005-05-30  Jay Belanger  <belanger@truman.edu>
29825         * calc/calc.el (calc-bug-address): Fix docstring.
29826         (calc-window-hook, calc-trail-window-hook): New variables.
29827         (calc-trail-display): Restore use of calc-trail-window-hook.
29828         (calc): Restore use of calc-window-hook.
29830 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29832         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29834         * help-fns.el (help-C-file-name): Add autoload mark for
29835         `find-function-noselect'.
29837 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29839         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29840         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29842 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29844         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29845         included diary buffer if it was not already being visited.
29846         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29848         * calendar/icalendar.el (top-level): Do not require appt.
29850         * mail/supercite.el (sc-select-attribution): Only use a list
29851         element from sc-attrib-selection-list if it returns a string.
29852         Reported by Davide G. M. Salvetti <salve@debian.org>.
29854 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29856         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29857         includes a hash value to improve its uniqueness, and has a ".jpg"
29858         extension.  Also, it is now a valid filename on all systems.
29859         (thumbs-make-thumb): Use `let', not `let*'.
29860         (thumbs-show-thumbs-list): Check for JPEG availability.
29862 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29864         * filesets.el (filesets-menu-ensure-use-cached):
29865         Prevent warning when emacs-version>= is undefined.
29867         * printing.el (pr-interactive-n-up): Use string-to-number.
29869         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29871         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29872         Warn only when name to be defined is quoted.
29874 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29876         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29877         Make regexp more robust.
29878         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29879         Force regeneration of disassembly.
29881 2005-05-29  Jay Belanger  <belanger@truman.edu>
29883         * calc/calc.el (calc-user-invocation): Check if
29884         calc-invocation-macro is non-nil.
29886 2005-05-29  Juri Linkov  <juri@jurta.org>
29888         * add-log.el (change-log-font-lock-keywords):
29889         Add `+' to e-mail regexp to accept mail address with keywords.
29891         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29893 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29895         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29897         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29899 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29901         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29902         Undo the change that moves to end of the current word.
29904 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29906         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29907         Throw error when count <= 0 to ensure input is a number.
29908         (gdb-read-memory-custom): Pick up address from buffer.
29909         (gdb-memory-mode): Allow user to increment and decrement
29910         memory address from header line.
29912 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29914         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29915         (flyspell-auto-correct-previous-hook): Doc fix.
29917         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29918         Do nothing if memory is full.
29920         * font-lock.el (font-lock-fontify-syntactically-region):
29921         Pass t for GREEDY to looking-back.
29923         * saveplace.el (save-place-alist-to-file): Write the file
29924         using write-region.
29926         * subr.el (looking-back): New argument GREEDY.
29928         * progmodes/compile.el (compilation-start): Set the mode
29929         before inserting the initial text.
29931         * progmodes/which-func.el (which-func-update-1): Turn the mode
29932         off in case of error by setting which-func-mode.
29934 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29936         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29937         Narrow down to what's on the screen, and recenter overlays
29938         at the end of the next word.
29940 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29942         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29943         8Vars moved up.
29944         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29945         (flyspell-abbrev-p): Default to nil.
29946         (flyspell-use-global-abbrev-table-p): Doc fix.
29947         (flyspell-large-region): Allow nil as value.
29948         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29950         (mail-mode-flyspell-verify): More robust handling
29951         of `mail-header-separator'.  More efficient signature detection.
29952         Allow for regexp metacharacters in message-header-separator.
29953         Adding `To' not to be checked in mail-mode-flyspell-verify.
29955         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29956         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29957         Bind flyspell-auto-correct-binding.
29958         Bind C-. and C-, .
29959         (flyspell-mode-map): Likewise.
29960         (flyspell-mode): Doc fix.
29961         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29962         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29963         (flyspell-word-cache-result): New var, always local.
29964         (flyspell-check-pre-word-p): Doc fix.
29965         (flyspell-check-changed-word-p): Handle spc like newline.
29966         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29967         (flyspell-word-search-backward, flyspell-word-search-forward):
29968         New functions.
29969         (flyspell-word): Return t if nothing to check.
29970         When parsing TeX code, check for after } or \.
29971         Use flyspell-word-search-backward to find previous word.
29972         Return nil if duplicated word.
29973         For word already checked, return same value as last time.
29974         Set flyspell-word-cache-result after checking.
29975         Don't clobber the return value.
29976         (flyspell-get-word): Major rewrite.
29977         (flyspell-external-point-words): New locals pword, pcount.
29978         Fix size used in progress message.
29979         Find the proper corresponding word in flyspell-large-region-buffer.
29980         (flyspell-region): Check for flyspell-large-region = nil.
29981         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29982         (flyspell-auto-correct-word): Check that WORD is a cons.
29983         (flyspell-correct-word): Likewise.
29985 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29987         * progmodes/make-mode.el (makefile-rule-action-regex)
29988         (makefile-macroassign-regex, makefile-makepp-mode)
29989         (makefile-bsdmake-mode): Continuation lines may be empty.
29990         Reported by Joshua Varner.
29991         (makefile-makepp-font-lock-keywords): Add $(stem).
29993 2005-05-28  Karl Berry  <karl@gnu.org>
29995         * textmodes/tex-mode.el: Now that tex-send-command calls
29996         shell-quote-argument (2005-03-31 change), remove all calls to
29997         shell-quote-argument; they all end up invoking tex-send-command.
29998         The double quoting loses on filenames with non-safe characters,
29999         such as "@".  Reported by Frederik Fouvry.
30001 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
30003         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30004         about preserving point.
30006 2005-05-27  Jay Belanger  <belanger@truman.edu>
30008         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30009         Info-goto-node.
30011         * calc/calc-embed.el (calc-embed-arg): New variable.
30012         (calc-do-embedded-activate, calc-embedded-activate-formula)
30013         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30014         variable by new variable.
30015         (calc-embedded-make-info): Replace undeclared variable by new
30016         variable.  When selecting region with positive prefix
30017         argument, use end of previous line instead of beginning of line.
30019         * calc/calc-aent.el (calc-arg-values): Declare it.
30021         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30022         Declare them.
30024         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30026         * calc/calc.el (calc-alg-map): Declare it.
30028         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30030 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
30032         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30033         (gdb-registers-buffer, toggle-gdb-all-registers):
30034         Toggle display of floating point registers.
30035         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30037         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
30038         (toggle-gud-tooltip-dereference):
30039         Rename from gud-toggle-tooltip-dereference.
30041 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30043         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30045 2005-05-27  Jay Belanger  <belanger@truman.edu>
30047         * calc/calc-prog.el (calc-kbd-report): Remove.
30048         (calc-kbd-query): Rewrite.
30050 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
30052         * image.el (image-library-alist): Move to image.c.
30053         (image-type-available-p): Doc fix.
30055 2005-05-27  Lute Kamstra  <lute@gnu.org>
30057         * calc/calc.el (calc):
30058         * outline.el (outline-1, outline-2, outline-3, outline-4)
30059         (outline-5, outline-6, outline-7, outline-8):
30060         * textmodes/dns-mode.el (dns-mode):
30061         * textmodes/sgml-mode.el (sgml-namespace-face):
30062         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30063         (tex-verbatim-face, tex-use-reftex):
30064         * textmodes/texinfo.el (texinfo-heading-face):
30065         Specify customization group.
30067         * longlines.el: Don't require easy-mmode.
30068         (longlines-visible-face): Specify customization group.
30070 2005-05-27  Kenichi Handa  <handa@m17n.org>
30072         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30073         encoding table of windows-1251.
30075         * international/ucs-tables.el (ucs-set-table-for-input):
30076         If translation-table-for-input of a coding system is a symbol, get
30077         its translation-table property.
30079         * international/code-pages.el: Don't register a coding system into
30080         non-iso-charset-alist more than once.
30081         (cp-make-coding-system): Likewise.
30083 2005-05-26  John Wiegley  <johnw@newartisans.com>
30085         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30086         `eshell-resume-eval' is wrapped in a list, it indicates that the
30087         command was run asynchronously.  In that case, unwrap the value
30088         before checking the delimiter value.
30090         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30091         character before a space at the end of a line is \, assume the space
30092         is part of the last argument rather than a final argument separator.
30094         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30095         is in use, and the target is `t' or `nil' (which are the most common
30096         values), don't assume that the symbol target is a buffer.
30098 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
30100         * calendar/calendar.el (calendar-mode-line-format):
30101         Use mode-line-highlight as mouse-face.
30103         * time.el (display-time-string-forms, display-time-update):
30104         Use mode-line-highlight as mouse-face.
30106 2005-05-26  Jay Belanger  <belanger@truman.edu>
30108         * calc/calc.el (calc-language-alist): Remove extra defvar.
30110 2005-05-26  Lute Kamstra  <lute@gnu.org>
30112         * arc-mode.el (archive-mode):
30113         * bookmark.el (bookmark-read-annotation-mode)
30114         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30115         * bs.el (bs-mode):
30116         * calc/calc-yank.el (calc-edit-mode):
30117         * calc/calc.el (calc-mode, calc-trail-mode):
30118         * calculator.el (calculator-mode):
30119         * chistory.el (command-history-mode):
30120         * comint.el:
30121         * cus-edit.el (custom-mode):
30122         * descr-text.el (describe-text-mode):
30123         * ebuff-menu.el (Electric-buffer-menu-mode):
30124         * ediff-util.el (ediff-mode):
30125         * emacs-lisp/re-builder.el (reb-mode):
30126         * emulation/vi.el (vi-mode-setup):
30127         * emulation/ws-mode.el (wordstar-mode):
30128         * eshell/esh-mode.el (eshell-mode):
30129         * forms.el (forms-mode):
30130         * help-mode.el (help-mode):
30131         * hexl.el (hexl-mode):
30132         * ibuffer.el (ibuffer-mode):
30133         * ielm.el (inferior-emacs-lisp-mode):
30134         * info.el (Info-mode, Info-edit-mode):
30135         * international/swedish.el:
30136         * ledit.el (ledit-from-lisp-mode):
30137         * locate.el (locate-mode):
30138         * mail/rmail.el (rmail-mode):
30139         * mail/rmailedit.el (rmail-edit-mode):
30140         * mail/rmailsum.el (rmail-summary-mode):
30141         * mail/supercite.el (sc-electric-mode):
30142         * net/eudc.el (eudc-mode):
30143         * net/quickurl.el (quickurl-list-mode):
30144         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30145         * obsolete/ooutline.el (outline-mode):
30146         * obsolete/options.el (Edit-options-mode):
30147         * obsolete/rnews.el (news-mode):
30148         * obsolete/rnewspost.el (news-reply-mode):
30149         * play/5x5.el (5x5-mode):
30150         * play/decipher.el (decipher-mode, decipher-stats-mode):
30151         * play/gomoku.el (gomoku-mode):
30152         * play/snake.el (snake-mode):
30153         * play/solitaire.el (solitaire-mode):
30154         * play/tetris.el (tetris-mode):
30155         * progmodes/ada-mode.el (ada-mode):
30156         * progmodes/antlr-mode.el (antlr-mode):
30157         * progmodes/autoconf.el (autoconf-mode):
30158         * progmodes/dcl-mode.el (dcl-mode):
30159         * progmodes/delphi.el (delphi-mode):
30160         * progmodes/ebrowse.el (ebrowse-tree-mode)
30161         (ebrowse-electric-list-mode, ebrowse-member-mode)
30162         (ebrowse-electric-position-mode):
30163         * progmodes/f90.el (f90-mode):
30164         * progmodes/fortran.el (fortran-mode):
30165         * progmodes/icon.el (icon-mode):
30166         * progmodes/idlw-help.el (idlwave-help-mode):
30167         * progmodes/idlw-shell.el (idlwave-shell-mode):
30168         * progmodes/idlwave.el (idlwave-mode):
30169         * progmodes/inf-lisp.el (inferior-lisp-mode):
30170         * progmodes/m4-mode.el (m4-mode):
30171         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30172         * progmodes/modula2.el (modula-2-mode):
30173         * progmodes/octave-inf.el (inferior-octave-mode):
30174         * progmodes/octave-mod.el (octave-mode):
30175         * progmodes/pascal.el (pascal-mode):
30176         * progmodes/sh-script.el (sh-mode):
30177         * progmodes/sql.el (sql-mode, sql-interactive-mode):
30178         * progmodes/vhdl-mode.el (vhdl-mode):
30179         * progmodes/xscheme.el (scheme-interaction-mode):
30180         * replace.el (occur-mode):
30181         * ses.el (ses-mode):
30182         * simple.el (completion-list-mode):
30183         * skeleton.el:
30184         * speedbar.el (speedbar-mode):
30185         * term.el (term-mode):
30186         * terminal.el (terminal-edit-mode):
30187         * textmodes/reftex-index.el (reftex-index-mode)
30188         (reftex-index-phrases-mode):
30189         * textmodes/reftex-sel.el (reftex-select-label-mode)
30190         (reftex-select-bib-mode):
30191         * textmodes/reftex-toc.el (reftex-toc-mode):
30192         * wdired.el (wdired-change-to-wdired-mode):
30193         * wid-browse.el (widget-browse-mode):
30194         Use run-mode-hooks.
30196         * array.el (array-mode):
30197         * calendar/todo-mode.el (todo-mode):
30198         * man.el (Man-mode):
30199         * play/landmark.el (lm-mode):
30200         * play/mpuz.el (mpuz-mode):
30201         Use kill-all-local-variables and run-mode-hooks.
30203         * subr.el (delay-mode-hooks): Specify indentation.
30205 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
30207         * xml.el (xml-substitute-special): Don't die for undefined xml
30208         entities.
30210 2005-05-26  Jay Belanger  <belanger@truman.edu>
30212         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30213         of nil.
30215 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
30217         * progmodes/gdb-ui.el (gdb-frame-address):
30218         Rename from gdb-current-address.
30219         (gdb-previous-frame-address): Rename from gdb-previous-address.
30220         (gdb-selected-frame): Rename from gdb-current-frame.
30221         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30222         (gdb-frame-number): Rename from gdb-current-stack-level.
30223         (gdb-ann3): Match new mode-name for disassembly buffer.
30224         Extend initialization of variables.
30225         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30226         (gdb-memory-mode): Use mouse-face in header line.
30227         (gdb-assembler-buffer-name): Call it disassembly and give frame
30228         in mode line.
30229         (gdb-source-spec-regexp, gdb-assembler-custom)
30230         (gdb-invalidate-assembler, gdb-frame-handler):
30231         Make robust to leading zeroes in address format.
30233 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
30235         * textmodes/org.el (org-mode): Use `define-derived-mode' to
30236         define `org-mode'.
30237         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30239 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30241         * log-edit.el (log-edit-changelog-entries): Distinguish between
30242         filenames like xfns.c and fns.c.
30244 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
30246         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30247         point after reverting.
30248         (Buffer-menu-make-sort-button): Handle the case where
30249         `Buffer-menu-use-header-line' is nil.
30251 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
30253         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30254         New funcs.  In minibuffer-local-completion-map bind `]', `/'
30255         and `:' to them.
30257 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30259         * startup.el (normal-top-level): Allow modification of load-path while
30260         we're iterating over it.
30262 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
30264         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30265         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30266         (thumbs-resize-interactive, thumbs-insert-image)
30267         (thumbs-insert-thumb, thumbs-dired-show-marked)
30268         (thumbs-find-image-at-point, thumbs-delete-images)
30269         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30270         (thumbs-increment-image-size, thumbs-decrement-image-size):
30271         Fix typos in docstrings.
30273 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
30275         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30276         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30277         (cperl-mode): Use them.
30279 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
30281         * window.el (quit-window, shrink-window-if-larger-than-buffer):
30282         Doc fixes.
30284 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
30286         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30287         Bind C-d to gdb-inferior-io-eof.
30289         * dired.el (dired-dnd-popup-notice): Use message-box.
30291 2005-05-23  Masatake YAMATO  <jet@gyve.org>
30293         * bindings.el (mode-line-major-mode-keymap):
30294         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30296         * faces.el (mode-line-highlight): New face.
30298         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30299         as mouse-face.
30301         * bindings.el (top-level, help-echo, mode-line-modified)
30302         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30303         as mouse-face.
30305 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
30307         * progmodes/cc-engine.el (c-guess-basic-syntax):
30308         Remove spurious call to `zerop'.
30310         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30312 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
30314         CC Mode update to 5.30.10:
30316         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30317         the point could go past the limit in decoration level 2, thereby
30318         causing errors during interactive fontification.
30320         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30321         bug when the file is evaluated interactively.
30323         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30324         declarations somewhat better in C++.
30326         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30327         New helper macro to make use of `run-mode-hooks'
30328         which has been added in Emacs 21.1.
30329         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30330         (awk-mode): Use it.
30331         (make-local-hook): Suppress warning about obsoleteness.
30333         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30334         (c-append-backslashes-forward, c-delete-backslashes-forward)
30335         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30336         Compensate for return value from `forward-line' when it has moved
30337         but not to a different line due to eob.
30339         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30340         `objc-method-intro' and `objc-method-args-cont'.
30342 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
30344         CC Mode update to 5.30.10:
30346         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30347         address in the copyright statement.  Incidentally, change "along with
30348         GNU Emacs" to "along with this program" where it occurs.
30350         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30351         autoload, so that it is interactive, hence can be found by M-x awk-mode
30352         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
30353         <gmorris+emacs@ast.cam.ac.uk>.
30355         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30356         Mode's regexps.
30358 2005-05-23  Kevin Ryde  <user42@zip.com.au>
30360         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30361         from c-parse-state, to avoid a lisp error (on bad code).
30363 2005-05-23  Lute Kamstra  <lute@gnu.org>
30365         * subr.el (font-lock-defaults): Remove defvar as it's already
30366         defined in font-core.el.
30368         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30370 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
30372         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30373         more general and work when GDB variable "print pretty" is on,
30374         as with Emacs, for example.
30376 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
30378         * font-core.el: Update comment.
30380         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30381         Use `after-change-major-mode-hook' instead of `find-file-hook'.
30383         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30385 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
30387         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30388         and `yank-handler' in the doc strings.
30390 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30392         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
30394 2005-05-22  Richard M. Stallman  <rms@gnu.org>
30396         * help.el (describe-key): Move print-help-return-message call
30397         out of conditional.
30399         * progmodes/etags.el (list-tags): Use with-no-warnings.
30401         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30402         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30403         (starttls-extra-args, starttls-extra-arguments): Add defvars.
30405         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30407         * language/viet-util.el (viet-viscii-nonascii-translation-table):
30408         Add defvar.
30410         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30411         Use defvar, not defconst.
30413         * hexl.el (hexl-follow-line): Use with-no-warnings.
30415         * emulation/tpu-extras.el: Use write-file-functions instead of
30416         write-file-hooks.
30418         * dired.el (dired-font-lock-keywords): Fontify files with junk
30419         extensions even if marked by -F.
30421 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
30423         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30424         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30425         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30426         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30427         (concatenate, list-length, get*, getf, cl-remprop):
30428         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30429         (etypecase, progv, lexical-let, lexical-let*)
30430         (multiple-value-bind, multiple-value-setq, shiftf):
30431         Improve argument/docstring consistency.
30433         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30435 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
30437         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30438         doesn't exist.
30440         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
30441         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30443 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
30445         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30446         already deleted variables: auto-fill-hook, blink-paren-hook,
30447         lisp-indent-hook, inhibit-local-variables, unread-command-event,
30448         suspend-hooks, comment-indent-hook, meta-flag,
30449         before-change-function, after-change-function,
30450         font-lock-doc-string-face.
30452 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
30454         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30456 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
30458         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30459         rmail-dont-reply-to.
30461 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30463         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30464         literal blank when splitting new-header-values.
30466 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
30468         * calendar/cal-menu.el (cal-menu-update): Add separator as a
30469         string so that tmm doesn't create a completion entry for it.
30471         * textmodes/table.el (table-disable-menu): Ditto.
30473 2005-05-21  Richard M. Stallman  <rms@gnu.org>
30475         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30477         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30479         * net/rcompile.el (remote-compile): Use compilation-start.
30481         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30483 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
30485         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30486         Default to makefile-bsdmake-mode on BSD systems.
30488         * imenu.el (imenu-generic-expression, imenu--generic-function'):
30489         REGEXP may also be a search function now.  The part of doc-string
30490         for describing the structure was 95% identical to that of
30491         `imenu--generic-function'.  Unify it there.
30493         * progmodes/make-mode.el (makefile-imenu-generic-expression):
30494         Use function to find dependencies, because regexp alone is so complex,
30495         it easily goes into an endless loop.
30496         (makefile-makepp-mode): Also add submenu for Perl functions
30497         defined in the makefile.
30498         (makefile-bsdmake-mode): Special imenu-generic-expression no
30499         longer needed, due to function call.
30500         (makefile-match-dependency): Take BOUND into account when checking
30501         if we're through.
30503 2005-05-20  Jay Belanger  <belanger@truman.edu>
30505         * calc/calc-units.el (calc-invalidate-units-table):
30506         Use inhibit-read-only.
30507         (math-build-units-table-buffer): Use view-mode.
30509 2005-05-20  David Kastrup  <dak@gnu.org>
30511         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30512         easy-menu-add is not a nop on Emacs; and clarify when to call it.
30514 2005-05-20  Lute Kamstra  <lute@gnu.org>
30516         * diff-mode.el (diff-header-face, diff-file-header-face)
30517         (diff-index-face, diff-hunk-header-face, diff-removed-face)
30518         (diff-added-face, diff-changed-face, diff-function-face)
30519         (diff-context-face, diff-nonexistent-face): Put them in the
30520         diff-mode customization group.
30522 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30524         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30526         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30528         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30529         Minor regexp-optimization.
30531 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
30533         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30534         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30535         (org-agenda-add-time-grid-maybe): New function.
30536         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30537         (org-table-create): `dotimes' instead of `mapcar'.
30538         (org-xor): Simplify implementation.
30539         (org-agenda): `inhibit-redisplay' turned on.
30540         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30541         a consistent line after a state change.
30542         (org-agenda-remove-times-when-in-prefix): New option.
30543         (org-prefix-has-time): New variable.
30544         (org-parse-time-string): Optional argument NODEFAULT.
30545         (org-format-agenda-item): Parse items for time-of-day
30546         specifications and move these into the prefix if possible.
30547         (org-agenda-priority): Get current heading, not previous heading
30548         during agenda remote editing.
30550 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30552         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30553         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30554         (remove-duplicates, delete-duplicates, substitute)
30555         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30556         (nsubstitute-if-not, find, find-if, find-if-not, position)
30557         (position-if, position-if-not, count, count-if, count-if-not)
30558         (mismatch, search, sort*, stable-sort, merge, member*)
30559         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30560         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30561         (intersection, nintersection, set-difference, nset-difference)
30562         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30563         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30564         (nsublis, tree-equal): Improve argument/docstring consistency.
30566         * subr.el (send-string, send-region): Remove obsolescence declaration.
30567         (window-dot, set-window-dot, read-input, show-buffer)
30568         (eval-current-buffer, string-to-int):
30569         Add release number to obsolescence declarations.
30571 2005-05-19  Kim F. Storm  <storm@cua.dk>
30573         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30574         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30576 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30578         * faces.el (list-faces-display): Make back button respect optional
30579         regexp arg.
30581 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30583         * calculator.el (calculator-radix-grouping-mode)
30584         (calculator-radix-grouping-digits, calculator-displayer)
30585         (calculator-radix-grouping-separator, calculator-copy-displayer):
30586         * dabbrev.el (dabbrev-search-these-buffers-only):
30587         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30588         (diff-advance-after-apply-hunk, diff-mode-hook)
30589         (diff-minor-mode-prefix):
30590         * imenu.el (imenu-use-popup-menu):
30591         * jit-lock.el (jit-lock-context-time):
30592         * newcomment.el (comment-fill-column, comment-column)
30593         (comment-style, comment-padding, comment-multi-line)
30594         (comment-empty-lines, comment-auto-fill-only-comments):
30595         * reveal.el (reveal-around-mark):
30596         * uniquify.el (uniquify-buffer-name-style)
30597         (uniquify-after-kill-buffer-p)
30598         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30599         (uniquify-min-dir-content, uniquify-separator)
30600         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30601         * w32-vars.el (w32-fixed-font-alist):
30602         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30603         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30604         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30605         * progmodes/perl-mode.el (perl-indent-level)
30606         (perl-continued-statement-offset, perl-continued-brace-offset)
30607         (perl-brace-offset, perl-brace-imaginary-offset)
30608         (perl-label-offset, perl-indent-continued-arguments)
30609         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30610         * progmodes/tcl.el (tcl-indent-level)
30611         (tcl-continued-indent-level, tcl-auto-newline)
30612         (tcl-tab-always-indent, tcl-electric-hash-style)
30613         (tcl-help-directory-list, tcl-use-smart-word-finder)
30614         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30615         (inferior-tcl-source-command):
30616         * textmodes/fill.el (enable-kinsoku):
30617         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30618         * textmodes/table.el (table-yank-handler):
30619         Specify missing group (and type, if simple) in defcustom.
30621 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30623         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30625 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30627         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30629         * subr.el (event-basic-type): Don't get an error.
30630         (left-fringe-p): Function deleted.
30632         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30633         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30635         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30636         in recursive copy.
30638         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30640         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30642         * emacs-lisp/bytecomp.el
30643         (byte-compile-file-form-custom-declare-variable):
30644         Call byte-compile-nogroup-warn if appropriate.
30646         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30647         (compilation-set-window): Don't call left-fringe-p; do it directly.
30649 2005-05-19  Jay Belanger  <belanger@truman.edu>
30651         * calc/calc-graph.el (calc-graph-format-data): Make sure
30652         var-PlotRejects is bound before trying to check its value.
30654 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30656         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30657         definition of this variable from reftex-global.el to reftex.el,
30658         because it is needed in the menu.
30660 2005-05-19  Lute Kamstra  <lute@gnu.org>
30662         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30663         years are fixed.  Don't insert a space after a dash.
30665 2005-05-19  Kim F. Storm  <storm@cua.dk>
30667         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30669 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30671         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30672         strings, because (eq ... ?\\) is fairly frequent.
30674         * progmodes/make-mode.el (makefile-add-this-line-targets):
30675         Simplify and integrate into `makefile-pickup-targets'.
30676         (makefile-add-this-line-macro): Simplify and integrate into
30677         `makefile-pickup-macros.
30678         (makefile-pickup-filenames-as-targets): Simplify.
30679         (makefile-previous-dependency, makefile-match-dependency):
30680         Don't stumble over `::'.
30682 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30684         * subr.el (post-command-idle-hook, post-command-idle-delay):
30685         Remove obsoletion of post-command-idle-hook and
30686         post-command-idle-delay.
30688         * faces.el (list-faces-display): Provide button when describe-face
30689         is called to take user back to the list of faces.
30691         * help-fns.el (describe-variable): Remove hyperlinks in a
30692         variable's value as these are quite frequently inappropriate.
30694         * follow.el (follow-submit-feedback, follow-mode):
30695         Remove references to post-command-idle-hook.
30697 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30699         * progmodes/make-mode.el (makefile-previous-dependency)
30700         (makefile-match-dependency): Check for := (and in bsd mode also
30701         !=) to give a better result, even when font-lock is not on.
30703 2005-05-18  Jay Belanger  <belanger@truman.edu>
30705         * calc/calc-help.el (calc-s-prefix-help):
30706         Add `calc-copy-special-constant' to help string.
30708 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30710         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30712 2005-05-18  Jay Belanger  <belanger@truman.edu>
30714         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30715         in linear factors are in proper order.
30717 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30719         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30720         Support for jurabib.
30722         * textmodes/reftex.el (featurep): Define aliases for overlay
30723         commands, for XEmacs compatibility, and use these aliases in
30724         overlay initializations.
30725         (reftex-highlight): Use `reftex-move-overlay'.
30726         (reftex-unhighlight): Use `reftex-delete-overlay'.
30727         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30728         (reftex-access-search-path): Use `reftex-uniquify' instead of
30729         `reftex-uniq'.
30731         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30732         `before-string' property modification enables for Emacs as well.
30733         (reftex-select-item): Use `reftex-delete-overlay'.
30734         (reftex-select-mark): Use `reftex-make-overlay' and
30735         `reftex-overlay-put'.
30736         (reftex-select-unmark): Use `reftex-delete-overlay' and
30737         `reftex-overlay-put'.
30739 2005-05-18  Lute Kamstra  <lute@gnu.org>
30741         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30743 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30745         * add-log.el (add-change-log-entry):
30746         * array.el (array-make-template, array-reconfigure-rows)
30747         (array-init-max-row, array-init-max-column)
30748         (array-init-columns-per-line, array-init-field-width):
30749         * replace.el (replace-match-maybe-edit, perform-replace):
30750         * textmodes/spell.el (spell-region):
30751         Replace `read-input' by `read-string'.
30753         * forms.el (forms-mode):
30754         * finder.el (finder-compile-keywords):
30755         * shadowfile.el (shadow-read-files):
30756         Replace `eval-current-buffer' by `eval-buffer'.
30758         * terminal.el (te-pass-through):
30759         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30760         (ange-ftp-raw-send-cmd):
30761         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30762         (send-process-next-char, telnet-initial-filter, telnet):
30763         Replace `send-string' by `process-send-string'.
30765         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30766         (prolog-consult-region): Replace `send-string' by
30767         `process-send-string'; replace `send-region' by `process-send-region'.
30769         * progmodes/delphi.el (delphi-log-msg):
30770         Replace `set-window-dot' by `set-window-point'.
30772         * subr.el (window-dot, set-window-dot, read-input, send-string)
30773         (send-region, show-buffer, eval-current-buffer):
30774         Make really obsolete, as the comment says.
30776 2005-05-17  Kim F. Storm  <storm@cua.dk>
30778         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30779         (cua--init-keymaps): Bind C-return instead of S-return to set
30780         rectangle mark.
30782         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30783         instead of S-return to toggle/clear rectangle mark.
30785 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30787         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30788         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30789         Also fontify plain strings assigned to variables, mostly so that a
30790         colon has a face and is thus not taken as a dependency separator.
30791         (makefile-previous-dependency): Inline the new matcher, because it
30792         is too complex to work in both directions.
30793         (makefile-match-dependency): Eliminate `backward' arg (see above).
30794         Completely reimplemented so as to not sometimes go into an endless
30795         loop.  It should also be more efficient, because first it only
30796         searches for `:', instead of applying the very complex regexp.
30797         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30798         to be fontified in one piece can be too long for JIT.
30799         Makefiles are never *that* big.
30801 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30803         * dired.el (dired-mode): Simplify.
30805 2005-05-17  Lute Kamstra  <lute@gnu.org>
30807         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30808         defcustom for the mode hook variable.
30810         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30811         Emacs Lisp Reference Manual.
30813 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30815         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30816         (evenp, list*):
30817         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30818         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30820         * net/tramp-smb.el (tramp-smb-open-connection):
30821         Pass `tramp-chunksize' as fifth (required) argument.
30823 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30825         * font-lock.el (lisp-font-lock-keywords-1):
30826         Set `font-lock-negation-char-face' for [^...] char group.
30827         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30829         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30830         a var, and refine it to mask one more level of nested vars.
30831         (makefile-rule-action-regex): Turn it into a var, and refine it so
30832         it recognizes backslashed continuation lines as belonging to the
30833         same command.
30834         (makefile-macroassign-regex): Refine it so it recognizes
30835         backslashed continuation lines as belonging to the same command.
30836         (makefile-var-use-regex): Don't look at the next char, because it
30837         might be the same one to be skipped by the initial [^$], leading
30838         to an overlooked variable use.
30839         (makefile-make-font-lock-keywords): Remove two parameters, which
30840         are now variables that some of the modes set locally.
30841         Handle dependency and rule action matching through functions, because
30842         regexps alone match too often.  Dependency matching now comes
30843         last, so it can check, whether a colon already matched something else.
30844         (makefile-mode): Inform that font-lock improves makefile parsing
30845         capabilities.
30846         (makefile-match-dependency, makefile-match-action): New functions.
30848 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30850         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30852         * align.el (align-regexp):
30853         * ansi-color.el (ansi-color-get-face):
30854         * array.el (array-reconfigure-rows, array-init-max-row)
30855         (array-init-max-column, array-init-columns-per-line)
30856         (array-init-field-width):
30857         * dired-aux.el (dired-trample-file-versions):
30858         * dired-x.el (dired-mark-sexp):
30859         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30860         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30861         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30862         * faces.el (face-read-integer):
30863         * files.el (backup-extract-version, insert-directory):
30864         * hexl.el (hexl-insert-decimal-char):
30865         * server.el (server-process-filter):
30866         * shell.el (shell-extract-num):
30867         * startup.el (command-line-1):
30868         * term.el (term-command-hook):
30869         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30870         (time-stamp-do-number):
30871         * time.el (display-time-update):
30872         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30873         (timezone-fix-time):
30874         * vms-patch.el (vms-suspend-resume-hook):
30875         * calendar/appt.el (appt-convert-time):
30876         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30877         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30878         * calendar/cal-islam.el (mark-islamic-diary-entries):
30879         * calendar/calendar.el (calendar-cursor-to-date)
30880         (calendar-star-date):
30881         * calendar/diary-lib.el (diary-attrtype-convert)
30882         (mark-diary-entries, diary-entry-time):
30883         * calendar/solar.el (solar-get-number):
30884         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30885         * emacs-lisp/re-builder.el (reb-display-subexp):
30886         * emulation/edt.el (edt-set-scroll-margins):
30887         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30888         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30889         (vip-get-ex-count):
30890         * emulation/viper-ex.el (viper-get-ex-token)
30891         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30892         * international/fontset.el (fontset-plain-name):
30893         * mail/feedmail.el (feedmail-look-at-queue-directory):
30894         * mail/mailalias.el (mail-get-names):
30895         * mail/rmail.el (rmail-convert-to-babyl-format):
30896         * mail/rmailsum.el (rmail-make-basic-summary-line)
30897         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30898         (rmail-summary-goto-msg):
30899         * mail/smtpmail.el (smtpmail-read-response):
30900         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30901         (ange-ftp-vms-add-file-entry):
30902         * play/gametree.el (gametree-looking-at-ply)
30903         (gametree-current-branch-score):
30904         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30905         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30906         * progmodes/cperl-mode.el (condition-case):
30907         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30908         (ebrowse-set-member-buffer-column-width)
30909         (ebrowse-select-1st-to-9nth):
30910         * progmodes/etags.el (etags-snarf-tag):
30911         * progmodes/flymake.el (flymake-parse-line):
30912         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30913         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30914         (idlwave-shell-menu-def):
30915         * progmodes/ps-mode.el (ps-run-goto-error):
30916         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30917         (vhdl-speedbar-contract-level):
30918         * term/mac-win.el (x-handle-numeric-switch):
30919         * term/sun-mouse.el (sun-get-frame-data):
30920         * term/w32-win.el (x-handle-numeric-switch):
30921         * term/x-win.el (x-handle-numeric-switch):
30922         * textmodes/ispell.el (ispell-parse-output):
30923         * textmodes/nroff-mode.el (nroff-outline-level):
30924         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30925         (reftex-bib-sort-year-reverse, reftex-format-citation):
30926         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30927         (reftex-section-number):
30928         * textmodes/texinfmt.el (texinfo-paragraphindent):
30929         Replace `string-to-int' by `string-to-number'.
30931         * international/latexenc.el: Add page marker to force the "Local
30932         Variables:" string out of the last page.
30934 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30936         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30937         tooltip-change-major-mode.
30938         (gud-tooltip-print-command): Remove case where gud-minor-mode
30939         is gdb ("--fullname").
30940         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30941         explain to user.
30943 2005-05-16  Jay Belanger  <belanger@truman.edu>
30945         * calc/calc-store.el (calc-copy-special-constant): New function.
30947         * calc/calc-ext.el (calc-init-extensions): Add binding for
30948         `calc-copy-special-constant'.
30950         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30951         for the `calc-copy-special-constant' command.
30953 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30955         * subr.el (left-fringe-p): New function.
30957         * progmodes/compile.el (compilation-setup): Set local value of
30958         overlay-arrow-string to "" always.
30959         (compilation-set-window): Left fringe then don't scroll.
30960         No left fringe then no arrow and scroll message to top.
30961         (compilation-context-lines): Adjust doc string accordingly.
30963 2005-05-16  Kim F. Storm  <storm@cua.dk>
30965         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30966         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30967         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30968         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30969         (ido-read-file-name): Handle commands with ido property value
30970         equal to find-file as reading a file name, to allow C-d to enter dired.
30971         (ibuffer-find-file): Add ido property with value find-file.
30973 2005-05-15  Kim F. Storm  <storm@cua.dk>
30975         * subr.el (open-network-stream-nowait): Remove.
30976         (open-network-stream-server): Remove.
30978 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30980         * faces.el (describe-face): Output a definition link button.
30982         * help-mode.el (help-face-def): New button type.
30984         * emacs-lisp/copyright.el (copyright-fix-years):
30985         Match properly if the first year is 2-digit.
30986         Don't mess up the whitespace after the years by filling.
30988         * dired-aux.el (dired-mark-confirm):
30989         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30991         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30992         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30993         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30995         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30996         Set font-lock-comment-start-skip.
30998         * font-lock.el (font-lock-comment-start-skip): New variable.
30999         (font-lock-comment-end-skip): New variable.
31000         (font-lock-fontify-syntactically-region): Use them if non-nil.
31002 2005-05-15  Jay Belanger  <belanger@truman.edu>
31004         * calc/calc-store.el (calc-store-value): Return a string rather
31005         than display it as a message.
31006         Use calc-var-name for variable name.
31007         (calc-store-into): Add the result of calc-store-value to message.
31008         (calc-copy-variable): Add a message.
31009         (calc-store-exchange): Improve error messages.
31010         (calc-store-binary, calc-store-map): Don't reset the values of
31011         special constants.
31013 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
31015         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31016         manual to docstring.
31018         * files.el (hack-local-variables-confirm): Add STRING argument.
31019         Make the function handle non file visiting buffers correctly.
31020         (hack-local-variables-prop-line, hack-local-variables)
31021         (hack-one-local-variable): Use STRING arg of
31022         `hack-local-variables-confirm'.
31024 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
31026         Sync with Tramp 2.0.49.
31028         * net/tramp.el (tramp-handle-dired-call-process)
31029         (tramp-handle-insert-directory):`insert-buffer' cannot be used
31030         because the contents of the Tramp buffer is changed before
31031         insertion (`expand-file' and alike).
31032         (tramp-handle-insert-directory): If `localname' has an empty
31033         nondirectory name, it must not be quoted.
31034         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
31035         variable `tramp-chunksize'.  Change callees.
31036         (tramp-open-connection-setup-interactive-shell): Check remote host
31037         for buggy `send-process-string' implementation.
31038         Set `tramp-chunksize' if found.  Reported by Michael Kifer
31039         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31040         (tramp-handle-shell-command): `insert-buffer' cannot be used
31041         because the contents of the Tramp buffer is changed before
31042         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31043         <frederic.bothamy@free.fr>.
31044         (tramp-set-auto-save): Actions should be done for Tramp file name
31045         handler only.  Ange-FTP has its own auto-save mechanism.
31046         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31047         (tramp-set-auto-save-file-modes): Set file modes of
31048         `buffer-auto-save-file-name' to ?\600 as fallback solution.
31049         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31050         (tramp-bug): Remove obsolete variable.
31051         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
31052         for presence of `mml-mode'.  Make it running for older Emacsen as well.
31054 2005-05-14  John Paul Wallington  <jpw@pobox.com>
31056         * ibuf-ext.el (define-ibuffer-filter filename):
31057         If `dired-directory' is a list, use its car.
31059 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
31061         * ibuffer.el (define-ibuffer-column filename):
31062         If `dired-directory' is a list, use its car.
31064 2005-05-14  Richard M. Stallman  <rms@gnu.org>
31066         * subr.el (symbol-file): Doc fix.
31068         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31069         (byte-compile-form): Call byte-compile-nogroup-warn.
31070         (byte-compile-warning-types): Doc fix.
31072         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31074         * progmodes/cc-engine.el (c-literal-faces):
31075         Add font-lock-comment-delimiter-face.
31077         * net/net-utils.el (dig): Use with-no-warnings.
31079         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31080         (sc-recite-frame-alist, sc-default-cite-frame)
31081         (sc-default-uncite-frame, sc-default-recite-frame)
31082         (sc-attrib-selection-list, sc-rewrite-header-list):
31083         Mark as risky-local-variable.
31085         * international/ogonek.el (ogonek-jak, ogonek-how):
31086         Don't use beginning-of-buffer.
31088         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31090         * calendar/solar.el (solar-data-list): Move definition up.
31092         * dnd.el (dnd-protocol-alist): Add autoload.
31094         * progmodes/sh-script.el: Many doc usage fixes.
31095         (sh-indent-after-do): Change default to match common styles.
31097 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
31099         * files.el (interpreter-mode-alist)
31100         (auto-mode-interpreter-regexp): Doc fixes.
31102 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
31104         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31106         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31108 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31110         * dired.el (dired-mode): make-variable-buffer-local =>
31111         make-local-variable.
31113 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31115         * term/mac-win.el (mac-select-convert-to-string): Try coding
31116         systems in mac-script-code-coding-systems if specified one cannot
31117         encode string for `com.apple.traditional-mac-plain-text'.
31119 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
31121         * progmodes/make-mode.el (makefile-targets-face)
31122         (makefile-shell-face, makefile-makepp-perl-face): New faces.
31123         (makefile-dependency-regex): Fix it to not make the colon in
31124         $(var:a=b) special.
31125         (makefile-rule-action-regex): New regexp for highlighting embedded
31126         Shell strings.
31127         (makefile-macroassign-regex): Handle != for highlighting as
31128         embedded Shell strings.
31129         (makefile-var-use-regex): New const.
31130         (makefile-statements, makefile-automake-statements)
31131         (makefile-gmake-statements, makefile-makepp-statements)
31132         (makefile-bsdmake-statements): New consts.
31133         (makefile-make-font-lock-keywords): New function.
31134         (makefile-automake-font-lock-keywords)
31135         (makefile-gmake-font-lock-keywords)
31136         (makefile-makepp-font-lock-keywords)
31137         (makefile-bsdmake-font-lock-keywords): New consts.
31138         (makefile-mode-map): Add switchers between the various submodes.
31139         (makefile-mode): Document the availability of the variants.
31140         (makefile-automake-mode, makefile-gmake-mode)
31141         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31143         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31144         new variants of makefile-mode.
31146 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31148         * font-lock.el (font-lock-comment-delimiter-face): Fix up
31149         the inheritance.
31151 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
31153         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31154         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31156         * files.el (normal-mode): Extend the scope of the
31157         `enable-local-variables' binding to include the `set-auto-mode' call.
31158         (magic-mode-alist): Doc fix.
31160 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31162         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31163         font-lock-comment-face rather than copying its setting.
31165 2005-05-12  Andreas Schwab  <schwab@suse.de>
31167         * eshell/esh-mode.el (eshell-send-input): Doc fix.
31169 2005-05-12  Lute Kamstra  <lute@gnu.org>
31171         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31172         defcustom for the mode hook variable.  Delete the last argument.
31173         * generic-x.el: Fix callers of define-generic-mode.
31174         (generic-x-modes): Delete group.
31175         (show-tabs-tab-face, show-tabs-space-face): Put them in the
31176         generic-x customization group.
31178 2005-05-12  Kim F. Storm  <storm@cua.dk>
31180         * font-lock.el (font-lock-negation-char-face): Default to "off".
31182         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31183         font-lock-negation-char-face to ! in !=.
31185 2005-05-12  Masatake YAMATO  <jet@gyve.org>
31187         * add-log.el (find-change-log): Fix typos in the docstring
31188         of function.
31190 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31192         * international/latexenc.el (latexenc-find-file-coding-system):
31193         Avoid `re-search-forward' when looking for input encoding because
31194         of speed and safety.  Better regular expressions for recognizing
31195         input encoding.  Limit a search for TeX-master/tex-main-file to
31196         the local variable section.
31198 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
31200         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31201         syntax of $ to "'" (quote).
31203 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
31205         * dnd.el (dnd-protocol-alist): Improve custom type.
31207         * dired.el (dired-dnd-protocol-alist): New variable.
31208         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
31209         `dired-mode-hook' to the end.
31211 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31213         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31214         comment-end if comment-start-skip is not set.
31215         Obey the font-lock-comment-delimiter-face variables.
31217 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31219         * files.el (executable-find): Move from executable.el.  Use
31220         locate-file.
31221         * progmodes/executable.el (executable-find): Move to files.el.
31223         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31224         when trying to ensure forward progress.
31226 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
31228         * mouse-sel.el (mouse-sel-follow-link-p): New function.
31229         (mouse-select, mouse-select-internal, mouse-extend-internal):
31230         Use it to implement mouse-1-click-follows-link functionality.
31232 2005-05-11  Richard M. Stallman  <rms@gnu.org>
31234         * font-lock.el (font-lock-fontify-syntactically-region):
31235         Use font-lock-comment-delimiter-face for comment delimiters.
31237 2005-05-10  Jay Belanger  <belanger@truman.edu>
31239         * calc/calc-help.el (calc-m-prefix-help): Add mention of
31240         preserving embedded modes.
31242 2005-05-10  Richard M. Stallman  <rms@gnu.org>
31244         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31246         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31247         Move from ada-stmt.el.
31248         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31250         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31251         Move to ada-mode.el.
31252         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31254         * cus-edit.el (custom-file): Call file-chase-links.
31256         * files.el (read-directory-name): Fix previous change.
31257         (hack-local-variables-confirm): New function.
31258         (hack-local-variables-prop-line, hack-local-variables)
31259         (hack-one-local-variable): Use it.
31261 2005-05-10  Lute Kamstra  <lute@gnu.org>
31263         * font-lock.el (font-lock-keywords-alist)
31264         (font-lock-removed-keywords-alist): Clarify docstrings.
31266 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
31268         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31269         (gdb-source-info): Check for preprocessor info.
31270         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
31271         a macro for a function.
31272         (gdb-info-breakpoints-custom): Try to find file again if not already
31273         found (user might have used GDB dir command).
31274         (gdb-get-location): Update gdb-location-alist correctly for change
31275         to gdb-info-breakpoints-custom.
31277         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31278         (gud-tooltip-print-command): Add gdbmi case.
31279         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31280         preprocessor info.
31282 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
31284         * startup.el (fancy-splash-insert): Fix typo in doc string.
31286 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
31288         * obsolete/float.el (string-to-float):
31289         * obsolete/hilit19.el (hilit-add-pattern):
31290         * obsolete/rnews.el (news-parse-range, news-select-message)
31291         (news-get-pruned-list-of-files): Replace `string-to-int' by
31292         `string-to-number'.
31294         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31295         `find-file-not-found-hooks'; use `add-hook'.
31296         (uncompress-while-visiting): Set `write-file-functions', not
31297         `write-file-hooks'; use `add-hook'.
31299 2005-05-09  Kim F. Storm  <storm@cua.dk>
31301         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31302         (cua-paste): Handle clipboard action.
31303         (cua--init-keymaps): Remap clipboard-kill-region and
31304         clipboard-kill-ring-save.
31306 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
31308         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31309         Improve commentary.
31311         * simple.el (next-error-overlay-arrow-position): Revert the change
31312         made on 2005-04-30.
31314 2005-05-07  Jay Belanger  <belanger@truman.edu>
31316         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31317         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31318         `calc-sel-reselect'.
31320         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31321         Calc is in embedded mode.
31323 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31325         * progmodes/compile.el (compilation-setup):
31326         Set overlay-arrow-string to an empty string on text terminals.
31328         * textmodes/ispell.el (ispell-program-name): Try looking for
31329         "aspell" along exec-path, and if found, use it as the default
31330         speller program.
31332 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
31334         * international/mule.el (sgml-xml-auto-coding-function):
31335         Recognize encoding='FOO' in single quotes as well as in double quotes.
31337 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
31339         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31340         as well as `interactive', so that defmacro* would recognize
31341         `declare' forms.
31343 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31345         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31346         Explain more about the LIGHTER arg's usage in the doc string.
31347         Add commentary to clarify what the code does.  Fix the regexp that
31348         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
31349         since it could have characters special to regular expressions.
31351 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31353         * replace.el (occur-1): Bind inhibit-read-only so that
31354         erase-buffer doesn't barf on read-only text properties (likewise
31355         for add-text-properties in occur-engine).  Mark buffer as unmodified.
31356         (occur-engine): Don't set buffer-read-only here.
31358 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31360         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31361         list-buffers-directory.  This caused the *cvs-commit* buffer to be
31362         sometimes mistakenly reused as a *cvs* buffer.
31364 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
31366         * tooltip.el: Move code for GUD tooltips into gud.el.
31367         (require): CL no longer needed to compile case.
31368         (tooltip-mode): Do not toggle functions for GUD tooltips.
31369         (tooltip-gud-tips-p): Remove.  Replace with minor mode
31370         gud-tooltip-mode in gud.el.
31371         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31372         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31373         tooltip-gud prefix with gud-tooltip and obsolete.
31374         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31375         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31376         (tooltip-mouse-motion): Mouse movement functions/variable.
31377         Rename in gud.el by adding gud prefix.
31378         (tooltip-gud-original-filter, tooltip-gud-dereference)
31379         (tooltip-gud-event, tooltip-toggle-gud-tips)
31380         (tooltip-gud-process-output, tooltip-gud-print-command)
31381         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
31382         gud.el by replacing tooltip-gud prefix with gud-tooltip.
31383         (gdb-tooltip-print): Move to gdb-ui.el.
31385         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31386         (require): CL needed to compile case.
31387         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31388         tooltip-gud-tips-p.  Make it a minor-mode.
31389         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31390         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31391         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31392         (gud-tooltip-change-major-mode)
31393         (gud-tooltip-activate-mouse-motions-if-enabled)
31394         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31395         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31396         (gud-tooltip-original-filter, gud-tooltip-dereference)
31397         (gud-tooltip-event, tooltip-toggle-gud-tips)
31398         (gud-tooltip-process-output, gud-tooltip-print-command)
31399         (gud-tooltip-tips): Move from tooltip.el.
31401         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31402         (gdb-cpp-define-alist-flags): Doc fix.
31403         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31404         gud-tooltip-mode is t.
31406 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31408         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31409         evaporate if their text is deleted.
31410         (goto-address-at-point): Make it work as a mouse binding as well.
31411         (goto-address-at-mouse): Obsolete it.  Update users.
31413 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
31415         * calendar/appt.el (top-level): No longer activate on load.
31417 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
31419         * calendar/cal-bahai.el (mark-bahai-diary-entries):
31420         * net/webjump.el (webjump):
31421         * progmodes/idlw-help.el (idlwave-do-context-help1)
31422         (idlwave-highlight-linked-completions):
31423         * textmodes/po.el (po-find-file-coding-system-guts):
31424         Replace `assoc-ignore-case' by `assoc-string'.
31426 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
31428         * files.el (locate-file): Doc fix.
31430         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31431         Remove the redundant test for ms-dos.
31433         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31434         look for the preprocessor with exec-suffixes.  If not found in
31435         standard places, look in exec-path.  Remove most of the tests that
31436         used system-type.
31438         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31440         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31442         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31443         file-name clash with jka-compr.el on 8+3 filesystems.
31445 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31447         * term/mac-win.el: Don't define or bind scroll bar functions if
31448         x-toolkit-scroll-bars is t.
31449         (x-select-text, x-get-selection-value): Clear
31450         x-last-selected-text-clipboard if x-select-enable-clipboard is
31451         nil.
31452         (PRIMARY): Put mac-scrap-name property.
31453         (mac-select-convert-to-file-url): New function.
31454         (public.file-url): New selection target type.  Add to
31455         selection-converter-alist.
31456         (x-get-selection, x-selection-value): Handle it.
31457         (x-cut-buffer-or-selection-value): New alias.
31459 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31461         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31462         entry to avoid calling bibtex-find-entry with arg global
31463         being t.  Remove arg key.
31464         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31465         (bibtex-copy-summary-as-kill): Change accordingly.
31467 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31469         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31470         (org-agenda-date-later): Use with-current-buffer.
31472 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
31474         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31475         (define-obsolete-variable-alias): Doc Fixes.
31477 2005-05-06  Kim F. Storm  <storm@cua.dk>
31479         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
31480         vertical-motion when selective-display is active.
31482         * ido.el (ido-setup-hook): New hook.
31483         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31484         (ido-input-stack): New var.
31485         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
31486         ido-next-work-file binding to M-O.
31487         Bind M-f to ido-wide-find-file-or-pop-dir.
31488         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31489         (ido-read-internal): Run ido-setup-hook.
31490         Catch quit in read-file-name and read-string to cancel edit.
31491         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31492         Automatically pop-all when completing a directory name (RET).
31493         (ido-file-internal): Add with-no-warnings around ffap and dired code.
31494         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31495         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31496         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31497         New functions for M-b/M-f to move among the directory components.
31498         (ido-make-merged-file-list): Catch quit to cancel merge.
31499         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31500         (ido-completion-help): No warnings for ido-completion-buffer-full.
31502 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
31504         * font-lock.el (font-lock-negation-char-face): New face and variable.
31505         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31506         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31507         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31508         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31510 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
31512         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31513         Fix typo in docstring.
31515         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31516         (ebrowse-print-statistics-line)
31517         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31519         * term/w32-win.el (image-library-alist): Add additional name for
31520         Xpm library.
31522 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
31524         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31525         use gcc instead of cpp.
31527         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31528         (gdb-create-define-alist): Use it.
31529         (gdb-cpp-define-alist-program): Update for MS-DOS.
31531 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
31533         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31535 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31537         * help.el (describe-key): No error when UNTRANSLATED is nil.
31539         * simple.el (line-move-1): Fix previous change to signal errors
31540         appropriately.
31542 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31544         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31545         (icalendar-duration-correction): Remove.
31546         (icalendar--get-event-properties): Split result at commas.
31547         (icalendar--decode-isoduration): New optional argument
31548         DURATION-CORRECTION.
31549         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31550         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31551         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31552         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31553         (icalendar--convert-anniversary-to-ical): New functions, extracted
31554         from icalendar-export-region, with bug fixes.
31555         (icalendar-export-region): Use the above functions.
31556         (icalendar-import-buffer): Check before saving diary file.
31557         (icalendar--convert-recurring-to-diary)
31558         (icalendar--convert-non-recurring-all-day-to-diary)
31559         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31560         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31561         (icalendar--convert-ical-to-diary): Use the above functions.
31563 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31565         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31566         Remove these recent additions.
31567         (c-mode): Restore to before 2005-04-28.
31569         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31570         recent addition.
31572         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31573         (gdb-define-alist): New variables.
31574         (gdb-create-define-alist): New function.
31575         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31576         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31577         with string-to-number.
31578         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31580         * progmodes/gud.el: Replace string-to-int with string-to-number.
31581         (gud-find-file): Handle gdb-define-alist.
31583         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31585 2005-05-02  Jay Belanger  <belanger@truman.edu>
31587         * calc/calc-aent.el (math-read-token):
31588         * calc/calc-bin.el (calc-word-size):
31589         * calc/calc-ext.el (calc-read-number-fancy):
31590         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31591         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31592         * calc/calc-frac.el (calc-over-notation):
31593         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31594         (calc-graph-num-points, calc-graph-init):
31595         * calc/calc-prog.el (calc-read-parse-table-part)
31596         (calc-edit-macro-repeats):
31597         * calc/calc-yank.el (calc-do-grab-rectangle):
31598         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31599         Replace `string-to-int' by `string-to-number'.
31601 2005-05-02  Kim F. Storm  <storm@cua.dk>
31603         * kmacro.el: Use executing-kbd-macro-index variable.
31605 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31607         * net/rlogin.el (rlogin-parse-words): Delete func.
31608         (rlogin): Use split-string, not rlogin-parse-words.
31609         Also, if there are option-like elements in the parsed args,
31610         take the host to be the first arg immediately following them.
31611         Suggested by Michael Mauger.
31613 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31615         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31617 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31619         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31620         (cc-mode-cpp-program): Rename to cc-define-list-program and
31621         move to cc-vars.el.
31623         * progmodes/cc-vars.el (cc-define-list-program):
31624         Change to "gcc -E -dM -".  Make customizable.
31626 2005-05-02  Kim F. Storm  <storm@cua.dk>
31628         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31630 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31632         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31634         * international/mule-util.el (truncate-string): Remove alias and
31635         obsolete declaration.
31637         * international/mule-cmds.el (update-iso-coding-systems):
31638         Remove alias and obsolete declaration.
31640         * international/mule.el (coding-system-parent): Remove alias and
31641         obsolete declaration.
31643         * subr.el (define-function, sref): Remove aliases and obsolete
31644         declarations.
31645         (chars-in-region): Remove obsolete declaration.
31647 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31649         * info.el (Info-mode): Set widen-automatically to nil, locally.
31651         * simple.el (widen-automatically): New variable.
31652         (pop-global-mark): Obey widen-automatically.
31654 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31656         * term/xterm.el (function-key-map): Call substitute-key-definition
31657         before the keymap size is increased by a lot of define-key calls.
31659 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31661         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31662         Rename ARG to ELEMENT.  Doc fix.
31664 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31666         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31667         Remove references to allout-exposure/change to allout-new-exposure.
31669         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31670         bytecode symbols.
31672         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31673         (compiled-function-p, focus-frame, unfocus-frame):
31674         Remove aliases and obsolete declarations.
31675         Back out inadvertent changes from previous commit.
31677 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31679         * files.el (require-final-newline): Make Custom tags consistent
31680         with mode-require-final-newline.
31681         (mode-require-final-newline): Doc fix.
31683 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31685         * international/latexenc.el (latexenc-find-file-coding-system):
31686         Fix regular expressions.
31688 2005-05-01  David Kastrup  <dak@gnu.org>
31690         * international/latexenc.el (latexenc-find-file-coding-system):
31691         Fix regular expressions.
31693 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31695         * subr.el (string-to-int): Make obsolete.
31697 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31699         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31701         * loadup.el: Load jka-comp-hook.
31703         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31704         (jka-compr-handler): Add autoload.  `put' calls moved
31705         to jka-comp-hook.el.
31706         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31707         (jka-compr-inhibit): Autoload.
31709         * jka-comp-hook.el: New file.
31710         Enable the mode by default.
31712         * files.el (backup-buffer-copy): Use copy-file instead
31713         of write-region, and put back the 'excl.
31715 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31717         * progmodes/flymake.el (flymake-split-string)
31718         (flymake-split-string, flymake-log, flymake-pid-to-names)
31719         (flymake-reg-names, flymake-get-source-buffer-name)
31720         (flymake-unreg-names, flymake-add-line-err-info)
31721         (flymake-add-err-info): Clarify docstrings.
31722         (flymake-popup-menu, flymake-make-emacs-menu)
31723         (flymake-make-xemacs-menu): Add docstrings.
31724         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31725         Set variables directly throughout.
31727 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31729         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31730         exists.  Initialize cc-define-alist.
31731         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31732         If there is no file (Macroexpansion) don't create an alist.
31734 2005-04-29  Sam Steingold  <sds@gnu.org>
31736         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31737         (cc-create-define-alist): Use it instead of the hard-coded string.
31739 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31741         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31742         for latexenc.
31744 2005-04-29  Lute Kamstra  <lute@gnu.org>
31746         * emacs-lisp/generic.el: Improve commentary section.
31747         (define-generic-mode): Improve docstring.
31749 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31751         * textmodes/org.el (many places): Change to quiet the byte compiler.
31752         (org-prefix-format-compiled): New variable.
31753         (org-compile-prefix-format): New function.
31754         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31755         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31756         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31757         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31758         consistency with entries from `org-mode' files.
31759         (org-get-time-of-day): Fix bug with partial matches early in a line.
31760         (org-non-link-chars): New constant.
31761         (org-link-regexp): Respect `org-non-link-chars'.
31762         (org-agenda-day-view): Remove command.
31763         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31764         (org-follow-bbdb-link, org-store-link): Search also company field.
31765         (org-highlight-overlay): New variable.
31766         (org-highlight, org-unhighlight): New functions.
31767         (org-agenda-mode): Add pre-command-hook to remove highlight.
31768         (org-evaluate-time-range): Behavior depends upon whether time stamp
31769         contains a time or not.
31770         (org-show-subtree, org-show-entry): New functions.
31771         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31773 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31775         * comint.el (comint-output-filter-functions): Add autoload cookie.
31777 2005-04-28  Kim F. Storm  <storm@cua.dk>
31779         * ido.el (ido-everywhere): Fix last change.
31781 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31783         * international/latexenc.el: New file.
31784         * international/mule-conf.el (file-coding-system-alist): For .tex,
31785         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31787 2005-04-28  Lute Kamstra  <lute@gnu.org>
31789         * font-lock.el (font-lock-add-keywords)
31790         (font-lock-remove-keywords): Clarify docstring.
31791         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31792         Don't start docstrings with a `*'.
31793         (font-lock-update-removed-keyword-alist): Give it a docstring.
31795         * generic-x.el: Update commentary section.
31796         Only require font-lock when compiling.
31797         Define all modes conditionally.
31798         Place all generic modes in the generic-x-modes customization group.
31799         (generic-x-modes): New customization group.
31800         (generic-default-modes, generic-mswindows-modes)
31801         (generic-unix-modes, generic-other-modes): New constants.
31802         (generic-define-mswindows-modes, generic-define-unix-modes):
31803         Update docstrings.  Make them obsolete.
31804         (generic-extras-enable-list): New default value.  Update docstring.
31805         Improve :type.  Change :set function.
31806         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31807         Fix docstring.
31809         * emacs-lisp/generic.el (generic-mode-internal):
31810         Simplify font-lock-defaults.
31811         (define-generic-mode): Fix docstring.
31813 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31815         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31816         font-lock-face property to highlight matches.
31818 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31820         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31821         (cc-define-alist): New variable.
31822         (c-mode): Make it local and initialize it.
31824         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31825         (gdb-exited): New function.
31826         (gdb-annotation-rules): Use it.
31827         (gdb-starting): Set gdb-active-process to t.
31828         (gdb-stopping): Amend doc string.
31829         (gdb-reset): Set gdb-active-process to nil.
31831         * tooltip.el (tooltip-gud-tips): Show the associated #define
31832         directives when a C program under GDB is not executing.
31834 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31836         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31837         font-lock-fontify-syntactic-keywords.
31839         * font-lock.el (font-lock-default-fontify-region): Don't force
31840         parse-sexp-lookup-properties to nil.
31842 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31844         * man.el (man-mode-syntax-table): Set up `:' to have
31845         word-constituent syntax.
31847 2005-04-27  Lute Kamstra  <lute@gnu.org>
31849         * novice.el (disable-command): Don't add spurious newlines to the
31850         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31852 2005-04-26  Jay Belanger  <belanger@truman.edu>
31854         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31855         than one window before deleting window.
31857 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31859         * shell.el (shell-prompt-pattern): Doc fix.
31860         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31862         * comint.el (comint-prompt-regexp, comint-get-old-input)
31863         (comint-use-prompt-regexp)
31864         (comint-use-prompt-regexp-instead-of-fields)
31865         (comint-replace-by-expanded-history, comint-send-input)
31866         (comint-output-filter, comint-get-old-input-default)
31867         (comint-line-beginning-position, comint-bol, comint-show-output)
31868         (comint-backward-matching-input, comint-forward-matching-input)
31869         (comint-next-prompt, comint-previous-prompt):
31870         Rename `comint-use-prompt-regexp-instead-of-fields' to
31871         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31872         obsolete.
31873         (comint-use-prompt-regexp): Shorten first line of doc string.
31875         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31876         Set paragraph-separate buffer locally to "\\'".
31878         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31879         Adapt to above name change.
31881         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31882         (smbclient-prompt-regexp): Ditto.
31884         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31886 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31888         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31889         gdb-location-list.
31890         Break lines that are over 80 characters wide.
31892 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31894         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31895         New fun and var, to preserve compatibility.
31897         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31899 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31901         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31902         name to file-newer-than-file-p.
31904 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31906         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31908         * progmodes/python.el (python-mode):
31909         Use new name eldoc-documentation-function.
31911         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31913         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31914         (eldoc-documentation-function):
31915         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31917 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31919         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31921 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31923         * term/xterm.el (function-key-map): Fix strings for
31924         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31925         {C,S,A,C-S}-{f1-f12}.
31927 2005-04-26  Kenichi Handa  <handa@m17n.org>
31929         * international/mule-cmds.el (select-safe-coding-system):
31930         Fix previous change.
31932 2005-04-26  Lute Kamstra  <lute@gnu.org>
31934         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31936         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31937         (font-lock-comment-delimiter-face): Ditto.
31939         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31941 2005-04-25  Jay Belanger  <belanger@truman.edu>
31943         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31944         to t while inserting information; use help-mode.
31946 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31948         * term.el (ansi-term-color-vector): Use the xterm colors.
31949         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31951 2005-04-25  Lute Kamstra  <lute@gnu.org>
31953         * font-core.el (font-lock-defaults): Fix docstring.
31955         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31957 2005-04-25  Kenichi Handa  <handa@m17n.org>
31959         * international/mule-cmds.el (select-safe-coding-system):
31960         Don't check consistency with coding: spec, etc if raw-text or
31961         no-conversion was found to be safe.
31963 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31965         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31966         citation markers at start of each line.
31968         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31969         citation markers at start of each line.
31971         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31973         * files.el (mode-require-final-newline): Fix previous change.
31974         (require-final-newline): Fix type label.
31976 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31978         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31979         statement in buffer (broken by 2004-11-24 change).
31981 2005-04-24  Kim F. Storm  <storm@cua.dk>
31983         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31984         and read-file-name-function values.  Don't overwrite existing
31985         non-nil values if ido-mode is enabled without ido-everywhere.
31987 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31989         * files.el (mode-require-final-newline): Minor doc fix.
31991 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31993         * subr.el (syntax-after): Doc fix.
31994         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31995         bits, not 8 bits.
31997         * files.el (mode-require-final-newline): Doc fix.
31998         (backup-buffer-copy): Fix last change.
32000 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32002         * term/mac-win.el: Require select.  Set selection-coding-system to
32003         mac-system-coding-system.  Call menu-bar-enable-clipboard.
32004         (x-last-selected-text-clipboard, x-last-selected-text-primary)
32005         (x-select-enable-clipboard): New variables.
32006         (x-select-text, x-get-selection, x-selection-value)
32007         (x-get-selection-value, mac-select-convert-to-string)
32008         (mac-services-open-file, mac-services-open-selection)
32009         (mac-services-insert-text): New functions.
32010         (CLIPBOARD, FIND): Put mac-scrap-name property.
32011         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32012         (public.tiff): Put mac-ostype property.
32013         (selection-converter-alist): Add entries for them.
32014         (mac-application-menu-map): New keymap.
32015         (interprogram-cut-function, interprogram-paste-function): Set to
32016         x-select-text and x-get-selection-value, respectively.
32017         (split-window-keep-point): Set to t.
32019 2005-04-23  Richard M. Stallman  <rms@gnu.org>
32021         * files.el (read-directory-name): Always pass non-nil
32022         DEFAULT-FILENAME arg to read-file-name.
32023         (backup-buffer-copy, basic-save-buffer-2): Take care against
32024         writing thru an unexpected existing symlink.
32025         (revert-buffer): In indirect buffer, revert the base buffer.
32026         (magic-mode-alist): Doc fix.
32027         (buffer-stale-function): Doc fix.
32028         (minibuffer-with-setup-hook): Avoid warning.
32029         (mode-require-final-newline): Doc and custom fix.
32031         * follow.el (follow-end-of-buffer): Use with-no-warnings.
32033         * font-lock.el (font-lock-comment-face): On terminals with few colors,
32034         use the default appearance.
32035         (font-lock-comment-delimiter-face): New face, new variable.
32037         * imenu.el (imenu--generic-function): The official position of a
32038         definition is the start of the line that BEG is in.
32040         * midnight.el (midnight-timer): Move defvar up.
32042         * mouse.el (mouse-drag-region-1): Delete some debugging code.
32044         * saveplace.el (save-place-to-alist): Use with-no-warnings.
32046         * startup.el (command-line): Use with-no-warnings.
32048         * window.el (window-size-fixed): New defvar.
32050         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32052         * mail/rmail.el (rmail-font-lock-keywords):
32053         Use font-lock-comment-delimiter-face.
32055         * mail/sendmail.el (mail-font-lock-keywords):
32056         Use font-lock-comment-delimiter-face.
32058         * progmodes/compile.el (next-error-highlight-timer): New defvar.
32060 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
32062         * progmodes/compile.el (compilation-mode-font-lock-keywords):
32063         Specify t for LAXMATCH when matching directories.
32064         Save match data around compilation-compat-error-properties form.
32066 2005-04-23  David Kastrup  <dak@gnu.org>
32068         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32069         Mention that the autoloaded aliases should be kept for AUCTeX.
32071 2005-04-23  Andreas Schwab  <schwab@suse.de>
32073         * isearch.el (isearch-forward): Doc fix.
32075 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
32077         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32078         (jit-lock-stealth-nice): Change default value to 0.5.
32080 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
32082         * abbrev.el (write-abbrev-file): Write table entries in
32083         alphabetical order by table name.
32085 2005-04-22  Kim F. Storm  <storm@cua.dk>
32087         * ido.el (ido-read-internal): Fix `list' completion.
32089 2005-04-22  Kenichi Handa  <handa@m17n.org>
32091         * recentf.el (recentf-save-file-coding-system): New variable.
32092         (recentf-save-list): Encode the file by
32093         recentf-save-file-coding-system and add coding: tag.
32095 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
32097         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32099 2005-04-21  Lute Kamstra  <lute@gnu.org>
32101         * loadhist.el (unload-feature): Don't remove a function from hooks
32102         if it is about to be restored to an autoload .  Remove functions
32103         that will become unbound from auto-mode-alist.  Simplify the code.
32105         * subr.el (assq-delete-all): New implementation that is linear,
32106         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
32107         (rassq-delete-all): New function.
32109         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32110         Add size-indication-mode.
32112 2005-04-21  Kenichi Handa  <handa@m17n.org>
32114         * international/mule-cmds.el: Add autoload for widget-value in
32115         eval-when-compile.
32117 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
32119         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32120         Add tooltip-mode.
32122         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32124 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
32126         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32127         (inferior-lisp-filter-regexp, inferior-lisp-program)
32128         (inferior-lisp-load-command, inferior-lisp-prompt)
32129         (inferior-lisp-mode-hook, lisp-source-modes)
32130         (inferior-lisp-load-hook): defvar->defcustom.
32131         (inferior-lisp-program, inferior-lisp-prompt)
32132         (inferior-lisp-load-hook): Doc fixes.
32133         (inferior-lisp-install-letter-bindings): Small change in
32134         introductory comment.
32136 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
32138         * vc.el (vc-annotate-color-map): Change some colors so that text
32139         using them as foreground is readable on both white and black
32140         backgrounds.
32142 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32144         * international/mule-conf.el (translation-table-for-input):
32145         Remove redundant declaration.
32147 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32149         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32151         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32152         (tooltip-toggle-gud-tips): New function.
32154 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32156         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32157         right angle brackets.
32159 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32161         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32163 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32165         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32166         Remove.  Update callers to use expand-file-name instead.
32168         * subr.el (syntax-class): New function.
32170         * simple.el (blink-matching-open): Use it.
32172         * paren.el (show-paren-function): Use it to recognize parens that are
32173         also used in 2-char comment markers.
32175 2005-04-19  Lute Kamstra  <lute@gnu.org>
32177         * loadhist.el (unload-feature): Update for new format of
32178         load-history.  Simplify the code.
32180 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32182         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32183         (mac-add-charset-info): New function.  Initialize variable
32184         mac-charset-info-alist using it.
32185         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32186         for translation.
32187         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32188         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32189         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32190         New CCL programs.
32192 2005-04-19  Kim F. Storm  <storm@cua.dk>
32194         * simple.el (next-buffer, prev-buffer, next-error)
32195         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32196         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32198         * bindings.el (next-buffer, prev-buffer, next-error)
32199         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32200         (clone-indirect-buffer-other-window): Move bindings from simple.el.
32201         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32202         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32204 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32206         * isearch.el (isearch-edit-string): Make the search-ring available for
32207         minibuffer history commands.
32208         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32209         the default history commands now work just as well.
32210         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32212 2005-04-18  Kim F. Storm  <storm@cua.dk>
32214         * emulation/cua-base.el (cua--pre-command-handler): Add more
32215         elaborate check for shift modifier on non-window systems.
32217 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
32219         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32221 2005-04-18  Kim F. Storm  <storm@cua.dk>
32223         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32224         and make it optional.  Don't test tooltip-gud-echo-area here.
32225         (tooltip-gud-process-output, gdb-tooltip-print):
32226         Pass tooltip-gud-echo-area to tooltip-show.
32227         (tooltip-help-tips): Remove second optional arg to tooltip-show.
32229 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32231         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32232         `display-graphic-p' may not be bound yet.
32234 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
32236         * startup.el (command-line): No longer enable Xterm Mouse mode by
32237         default in terminals compatible with xterm.
32239         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32241 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
32243         * tooltip.el (tooltip-gud-echo-area): Rename from
32244         tooltip-use-echo-area.
32245         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32246         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32247         area independently of where help tooltips are displayed.
32249 2005-04-17  David Kastrup  <dak@gnu.org>
32251         * cus-theme.el (custom-theme-write-variables): Quote variables
32252         where necessary.
32254 2005-04-17  Richard M. Stallman  <rms@gnu.org>
32256         * simple.el (yank-excluded-properties): Add follow-link to value.
32258         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32260         * startup.el (fancy-splash-max-time): Just 30 seconds.
32261         (fancy-splash-delay): Just 7.
32262         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32264         * loadhist.el (unload-feature): Update for new format of load-history.
32265         Simplify the code.
32267         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32268         (rmail-font-lock-keywords): Don't fontify the text of a citation.
32270         * mail/sendmail.el (mail-font-lock-keywords):
32271         Don't fontify subject text.
32272         Don't fontify the text of a citation.
32274 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
32276         * comint.el (comint-output-filter): Run comint-output-filter-functions
32277         with point where the user had it.
32279 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32281         * international/ucs-tables.el (ucs-set-table-for-input):
32282         Disable when using unify-on-decoding.
32284 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
32286         * emulation/cua-base.el (cua-global-mark-face): Add special case
32287         for displays supporting a high number of colors.
32289 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32291         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32293 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
32295         * filesets.el (filesets-add-buffer): If user supplies a name of a
32296         non-existing fileset, create a new fileset.
32298 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
32300         * textmodes/org.el (org-up-heading-all): Fix bug with
32301         `outline-up-heading-all'.
32303 2005-04-16  Andreas Schwab  <schwab@suse.de>
32305         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32306         /etc/permissions.d/* and /etc/aliases.d/*.
32308 2005-04-16  Kenichi Handa  <handa@m17n.org>
32310         * international/code-pages.el (cp-make-coding-system):
32311         Set `translation-table-for-input' property value to the symbol
32312         ucs-mule-to-mule-unicode, not to that value.
32313         (pt154): Escape guillemet by `\'.
32315 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
32317         * loadup.el: Load tooltip if x-show-tip is fboundp.
32319         * startup.el (command-line): Add comment.
32321         * tooltip.el (tooltip-mode): Specify correct standard value for
32322         Custom in init-value.
32324 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
32326         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32327         possible.
32329 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
32331         * textmodes/org.el (org-agenda-date-prompt): Rename from
32332         `org-agenda-date-today'.
32333         (org-evaluate-time-range): Insert at point instead of directly
32334         after time range.
32335         (org-first-headline-recenter, org-subtree-end-visible-p)
32336         (org-optimize-window-after-visibility-change): New functions
32337         (org-agenda-post-command-hook): Don't allow point at end of line,
32338         to make sure it always hits the text properties.
32339         (org-agenda-next-date-line, org-agenda-previous-date-line):
32340         New commands.
32341         (org-set-regexps-and-options): Category may contain white space.
32342         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32343         Improve marker positions.
32344         (org-agenda-new-marker): Argument POS made optional.
32345         (org-agenda-get-timestamps): Deadlines which are done are listed
32346         in org-done-face now.
32347         (org-agenda-get-todos, org-agenda-get-timestamps)
32348         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32349         Set `undone-face' and `done-face' properties.
32350         (org-last-todo-state-is-todo): New variable.
32351         (org-todo): Set `org-last-todo-state-is-todo'.
32352         (org-agenda-todo): Change face according to
32353         `org-last-todo-state-is-todo'.  And change other lines referring to
32354         the same entry.
32355         (org-calendar-goto-agenda): New command.
32356         (org-calendar-to-agenda-key): New option.
32357         (org-startup-folded): New allowed value `content'.
32358         (org-set-regexps-and-options): Accept new value `content' for
32359         `org-startup-folded'.
32360         (org-get-current-options): Handle new value `content' for
32361         `org-startup-folded'.
32362         (org-insert-todo-heading): New command.
32363         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32364         interactively in empty file and option
32365         `org-insert-mode-line-in-empty-file' has been set.
32366         (org-agenda-todo, org-agenda-priority): Modify to use
32367         `org-agenda-change-all-lines'.
32368         (org-warning-face): Change color on dark background.
32370 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32372         * international/mule-cmds.el (set-locale-environment): On Mac OS,
32373         use preferences AppleLocale and AppleLanguages, and variable
32374         mac-system-locale for default locale.  On Mac OS Classic, use
32375         mac-system-coding-system for default coding systems.
32377         * term/mac-win.el: Don't set file-name-coding-system.
32378         Decode variables system-name, emacs-build-system, user-login-name, and
32379         user-full-name by mac-system-coding-system on Mac OS Classic.
32380         (mac-system-coding-system): New variable.
32382 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
32384         * startup.el (command-line): Handle `xterm-mouse-mode' before
32385         reading init file.
32387         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32389 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
32391         * progmodes/sh-script.el (sh-here-document-word): Make it a
32392         defcustom.  Doc fix.
32393         (sh-add): Bash uses $(( )) for arithmetic.
32394         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32395         (sh-maybe-here-document): Remove quotes and leading whitespace
32396         from heredoc word when closing.  Indent heredoc with tabs if word
32397         starts with "-".
32399 2005-04-13  Richard M. Stallman  <rms@gnu.org>
32401         * simple.el (undo): Fix previous change.
32403         * custom.el (defface): Doc fix.
32405 2005-04-13  Lute Kamstra  <lute@gnu.org>
32407         * Makefile.in (DONTCOMPILE): Remove list.
32408         (compile, compile-always): Don't use DONTCOMPILE.
32409         (update-authors): Load the library in which batch-update-authors
32410         is defined.
32411         * makefile.w32-in (DONTCOMPILE): Remove list.
32412         (compile, compile-always): Fix comments.
32413         (update-authors): Load the library in which batch-update-authors
32414         is defined.
32416         * generic-x.el (generic-mode-ini-file-find-file-hook):
32417         Rename to ini-generic-mode-find-file-hook.
32418         Keep generic-mode-ini-file-find-file-hook as an alias.
32419         (ini-generic-mode-find-file-hook): Rename from
32420         generic-mode-ini-file-find-file-hook.  Fix docstring.
32421         (ini-generic-mode): Docstring change.
32422         (bat-generic-mode-run-as-comint): Silence the byte compiler.
32424         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32425         called from lisp.
32427         * generic.el: Move to the emacs-lisp subdir.
32429 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
32431         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32432         and C-S- function and cursor motion keys.
32434 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
32436         * startup.el (command-line): Enable Xterm Mouse mode by default.
32437         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32438         for Custom.  No longer show "Mouse" in mode line when enabled.
32439         Doc fix.
32441 2005-04-12  Kim F. Storm  <storm@cua.dk>
32443         * emulation/cua-base.el (cua-rectangle-face)
32444         (cua-rectangle-noselect-face): Define face attributes here.
32446         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32448 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32450         * startup.el (command-line): Turn off blinking cursor if
32451         cursorBlink in resources is off or false.
32453 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32455         * term/mac-win.el (dnd): Require dnd.
32456         (mac-drag-n-drop): Call dnd-handle-one-url.
32457         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32458         (kTextEncodingISOLatin2): Remove constants.
32459         (mac-script-code-coding-systems): New constant.
32460         (mac-handle-language-change): New function.
32461         (special-event-map): Bind it to `language-change' event.
32462         (mac-centraleurroman, mac-cyrillic): New coding systems.
32463         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32464         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32465         and mac-cyrillic-encoder to encode-mac-centraleurroman and
32466         encode-mac-cyrillic, respectively.
32468 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32470         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32471         Don't set overlay-arrow-string to "=>" as this is done
32472         globally in C now.
32474 2005-04-12  Lute Kamstra  <lute@gnu.org>
32476         * generic-x.el (rc-generic-mode, rul-generic-mode):
32477         Fix auto-mode-alist entries.
32478         (etc-fstab-generic-mode): Tweak fontification.
32480         * generic.el (generic-make-keywords-list): Fix docstring.
32481         (generic-mode-internal): Simplify generic-font-lock-keywords.
32483 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32485         * whitespace.el (whitespace-buffer-leading)
32486         (whitespace-buffer-trailing): Revert the incorrect test inversion.
32487         However, fix the highlight area for the leading and
32488         trailing whitespaces to show space.
32490 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32492         * whitespace.el (whitespace-version): Bump to 3.5.
32494         (whitespace-buffer-leading, whitespace-buffer-trailing):
32495         Invert sense of the test to highlight the whitespace.
32497 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32499         * progmodes/gud.el (gud-display-line): GUD uses its own
32500         overlay arrow now so don't set overlay-arrow-string.
32501         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32503 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
32505         * term.el (term-ansi-current-bold, term-ansi-current-underline)
32506         (term-ansi-current-reverse, term-ansi-current-invisible)
32507         (term-ansi-face-already-done): Change to boolean.
32508         (term-reset-terminal, term-handle-colors-array): Handle the above
32509         vars accordingly.
32510         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32511         (term-emulate-terminal): Use the new name.
32513         * faces.el (secondary-selection): Use yellow1, not yellow.
32514         (trailing-whitespace): Use red1, not red.
32516 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32518         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32519         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32520         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32522         * cus-edit.el (dnd): New group.
32524         * term/w32-win.el (dnd): Require dnd
32525         (w32-drag-n-drop): Call dnd-handle-one-url.
32527         * x-dnd.el: Require dnd.
32528         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32529         Call dnd-handle-one-url.
32530         (x-dnd-types-alist, x-dnd-insert-utf8-text)
32531         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32532         to dnd-insert-text.
32533         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32534         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32535         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32536         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32538         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32540 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32542         * wdired.el: Doc fixes.
32543         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32544         (wdired-use-dired-vertical-movement): Rename from
32545         wdired-always-move-to-filename-beginning.
32546         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32547         (wdired-change-to-wdired-mode): Change mode name.
32548         (wdired-newline): Delete.
32550 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32552         * whitespace.el (whitespace-highlight-the-space):
32553         Don't call whitespace-unhighlight-the-space here.
32555         * simple.el (undo): Record t in undo-equiv-table
32556         for the redo record made by an undo-in-region.
32558 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32560         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32561         (gdb-frame-inferior-io-buffer): New Functions to control
32562         display of separate IO buffer.
32563         (menu): Add them to menu-bar.
32564         (gdb-display-buffer): Check for buffer another frame.
32565         Protect GUD buffer.
32566         (gdb-setup-windows): Create IO buffer if not already there.
32567         (gdb-memory-mode): Remove purecopy noops.
32569 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32571         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32572         and pass to self-insert-command.
32574 2005-04-11  Lute Kamstra  <lute@gnu.org>
32576         * generic.el: Commentary section cleanup.
32577         (generic): Delete.
32578         (generic-use-find-file-hook, generic-lines-to-scan)
32579         (generic-find-file-regexp, generic-ignore-files-regexp)
32580         (default-generic-mode, generic-mode-find-file-hook)
32581         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32582         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32583         (generic-use-find-file-hook, generic-lines-to-scan)
32584         (generic-find-file-regexp, generic-ignore-files-regexp)
32585         (default-generic-mode, generic-mode-find-file-hook)
32586         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32588 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32590         * bookmark.el (bookmark-write-file): Catch errors writing file.
32591         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32593 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32595         * startup.el (fancy-splash-tail): Update copyright year.
32596         (command-line): Split part of -Q into -D.
32597         (emacs-basic-display): New defvar.
32598         (fancy-splash-text): Correct name of menu item.
32600         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32602         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32603         lines in one node.
32605         * comint.el (comint-send-input): New arg ARTIFICIAL.
32606         Callers in this file changed.
32608         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32610         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32612 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32614         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32615         `ldap-search-internal'.
32617 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32619         * files.el (set-auto-mode-1): Use line-end-position.
32621         * international/latin-1.el:
32622         * international/latin-2.el:
32623         * international/latin-3.el:
32624         * international/latin-4.el:
32625         * international/latin-5.el:
32626         * international/latin-8.el:
32627         * international/latin-9.el: Give punctuation syntax to NBSP.
32629         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32630         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32631         Use char-classes to accept non-ascii letters, accepted in some recent
32632         bibtex implementations.
32634 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32636         * custom.el (custom-set-minor-mode): Any non-nil value for the
32637         variable should enable the mode when set through Custom.
32639 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32641         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32642         TAB binding so tab-always-indent is obeyed.
32643         (vhdl-minibuffer-local-map): Move initialization into declaration.
32644         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32645         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32646         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32647         (vhdl-current-line): Use line-beginning-position.
32648         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32649         with-output-to-temp-buffer, so the current position can be recorded.
32651 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32653         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32654         Add regexp for gcov.
32656 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32658         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32659         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32660         syntax which Emacs 20 doesn't support.
32662 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32664         * help.el (describe-key-briefly, describe-key):
32665         Replace strings as event types with "(any string)".
32667 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32669         * arc-mode.el (archive-mode-map): Move initialization into
32670         the declaration.  Override *all* bindings of `undo'.
32671         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32673 2005-04-09  Jay Belanger  <belanger@truman.edu>
32675         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32677 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32679         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32680         (xterm-register-default-colors): Update color values computation
32681         to match xterm-200.
32683 2005-04-09  Kenichi Handa  <handa@m17n.org>
32685         * international/code-pages.el (iso-latin-7): Fix the map.
32687 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32689         * emacs-lisp/lisp.el (defun-prompt-regexp)
32690         (parens-require-spaces, buffer-end, end-of-defun)
32691         (insert-parentheses): Doc fixes.
32693 2005-04-08  Kim F. Storm  <storm@cua.dk>
32695         * comint.el (comint-highlight-prompt): Fix face spec.
32696         * hi-lock.el (hi-green): Likewise.
32698 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32700         * cus-edit.el (custom-modified-face):
32701         * comint.el (comint-highlight-input): Fix previous changes.
32702         * term.el (term-handle-ansi-escape): Add a comment.
32704 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32706         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32707         in the buffer and in whitespace-highlighted-space.
32708         (whitespace-unhighlight-the-space): Simplify.
32709         (whitespace-buffer): Simplify.
32711 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32713         * textmodes/table.el (table-cell-face): Add special case for
32714         displays supporting a high number of colors.
32715         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32716         (vhdl-font-lock-reserved-words-face)
32717         (vhdl-speedbar-architecture-face)
32718         (vhdl-speedbar-instantiation-face)
32719         (vhdl-speedbar-architecture-selected-face)
32720         (vhdl-speedbar-instantiation-selected-face): Likewise.
32721         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32722         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32723         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32724         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32725         (ebrowse-progress-face): Likewise.
32726         * progmodes/compile.el (compilation-info-face): Likewise.
32727         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32728         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32729         * calendar/calendar.el (diary-face): Likewise.
32730         * woman.el (woman-italic-face, woman-bold-face)
32731         (woman-unknown-face): Likewise.
32732         * wid-edit.el (widget-button-pressed-face): Likewise.
32733         * whitespace.el (whitespace-highlight-face): Likewise.
32734         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32735         * pcvs-info.el (cvs-marked-face): Likewise.
32736         * info.el (info-xref): Likewise.
32737         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32738         * hilit-chg.el (highlight-changes-face)
32739         (highlight-changes-delete-face): Likewise.
32740         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32741         (hi-red-b): Likewise.
32742         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32743         * font-lock.el (font-lock-keyword-face)
32744         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32745         * cus-edit.el (custom-invalid-face, custom-modified-face)
32746         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32747         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32748         * comint.el (comint-highlight-prompt): Likewise.
32750 2005-04-08  Lute Kamstra  <lute@gnu.org>
32752         * font-lock.el (font-lock-keywords): Docstring fixes.
32754 2005-04-08  Kenichi Handa  <handa@m17n.org>
32756         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32757         chars are more than a limit, print " and more..." at the tail.
32759 2005-04-08  Kim F. Storm  <storm@cua.dk>
32761         * emacs-lisp/authors.el (authors-aliases): Update list.
32762         (authors-ignored-files): New list.
32763         (authors-fixed-entries): Fix typo.
32764         (authors-renamed-files-alist): Update list.
32765         (authors-add): Check authors-ignored-files.
32767 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32769         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32770         optional, to ensure backward compatibility.
32772 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32774         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32776 2005-04-08  Kim F. Storm  <storm@cua.dk>
32778         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32780         * mouse.el (mouse-on-link-p): Doc fix.
32782 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32784         * ielm.el (ielm-prompt-read-only): Doc fix.
32786         * comint.el (comint-prompt-read-only): Doc fix.
32788 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32790         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32791         ensure dired always handles wildcards passed to ffap.
32792         (find-file-at-point): Use it.
32793         (ffap-dired-wildcards): Doc fix.
32795 2005-04-07  Juri Linkov  <juri@jurta.org>
32797         * simple.el (next-error-overlay-arrow-position): New defvar.
32798         Put "=>" on its property `overlay-arrow-string'.  Add it to
32799         `overlay-arrow-variable-list'.
32801         * progmodes/compile.el (compilation-setup):
32802         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32803         nil in the local hook `kill-buffer-hook'.  Make local variable
32804         `overlay-arrow-string' and set it to "=>".
32805         (compilation-goto-locus): Set BOL position to
32806         `next-error-overlay-arrow-position' instead of
32807         `overlay-arrow-position'.
32809         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32810         locally instead of adding it to the global hook.
32811         (Info-kill-buffer): Move up.
32813 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32815         * term/xterm.el (xterm-standard-colors): Update color values from
32816         xterm-200.
32818 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32820         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32822         * fast-lock.el:
32823         * lazy-lock.el: Move them to the obsolete subdir.
32825 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32827         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32828         (wdired-add-replace-advice): Remove.
32829         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32831 2005-04-06  Kim F. Storm  <storm@cua.dk>
32833         * startup.el (command-line): Add --bare-bones alias for -Q.
32835 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32837         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32838         create the startup fontset if a font specification ends with
32839         `mac-roman'.
32841 2005-04-06  Lute Kamstra  <lute@gnu.org>
32843         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32844         change.
32846         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32847         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32849 2005-04-05  Lute Kamstra  <lute@gnu.org>
32851         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32852         (define-generic-mode): Ditto.  Fix debug declaration.
32854         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32855         Put them in the generic-x group.
32857         * calendar/timeclock.el (timeclock): Doc fix.
32859         * generic.el (define-generic-mode): Don't use custom-current-group.
32860         Document default :group value.
32861         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32862         (define-global-minor-mode): Don't use custom-current-group.
32864 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32866         * startup.el (command-line-1): Display startup-echo-area-message
32867         when fancy splash screen is in use.
32869         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32870         (sh-escaped-newline): New face.
32871         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32872         newline, and use sh-escaped-newline face.
32874         * progmodes/tcl.el (tcl-escaped-newline): New face.
32875         (tcl-builtin-list): New variable.
32876         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32877         newlines.  Fix keywords subexpression number.
32879 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32881         * textmodes/org.el (org-diary-default-entry): Fix call to
32882         `add-to-diary-entry'.
32884 2005-04-05  Kim F. Storm  <storm@cua.dk>
32886         * ediff-init.el: Use (featurep 'xemacs).
32888 2005-04-05  David Ponce  <david@dponce.com>
32890         * cus-edit.el (face): Derive from symbol widget.  Display sample
32891         of the current face on the fly.
32892         (widget-face-sample-face-get, widget-face-notify): New functions.
32893         (widget-face-value-create): Remove.
32895         * wid-edit.el (widget-field-end): Temporarily remove field
32896         narrowing before to call `get-char-property'.
32898 2005-04-04  Jay Belanger  <belanger@truman.edu>
32900         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32901         (math-read-subscripts): New variable.
32902         (math-read-preprocess-string): Process subscripts.
32904 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32906         * comint.el (comint-prompt-read-only): Doc fix.
32908         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32909         `-1'.  Doc fix.
32911 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32913         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32914         Change default value to nil.
32916 2005-04-04  Lute Kamstra  <lute@gnu.org>
32918         * autorevert.el (auto-revert-mode): Specify :group.
32919         * battery.el (display-battery-mode): Specify :group.
32920         * diff-mode.el (diff-minor-mode): Specify :group.
32921         * font-core.el (font-lock-mode): Specify :group.
32922         * hl-line.el (hl-line-mode): Specify :group.
32923         * iimage.el (iimage): New customization group.
32924         (iimage-mode): Specify :group.
32925         * longlines.el (longlines-mode): Specify :group.
32926         * master.el: Don't require easy-mmode.
32927         (master): New customization group.
32928         (master-mode): Specify :group.
32929         * msb.el (msb-mode): Specify :group.
32930         * reveal.el (reveal-mode): Specify :group.
32931         * simple.el (next-error-follow-minor-mode): Specify :group.
32932         * smerge-mode.el (smerge-mode): Specify :group.
32933         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32934         * emulation/cua-base.el (cua-mode): Specify :group.
32935         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32936         * language/thai-util.el (thai-auto-composition-mode)
32937         (thai-word-mode): Specify :group.
32938         * mail/supercite.el (sc-minor-mode): Specify :group.
32939         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32940         * progmodes/flymake.el (flymake-mode): Specify :group.
32941         * progmodes/glasses.el (glasses-mode): Specify :group.
32942         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32943         * textmodes/enriched.el (enriched-mode): Specify :group.
32944         * textmodes/refill.el (refill-mode): Specify :group.
32946         * add-log.el (change-log-font-lock-keywords): Names in
32947         parenthesized lists can contain spaces.
32949 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32951         * startup.el (fancy-splash-text): Shorten default text of
32952         "Emacs Tutorial" line.  Also, if the current language env
32953         indicates an available tutorial file other than TUTORIAL,
32954         extract its title and append it to the line in parentheses.
32955         (fancy-splash-insert): If arg is a thunk, funcall it.
32957 2005-04-04  Jay Belanger  <belanger@truman.edu>
32959         * calc.el (calc-language-alist): Add tags to customization type.
32961 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32963         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32964         Doc fix.
32966 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32968         * add-log.el (change-log-font-lock-keywords): The manual
32969         describing a Change Log entry, says: (...) "Aside from these
32970         header lines, every line in the change log starts with a space or
32971         a tab.".  The font-lock was not highlighting lines started with
32972         spaces, added support for it.
32974 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32976         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32977         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32978         complex example in the docstring.
32979         (bibtex-font-lock-url): Use pop.
32981 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32983         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32985         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32987 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32989         * filesets.el (filesets-set-default): Doc fix.
32991 2005-04-03  Lute Kamstra  <lute@gnu.org>
32993         * generic.el (define-generic-mode): Add argument to specify
32994         keywords for defcustom.
32995         (default-generic-mode): Specify :group.
32997         * generic-x.el: Specify :group for all generic modes.
32999         * desktop.el (desktop-no-desktop-file-hook)
33000         (desktop-after-read-hook): Doc fix.
33002 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
33004         * simple.el (visible-mode): Use explicit :group keyword.
33005         This changes the group of `visible-mode-hook' from paren-blinking
33006         to editing-basics.
33008 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
33010         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
33011         mailbox specifications as well as URLs.
33012         (rmail-insert-inbox-text): Remove unused conditional branches.
33014 2005-04-01  Jay Belanger  <belanger@truman.edu>
33016         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33017         (calc-gnuplot-print-command): Move definitions to calc.el.
33019         * calc/calc-embed.el (calc-embedded-announce-formula)
33020         (calc-embedded-open-formula, calc-embedded-close-formula)
33021         (calc-embedded-open-word, calc-embedded-close-word)
33022         (calc-embedded-open-plain, calc-embedded-close-plain)
33023         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33024         (calc-embedded-open-mode, calc-embedded-close-mode):
33025         Move definitions to calc.el.
33027         * calc/calc.el (calc-settings-file, calc-language-alist):
33028         Make customizable.
33029         (calc-embedded-announce-formula, calc-embedded-open-formula)
33030         (calc-embedded-close-formula, calc-embedded-open-word)
33031         (calc-embedded-close-word, calc-embedded-open-plain)
33032         (calc-embedded-close-plain, calc-embedded-open-new-formula)
33033         (calc-embedded-close-new-formula, calc-embedded-open-mode)
33034         (calc-embedded-close-mode, calc-gnuplot-name)
33035         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33036         from other files and make customizable.
33038 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33040         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33041         Use buffer-live-p.
33042         (cvs-mode-run): Don't call cvs-update-header here.
33043         (cvs-run-process): Call cvs-update-header.
33044         Use process properties for cvs-postprocess and cvs-buffer so that
33045         the sentinel can behave better if the temp buffer is killed.
33046         Use a pipe rather than a tty, to better handle unexpected prompts.
33047         (cvs-sentinel): Rewrite.  Call cvs-update-header.
33049 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
33051         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33052         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
33054 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33056         * generic.el (define-generic-mode): Add indentation rule.
33058 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
33060         * files.el (mode-require-final-newline): Make Custom correctly
33061         report a nil value and allow to set it to nil via Custom.
33062         Doc fix.
33064 2005-04-01  Kenichi Handa  <handa@m17n.org>
33066         * international/characters.el: Enable the correct case setting for
33067         dotless-i and dotted-I.
33069 2005-04-01  Kim F. Storm  <storm@cua.dk>
33071         * ido.el (ido-file-internal): Fall back to non-ido command if
33072         initial directory is on slow ftp (or tramp) host.
33074 2005-03-31  Richard M. Stallman  <rms@gnu.org>
33076         * emacs-lisp/autoload.el (make-autoload):
33077         Handle define-global-minor-mode.
33079         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33080         Rename from easy-mmode-define-global-mode.
33081         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33083         * progmodes/scheme.el (scheme-mode-syntax-table):
33084         Update syntax of | and # for two-character comment syntax.
33086 2005-03-31  Lute Kamstra  <lute@gnu.org>
33088         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33089         (define-minor-mode): Call custom-current-group at load-time.
33091         * generic.el (define-generic-mode): Add debug declaration.
33092         Add defcustom for the mode hook.
33093         (generic-mode-internal): Use run-mode-hooks.
33095 2005-03-31  Kim F. Storm  <storm@cua.dk>
33097         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33098         (mouse-fixup-help-message): New defun called by show_help_echo
33099         to fixup mouse-2 prefix in help messages when applicable.
33101         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33103 2005-03-31  Kenichi Handa  <handa@m17n.org>
33105         * language/thai-word.el (thai-find-word-ends): Pay attention to
33106         the case that we reach the end of buffer.
33108         * textmodes/fill.el (fill-text-properties-at): New function.
33109         (fill-newline): Use fill-text-properties-at instead of
33110         text-properties-at.
33112 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33114         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33115         not comint-quote-filename.
33117 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
33119         * help-fns.el (help-with-tutorial): Revert last change.
33121 2005-03-31  Kim F. Storm  <storm@cua.dk>
33123         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33125 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
33127         * calendar/cal-china.el: Update reference to "Calendrical
33128         Calculations" book; there's a new edition.
33129         * calendar/cal-coptic.el: Likewise.
33130         * calendar/cal-french.el: Likewise.
33131         * calendar/cal-hebrew.el: Likewise.
33132         * calendar/cal-islam.el: Likewise.
33133         * calendar/cal-iso.el: Likewise.
33134         * calendar/cal-julian.el: Likewise.
33135         * calendar/cal-mayan.el: Likewise.
33136         * calendar/cal-persia.el: Likewise.
33137         * calendar/calendar.el: Likewise.
33138         * calendar/holidays.el: Likewise.
33139         * calendar/lunar.el: Likewise.
33140         * calendar/solar.el: Likewise.
33142         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33143         white space from doc string.
33145 2005-03-30  Jay Belanger  <belanger@truman.edu>
33147         * calc/calc-help.el (calc-full-help): Remove email address.
33149 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
33151         * help-fns.el (help-with-tutorial): Delete title line.
33153 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
33155         * calendar/cal-x.el (calendar-one-frame-setup)
33156         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33157         rather than `symbol' for set-window-dedicated-p.
33159         * calendar/appt.el (appt-buffer-name): Make it a constant.
33160         (appt-add): Doc fix.
33162         * filesets.el (filesets-menu-path, filesets-menu-before)
33163         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
33164         (filesets-menu-cache-file): Use directory ~/.emacs.d.
33165         (filesets-add-submenu): Delete and use add-submenu instead.
33167 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
33169         * textmodes/org.el (org-agenda-phases-of-moon)
33170         (org-agenda-sunrise-sunset, org-agenda-convert-date)
33171         (org-agenda-goto-calendar): New commands.
33172         (org-diary-default-entry): New function.
33173         (org-get-entries-from-diary): Better parsing of diary entries.
33174         (org-agenda-check-no-diary): New function.
33175         ("diary-lib"): Advice to function `add-to-diary-list', to allow
33176         linking to diary entries.
33177         (org-agenda-execute-calendar-command): New function.
33178         (org-agenda): Improve visible section in window.
33179         Use `org-fit-agenda-window'.
33180         (org-fit-agenda-window): New option.
33181         (org-move-subtree-down): Better handling of empty lines
33182         at end of subtree.
33183         (org-cycle): Numeric prefix is interpreted now as show-subtree N
33184         levels up.
33185         (org-fontify-done-headline): New option.
33186         (org-headline-done-face): New face.
33187         (org-set-font-lock-defaults): Use `org-headline-done-face'.
33188         (org-table-copy-down): Rename from `org-table-copy-from-above'.
33189         When current field is non-empty, it is copied to next row.
33190         (org-table-copy-from-above): Fix bug which made it
33191         impossible to copy fields containing only a single non-white character.
33193 2005-03-30  Kim F. Storm  <storm@cua.dk>
33195         * kmacro.el (kmacro-end-macro): Isearch may store this command
33196         into the macro -- so ignore it when executing keyboard macro.
33198 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33200         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33202 2005-03-29  Kenichi Handa  <handa@m17n.org>
33204         * language/thai.el ("Thai"): Set setup-function and exit-function
33205         for Thai language environment.
33207         * language/thai-util.el: Require thai-word.
33208         (thai-word-mode-map): New variable.
33209         (thai-word-mode): New minor mode.
33210         (setup-thai-language-environment-internal): New function.
33211         (exit-thai-language-environment-internal): New function.
33213         * language/thai-word.el (thai-word-table): Declare it by defvar,
33214         use dolist to initialize it.
33215         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33216         (thai-fill-find-break-point): New functions.
33218 2005-03-29  Richard M. Stallman  <rms@gnu.org>
33220         * simple.el (idle-update-delay): Move definition up.
33221         (set-mark): Doc fix.
33223 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
33225         * longlines.el: New file.
33227         * simple.el (buffer-substring-filters): New variable.
33228         (filter-buffer-substring): New function.
33229         (kill-region, copy-region-as-kill): Use it.
33231         * register.el (copy-to-register, append-to-register)
33232         (prepend-to-register): Use filter-buffer-substring.
33234 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33236         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33237         (gud-filter-pending-text): Move in front of gdb.
33238         (gud-overlay-arrow-position): New variable.
33239         (gud-sentinel, gud-display-line): Use it in place of
33240         overlay-arrow-position.
33242 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
33244         * progmodes/fortran.el (fortran-if-indent): Doc fix.
33245         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33246         (fortran-font-lock-keywords-4): New variable.
33247         (fortran-blocks-re, fortran-end-block-re)
33248         (fortran-start-block-re): New constants, for hideshow.
33249         (hs-special-modes-alist): Add a Fortran entry.
33250         (fortran-mode-map): Bind fortran-end-of-block,
33251         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33252         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
33253         (fortran-looking-at-if-then, fortran-end-of-block)
33254         (fortran-beginning-of-block): New functions, for hideshow.
33256         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33257         Doc fix.  Tweak regexp.
33258         (f90-beginning-of-block): Push mark first.
33260 2005-03-29  Jay Belanger  <belanger@truman.edu>
33262         * calc/calc.el: Update copyright date.
33263         (calc-version): Increase to 2.1.
33264         (calc-version-date): Remove.
33266         * calc/calc-help.el: Update copyright date.
33267         (calc-full-help): Remove reference to calc-version-date.
33268         Update copyright date.
33270 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33272         * vc.el (vc-do-command): Use a pipe for async processes, so password
33273         prompts don't show up at places where the user can't reply.
33275 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33277         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33278         on the file name we pass to the inferior shell.
33280 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33282         * progmodes/which-func.el (which-function): Be robust in the face of an
33283         imenu--make-index-alist failure.
33285 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33287         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33289         * progmodes/python.el (python-preoutput-filter): Fix last change.
33291 2005-03-29  Lute Kamstra  <lute@gnu.org>
33293         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33294         functions and compiled macros.
33295         (debug-convert-byte-code): Handle macros too.
33296         (debug-on-entry-1): Don't signal an error when trying to clear a
33297         function that is not set to debug on entry.
33299 2005-03-29  Jay Belanger  <belanger@truman.edu>
33301         * calc/calc-lang.el: Add functions to math-function-table
33302         properties of tex and math.
33304 2005-03-29  Kenichi Handa  <handa@m17n.org>
33306         * ps-mule.el (ps-mule-plot-string): Translate characters by
33307         ps-print-translation-table.
33308         (ps-mule-begin-job): Call find-charset-region/string with
33309         ps-print-translation-table.
33310         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33312         * ps-print.el (ps-print-translation-table): New variable.
33313         (ps-plot-region): Translate characters by ps-print-translation-table.
33315 2005-03-29  Juri Linkov  <juri@jurta.org>
33317         * simple.el (next-error-highlight-timer): New variable.
33319         * progmodes/compile.el (compilation-goto-locus):
33320         Use `next-error-highlight-timer' instead of `sit-for'.
33322 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33324         * mail/supercite.el (sc-mail-field): Use assoc-string.
33325         (sc-get-address): Simplify regexps.
33327         * files.el (minibuffer-with-setup-hook): New macro.
33328         (find-file-read-args): Use it to avoid let-binding
33329         minibuffer-with-setup-hook (which breaks turning on/off
33330         file-name-shadow-mode while in the prompt).
33332         * complete.el (PC-read-include-file-name-internal):
33333         Use test-completion.
33335 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
33337         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33339 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33341         * window.el (window-buffer-height): Use count-screen-lines.
33343         * progmodes/python.el (python-preoutput-leftover): New var.
33344         (python-preoutput-filter): Use it.
33345         (python-send-receive): Loop until all the result has been received.
33347 2005-03-28  Juri Linkov  <juri@jurta.org>
33349         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33351         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33352         "Recover Crashed Session".
33353         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33354         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33355         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33356         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33357         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33358         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33359         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33360         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33362         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33363         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33364         Ediff Sessions", "Toggle use of separate control buffer frame",
33365         "Use separate frame for Ediff control buffer".
33367         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33368         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33369         "Rename Bookmark", "Delete Bookmark".
33371         * info.el (Info-mode-menu): Remove ellipsis from "Index".
33372         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33373         Add `:active Info-index-alternatives' to "Next Matching Item".
33375         * wdired.el (wdired-change-to-wdired-mode):
33376         Mention `wdired-abort-changes' key in the initial message.
33378         * international/mule.el (auto-coding-alist): Associate non-ascii
33379         image filename extensions with `no-conversion'.
33381 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33383         * international/iso-acc.el:
33384         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33386 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
33388         * textmodes/sgml-mode.el (html-mode): Doc update.
33390         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33392 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
33394         * term.el (term-move-columns): Fix face after extending a line.
33395         (term-insert-spaces): Likewise.
33396         (term-reset-terminal): Fix off by one error.
33398 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33400         * international/mule.el (auto-coding-alist): Add .xpi files.
33402         * files.el (auto-mode-alist): Add .xpi files.
33404 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
33406         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33408 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33410         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33412 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
33414         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33415         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
33417         * calendar/cal-move.el (calendar-beginning-of-year): Move the
33418         cursor to Jan 1 when needed.
33419         (calendar-end-of-year): Fix -/+ typo.
33420         Reported by Chong Yidong <cyd@stupidchicken.com>.
33422 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33424         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33426         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33427         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
33429 2005-03-25  Richard M. Stallman  <rms@gnu.org>
33431         * filesets.el (filesets-init): Add autoload.
33433         * mail/mailalias.el (mail-directory): Doc fix.
33435 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33437         * mail/mailalias.el (mail-directory-process): Do nothing if
33438         mail-directory-process is an atom.
33439         (mail-get-names): Ignore mail-directory-names if it is an atom.
33440         (mail-directory-process defvar): Doc fix.
33441         (mail-names): Doc fix.
33443 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
33445         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33447 2005-03-26  Kenichi Handa  <handa@m17n.org>
33449         * international/mule-util.el (detect-coding-with-priority):
33450         Call update-coding-systems-internal before detect-coding-region.
33452 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
33454         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33455         (gdb-frames-mode-map): Add follow-link property.
33457 2005-03-25  Jay Belanger  <belanger@truman.edu>
33459         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33460         for variables.
33462 2005-03-25  Juri Linkov  <juri@jurta.org>
33464         * image-mode.el: Optimize image filename extension regexps in
33465         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
33466         in `auto-mode-alist'.
33467         (image-mode): Add `image-toggle-display-text' to local hook
33468         `change-major-mode-hook'.  Display the image as an image by
33469         default.  Set `cursor-type' and `truncate-lines' if the image
33470         is already displayed.  Take into account the current mode (image
33471         or text) in message.
33472         (image-minor-mode): New minor mode.
33473         (image-mode-maybe, image-toggle-display-text): New functions.
33474         (image-toggle-display): Use called-interactively-p.
33475         Let-bind `inhibit-read-only' to t.
33477         * image-mode.el (image-minor-mode): Set `cursor-type' and
33478         `truncate-lines' if the image is already displayed.  Add turning
33479         image-minor-mode off to `change-major-mode-hook'.  Add message.
33480         Call `image-toggle-display-text' after turning image-minor-mode off.
33482 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
33484         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33485         Terminal.app, use utf-8.
33486         (set-display-table-and-terminal-coding-system): Add coding-system arg.
33487         (set-locale-environment): Use it.
33489         * term/xterm.el: Undo last change, better done in mule-cmds.el.
33491         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33493         * progmodes/python.el (python-close-block-statement-p)
33494         (python-outdent-p, python-current-defun): Use symbol-end.
33496 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
33498         * files.el (save-some-buffers): Doc fix.
33500 2005-03-25  Werner Lemberg  <wl@gnu.org>
33502         * complete.el, thumbs.el: Replace `legal' with `valid'.
33503         * calendar/calendar.el: Replace `legal' with `valid'.
33504         * emacs-lisp/advice.el: Replace `legal' with `valid'.
33505         * mail/supercite.el: Replace `legal' with `valid'.
33506         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33507         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33508         Replace `legal' with `valid'.
33509         * textmodes/reftex-vars.el, textmodes/reftex.el:
33510         Replace `legal' with `valid'.
33512 2005-03-25  Werner Lemberg  <wl@gnu.org>
33514         * calc/calc-forms.el, calc/calc-sel.el
33515         * midnight.el, vc-cvs.el
33516         * emacs-lisp/cl-macs.el
33517         * emulation/vip.el
33518         * eshell/esh-io.el, eshell/esh-var.el
33519         * mail/supercite.el
33520         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33521         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33522         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33523         * progmodes/sh-script.el, progmodes/xscheme.el
33524         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33525         * textmodes/reftex-index.el, textmodes/reftex-parse.el
33526         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33527         * textmodes/reftex.el, textmodes/org.el:
33528         Replace `illegal' with `invalid'.
33530 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33532         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33533         (flymake-find-buildfile, flymake-find-possible-master-files)
33534         (flymake-check-include, flymake-parse-line): Replace loops over the
33535         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33537         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33538         Substitute file-name-as-directory in the rest of the file.
33539         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33540         (flymake-replace-region): Remove unused arg `buffer'.
33541         (flymake-check-patch-master-file-buffer): Update calls to it.
33542         (flymake-add-err-info): Remove unused var `count'.
33543         (flymake-mode): Use define-minor-mode.
33545         * progmodes/flymake.el: Use with-current-buffer.
33546         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33547         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33548         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33549         Avoid testing for `xemacs'.
33550         (flymake-nop): Move.
33551         (flymake-region-has-flymake-overlays): Return the computed value.
33552         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33553         Remove unused var `endline'.
33554         (flymake-get-line-count): Remove unused function.
33555         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33557         * emulation/vi.el:
33558         * generic.el:
33559         * hilit-chg.el (global-highlight-changes):
33560         * hi-lock.el (hi-lock-mode):
33561         * follow.el: find-file-hooks -> find-file-hook.
33563         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33565 2005-03-24  Juri Linkov  <juri@jurta.org>
33567         * dired.el (dired-mode-map): Add menu item "Compare directories"
33568         for dired-compare-directories.
33570         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33571         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33573 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33575         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33577 2005-03-24  Jay Belanger  <belanger@truman.edu>
33579         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33580         relevant mode settings in calc-embedded-original-modes when modes
33581         are permanently changed.
33583 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33585         * autoinsert.el: find-file-hooks -> find-file-hook.
33587 2005-03-24  Lute Kamstra  <lute@gnu.org>
33589         * generic.el (generic-font-lock-defaults): Make it obsolete.
33590         (generic-font-lock-keywords): New variable to replace
33591         generic-font-lock-defaults.
33592         (generic-mode-set-font-lock): Delete it.
33593         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33594         (generic-bracket-support): Add docstring.
33596         * generic-x.el: Rename generic-font-lock-defaults to
33597         generic-font-lock-keywords throughout.
33598         (mailagent-rules-setup-function): Delete it.
33599         (mailagent-rules-generic-mode): Use anonymous function instead.
33600         (show-tabs-generic-mode-font-lock-defaults-1)
33601         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33602         Quote faces.
33603         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33604         not foreground.
33606         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33607         Recognize define-generic-mode.
33609 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33611         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33612         if there's no completion table.
33614 2005-03-23  Miles Bader  <miles@gnu.org>
33616         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33617         Remove tty-specific variants, as they're no longer needed.
33619 2005-03-23  Lute Kamstra  <lute@gnu.org>
33621         * generic-x.el: Code cleanup: make args constant whenever possible.
33622         (installshield-statement-keyword-list)
33623         (installshield-system-functions-list)
33624         (installshield-system-variables-list, installshield-types-list)
33625         (installshield-funarg-constants-list): Make them constants.
33627         * generic.el (generic-make-keywords-list): Add autoload cookie.
33629         * calendar/time-date.el: Add comment on time value formats.
33630         Don't require parse-time.
33631         (with-decoded-time-value): New macro.
33632         (encode-time-value): New function.
33633         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33634         (days-to-time): Return a valid time value when arg is huge.
33635         (time-since): Use time-subtract.
33636         (time-to-number-of-days): Use time-to-seconds.
33638 2005-03-23  David Ponce  <david@dponce.com>
33640         * recentf.el (recentf-keep): New option.
33641         (recentf-menu-action): Default to `find-file'.
33642         (recentf-keep-non-readable-files-flag)
33643         (recentf-keep-non-readable-files-p)
33644         (recentf-file-readable-p, recentf-find-file)
33645         (recentf-cleanup-remote): Remove.
33646         (recentf-include-p): More robust.
33647         (recentf-keep-p): New function.
33648         (recentf-remove-if-non-kept): Rename from
33649         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33650         All callers updated.
33651         (recentf-menu-items-for-commands): Fix help string.
33652         (recentf-track-closed-file): Update.  Doc fix.
33653         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33655 2005-03-23  Kim F. Storm  <storm@cua.dk>
33657         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33658         Don't inherit from fringe face (now happens automatically).
33660 2005-03-22  Kim F. Storm  <storm@cua.dk>
33662         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33663         position values.
33665 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33667         * menu-bar.el (showhide-date-time): Remove.
33668         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33669         (menu-bar-make-mm-toggle): Simplify.
33671 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33673         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33674         Accept qualified variable and function names.
33676 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33678         * bindings.el (completion-ignored-extensions):
33679         Remove ".lis" for `vax-vms'.
33681 2005-03-22  Andreas Schwab  <schwab@suse.de>
33683         * generic-x.el: Revert last change.
33684         * ldefs-boot.el: Update.
33686 2005-03-22  Jay Belanger  <belanger@truman.edu>
33688         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33689         (calc-embedded-save-original-modes)
33690         (calc-embedded-restore-original-modes): New functions.
33691         (calc-do-embedded): Save original modes when entering embedded mode
33692         and restore when leaving embedded mode.
33693         (calc-embedded-modes-change): Change the value of
33694         calc-embedded-original-modes to reflect permanent changes.
33696 2005-03-22  Lute Kamstra  <lute@gnu.org>
33698         * generic-x.el: Require generic again.
33700 2005-03-22  Miles Bader  <miles@gnu.org>
33702         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33703         Tweak details to look good on both ttys and bitmap displays, light
33704         or dark background, etc.
33706 2005-03-21  Kim F. Storm  <storm@cua.dk>
33708         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33709         mouse position.
33711 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33713         * icomplete.el: Don't forcibly turn on the mode upon load.
33714         (icomplete-mode): Use define-minor-mode.
33715         (icomplete-eoinput): Default to nil.
33716         (icomplete-minibuffer-setup): Remove autoload.
33717         (icomplete-tidy): Simplify.
33718         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33719         in the initial state or if the user has modified the field.
33720         Fix handling of icomplete-max-delay-chars.
33721         Remove code that handles the oddball case where
33722         minibuffer-completion-table is an integer.
33723         Wrap icomplete-completions in while-no-input in case building
33724         completions takes more time than expected.
33725         (icomplete-completions): Simplify.
33727 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33729         * jka-compr.el (jka-compr-really-do-compress):
33730         Make variable buffer-local.
33732         * image-mode.el: Handle .xpm files too.
33733         (image-toggle-display): Preserve modification flag.
33735         * help.el (where-is): Don't mention aliases with no key bindings.
33737 2005-03-21  Lute Kamstra  <lute@gnu.org>
33739         * generic.el: Fix commentary section.  Don't require cl for
33740         compilation.
33741         (generic-mode-list): Add autoload cookie.
33742         (generic-use-find-file-hook, generic-lines-to-scan)
33743         (generic-find-file-regexp, generic-ignore-files-regexp)
33744         (generic-mode, generic-mode-find-file-hook)
33745         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33746         (define-generic-mode): Make it a defmacro.  Fix docstring.
33747         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33748         (generic-mode-set-comments): Code cleanup.
33749         * generic-x.el: Don't prevent compilation.  Don't require generic.
33750         Follow coding conventions.  Minor code cleanup.
33751         (etc-fstab-generic-mode): Add some keywords.
33752         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33753         define-generic-mode like a function declaration.
33755 2005-03-21  Jay Belanger  <belanger@truman.edu>
33757         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33758         changing modes.
33760 2005-03-21  Sam Steingold  <sds@gnu.org>
33762         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33764 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33766         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33767         Add underscore to "f$ lexicals" regexp.
33769 2005-03-20  Juri Linkov  <juri@jurta.org>
33771         * subr.el (progress-reporter-do-update): When `min-value' is equal
33772         to `max-value', set `percentage' to 0 and prevent division by zero.
33774 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33776         Sync with Tramp 2.0.48.
33778         * net/tramp.el (all): Change all addresses to .gnu.org.
33779         (tramp-append-tramp-buffers): New defun.
33780         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33781         Catch `dont-send' signal.
33782         (tramp-set-auto-save-file-modes): Set always permissions, because
33783         there might be an old auto-saved file belonging to another
33784         original file.  This could be a security threat.  Reported by
33785         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33786         Check for Emacs 21.3.50 removed.
33788         * net/tramp-smb.el (all): Remove debug construct for
33789         `with-parsed-tramp-file-name'.
33790         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33791         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33792         No error message if DIRECTORY or FILENAME doesn't exist.
33793         (tramp-smb-open-connection): Check existence of
33794         `tramp-smb-program'.
33796 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33798         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33799         Properly handle the case where the `m' or `s' command's argument is not
33800         yet terminated.
33801         (perl-indent-new-calculate): New function.
33802         (perl-indent-line): Use it.
33804 2005-03-20  Miles Bader  <miles@gnu.org>
33806         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33807         in text-mode too.  Change to new face names.
33808         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33809         Add `:weight bold' attribute.
33810         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33812 2005-03-19  Juri Linkov  <juri@jurta.org>
33814         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33816         * international/mule.el (auto-coding-alist): Sync with
33817         `auto-mode-alist' by adding upper case archive file extensions
33818         and adding ear/war to jar extension.
33820 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33822         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33823         running, restart it.
33825 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33827         * finder.el (finder-current-item): Throw an error on an empty line.
33829         * man.el (Man-follow-manual-reference): If current-word returns
33830         nil, use "".
33832 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33834         * simple.el (goto-line): Doc fix.
33836 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33838         * files.el (save-buffer): Doc fix.
33840 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33842         * recentf.el (recentf-cleanup-remote): New variable.
33843         (recentf-cleanup): Use it to conditionally check availability of
33844         remote files.
33846 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33848         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33849         function names.
33851 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33853         * language/thai-word.el: New file.
33855 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33857         * files.el (backup-buffer): If the file's directory is not
33858         writable, use copy instead of move to backup the file.
33860 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33862         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33864 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33866         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33867         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33868         <darkman_spam@yahoo.fr>.
33869         (ps-print-version): New version 6.6.6.
33871 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33873         * textmodes/table.el (table--line-column-position): New idiom.
33874         (table--row-column-insertion-point-p): New function to test
33875         validity of row and column insertion operation at a location.
33876         (table-global-menu, table-cell-menu): Use above functions for
33877         deterministic test operation.
33878         (table--editable-cell-p): Behave in deterministic fashion.
33880 2005-03-18  Juri Linkov  <juri@jurta.org>
33882         * isearch.el (isearch-lazy-highlight-new-loop):
33883         Make arguments beg and end optional.
33884         (isearch-update): Remove optional arguments nil from
33885         isearch-lazy-highlight-new-loop.
33886         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33887         isearch-lazy-highlight-case-fold-search instead of
33888         isearch-case-fold-search, and let-bind isearch-regexp to
33889         isearch-lazy-highlight-regexp.
33890         Use isearch-lazy-highlight-last-string instead of isearch-string.
33892         * replace.el (perform-replace): Remove bindings of global
33893         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33894         Add three new arguments to `replace-highlight'.
33895         (replace-highlight): Add arguments string, regexp, case-fold.
33896         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33897         to allow isearch-lazy-highlight-new-loop to use these values
33898         to set corresponding isearch-lazy-highlight-* internal
33899         variables whose values lazy highlighting will use regardless of
33900         changes to global variables isearch-string, isearch-regexp,
33901         isearch-case-fold-search during lazy highlighting loop.
33902         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33903         to `lazy-highlight-cleanup'.
33905         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33906         (ispell-highlight-face): Set default face to `isearch' when
33907         lazy highlighting is enabled.
33908         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33909         priority to 1.  Add lazy highlighting.
33910         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33911         from `isearch-dehighlight'.
33913 2005-03-18  David Ponce  <david@dponce.com>
33915         * files.el (hack-local-variables): Do a case-insensitive search
33916         for End.
33918 2005-03-18  Juri Linkov  <juri@jurta.org>
33920         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33921         `isearch-lazy-highlight-cleanup', add alias to old name and
33922         declare obsolete.  Add release numbers to other obsolete vars.
33923         (isearch-done, isearch-lazy-highlight-new-loop):
33924         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33925         (lazy-highlight-cleanup) <variable>: Doc fix.
33926         (isearch-lazy-highlight-update): Rename obsolete
33927         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33929 2005-03-18  Kenichi Handa  <handa@m17n.org>
33931         * language/thai-util.el: Fix categorization of Thai characters in
33932         thai-category-table.
33933         (thai-composition-pattern): Adjust it for the above change.
33934         (thai-self-insert-command, thai-compose-syllable): New functions.
33935         (thai-compose-region): Use thai-compose-syllable.
33936         (thai-compose-string): Likewise.
33937         (thai-composition-function): Likewise.
33938         (thai-auto-composition): New function.
33939         (thai-auto-composition-mode): New minor mode.
33941         * language/thai.el: Fix patterns to be registered in
33942         composition-function-table.
33944         * international/quail.el (quail-input-method): Locally bind
33945         inhibit-modification-hooks to t.
33947 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33949         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33950         (perl-mode): Use run-mode-hooks.
33952         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33953         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33954         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33956         * mail/sendmail.el (sendmail-send-it): Reenable the code
33957         to compute resend-to-address and use it.
33959         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33961         * image-mode.el: New file.
33963         * image.el (insert-sliced-image): Add autoload cookie.
33965         * font-lock.el (font-lock-lines-before): New user option.
33966         (font-lock-after-change-function): Obey it.
33968         * bindings.el (esc-map): Make M-g a prefix.
33969         Bind M-g g and M-g M-g to goto-line.
33971         * faces.el (face-id): Doc fix.
33973 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33975         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33976         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33977         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33979         * mail/sendmail.el (mail-yank-ignored-headers)
33980         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33981         Add Mail-Followup-To and Mail-Reply-To headers.
33982         (mail-citation-hook): Add autoload cookie.
33983         (mail-mode): Doc fix.
33984         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33985         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33986         (mail-mode-fill-paragraph): Handle those headers.
33987         (mail-mailing-lists): New variable.
33988         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33990 2005-03-17  Juri Linkov  <juri@jurta.org>
33992         * isearch.el (isearch-fallback): Check for `(car previous)'
33993         before calling `isearch-other-end-state'.
33995 2005-03-17  Kim F. Storm  <storm@cua.dk>
33997         * simple.el (move-beginning-of-line): Move to beginning of buffer
33998         line, as well as beginning of screen line.
34000 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
34002         * calendar/diary-lib.el (mark-diary-entries): Use new optional
34003         argument REDRAW rather than calendar-redrawing variable.
34004         * calendar/calendar.el (calendar-redrawing): Delete.
34005         (redraw-calendar): Do not bind calendar-redrawing.
34007 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
34009         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34010         diary-file buffer.
34012 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34014         * help.el (describe-mode): Allow a :minor-mode-function property to
34015         specify a different minor mode toggle function than the variable.
34016         * simple.el (auto-fill-function):
34017         * subr.el (add-minor-mode): Use it.
34019 2005-03-16  Kenichi Handa  <handa@m17n.org>
34021         * language/ethio-util.el (sera-being-called-by-w3): New variable.
34022         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34023         (ethio-fidel-to-sera-buffer): Likewise.
34025 2005-03-16  Juri Linkov  <juri@jurta.org>
34027         * emacs-lisp/find-func.el (find-function-regexp):
34028         Add defun-emitting macro `menu-bar-make-toggle'.
34030         * isearch.el: Put `isearch-scroll' property to
34031         `split-window-horizontally'.
34033         * info.el: Update error messages for `debug-ignored-errors'.
34034         (Info-isearch-search): Doc fix.
34035         (Info-find-node): Move up code to go into info buffer before
34036         recording the node to the history.
34037         (Info-fontify-node): Fontify titles only if the next line
34038         has two or more `*', `=', `-', `.'.
34039         Display "go to this node" for empty (match-string 3).
34041 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34043         * term/mac-win.el: Add mouse pointer shape constants.
34045 2005-03-15  Kim F. Storm  <storm@cua.dk>
34047         * simple.el (move-beginning-of-line): Use vertical-motion.
34049 2005-03-15  Juri Linkov  <juri@jurta.org>
34051         * isearch.el (isearch-error): New variable.
34052         (isearch-invalid-regexp, isearch-within-brackets): Remove.
34053         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34054         (isearch-within-brackets-state): Remove.
34055         (isearch-case-fold-search-state, isearch-pop-fun-state):
34056         Decrease frame index.
34057         (isearch-mode, isearch-top-state, isearch-push-state)
34058         (isearch-edit-string, isearch-abort, isearch-search-and-update)
34059         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34060         (isearch-search, isearch-lazy-highlight-new-loop):
34061         Replace `isearch-invalid-regexp' with `isearch-error'.
34062         Remove `isearch-within-brackets'.
34063         (isearch-search): Add `search-failed' handler to `condition-case'.
34064         (isearch-lazy-highlight-search): Add `condition-case' to catch
34065         errors and allow `isearch-lazy-highlight-update' to try
34066         highlighting from the beginning of the window.
34067         (isearch-repeat): Move up code to set isearch-wrapped to t
34068         before calling isearch-wrap-function.
34070         * info.el (Info-isearch-initial-node): New internal variable.
34071         (Info-search): Signal an error in isearch mode when search leaves
34072         the initial node.  Signal an error when `bound' is non-nil and
34073         nothing was found in the current subfile.
34074         (Info-isearch-search): Remove `condition-case'.
34075         (Info-isearch-wrap): Don't wrap when search failed during leaving
34076         the initial node.  If `Info-isearch-search' is nil, wrap around
34077         the current node.
34078         (Info-isearch-start): New fun.
34079         (Info-mode): Add buffer-local hook `Info-isearch-start' to
34080         `isearch-mode-hook'.
34082 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34084         * simple.el (normal-erase-is-backspace): Set default to t if
34085         running on Mac.
34087         * term/mac-win.el (function-key-map): Sync with x-win.el.
34089 2005-03-15  Kenichi Handa  <handa@m17n.org>
34091         * international/mule-cmds.el (locale-language-names): Modify the
34092         format of elements and add more entries.
34093         (locale-preferred-coding-systems): Add more entries.
34094         (set-locale-environment): Adjust for the change of
34095         locale-language-names.
34097 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
34099         * pcvs.el (smerge-ediff): Remove bogus autoload.
34101 2005-03-14  Lute Kamstra  <lute@gnu.org>
34103         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34104         Ignore a `*' at the beginning of a line.
34106         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34107         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34108         subr.el.
34109         (dont-compile, eval-when-compile, eval-and-compile): Use declare
34110         to specify indentation.
34112         * generic.el (define-generic-mode): Let generic-mode-list be a
34113         list of strings; test membership with equal.
34115 2005-03-14  Kim F. Storm  <storm@cua.dk>
34117         * simple.el (next-line, previous-line): Add optional try-vscroll
34118         arg to recognize interactive use.  Pass it on to line-move.
34119         (line-move): Don't perform auto-window-vscroll when defining or
34120         executing keyboard macro to ensure consistent behavior.
34122 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34124         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34126 2005-03-13  Lute Kamstra  <lute@gnu.org>
34128         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34129         debugger-setup-buffer so that backtrace marks the frames set to
34130         debug-on-exit and we don't have to do it manually.  Set an extra
34131         debug-on-exit for macro's.
34132         (debugger-setup-buffer): Don't mark the top frame manually.
34134 2005-03-12  Lute Kamstra  <lute@gnu.org>
34136         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34137         lisp-indent-function throughout.
34138         (with-no-warnings): Set lisp-indent-function property.
34140 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
34142         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34143         Add entry for backslash.
34145 2005-03-12  Juri Linkov  <juri@jurta.org>
34147         * info.el (Info-search): Four fixes for backward search.
34149 2005-03-11  Jay Belanger  <belanger@truman.edu>
34151         * calc/calc.el (calc-language-alist): New variable.
34152         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34153         (calc-embedded-find-modes): Use calc-language-alist instead of
34154         calc-embedded-language-alist.
34156 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34158         * calendar/calendar.el (calendar-redrawing): New internal
34159         variable.
34160         (redraw-calendar): Remove bogus save-excursion from previous
34161         change.  Bind calendar-redrawing to t for mark-diary-entries.
34162         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34163         calendar if that is why we were called.
34165 2005-03-11  Kenichi Handa  <handa@m17n.org>
34167         * international/mule.el (make-coding-system): Set property
34168         coding-system-define-form to nil.
34169         (define-coding-system-alias): Likewise.
34171 2005-03-11  Kenichi Handa  <handa@m17n.org>
34173         These changes are suggested by Dave Love <fx@gnu.org>.
34175         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34176         coding: tag.
34177         (adaptive-fill-regexp): Add more bullets.
34178         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34179         regexps.
34181 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34183         * help.el (describe-mode): Properly handle non-trivial lighters.
34184         Don't ignore minor modes that are not listed in minor-mode-list.
34186         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34187         feature ON when the user requests to turn it OFF.
34189 2005-03-10  Lute Kamstra  <lute@gnu.org>
34191         * emacs-lisp/debug.el (debug-entry-code): Delete it.
34192         (implement-debug-on-entry): New function to replace debug-entry-code.
34193         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
34194         second argument as the 2005-03-07 change makes it obsolete.
34195         (debug-on-entry, cancel-debug-on-entry): Update call to
34196         debug-on-entry-1.
34197         (debug, debugger-setup-buffer): Comment update.
34198         (debugger-frame-number): Update to work with implement-debug-on-entry.
34200 2005-03-10  Jay Belanger  <belanger@truman.edu>
34202         * calc/calc-embed.el (math-ms-args): Declare it.
34203         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34204         math-ms-args.
34205         (calc-embedded-subst): Use math-multi-subst-rec to substitute
34206         variables.
34208 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
34210         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34211         Use message-box.
34213         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34214         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34215         (tooltip-gud-tips): Simplify.
34216         (tooltip-gud-tips-p): Remove superfluous :set.
34217         (tooltip-gud-modes): Add fortran-mode.
34218         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34220         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34222 2005-03-09  Kim F. Storm  <storm@cua.dk>
34224         * play/animate.el (animate-place-char): Use forward-line instead
34225         of next-line to improve performance.
34227 2005-03-09  Simon Josefsson  <jas@extundo.com>
34229         * net/browse-url.el (browse-url-default-browser): Doc fix.
34231 2005-03-09  Miles Bader  <miles@gnu.org>
34233         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34234         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34236 2005-03-09  Kenichi Handa  <handa@m17n.org>
34238         * international/latin-1.el: Set case and syntax for 255 only if
34239         set-case-syntax-set-multibyte is nil.
34241         * textmodes/ispell.el (ispell-insert-word): New function.
34242         (ispell-word): Use ispell-insert-word to insert a new word.
34243         (ispell-process-line): Likewise.
34244         (ispell-complete-word): Likewise.
34246 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
34248         * calendar/calendar.el (redraw-calendar): Preserve point.
34249         Reported by Matt Hodges <MPHodges@member.fsf.org>.
34250         (calendar-week-start-day): Move after definition of
34251         redraw-calendar.  Delete buffer test, since redraw-calendar has
34252         that now.
34254         * calendar/diary-lib.el (mark-diary-entries): Only call
34255         redraw-calendar in the first of any recursive calls.
34256         Reported by Alan Shutko <ats@acm.org>.
34258 2005-03-08  Juri Linkov  <juri@jurta.org>
34260         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34261         (html-horizontal-rule, html-line, html-image, html-checkboxes)
34262         (html-radio-buttons): Add a space before the trailing `/>' where
34263         sgml-xml-mode is non-nil.
34264         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34265         the subsequent tag of the empty XML tag.
34266         (html-href-anchor): Don't set initial input to "http:".
34267         (html-image): Ask for the image URL and set point inside alt="".
34268         (html-name-anchor): Duplicate the name in the `id' attribute when
34269         sgml-xml-mode is non-nil.
34270         (html-paragraph): Remove \n before <p>.
34271         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34272         instead of `checked' when sgml-xml-mode is non-nil.
34274         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34275         Remove 1 space before #RRGGBB to not truncate it on terminal
34276         windows w/o fringes.  Remove 1 space between bg and fg examples
34277         to get more space.
34278         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34279         avoid byte-compile warnings.
34281         * image-file.el (image-file-handler): Put `safe-magic' property to
34282         `image-file-handler'.
34284         * info.el (Info-isearch-search): Emulate word search in
34285         isearching through multiple Info nodes with Info-search.
34286         (Info-isearch-wrap): Allow isearch-word.
34288 2005-03-08  Lute Kamstra  <lute@gnu.org>
34290         * emacs-lisp/debug.el (debugger-step-through): Make sure that
34291         stepping into the debugger's code is not possible.
34292         (debugger-jumping-flag): Docstring update.
34294 2005-03-08  Jay Belanger  <belanger@truman.edu>
34296         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34297         embedded mode begins.
34298         (calc-embedded-language-alist): New variable.
34299         (calc-embedded-find-modes): Use calc-embedded-language-alist to
34300         set default language mode.
34302 2005-03-08  Kenichi Handa  <handa@m17n.org>
34304         * international/ccl.el (define-ccl-program): Fix docstring about
34305         extra 256 bytes assured for the output buffer.
34307         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34308         Fix BUFFER_MAGNIFICATION to 2.
34309         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34311 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
34313         * align.el (align-rules-list): Added an alignment rule for CSS
34314         declarations (applies to css-mode and html-mode buffers).
34316 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
34318         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34320 2005-03-07  Kim F. Storm  <storm@cua.dk>
34322         * simple.el (move-beginning-of-line): New command.
34324         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34326         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34328         * emulation/cua-base.el: Put CUA move property on move-end-of-line
34329         and move-beginning-of-line.
34331         * apropos.el (apropos-print): Omit command from M-x ... RET.
34333 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
34335         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34336         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34338 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34340         * bindings.el (esc-map): Bind M-g to goto-line.
34342         * facemenu.el (global-map): Bind M-o, not M-g.
34344 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34346         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34347         "Open Directory" as for "Open File".
34349 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
34351         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34352         (push-mark-command): Run activate-mark-hook.
34354 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34356         * help-mode.el (help-mode-finish): Don't alter the element
34357         in view-return-to-alist if there already is one.
34359         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34360         make sure the current buffer is the expected one.
34362         * novice.el (disabled-command-function): Output in *Disabled Command*.
34363         Explicitly ignore non-keyboard events, and explicitly handle C-g.
34365         * textmodes/flyspell.el (flyspell-large-region):
34366         Pass args differently for aspell.
34368         * files.el (mode-require-final-newline): Doc fix.
34370 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34372         * progmodes/which-func.el (which-function):
34373         Specify NOERROR when calling imenu--make-index-alist.
34375 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34377         * simple.el (normal-erase-is-backspace): Define default value.
34379         * custom.el (custom-theme-set-variables): Remove unused var
34380         `immediate'.
34381         (custom-reevaluate-setting): Simple function to handle variables
34382         that are defined before their default value can really be
34383         computed.
34385         * startup.el (command-line): Use it for temporary-file-directory,
34386         small-emporary-file-directory, auto-save-file-name-transforms,
34387         blink-cursor-mode, and normal-erase-is-backspace.
34389         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34390         progress, even with buggy anchored keywords.
34392 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
34394         * simple.el (goto-line): Remove unbalanced final parenthesis.
34396 2005-03-05  Richard M. Stallman  <rms@gnu.org>
34398         * simple.el (goto-line): Use a number at point as the default.
34399         With C-u as arg, switch buffers.
34401 2005-03-05  Juri Linkov  <juri@jurta.org>
34403         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34404         with `no-blinking-cursor'.
34406         * startup.el (no-blinking-cursor): New defvar.
34407         (command-line): Add `--no-blinking-cursor' to longopts.
34408         Set `no-blinking-cursor' to t for command line arguments
34409         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
34410         with `no-blinking-cursor' in the condition for calling
34411         `blink-cursor-mode'.
34413 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
34415         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34416         (menu-bar-options-save): Add blink-cursor-mode.
34417         (menu-bar-options-menu): Add blink-cursor-mode.
34419 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
34421         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34422         (icalendar-export-file, icalendar-export-region)
34423         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34424         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34426 2005-03-04  Lute Kamstra  <lute@gnu.org>
34428         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34429         (debug-function-list): Ditto.
34431 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
34433         * textmodes/texinfmt.el (texinfo-append-refill):
34434         Redefine the types of line to which @refill
34435         is not appended by replacing a search for `@refill\\|@bye' with
34436         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
34437         itemize@refill' bug and the unfilled long lines bug.
34438         (texinfmt-version): Update number and date.
34440 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
34442         * international/code-pages.el (windows-1250, windows-125[2-8])
34443         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34445 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34447         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34448         bound yet.
34450 2005-03-02  Romain Francoise  <romain@orebokech.com>
34452         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34453         buffer after removing limits.
34454         (ibuffer-pop-filter): Ditto.
34455         Update copyright.
34457 2005-03-02  Miles Bader  <miles@gnu.org>
34459         * button.el (make-text-button): If the user doesn't specify a
34460         type, use the default.  Rewrite to use `add-text-properties' and
34461         plist functions.
34463 2005-03-01  Lute Kamstra  <lute@gnu.org>
34465         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34466         (debugger-jumping-flag): New var.
34467         (debug-entry-code): Use it.
34468         (debugger-jump): Use debugger-jumping-flag and add
34469         debugger-reenable to post-command-hook.
34470         (debugger-reenable): Use debugger-jumping-flag and remove itself
34471         from post-command-hook.
34472         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34473         debugger-reenable.
34475 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
34477         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34478         inclusion of "itemize\\|", which may be unnecessary, is certainly
34479         inelegant, and stops refilling in itemize lists when formatting
34480         Japanese Texinfo files to Info.
34481         Update copyright to 2005.
34483 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
34485         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34486         of an error if GDB can't find the source file.
34488 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
34490         * calendar/calendar.el (redraw-calendar): Work from any buffer,
34491         not just the calendar.
34493         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34494         first.
34495         (diary-redraw-calendar): New function.
34496         (make-diary-entry): Add diary-redraw-calendar to local
34497         write-contents-functions.  Turn off selective display before
34498         inserting in diary.
34500 2005-03-01  Kim F. Storm  <storm@cua.dk>
34502         * emacs-lisp/copyright.el (copyright-fix-years): New command.
34504 2005-03-01  Lute Kamstra  <lute@gnu.org>
34506         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34507         that debug-entry-code can be safely removed from a function while
34508         this code is being evaluated.  Revert the 2005-02-27 change as the
34509         new implementation no longer requires it.  Make sure that a
34510         function body containing just a string is not mistaken for a docstring.
34511         (debug): Skip one more frame in case of debug on entry.
34512         (debugger-setup-buffer): Delete one more frame line in case of
34513         debug on entry.
34514         (debugger-frame-number): Update to use the new text introduced by
34515         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
34517 2005-02-28  Kim F. Storm  <storm@cua.dk>
34519         * double.el (double-translate-key): Call force-window-update after
34520         read-event to avoid crash in redisplay.
34522 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34524         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34525         (debug): Use it.  Move the inhibit-trace earlier.
34526         (debug-entry-code): New const.
34527         (debug-on-entry-1): Use it.
34529 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
34531         * international/utf-16.el (ccl-encode-mule-utf-16le):
34532         Fix BUFFER_MAGNIFICATION to 2.
34533         (ccl-encode-mule-utf-16be): Likewise.
34535 2005-02-28  Kenichi Handa  <handa@m17n.org>
34537         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34538         Fix BUFFER_MAGNIFICATION to 4.
34539         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34541 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34543         * speedbar.el (speedbar-update-flag): Doc fix.
34544         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34545         argument.
34547 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34549         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34550         have a non-nil `invisible' property but are actually visible.
34552         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34553         for perldoc sections.
34554         (perl-outline-regexp, perl-outline-level): New var and function.
34555         (perl-mode): Use them.
34557 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34559         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34560         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34562 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34564         * cus-edit.el: Comment change.
34565         (custom-buffer-create-internal): Slightly reword text at top of
34566         Custom buffers.  Mention there that saving an option edits the
34567         init file.  Add link to Emacs manual node on `custom-file'.
34568         (custom-magic-alist): Rewrite individual State messages to use
34569         capitalized keywords.  Doc fix.
34571 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34573         * calendar/calendar.el (calendar-buffer): Move above
34574         calendar-week-start-day.
34575         (calendar-week-start-day): Doc fix.  Add :set function.
34576         (calendar-minimum-window-height): New variable.
34577         (generate-calendar-window): Only resize window if selected-window
34578         is displaying the calendar buffer.  Use new variable
34579         calendar-minimum-window-height.
34580         (generate-calendar): Reword error message.
34581         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34583 2005-02-27  Andreas Schwab  <schwab@suse.de>
34585         * vc.el (vc-do-command): Don't run command asynchronously when
34586         operating in a remote directory.
34588         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34589         change from sync with Tramp 2.0.47.
34591 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34593         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34595         * textmodes/flyspell.el (flyspell-mode-on):
34596         Call ispell-change-dictionary only if necessary.
34598         * emacs-lisp/re-builder.el (regexp-builder): New function.
34600         * register.el (describe-register-1): Explicitly handle
34601         yank-excluded-properties = t.
34603         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34604         (custom-magic-alist): Change the status descriptions again.
34605         (face widget-type): Total rewrite based on `restricted-sexp'
34606         to eliminate the confusing double hiding levels.
34608         * emacs-lisp/debug.el (debug-on-entry-1):
34609         If function body is empty, add nil as body form.
34611 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34613         * emacs-lisp/trace.el (inhibit-trace): New var.
34614         (trace-make-advice): Use it.
34616         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34618 2005-02-26  Kim F. Storm  <storm@cua.dk>
34620         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34621         (mouse-on-link-p, mouse-drag-region-1): Use it.
34623 2005-02-25  Lute Kamstra  <lute@gnu.org>
34625         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34627 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34629         * frame.el (blink-cursor-mode): Add :group keyword.
34631 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34633         * calendar/icalendar.el (icalendar--decode-isodatetime):
34634         New optional argument DAY-SHIFT.
34635         (icalendar-export-region): Fix coding-system-for-write.
34636         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34637         events by one.
34639 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34641         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34643 2005-02-24  Kim F. Storm  <storm@cua.dk>
34645         * international/iso-acc.el (iso-accents-compose): Fix crash
34646         during redisplay.  Call force-window-update after read-event
34647         and delete-region to signal that window is not accurate.
34649 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34651         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34652         Remove unused and inexistent var `inhibit-trace'.
34653         (debugger-mode): Use run-mode-hooks.
34654         (debugger-list-functions): Add buttons; setup xref stack.
34656 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34658         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34659         appointment says it was explicitly made.
34660         (appt-add): Set the 3rd element.
34661         (appt-make-list): Preserve explicit appointments.
34663         * subr.el (find-tag-default): Catch errors in forward-sexp.
34665 2005-02-23  Juri Linkov  <juri@jurta.org>
34667         * info.el (Info-isearch-search): New defcustom.
34668         (Info-isearch-search): Call the default isearch function
34669         when Info-isearch-search is nil.
34670         (Info-isearch-wrap): Use variable Info-isearch-search.
34672 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34674         * cus-edit.el: Comment change.
34676 2005-02-22  Kim F. Storm  <storm@cua.dk>
34678         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34679         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34681 2005-02-22  Simon Josefsson  <jas@extundo.com>
34683         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34684         New variable.
34685         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34686         Oskarsson" <myrkraverk@users.sourceforget.net>.
34688 2005-02-22  Kim F. Storm  <storm@cua.dk>
34690         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34691         check that window of that event is the selected window.
34692         (mouse-drag-region-1): Compare mouse event window to selected
34693         window before setting point.
34695         * tooltip.el (tooltip-show-help-function): Pass event to
34696         mouse-on-link-p so it can check selected window.
34698 2005-02-22  Kenichi Handa  <handa@m17n.org>
34700         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34701         (ps-mule-show-warning): New function.
34702         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34703         characters are found.
34705         * ps-print.el (ps-header-footer-string): Return a list of header
34706         and footer strings.
34708 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34710         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34712 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34714         * frame.el (blink-cursor-mode): Use define-minor-mode.
34716         * term/mac-win.el (function-key-map): Use char-names more consistently.
34717         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34718         already handled in mule-cmds.el (where it also works when mac-win.el
34719         is not used).
34721 2005-02-21  Kenichi Handa  <handa@m17n.org>
34723         * international/mule.el (ctext-pre-write-conversion): Always use
34724         " *code-converting-work*" buffer for work.
34726         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34728 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34730         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34732 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34734         * ses.el (undo-more): Restore defadvice, but only the part that
34735         allows changes outside the restricted area of the buffer.
34737 2005-02-20  Kim F. Storm  <storm@cua.dk>
34739         * simple.el (line-move): Add fourth optional arg try-vscroll which
34740         must be set to perform auto-window-vscroll.
34741         When moving backwards and doing auto-window-vscroll, automatically
34742         vscroll to the last part of lines which are taller than the window.
34743         (next-line, previous-line): Set try-vscroll arg on line-move.
34745 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34747         * replace.el (query-replace, query-replace-regexp)
34748         (replace-string, replace-regexp): When operating on region, make
34749         the minibuffer prompt say so.
34751         * isearch.el (isearch-forward): Document isearch-query-replace and
34752         isearch-query-replace-regexp keybindings.
34754 2005-02-19  Jay Belanger  <belanger@truman.edu>
34756         * calc/calc-aent.el (math-read-token): Add local variable.
34758         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34759         (calc-edit-top): Move declaration to earlier in file.
34760         (calc-edit-macro-repeats): Add local variables.
34762         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34763         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34764         calcFunc-tanh.
34765         Adjust integration rule for calcFunc-tan.
34767 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34769         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34770         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34771         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34772         (viper-skip-separators): Bug fix.
34773         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34774         particular major mode.
34775         (viper-del-backward-char-in-replace): Don't put deleted char on the
34776         kill ring.
34778         * emulation/viper-ex.el (viper-color-display-p): New function.
34779         (viper-has-face-support-p): Use viper-color-display-p.
34781         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34783         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34785         * emulation/viper-util.el (viper-glob-unix-files):
34786         Fix shell status check.
34787         (viper-file-remote-p): Make equivalent to file-remote-p.
34789         * emulation/viper.el (viper-major-mode-modifier-list):
34790         Use viper-gnus-modifier-map.
34792 2005-02-19  David Kastrup  <dak@gnu.org>
34794         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34795         quoting.
34797 2005-02-19  Jay Belanger  <belanger@truman.edu>
34799         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34800         Remove extra definitions.
34801         (calc-coth): New function.
34802         (calcFunc-cot): Fix `let'.
34804 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34806         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34807         the reasons we use "type pc" in these faces.
34809         * button.el (button): Ditto.
34811 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34813         * replace.el (query-replace-read-from): Set the value of
34814         query-replace-from-history-variable to handle the case of an empty
34815         string entered to accept the suggested default.
34817         * net/tramp.el (tramp-file-name-for-operation):
34818         Use dired-call-process instead of dired-call-process-command.
34820 2005-02-19  Jay Belanger  <belanger@truman.edu>
34822         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34823         (math-div-non-trig): New variables.
34824         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34825         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34826         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34827         trig expressions.
34829 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34831         * progmodes/gdb-ui.el (gdb-var-update-handler)
34832         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34833         for watch expressions,
34834         (gdb-var-create-handler): Don't set speedbar-update-flag.
34835         (gdb-post-prompt): Simplify test for speedbar.
34837 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34839         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34840         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34841         we use the syntax table of the correct buffer.
34842         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34843         Felix Gatzemeier.
34845         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34846         (ediff-file-remote-p): Make synonymous with file-remote-p.
34847         In all deffaces ediff-*-face-*, use min-colors.
34849         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34850         ediff-recurse-to-subdirectories.
34851         (ediff-mark-if-equal): Check that the arguments are strings, use
34852         ediff-same-contents (after to Felix Gatzemeier).
34854         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34855         nil.
34857 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34859         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34861 2005-02-18  David Kastrup  <dak@gnu.org>
34863         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34864         use `mark-active' when defined.
34866 2005-02-18  Kenichi Handa  <handa@m17n.org>
34868         * ps-print.el (ps-font-info-database): New entry
34869         ZapfChancery-MediumItalic with correct font name.  Fix font name
34870         of the entry Zapf-Chancery-MediumItalic.
34872 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34874         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34876 2005-02-16  Kim F. Storm  <storm@cua.dk>
34878         * ido.el (ido-fallback-command): Pass user input to fallback command.
34880 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34882         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34883         (gdb-find-file-hook): Add server prefix.
34885 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34887         * replace.el (perform-replace): Pass new args to replace-highlight.
34888         (replace-highlight): Take region args,
34889         and pass them to isearch-lazy-highlight-new-loop.
34891         * novice.el (disabled-command-hook): Autoload the defalias
34892         and the make-obsolete-variable call.
34894         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34896         * isearch.el (isearch-lazy-highlight-start-limit)
34897         (isearch-lazy-highlight-end-limit): New variables limit
34898         the region for highlighting.
34899         (isearch-lazy-highlight-new-loop): New args BEG and END.
34900         (isearch-lazy-highlight-search): Use the new vars.
34901         (isearch-lazy-highlight-update): Likewise.
34903         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34905         * cus-start.el (all): Use default-boundp.
34907 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34909         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34911 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34913         * autorevert.el (auto-revert-stop-on-user-input)
34914         (auto-revert-verbose): Doc fixes.
34916 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34918         * international/mule-cmds.el (set-locale-environment): Remove call
34919         to set-selection-coding-system on Windows.
34921 2005-02-15  Jay Belanger  <belanger@truman.edu>
34923         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34924         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34925         calcFunc-coth.
34926         (math-simplify-sqrt): Add simplifications.
34928         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34929         to list.
34931         * calc/calc-ext.el: Add functions to autoloads.
34933         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34934         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34935         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34936         (math-csc-raw, math-cot-raw): New functions.
34938         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34940         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34941         the variable name in a message.
34943         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34944         calcFunc-csc, calcFunc-cot.
34946         * calc/calcalg2.el: Add derivative and integration rules for
34947         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34948         calcFunc-csch, calcFunc-coth.
34949         (math-do-integral-methods): Add to checks for when to use
34950         substitutions.
34952         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34954 2005-02-15  Lute Kamstra  <lute@gnu.org>
34956         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34957         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34958         <monnier@iro.umontreal.ca>.
34959         (lisp-outline-level): Improve efficiency.  Suggested by David
34960         Kastrup <dak@gnu.org>.
34962 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34964         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34965         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34966         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34967         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34968         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34970 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34972         * cus-start.el (all): Comment change.
34974 2005-02-14  Lute Kamstra  <lute@gnu.org>
34976         * cus-start.el (all): Check if symbol is void.
34978 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34980         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34981         optional argument to \cite.
34983 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34985         * cus-edit.el (custom-buffer-create-internal): Update help message.
34986         (custom-magic-alist): Update help messages.
34988         * cus-start.el (all): Allow a var to specify a standard value.
34990 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34992         * custom.el (custom-theme-set-variables): Handle variable aliases.
34994         * frame.el (blink-cursor-timer): Doc fix.
34995         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34996         declare obsolete.
34997         (blink-cursor-mode): Define with defcustom and use correct
34998         standard expression in that defcustom.
34999         * startup.el (command-line): Adapt to above changes in frame.el.
35001 2005-02-11  Lute Kamstra  <lute@gnu.org>
35003         * apropos.el (apropos-score-doc): Prevent division by zero.
35005 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
35007         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35008         (icalendar--get-event-property-attributes)
35009         (icalendar--get-event-properties)
35010         (icalendar--datetime-to-diary-date): New functions.
35011         (icalendar--split-value): Doc fix.
35012         (icalendar--datetime-to-noneuropean-date)
35013         (icalendar--datetime-to-european-date): New optional argument
35014         SEPARATOR.  Return result as a string instead of a list.
35015         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35016         (icalendar--convert-string-for-export): Rename arg S to STRING.
35017         (icalendar-export-region): Doc fix.  Change name of error buffer.
35018         Save output buffer.
35019         (icalendar-import-file): Add blank at end of prompt.
35020         (icalendar-import-buffer): Doc fix.  Do not switch to error
35021         buffer.  Indicate status in return value.
35022         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
35023         buffer.  Save output buffer.  Handle exception from recurrence
35024         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
35025         events.  Fix problems with weekly all-day events.
35027 2005-02-10  Richard M. Stallman  <rms@gnu.org>
35029         * simple.el (eval-expression-print-format):
35030         Avoid warning about edebug-active.
35032         * help.el (help-for-help-internal): Rename from help-for-help.
35033         (help-for-help): Define with defalias.
35035         * font-core.el (font-lock-default-function): Use with-no-warnings.
35037         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35039         * custom.el (defface): Doc fix.
35041 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
35043         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35044         width 0" to prevent word wrapping problems.
35046 2005-02-09  Kim F. Storm  <storm@cua.dk>
35048         * ido.el (ido-file-extensions-order): New defcustom.
35049         (ido-file-extension-lessp, ido-file-extension-aux)
35050         (ido-file-extension-order): New advanced file ordering.
35051         (ido-file-lessp): New simple file ordering.
35052         (ido-sort-list): Remove.
35053         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35054         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35056 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
35058         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35059         that some versions of grep produce.
35060         (grep-mode-font-lock-keywords): Likewise.
35062 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
35064         * progmodes/gdb-ui.el (gdb-location-list): New variable.
35065         (gdb-cdir): Delete.
35066         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35067         (gdb-source-info): Treat case when source file is in another
35068         directory properly.
35069         (gdb-get-location): New function.
35071 2005-02-07  Jay Belanger  <belanger@truman.edu>
35073         * calc/calc-prog.el (calc-write-parse-table-part)
35074         (calc-fix-token-name): Fix a check for language type.
35076         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35078 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
35080         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35081         as directory not writable.
35083 2005-02-07  Kim F. Storm  <storm@cua.dk>
35085         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35086         (cua--standard-movement-commands): Remove list.
35087         Instead, set CUA property value to move for movement commands.
35088         (cua-movement-commands): Remove.  Users must set CUA prop instead.
35089         (cua--pre-command-handler): Check CUA property.
35090         (cua--init-keymaps): Don't remap undo commands.
35091         (cua-mode): Don't call cua--rectangle-on-off.
35093         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35094         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35095         (cua--rect-undo-set-point): New var.
35096         (cua--rectangle-undo-boundary): Setup undo apply entry.
35097         (cua--rect-undo-handler): New function for rectangle undo.
35098         (cua--rect-start-position, cua--rect-end-position): Add.
35099         (cua--rectangle-post-command): Call cua--rectangle-set-corners
35100         for restored rectangle.  Set point if cua--rect-undo-set-point.
35102 2005-02-06  Jay Belanger  <belanger@truman.edu>
35104         * calc/calc-lang.el (calc-tex-language): Display more information
35105         in messages.
35107         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35108         in TeX mode.
35110 2005-02-06  Richard M. Stallman  <rms@gnu.org>
35112         * emacs-lisp/lisp.el (buffer-end): Doc fix.
35114 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
35116         * net/ldap.el (ldap-search-internal): Support attributes with
35117         optional descriptions separated by a semi-colon, as in
35118         "userCertificate;binary".
35120 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35122         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35123         isn't a cons (i.e. the version is 0).
35125 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
35127         * help.el (help-for-help): Doc fix.
35129 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
35131         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
35132         GDB-Windows on the menu-bar as this works better.
35134 2005-02-04  Jay Belanger  <belanger@truman.edu>
35136         * calc/calc-embed.el (calc-embedded-update): Don't put in
35137         unnecessary newlines.  Adjust the end of formula marker.
35139         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35140         (math-latex-parse-two-args): New function.
35142 2005-02-03  Lute Kamstra  <lute@gnu.org>
35144         * help-fns.el (help-with-tutorial): Make sure that users cannot
35145         remove the entire text of the tutorial by means of `undo'.
35147 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35149         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35150         in recent changes, where the ispell process was repeatedly
35151         killed & restarted.
35153         * international/mule-cmds.el (set-locale-environment): Set file-name
35154         coding system to utf-8 on Darwin systems.
35155         (set-default-coding-systems): Don't set default-file-name-coding-system
35156         on Darwin systems.
35158 2005-02-03  Richard M. Stallman  <rms@gnu.org>
35160         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35162 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
35164         * faces.el (list-faces-display): Add optional argument.
35166 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35168         * font-core.el (font-lock-default-function): Handle the rare case where
35169         only font-lock-keywords is set.
35171 2005-02-02  Kenichi Handa  <handa@m17n.org>
35173         * international/characters.el: Cancel previous change for
35174         I-WITH-DOT-ABOVE and DOTLESS-i.
35176         * international/latin-5.el: Cancel previous change.
35178 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35180         * progmodes/gud.el: Correction to syntax in gud-menu-map.
35182 2005-02-02  Kenichi Handa  <handa@m17n.org>
35184         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35185         DOTLESS-i.
35187         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35188         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35190         * case-table.el (get-upcase-table): New function.
35191         (copy-case-table): Copy upcaes table too if non-nil.
35192         (set-case-syntax-delims): Maintain upcase table too.
35193         (set-case-syntax-pair): Likewise.
35194         (set-upcase-syntax, set-downcase-syntax): New functions.
35195         (set-case-syntax): Maintain upcase table too.
35197 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35199         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35201         * progmodes/gud.el (gud-goto-info): New function.
35202         (gud-tool-bar-map): Use correct icon.
35204 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35206         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35207         When delegating, order args in the funcall correctly.
35209 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35211         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35213 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
35215         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35216         buffer not visiting a file.
35218 2005-01-31  Jay Belanger  <belanger@truman.edu>
35220         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35221         bound on the line with the formula.
35223 2005-01-31  Kim F. Storm  <storm@cua.dk>
35225         * ses.el (ses-create-cell-variable-range)
35226         (ses-destroy-cell-variable-range, ses-reset-header-string)
35227         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35228         (ses-insert-row): Fix format of apply undo entries.
35230 2005-01-31  Jay Belanger  <belanger@truman.edu>
35232         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35233         parts.
35235         * calc/calc-embed.el (calc-embedded-open-formula)
35236         (calc-embedded-close-formula): Ignore matrix environments.
35238         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35239         TeX mode.
35241         * calc/calc-lang.el (math-function-table, math-oper-table)
35242         (math-variable-table): Adjust the LaTeX portions.
35244         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35245         (math-latex-ignore-words): New constant.
35247 2005-01-31  Richard M. Stallman  <rms@gnu.org>
35249         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35250         (ispell-local-dictionary): Doc fix.
35251         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35252         Don't reinitialize at run time.  Don't defcustom.
35253         All uses changed to append ispell-local-dictionary-alist,
35254         or check it first.
35255         (ispell-current-dictionary): New variable for dictionary in use.
35256         (ispell-dictionary): Now used only for global default.
35257         (ispell-start-process): Set ispell-current-dictionary,
35258         not ispell-dictionary.
35259         (ispell-change-dictionary): Use this only for setting
35260         user preferences.
35261         (ispell-internal-change-dictionary): New function
35262         to change the current dictionary in use.
35263         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35264         Use ispell-current-dictionary.
35265         Handle ispell-local-dictionary-overridden.
35266         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35268 2005-01-31  Jay Belanger  <belanger@truman.edu>
35270         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35272         * calc/calc-ext.el: Add calc-latex-language to autoloads.
35273         (calc-mode-map): Add calc-latex-language.
35275         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35276         (math-latex-print-frac): New functions.
35277         (math-oper-table, math-function-table, math-variable-table)
35278         (math-complex-format, math-input-filter): Add latex properties.
35279         (calc-set-language): Set math-expr-special-function-mapping.
35281         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35282         (calc-write-parse-table-part): Add LaTeX support.
35284         * calc/calc.el (calc-language): Adjust docstring.
35285         (calc-set-mode-line): Add LaTeX support.
35286         (math-expr-special-function-mapping): New variable.
35287         (math-tex-ignore-words): Add to list.
35289         * calc/calccomp.el (math-compose-expr, math-compose-rows):
35290         Add LaTeX support.
35291         (math-compose-expr): Add support for special functions.
35293         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35295 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
35297         * progmodes/gdb-ui.el (gdb-memory-address)
35298         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35299         (gdb-memory-mode-map, gdb-memory-format-keymap)
35300         (gdb-memory-format-menu, gdb-memory-unit-keymap)
35301         (gdb-memory-unit-menu): New variables for a buffer
35302         that lets the user examine program memory.
35303         (gdb-memory-set-address, gdb-memory-set-repeat-count)
35304         (gdb-memory-format-binary, gdb-memory-format-octal)
35305         (gdb-memory-format-unsigned, gdb-memory-format-signed)
35306         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35307         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35308         (gdb-memory-unit-word, gdb-memory-unit-halfword)
35309         (gdb-memory-unit-byte, gdb-memory-unit-menu)
35310         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35311         (gdb-memory-mode, gdb-memory-buffer-name)
35312         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35313         New functions for above buffer.
35315 2005-01-30  Richard M. Stallman  <rms@gnu.org>
35317         * cus-edit.el (custom-bury-buffer): Function deleted.
35318         (custom-buffer-done-function): Option deleted.
35319         (custom-buffer-done-kill): New replacement option.
35320         (Custom-buffer-done): Call quit-window.
35321         (custom-buffer-create-internal): Update for above changes.
35323 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
35325         * simple.el (undo-ask-before-discard): New var.
35326         (undo-outer-limit-truncate): Implement it.
35327         (undo-extra-outer-limit): Doc update.
35329 2005-01-29  Richard M. Stallman  <rms@gnu.org>
35331         * ses.el (undo-more): Delete defadvice.
35332         (ses-begin-change): Doc fix.
35334         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35335         instead of rebinding C-x u and C-_.
35337         * files.el (normal-backup-enable-predicate): Return nil for files
35338         in /tmp, regardless of temporary-file-directory.
35340         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35342         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35343         (open-rectangle, delete-whitespace-rectangle-line)
35344         (clear-rectangle-line): If FILL, pass t instead of FILL
35345         for move-to-column's 2nd arg.
35347         * simple.el (undo): Fix the test for continuing a series of undos.
35348         (undo-more): Set pending-undo-list to t when we reach end.
35349         (pending-undo-list): Move up defvar.
35351         * wid-edit.el (widget-button-click):
35352         Shorten the range of the track-mouse binding.
35354         * comint.el (comint-insert-input): Undo previous changes;
35355         use last-input-event in interactive spec.
35357 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
35359         * progmodes/compile.el (compilation-start): Bind buffer-read-only
35360         to nil before invoking call-process.  Reset buffer's modified flag
35361         after fontifying it in the no-async branch.
35363         * wid-edit.el (widget-specify-button): If mouse pointer shape
35364         cannot be changed, use mouse face instead.
35366 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
35368         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35369         (gdb-goto-breakpoint): Make breakpoint handling work on template
35370         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
35371         (gdb-assembler-custom): Update to recognize breakpoint information
35372         added on 2005-01-19.
35374 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35376         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35377         (dsssl-mode): Use define-derived-mode.
35378         (scheme-mode-initialize): Remove.
35379         (scheme-mode): Use run-mode-hooks.
35381         * cus-edit.el (customize-group-other-window)
35382         (custom-buffer-create-other-window): Don't override special-display-*.
35383         (custom-mode-map): Make it dense.
35385         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35386         sets the default value.
35388 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
35390         * descr-text.el: Add more keywords.
35392 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35394         * speedbar.el: Avoid unnecessary use of locate-library.
35396         * international/mule-cmds.el (standard-display-european-internal):
35397         Don't fiddle with latin-1 non-break space any more since it's now
35398         special cased in the C code.
35399         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35401 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
35403         * cus-start.el (all): Add `undo-outer-limit'.
35405 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35407         * textmodes/bibtex.el (bibtex-format-entry):
35408         Use `bibtex-empty-field-re' only on the text of fields, not on entire
35409         field lines.
35410         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35411         not on part of a buffer.
35413 2005-01-25  Lute Kamstra  <lute@gnu.org>
35415         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35416         nonempty field text strings like "{letters\\macro{}more letters}".
35417         Clarify docstring.
35418         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35419         (bibtex-entry-offset, bibtex-parse-association)
35420         (bibtex-parse-field-name): Fix typos in docstrings.
35421         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35423 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
35424             Juri Linkov  <juri@jurta.org>
35426         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35427         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35428         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35429         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35431         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35432         isearch minor mode.
35434 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
35436         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35438 2005-01-24  Lute Kamstra  <lute@gnu.org>
35440         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35441         CASECHARS and NOT-CASECHARS regular expressions of the
35442         "nederlands" and "nederlands8" dictionaries to prevent a "Range
35443         striding over charsets" error.
35445 2005-01-24  Jay Belanger  <belanger@truman.edu>
35447         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35448         display variable name.
35450 2005-01-24  Kenichi Handa  <handa@m17n.org>
35452         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35453         Fix setting of the element of encoded-kbd-iso2022-invocations.
35455 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
35457         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35458         (gdb-threads-select): Change to also accept mouse events.
35459         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35460         (gdb-threads-mouse-select): Delete.
35462 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
35464         * files.el (insert-directory): Take care of empty directory,
35465         listed without -a switch.
35467 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35469         * textmodes/refill.el (refill-post-command-function):
35470         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35471         to the list of functions that we should be careful not to undo.
35472         (refill-late-fill-paragraph-function): Remove.
35473         (refill-saved-state): New var.
35474         (refill-mode): Use it to save fill-paragraph-function.
35475         Save also the value of auto-fill-function.
35477         * term/w32-win.el: Simplify code.
35479 2005-01-23  Kim F. Storm  <storm@cua.dk>
35481         * simple.el (line-move): Adapt to new return value from
35482         pos-visible-in-window-p.
35484         * simple.el (line-move): Fix last change.  Check partial
35485         visibility at point rather than at window-start.
35487 2005-01-22  Jason Rumney  <jasonr@gnu.org>
35489         * term/w32-win.el (xw-defined-colors): Remove debug-message.
35491 2005-01-22  David Kastrup  <dak@gnu.org>
35493         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35495 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
35497         * type-break.el (type-break-mode): Add a test for
35498         type-break-file-name being non-nil.
35500 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
35502         * net/eudc.el (top level): Call (message "") via progn, so that
35503         eudc-options-file is loaded.
35505 2005-01-22  Kim F. Storm  <storm@cua.dk>
35507         * simple.el (line-move-1): Rename from line-move.
35508         (line-move): New function that adjusts vscroll for partially
35509         visible rows, and calls line-move-1 otherwise.
35511 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
35513         * pcomplete.el: Define pcomplete-read-event instead of read-event,
35514         since it's not a complete read-event implementation.
35516 2005-01-20  Jay Belanger  <belanger@truman.edu>
35518         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35519         for called function.
35521 2005-01-20  Steven Tamm  <steventamm@mac.com>
35523         * term/mac-win.el (process-connection-type): Remove.
35524         Controlled now by s/darwin.h:PTY_ITERATION.
35526 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35528         * window.el (handle-select-window): Don't switch window when we're
35529         in the minibuffer.
35531 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
35533         * subr.el (dotimes-with-progress-reporter): New macro.
35535         * ses.el (ses-dotimes-msg): Remove macro.
35536         Use `dotimes-with-progress-reporter' instead.
35538 2005-01-19  Steven Tamm  <steventamm@mac.com>
35540         * term/mac-win.el (process-connection-type): Use new
35541         operating-system-release variable to use ptys on Darwin 7 (OS X
35542         10.3) when using carbon build.
35544 2005-01-19  Jay Belanger  <belanger@truman.edu>
35546         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35547         flags if the last command was a tab or M-tab.
35549         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35550         in formula editing buffer.
35552 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35554         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35555         breakpoint image symbol in margin.
35557 2005-01-19  Jay Belanger  <belanger@truman.edu>
35559         * calc/calc-prog.el (calc-execute-kbd-macro):
35560         Ignore calc-keep-arg-flag.
35562 2005-01-19  Kenichi Handa  <handa@m17n.org>
35564         * textmodes/ispell.el (ispell-looking-at): New function.
35565         (ispell-process-line): Use ispell-looking-at to compare the ispell
35566         output and the buffer contents.
35568 2005-01-18  Jay Belanger  <belanger@truman.edu>
35570         * calc/calc.el (calc-display-raw): Fix docstring.
35572 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35574         * simple.el (blink-matching-open): Strip extra info from syntax.
35576         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35577         funny chars in the end-of-here-doc marker.
35579 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35581         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35582         that enable/disabled state of breakpoints is shown correctly in
35583         fringe and on ttys.
35584         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35585         Add breakpoint information as text properties.
35586         (gdb-mouse-toggle-breakpoint):
35587         Rename to gdb-mouse-set-clear-breakpoint.
35588         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35589         breakpoints in the margin.
35590         (gdb-remove-strings): Simplify.
35592 2005-01-17  Jay Belanger  <belanger@truman.edu>
35594         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35595         erasing buffer.
35597 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35599         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35600         for calling grep-compute-defaults.
35602         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35603         if buffer is empty.
35605         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35607 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35609         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35611         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35612         non-preloaded variables.
35614 2005-01-17  Steven Tamm  <steventamm@mac.com>
35616         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35617         tex-shell cause to force interactivity when using pipes.
35619 2005-01-17  Kim F. Storm  <storm@cua.dk>
35621         * simple.el (just-one-space): Make arg optional.
35623 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35625         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35626         posn-at-x-y to t to access left-margin.
35628 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35630         Sync with Tramp 2.0.47.
35632         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35633         catching keep-date problems in cp/scp operations.
35634         (tramp-handle-copy-file): Don't call `set-file-modes'
35635         unconditionally.  Specialized functions should know better what is
35636         necessary.  This improves performance a little bit, and the
35637         functions could catch errors with `cp -p' and `scp -p'.
35638         (tramp-do-copy-or-rename-file-via-buffer)
35639         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35640         when appropriate.
35641         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35642         Call `set-file-modes' when appropriate.
35643         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35644         Johnsson <isak@hypergene.com>.
35645         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35646         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35647         <joakim@verona.se>.
35648         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35649         Emacs only.
35651         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35652         `find-file-hooks' and `dired-mode-hook'.
35653         (tramp-minor-mode-map): Respective map.  Add remapping for
35654         `compile' and `recompile'.
35655         (tramp-remap-command, tramp-recompile): New defuns.
35656         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35657         in buffer "*Compilation*".  Call the commands asynchronously.
35659         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35660         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35661         `shell-command', because it isn't magic in XEmacs.  Reported by
35662         Adrian Aichner <adrian@xemacs.org>.
35664         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35665         `substitute-in-file-name.
35666         (tramp-smb-handle-substitute-in-file-name): New defun.
35667         (tramp-smb-advice-PC-do-completion): Delete advice.
35669 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35671         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35672         Fix error in deleting region.
35674 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35676         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35677         In non-temp buffer, switch syntax table temporarily.
35679         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35681         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35683         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35685         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35686         (imenu--generic-function): Use START, not BEG, as pos of definition.
35688         * simple.el (just-one-space): Argument specifies number of spaces.
35690         * simple.el (eval-expression-print-format): Avoid warning
35691         about edebug-active.
35693 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35695         * progmodes/sh-script.el: Code copied from make-mode.el
35696         with small changes,
35697         (sh-mode-map): Bind C-c C-\.
35698         (sh-backslash-column, sh-backslash-align): New variables.
35699         (sh-backslash-region, sh-append-backslash): New functions.
35701 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35703         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35704         (rmail-pop-password, rmail-pop-password-required): Move to
35705         rmail-obsolete group.
35706         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35707         All callers updated.
35708         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35709         Take an argument specifying whether it is POP or IMAP mailbox we
35710         are using.  All callers updated.
35711         (rmail-pop-password-error): Rename to
35712         rmail-remote-password-error.  Added mailutils-specific error message.
35713         (rmail-movemail-search-path)
35714         (rmail-movemail-variant-in-use): New variables.
35715         (rmail-remote-password, rmail-remote-password-required):
35716         New customization variables.
35717         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35718         (rmail-parse-url): New function.
35719         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35720         with GNU mailutils movemail.
35722 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35724         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35725         suffix to space, $ or '$, to correctly position point when going
35726         to @table style constants like DBL_MAX.
35728 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35730         * type-break.el (type-break-mode, type-break-file-time)
35731         (type-break-file-keystroke-count, type-break-choose-file):
35732         Don't store data in or load data from the file if type-break-file-name
35733         is nil.
35734         (type-break-file-name): Doc update as per the above.
35736 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35738         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35739         lookup-key might return nil; handle that.
35741 2005-01-15  Alan Mackenzie  <acm@muc.de>
35743         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35744         Return the tail of the tree rather than the element found,
35745         thus enabling the tree to be setcar'd.
35747 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35749         * textmodes/org.el (org-show-following-heading): New option.
35750         (org-show-hierarchy-above): Use `org-show-following-heading'.
35751         (org-cycle): Documentation fix.
35753         * textmodes/org.el (orgtbl-optimized): New option.
35754         (orgtbl-mode): New command, a minor mode.
35755         (orgtbl-mode-map): New variable.
35756         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35757         (orgtbl-error, orgtbl-self-insert-command)
35758         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35760         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35761         a local variable in each org-mode buffer.
35763         * textmodes/org.el (org-set-regexps-and-options): Rename from
35764         `org-set-regexps'.  Added checking for STARTUP keyword.
35765         (org-get-current-options): Add STARTUP options.
35766         (org-table-insert-row): Make mode intelligent about when
35767         realignment is needed.
35768         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35769         New commands.
35770         (org-enable-table-editor): New default value `optimized'.
35771         (org-table-blank-field): Support blanking regions if active.
35773 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35775         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35776         if the year is not given.
35778         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35779         Add new escapes %m and %M, fixed bug with %F by adding
35780         save-match-data.
35781         (reftex-reference): Remove ?. from list of spaces.
35782         (reftex-label-info): Add automatic label prefix recognition.
35784         * textmodes/reftex-index.el (reftex-index-next-phrase):
35785         Add slave parameter to call of `reftex-index-this-phrase'.
35786         (reftex-index-this-phrase): New optional argument.
35787         (reftex-index-region-phrases): Add slave parameter to call of
35788         `reftex-index-this-phrase'.
35789         (reftex-display-index): New argument redo.
35790         (reftex-index-rescan): Add `redo' to arguments of
35791         `reftex-display-index'.
35792         (reftex-index-Rescan, reftex-index-revert)
35793         (reftex-index-switch-index-tag): Add `redo' to arguments of
35794         `reftex-display-index'.
35795         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35796         indexing.  Fix bug with matching is there is a quote before or
35797         after the word.
35799         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35800         Fix bug when collecting citation keys in lines with comments.
35801         (reftex-citation): Prefix argument no longer rescans the document,
35802         but forces prompting for optional arguments of cite macros.
35803         (reftex-do-citation): Prompting for optional arguments implemented.
35805         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35806         Add optional arguments to most cite commands.
35807         (reftex-cite-cleanup-optional-args): New option
35808         (reftex-cite-prompt-optional-args): New option.
35809         (reftex-trust-label-prefix): New option.
35811         * textmodes/reftex-toc.el (reftex-toc-find-section):
35812         Add push-mark before changing the position in the buffer.
35814         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35815         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35817 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35819         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35820         more carefully.
35822 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35824         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35825         (sgml-mode): Use it.
35826         (sgml-get-context): Better keep track of implicitly closed tags.
35828 2005-01-13  Kenichi Handa  <handa@m17n.org>
35830         * textmodes/ispell.el: These changes are to fix misalignment error
35831         caused by equivalent characters of different Emacs charsets.
35832         (ispell-unified-chars-table): New variable.
35833         (ispell-get-decoded-string): New function.
35834         (ispell-get-casechars, ispell-get-not-casechars)
35835         (ispell-get-otherchars): Call ispell-get-decoded-string.
35837 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35839         * custom.el (custom-declare-variable): Just put symbol instead
35840         of (defvar . symbol) in `current-load-list'.
35842 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35844         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35846 2005-01-12  Jay Belanger  <belanger@truman.edu>
35848         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35849         to create a Calc summary.
35851 2005-01-12  Kim F. Storm  <storm@cua.dk>
35853         * mouse.el (mouse-on-link-p): Change functionality and doc
35854         string to comply with latest description in lisp ref.
35856 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35858         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35859         Enable mouse clicks on mode-line, header-line and margin.
35860         (event-type): Give mouse event symbols an `event-kind' property
35861         with value `mouse-click'.
35863 2005-01-12  Juri Linkov  <juri@jurta.org>
35865         * facemenu.el (list-colors-display): Add new arg buffer-name.
35866         Use it.  Fix docstring.  Replace code for identifying duplicate
35867         colors by the name with call to `list-colors-duplicates' which
35868         identifies duplicate colors by the value unless the color
35869         is one of special Windows colors.  Set truncate-lines to t.
35870         Print sorted duplicate color names on each line.  Indent to 22
35871         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35872         (list-colors-duplicates): New function.
35873         (facemenu-color-name-equal): Delete function.
35875         * facemenu.el (list-colors-print): New function created from code
35876         in list-colors-display.  Print #RRGGBB at the window right edge.
35877         (list-colors-display): When temp-buffer-show-function is not
35878         defined, call list-colors-print from temp-buffer-show-hook
35879         to get the right value of window-width in list-colors-print
35880         after the buffer is displayed.
35882         * simple.el (pop-mark): Move deactivate-mark out of conditional
35883         part to deactivate the active mark regardless of the state of the
35884         mark ring.
35886         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35887         variables line in desktop files.
35889 2005-01-12  Juri Linkov  <juri@jurta.org>
35891         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35892         Bring together isearch highlight related options.
35893         (lazy-highlight): Replace group `replace' by `matching'.
35894         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35895         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35896         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35897         and declare them obsolete.
35898         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35899         (isearch-faces): Remove defgroup.
35900         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35901         Move isearch highlighting code closer to lazy highlighting code.
35903         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35904         (query-replace-highlight, query-replace-lazy-highlight)
35905         (query-replace): Move definitions to the beginning of the file.
35907 2005-01-11  Juri Linkov  <juri@jurta.org>
35909         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35910         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35911         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35913         * info.el (Info-history-forward): New variable.
35914         (Info-select-node): Reset Info-history-forward to nil.
35915         (Info-last): Turn into defalias.
35916         (Info-history-back): Rename from Info-last.
35917         Add current node to Info-history-forward.
35918         (Info-history-forward): New fun.
35919         (Info-mode-map): Replace Info-last by Info-history-back.
35920         Bind Info-history-forward to "r".
35921         (Info-mode-menu): Replace Info-last by Info-history-back.
35922         Fix menu item text.  Add menu item for Info-history-forward.
35923         (info-tool-bar-map): Replace Info-last by Info-history-back.
35924         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35925         for Info-history-forward.
35926         (Info-mode): Replace Info-last by Info-history-back in docstring.
35927         Add local variable Info-history-forward.
35928         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35930 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35932         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35933         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35934         Ignore select-window events rather than fiddle with
35935         mouse-autoselect-window.
35937 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35939         * type-break.el (type-break-mode): Fix previous change.
35941 2005-01-10  Jay Belanger  <belanger@truman.edu>
35943         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35944         calculator; only reset when point is inside a calculator.
35945         Don't adjust the window height if the window takes up the whole height
35946         of the frame.
35948 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35950         * ebuff-menu.el (Electric-buffer-menu-mode):
35951         Preserve value of buffer-local var header-line-format.
35953 2005-01-09  Jay Belanger  <belanger@truman.edu>
35955         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35956         Make sure settings file exists before accessing it.
35958         * calc/calc-embed.el (calc-embedded-subst):
35959         Replace math-multi-subst-rec, which is only supposed to be called
35960         by math-multi-subst, by math-multi-subst.
35962 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35964         * vc.el (vc-allow-async-revert): New user option.
35965         (vc-disable-async-diff): New internal variable.
35966         (vc-revert-buffer): Use them to disable asynchronous diff.
35968         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35969         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35970         asynchronously if vc-disable-async-diff is t.
35972 2005-01-09  Jay Belanger  <belanger@truman.edu>
35974         * calc/calc.el (defcalcmodevar): New macro.
35975         (calc-mode-var-list-restore-default-values)
35976         (calc-mode-var-list-restore-saved-values): New functions.
35977         (calc-mode-var-list): Use defcalcmodevar to define it.
35978         (calc-always-load-extensions, calc-line-numbering)
35979         (calc-line-breaking, calc-display-just, calc-display-origin)
35980         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35981         (calc-group-char, calc-point-char, calc-frac-format)
35982         (calc-prefer-frac, calc-hms-format, calc-date-format)
35983         (calc-float-format, calc-full-float-format, calc-complex-format)
35984         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35985         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35986         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35987         (calc-matrix-brackets, calc-language, calc-language-option)
35988         (calc-left-label, calc-right-label, calc-word-size)
35989         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35990         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35991         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35992         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35993         (calc-window-height, calc-display-trail, calc-show-selections)
35994         (calc-use-selections, calc-assoc-selections)
35995         (calc-display-working-message, calc-auto-why, calc-timing)
35996         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35997         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35998         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35999         (calc-gnuplot-print-device, calc-gnuplot-print-output)
36000         (calc-gnuplot-geometry, calc-graph-default-resolution)
36001         (calc-graph-default-resolution-3d, calc-invocation-macro)
36002         (calc-show-banner): Use defcalcmodevar to declare them and set
36003         their default values.
36005         * calc/calc-ext.el (calc-reset): Restore saved values of variables
36006         instead of default values (but restore default values if there is
36007         an argument of 0).
36009 2005-01-09  David Kastrup  <dak@gnu.org>
36011         * desktop.el (desktop-restore-eager): Fix typo in type.
36013 2005-01-08  Richard M. Stallman  <rms@gnu.org>
36015         * cus-edit.el (customize): Delete :link.
36017 2005-01-08  Jay Belanger  <belanger@truman.edu>
36019         * calc/calc.el (calc-mode): Remove the extension from the
36020         `calc-settings-file' file name when loading it.
36022 2005-01-08  Kim F. Storm  <storm@cua.dk>
36024         * info.el (Info-mode-map, Info-next-link-keymap)
36025         (Info-prev-link-keymap, Info-up-link-keymap):
36026         Map follow-link to mouse-face.
36027         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36029 2005-01-08  Jay Belanger  <belanger@truman.edu>
36031         * calc/calc.el (calc-settings-file): Change default value.
36032         Suggested by cgw in a comment in calc-mode.el.
36034         * calc/calc-mode.el (calc-settings-file-name):
36035         Compare calc-settings-file to user-init-file instead of ~/.emacs.
36036         Replace ~/.emacs in a prompt by calc-settings-file.
36038 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
36040         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36041         (desktop-lazy-idle-delay): New customizable variables.
36042         (desktop-buffer-args-list): New variable.
36043         (desktop-append-buffer-args): New function.
36044         (desktop-save): Call desktop-append-buffer-args for some buffers.
36045         (desktop-lazy-create-buffer): New function.
36046         (desktop-idle-create-buffers): New function.
36047         (desktop-read): Add message about buffers to restore lazily.
36048         (desktop-lazy-abort): New command.
36049         (desktop-clear): Call desktop-lazy-abort.
36050         (desktop-lazy-complete): New command.
36052 2005-01-06  Richard M. Stallman  <rms@gnu.org>
36054         * emacs-lisp/find-func.el (find-face-definition):
36055         Rename from find-face.
36057 2005-01-06  Kim F. Storm  <storm@cua.dk>
36059         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36061         * man.el (Man-xref-man-page, Man-xref-header-file)
36062         (Man-xref-normal-file): Add follow-link property.
36064 2005-01-06  Jay Belanger  <belanger@truman.edu>
36066         * calc/calc-units.el: Make sure the proper macro definitions are
36067         available when compiling.
36069 2005-01-06  Juri Linkov  <juri@jurta.org>
36071         * isearch.el (isearch-lazy-highlight-update):
36072         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36074 2005-01-06  Miles Bader  <miles@gnu.org>
36076         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36077         (isearch-lazy-highlight-face): Use new name.
36079 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36081         * uniquify.el (uniquify-rationalize-file-buffer-names):
36082         Re-add an interactive spec.
36083         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36084         to the same name.
36086         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36087         (isearch-update, isearch-done): Adjust calls accordingly.
36089 2005-01-05  Richard M. Stallman  <rms@gnu.org>
36091         * custom.el (custom-set-variables, custom-theme-set-variables):
36092         Clarify documentation.
36094         * emacs-lisp/find-func.el (find-variable)
36095         (find-variable-other-window, find-variable-other-frame):
36096         Fix the TYPE args to find-function-read and find-function-do-it.
36097         (find-function): Doc fix.
36098         (find-function-at-point): Replace function-at-point alias.
36100 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36102         * cus-face.el (custom-declare-face):
36103         Record defface in current-load-list.
36105         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36107         * emacs-lisp/find-func.el: Doc fixes.
36108         (find-face-regexp): New variable.
36109         (find-function-regexp-alist): New variable.
36110         (find-function-C-source): Third arg is now TYPE.
36111         (find-function-search-for-symbol): Handle general TYPE.
36112         (find-function-read, find-function-do-it): Handle general TYPE.
36113         (find-definition-noselect, find-face): New functions.
36114         (function-at-point): Alias deleted.
36116 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
36118         * battery.el (display-battery-mode): Rename from display-battery.
36119         Handle the case where it gets turned off.
36121 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36123         * cus-edit.el (customize): Make :link point to user doc.
36125         * man.el (Man-fontify-manpage): Turn off undo generation.
36127         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36129 2005-01-04  Andreas Schwab  <schwab@suse.de>
36131         * files.el (insert-directory): Only look for error lines in
36132         inserted text.  Don't move too far after processing --dired markers.
36134 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36136         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36137         Don't expand if the character is @, period, dash, etc.
36138         (define-mail-abbrev): Quote names that contain problem characters.
36140 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
36142         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36144 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36146         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36147         (query-replace-highlight, query-replace-lazy-highlight)
36148         (query-replace): Definitions moved up.  Doc fix.
36150 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36152         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36153         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36154         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36155         (lazy-highlight-face): Rename from isearch-lazy-...
36156         Change all references to them.
36158 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
36160         * cus-edit.el (custom-file): Doc fix for defcustom.
36161         (custom-file): The function no longer sets the variable
36162         `custom-file' to its return value.
36164         * startup.el (command-line): No longer load `custom-file'.
36166 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36168         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36170         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36171         Don't confuse module-prefixed identifiers for labels.
36172         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36174 2005-01-02  Richard M. Stallman  <rms@gnu.org>
36176         * files.el (basic-save-buffer-1): Fix previous change.
36178         * loadhist.el (file-loadhist-lookup): New function.
36179         (file-provides, file-requires): Use it.
36181         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36182         instead of calculating the right size.
36184 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
36186         * vc-svn.el (vc-svn-diff): Stay local if possible.
36188 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36190         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36192         * files.el (hack-local-variables): Fix last change.
36194 2005-01-02  Jay Belanger  <belanger@truman.edu>
36196         * calc/calc-yank.el (calc-edit-top): New variable.
36197         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36198         object.  Change header properties.
36199         (calc-edit-finish, calc-edit-finish-stack-object)
36200         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36201         edited object.
36202         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36203         for the beginning of the edited object.
36204         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36205         for the beginning of the edited object.
36206         * calc/calc-prog.el (calc-edit-macro-finish-edit)
36207         (calc-finish-formula-edit, calc-macro-repeats)
36208         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36209         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36210         beginning of the edited object.
36211         (calc-user-define-edit): Change the header for editing macros.
36212         Remove unnecessary variable.
36214 2005-01-01  Jay Belanger  <belanger@truman.edu>
36216         * calc/calc-yank.el (calc-edit-mode): Change default header.
36217         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36218         * calc/calc-store.el (calc-edit-variable): Change title to match new
36219         header.
36220         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36221         mode to match new header.
36222         (calc-user-define-edit): Change titles to include names of commands.
36223         (calc-finish-formula-edit): Adjust to handle new header.
36224         (calc-finish-macro-edit): Remove.
36225         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36226         (calc-edit-macro-command, calc-edit-macro-command-type)
36227         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36228         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36229         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36230         (calc-edit-macro-finish-edit): New functions.
36231         (calc-user-define-edit): Use new functions to edit named calc macros.
36233 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
36235         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36237         * ses.el (copy-region-as-kill): Deactivate mark.
36239 2005-01-01  Richard M. Stallman  <rms@gnu.org>
36241         * replace.el (occur-1): If the output buffer is also an input,
36242         don't kill it, rename it.
36244         * faces.el (set-face-background, set-face-foreground): Doc fix.
36246         * cus-face.el (custom-face-attributes): Fix :help-echo strings
36247         for :foreground and :background.
36249         * dired.el (dired-view-command-alist): Variable deleted.
36250         (dired-view-file, dired-mouse-find-file-other-window):
36251         Delete the code to use it.
36253 2005-01-01  Kim F. Storm  <storm@cua.dk>
36255         * image.el (insert-sliced-image): Use t for line-height property.
36257 See ChangeLog.11 for earlier changes.
36259 ;; Local Variables:
36260 ;; coding: iso-2022-7bit
36261 ;; add-log-time-zone-rule: t
36262 ;; End:
36264     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36266   This file is part of GNU Emacs.
36268   GNU Emacs is free software; you can redistribute it and/or modify
36269   it under the terms of the GNU General Public License as published by
36270   the Free Software Foundation; either version 3, or (at your option)
36271   any later version.
36273   GNU Emacs is distributed in the hope that it will be useful,
36274   but WITHOUT ANY WARRANTY; without even the implied warranty of
36275   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36276   GNU General Public License for more details.
36278   You should have received a copy of the GNU General Public License
36279   along with GNU Emacs; see the file COPYING.  If not, write to the
36280   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36281   Boston, MA 02110-1301, USA.
36283 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1